From a02a41292ce599b3648d143c24b78f98582aa96d Mon Sep 17 00:00:00 2001 From: Romain Lenzotti Date: Sun, 12 Jan 2025 11:48:00 +0100 Subject: [PATCH] feat(react-formio): use @tanstack/react-table --- .storybook/preview.ts | 14 +- package.json | 2 + packages/react-formio/package.json | 2 + .../react-formio/src/interfaces/Operation.ts | 4 +- .../src/molecules/__fixtures__/build.js | 28 + .../molecules/__fixtures__/form-schema.json | 271 +- .../__fixtures__/form-submissions.json | 11892 ++- .../src/molecules/__fixtures__/products.json | 81539 ++++++++++++++++ .../forms/select/Select.interface.ts | 7 +- .../forms/select/hooks/useOptions.ts | 6 +- .../molecules/pagination/Pagination.spec.tsx | 22 +- .../pagination/Pagination.stories.tsx | 33 +- .../src/molecules/pagination/Pagination.tsx | 41 +- .../utils/getPageNumbers.ts | 0 .../src/molecules/table/Table.stories.tsx | 352 +- .../src/molecules/table/Table.tsx | 173 +- .../react-formio/src/molecules/table/all.ts | 16 + .../table/components/DefaultArrowSort.tsx | 24 +- .../table/components/DefaultCell.tsx | 11 +- .../table/components/DefaultCellFooter.tsx | 16 + .../table/components/DefaultCellHeader.tsx | 46 +- .../components/DefaultCellOperations.tsx | 45 +- .../table/components/DefaultCells.tsx | 30 - .../table/components/DefaultFilter.tsx | 42 + .../components/DefaultOperationButton.tsx | 50 +- .../molecules/table/components/DefaultRow.tsx | 52 - .../table/components/DragNDropContainer.tsx | 7 - .../filters/DefaultColumnFilter.spec.tsx | 33 - .../table/filters/DefaultColumnFilter.tsx | 38 - .../src/molecules/table/filters/Filters.d.ts | 31 + .../molecules/table/filters/RangeFilter.tsx | 43 + .../table/filters/SelectColumnFilter.spec.tsx | 68 - .../table/filters/SelectColumnFilter.tsx | 51 - .../molecules/table/filters/SelectFilter.tsx | 47 + .../table/filters/SliderColumnFilter.tsx | 28 - .../table/filters/TextFieldFilter.tsx | 36 + .../molecules/table/hooks/useCustomTable.tsx | 268 - .../molecules/table/hooks/useDragnDropRow.ts | 80 - .../molecules/table/hooks/useOperations.tsx | 39 - .../src/molecules/table/hooks/useTable.tsx | 75 + .../molecules/table/hooks/useUniqValues.tsx | 10 + .../react-formio/src/molecules/table/index.ts | 15 - .../src/molecules/table/interfaces/extends.ts | 18 + .../table/utils/mapFormToColumns.tsx | 84 +- .../table/utils/swapElements.spec.ts | 7 - .../src/molecules/table/utils/swapElements.ts | 7 - .../table/actions/ActionsTable.stories.tsx | 19 +- .../organisms/table/actions/ActionsTable.tsx | 20 +- .../table/forms/FormsTable.stories.tsx | 2 + .../src/organisms/table/forms/FormsTable.tsx | 73 +- .../table/forms/components/FormCell.tsx | 47 - .../table/forms/components/FormsCell.tsx | 53 + .../submissions/SubmissionsTable.stories.tsx | 1 + .../table/submissions/SubmissionsTable.tsx | 3 +- .../react-formio/src/registries/components.ts | 8 +- packages/tailwind-formio/styles/badge.css | 8 +- packages/tailwind-formio/styles/choices.css | 2 +- .../tailwind-formio/styles/react-select.css | 18 +- packages/tailwind-formio/styles/tables.css | 77 +- yarn.lock | 43 + 60 files changed, 94637 insertions(+), 1440 deletions(-) create mode 100644 packages/react-formio/src/molecules/__fixtures__/build.js create mode 100644 packages/react-formio/src/molecules/__fixtures__/products.json rename packages/react-formio/src/molecules/{table => pagination}/utils/getPageNumbers.ts (100%) create mode 100644 packages/react-formio/src/molecules/table/all.ts create mode 100644 packages/react-formio/src/molecules/table/components/DefaultCellFooter.tsx delete mode 100644 packages/react-formio/src/molecules/table/components/DefaultCells.tsx create mode 100644 packages/react-formio/src/molecules/table/components/DefaultFilter.tsx delete mode 100644 packages/react-formio/src/molecules/table/components/DefaultRow.tsx delete mode 100644 packages/react-formio/src/molecules/table/components/DragNDropContainer.tsx delete mode 100644 packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.spec.tsx delete mode 100644 packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.tsx create mode 100644 packages/react-formio/src/molecules/table/filters/Filters.d.ts create mode 100644 packages/react-formio/src/molecules/table/filters/RangeFilter.tsx delete mode 100644 packages/react-formio/src/molecules/table/filters/SelectColumnFilter.spec.tsx delete mode 100644 packages/react-formio/src/molecules/table/filters/SelectColumnFilter.tsx create mode 100644 packages/react-formio/src/molecules/table/filters/SelectFilter.tsx delete mode 100644 packages/react-formio/src/molecules/table/filters/SliderColumnFilter.tsx create mode 100644 packages/react-formio/src/molecules/table/filters/TextFieldFilter.tsx delete mode 100644 packages/react-formio/src/molecules/table/hooks/useCustomTable.tsx delete mode 100644 packages/react-formio/src/molecules/table/hooks/useDragnDropRow.ts delete mode 100644 packages/react-formio/src/molecules/table/hooks/useOperations.tsx create mode 100644 packages/react-formio/src/molecules/table/hooks/useTable.tsx create mode 100644 packages/react-formio/src/molecules/table/hooks/useUniqValues.tsx delete mode 100644 packages/react-formio/src/molecules/table/index.ts create mode 100644 packages/react-formio/src/molecules/table/interfaces/extends.ts delete mode 100644 packages/react-formio/src/molecules/table/utils/swapElements.spec.ts delete mode 100644 packages/react-formio/src/molecules/table/utils/swapElements.ts delete mode 100644 packages/react-formio/src/organisms/table/forms/components/FormCell.tsx create mode 100644 packages/react-formio/src/organisms/table/forms/components/FormsCell.tsx diff --git a/.storybook/preview.ts b/.storybook/preview.ts index dbcb3327..30138185 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -1,5 +1,6 @@ import "./styles/index.css"; +import { withThemeByClassName } from "@storybook/addon-themes"; import { INITIAL_VIEWPORTS } from "@storybook/addon-viewport"; import { Formio, Templates } from "@tsed/react-formio"; import tailwind from "@tsed/tailwind-formio"; @@ -8,7 +9,7 @@ import tailwind from "@tsed/tailwind-formio"; Formio.use(tailwind); Templates.framework = "tailwind"; -/** @type { import('@storybook/react').Preview } */ +/** @type { import("@storybook/react").Preview } */ const preview = { parameters: { docs: { @@ -18,7 +19,16 @@ const preview = { viewport: { viewports: INITIAL_VIEWPORTS }, - tags: ["autodocs"] + tags: ["autodocs"], + decorators: [ + withThemeByClassName({ + themes: { + light: "", + dark: "dark" + }, + defaultTheme: "light" + }) + ] }; export default preview; diff --git a/package.json b/package.json index 645e0f8c..612923e9 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "@storybook/addon-interactions": "^8.4.7", "@storybook/addon-links": "^8.4.7", "@storybook/addon-mdx-gfm": "^8.4.7", + "@storybook/addon-themes": "^8.4.7", "@storybook/addon-viewport": "^8.4.7", "@storybook/blocks": "^8.4.7", "@storybook/react": "^8.4.7", @@ -126,6 +127,7 @@ "storybook": "^8.4.7", "storybook-addon-mock": "5.0.0", "typescript": "5.7.2", + "uuid": "^11.0.5", "vite": "5.4.11", "vite-plugin-dts": "4.4.0", "vite-plugin-svgr": "^2.4.0", diff --git a/packages/react-formio/package.json b/packages/react-formio/package.json index f83b9212..4a483b92 100644 --- a/packages/react-formio/package.json +++ b/packages/react-formio/package.json @@ -31,6 +31,7 @@ }, "peerDependencies": { "@formio/choices.js": ">=9.0.1", + "@tanstack/react-table": ">=8.20.6", "formiojs": ">=4.0.0", "lodash": ">=4.17.20", "moment": ">=2.30.1", @@ -43,6 +44,7 @@ "tooltip.js": ">=1.3.3" }, "devDependencies": { + "@tanstack/react-table": ">=8.20.6", "@tsed/tailwind-formio": "workspace:*", "@tsed/typescript": "workspace:*", "microbundle": "0.13.0", diff --git a/packages/react-formio/src/interfaces/Operation.ts b/packages/react-formio/src/interfaces/Operation.ts index b3fc2223..4fe9a536 100644 --- a/packages/react-formio/src/interfaces/Operation.ts +++ b/packages/react-formio/src/interfaces/Operation.ts @@ -1,9 +1,9 @@ import React from "react"; -import type { OperationButtonProps } from "../molecules/table"; +import type { OperationButtonProps } from "../molecules/table/components/DefaultOperationButton.js"; export type PermissionsResolver = (data: Data, ctx: any) => void; -export type OnClickOperation = (data: Data, operation: Operation) => void; +// export type OnClickOperation = (data: Data, operation: Operation) => void; export interface Operation { /** diff --git a/packages/react-formio/src/molecules/__fixtures__/build.js b/packages/react-formio/src/molecules/__fixtures__/build.js new file mode 100644 index 00000000..d58b5cec --- /dev/null +++ b/packages/react-formio/src/molecules/__fixtures__/build.js @@ -0,0 +1,28 @@ +import { writeFile } from "node:fs/promises"; + +import { v4 } from "uuid"; + +import products from "./products.json" with { type: "json" }; + +const result = products.map((product) => { + return { + _id: v4(), + owner: null, + roles: [], + data: { + id: product.id, + label: product.title, + description: product.description_title, + image: product.media.immersive_image, + price: product.price?.initial_price?.per_trip, + currency: product.price?.currency + }, + access: [], + externalIds: [], + created: new Date().toISOString(), + modified: new Date().toISOString(), + form: "5e972ae7a1a692917cf54f9e" + }; +}); + +await writeFile("./form-submissions.json", JSON.stringify(result, null, 2), { encoding: "utf-8" }); diff --git a/packages/react-formio/src/molecules/__fixtures__/form-schema.json b/packages/react-formio/src/molecules/__fixtures__/form-schema.json index 44b170b1..bb4d88bb 100644 --- a/packages/react-formio/src/molecules/__fixtures__/form-schema.json +++ b/packages/react-formio/src/molecules/__fixtures__/form-schema.json @@ -79,6 +79,44 @@ "id": "toa61c", "type": "textfield" }, + { + "autofocus": false, + "input": true, + "tableView": true, + "inputType": "text", + "inputMask": "", + "label": "Description", + "key": "description", + "placeholder": "Enter a description for this product", + "prefix": "", + "suffix": "", + "multiple": false, + "defaultValue": "", + "protected": false, + "unique": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, + "spellcheck": true, + "validate": { + "required": true, + "minLength": "", + "maxLength": "", + "pattern": "", + "custom": "", + "customPrivate": false + }, + "conditional": { + "show": "", + "eq": "" + }, + "labelPosition": "top", + "inputFormat": "plain", + "tags": [], + "properties": {}, + "id": "toa61f", + "type": "textfield" + }, { "label": "Preferred locale", "labelPosition": "top", @@ -187,214 +225,57 @@ } }, { - "label": "Prefered date format", - "labelPosition": "top", - "widget": "choicesjs", - "placeholder": "", - "description": "", - "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, - "hideLabel": false, "autofocus": false, - "disabled": false, - "alwaysEnabled": false, - "tableView": true, - "multiple": false, - "dataSrc": "values", - "defaultValue": "YYYY-MM-DD", - "valueProperty": "", - "dataType": "", - "template": "{{ item.label }}", - "searchEnabled": true, - "selectThreshold": 0.3, - "readOnlyValue": false, - "customOptions": {}, - "persistent": true, - "protected": false, - "dbIndex": false, - "encrypted": false, - "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "allowCalculateOverride": false, - "products": [], - "categoryServices": [], - "validateOn": "change", - "validate": { - "required": false, - "customMessage": "", - "custom": "", - "customPrivate": false, - "json": "", - "strictDateValidation": false - }, - "unique": false, - "errorLabel": "", - "key": "dateFormat", - "tags": "", - "properties": {}, - "conditional": { - "eq": "", - "json": "" - }, - "customConditional": "", - "relavi": [], - "minSearch": 0, - "limit": 100, "input": true, + "tableView": false, + "inputType": "text", + "inputMask": "", + "label": "Image", + "key": "image", + "placeholder": "Enter a image url for this product", "prefix": "", "suffix": "", - "refreshOn": "", - "redrawOn": "", - "attributes": {}, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "clearOnRefresh": false, - "lazyLoad": true, - "filter": "", - "searchField": "", - "authenticate": false, - "selectFields": "", - "searchThreshold": 0.3, - "fuseOptions": { - "include": "score", - "threshold": 0.3 - }, - "id": "e80eyzn", - "type": "select", - "data": { - "values": [ - { - "label": "2019-10-01", - "value": "YYYY-MM-DD" - }, - { - "label": "01/10/2019", - "value": "DD/MM/YYYY" - }, - { - "label": "10/01/2019", - "value": "MM/DD/YYYY" - } - ], - "resource": "", - "json": "", - "url": "", - "custom": "" - } - }, - { - "label": "Prefered time format", - "labelPosition": "top", - "widget": "choicesjs", - "placeholder": "", - "description": "", - "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, - "hideLabel": false, - "autofocus": false, - "disabled": false, - "alwaysEnabled": false, - "tableView": false, "multiple": false, - "dataSrc": "values", - "defaultValue": "hh:mm:ss a", - "valueProperty": "", - "dataType": "", - "template": "{{ item.label }}", - "searchEnabled": true, - "selectThreshold": 0.3, - "readOnlyValue": false, - "customOptions": {}, - "persistent": true, + "defaultValue": "", "protected": false, - "dbIndex": false, - "encrypted": false, + "unique": false, + "persistent": true, + "hidden": false, "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "allowCalculateOverride": false, - "products": [], - "categoryServices": [], - "validateOn": "change", + "spellcheck": true, "validate": { - "required": false, - "customMessage": "", + "required": true, + "minLength": "", + "maxLength": "", + "pattern": "", "custom": "", - "customPrivate": false, - "json": "", - "strictDateValidation": false + "customPrivate": false }, - "unique": false, - "errorLabel": "", - "key": "timeFormat", - "tags": "", - "properties": {}, "conditional": { - "eq": "", - "json": "" + "show": "", + "eq": "" }, - "customConditional": "", - "relavi": [], - "minSearch": 0, - "limit": 100, + "labelPosition": "top", + "inputFormat": "plain", + "tags": [], + "properties": {}, + "id": "toa61d", + "type": "textfield" + }, + { + "label": "Price", + "applyMaskOn": "change", + "mask": false, + "spellcheck": true, + "tableView": true, + "currency": "EUR", + "inputFormat": "plain", + "truncateMultipleSpaces": false, + "validateWhenHidden": false, + "key": "price", + "type": "currency", "input": true, - "prefix": "", - "suffix": "", - "refreshOn": "", - "redrawOn": "", - "attributes": {}, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "clearOnRefresh": false, - "lazyLoad": true, - "filter": "", - "searchField": "", - "authenticate": false, - "selectFields": "", - "searchThreshold": 0.3, - "fuseOptions": { - "include": "score", - "threshold": 0.3 - }, - "id": "el4mm17", - "type": "select", - "data": { - "values": [ - { - "label": "03:25:50 pm", - "value": "hh:mm:ss a" - }, - { - "label": "15:25:50", - "value": "HH:mm:ss" - } - ], - "resource": "", - "json": "", - "url": "", - "custom": "" - } + "delimiter": true }, { "autofocus": false, diff --git a/packages/react-formio/src/molecules/__fixtures__/form-submissions.json b/packages/react-formio/src/molecules/__fixtures__/form-submissions.json index 6b991f7b..ccf25139 100644 --- a/packages/react-formio/src/molecules/__fixtures__/form-submissions.json +++ b/packages/react-formio/src/molecules/__fixtures__/form-submissions.json @@ -1,142 +1,11942 @@ [ { - "_id": "5e972ae8a1a692917cf55006", + "_id": "40240e3e-0705-4500-8b22-0c1490c89133", "owner": null, "roles": [], "data": { - "id": "MPEC", - "label": "Michès Playa Esmeralda" + "id": "CSKC", + "label": "Cap Skirring", + "description": "Joyau caché au cœur de la Casamance", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/16519-fjkg6si45c-swhr.jpg", + "price": 2200, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.718Z", + "created": "2025-01-26T08:54:27.544Z", + "modified": "2025-01-26T08:54:27.545Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf55007", + "_id": "6ec9fedf-9e0c-4af5-be23-05534e3b47d0", "owner": null, "roles": [], "data": { - "id": "CARC", - "label": "La Caravelle" + "id": "KANC", + "label": "Kani", + "description": "Plongez dans un paradis familial turquoise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Kani/Espace_Exclusive_Collection/251198-3e3m0qpor0-swhr.jpg", + "price": 1750, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c2f5c5fa-b64d-4ed9-8eee-e685a3328efb", + "owner": null, + "roles": [], + "data": { + "id": "ALBC", + "label": "La Plantation d'Albion Club Med", + "description": "S'inspirer de l'art de vivre mauricien", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Plantation_d_Albion/339814-65jm3uy4jp-swhr.jpg", + "price": 1532, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.724Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf55008", + "_id": "18686197-5414-4f9a-b63b-fc9e779b66e4", "owner": null, "roles": [], "data": { "id": "MAUC", - "label": "La Pointe aux Canonniers" + "label": "La Pointe aux Canonniers", + "description": "Échappée colorée en famille sur une île luxueuse\n\n\n\n", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Pointe_aux_canonniers/466806-iuvot43yhh-swhr.jpg", + "price": 1345, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.728Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf55009", + "_id": "c3140b92-969a-4c3e-82d2-68f5ce34fb1d", "owner": null, "roles": [], "data": { - "id": "CFAC", - "label": "Cefalù" + "id": "SEYC", + "label": "Seychelles", + "description": "Votre coin privé d’archipel", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/303643-staje67r62-swhr.jpg", + "price": 2329, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6e8fc683-f2dd-4c36-8bb2-1b90e0a529f8", + "owner": null, + "roles": [], + "data": { + "id": "LROC_SUMMER", + "label": "La Rosière", + "description": "Bien-être au cœur des Alpes entre France et Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/La_Rosiere/536332-67ixohsm8j-swhr.jpg", + "price": 1577, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3be20125-3b6d-4c7c-8720-4967d8fbe0d9", + "owner": null, + "roles": [], + "data": { + "id": "DBAC", + "label": "Da Balaia", + "description": "L'Atlantique aux falaises ocres de l'Algarve", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Da_Balaia/23704-pptnu0c6b9-swhr.jpg", + "price": 1180, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1e9d8256-cf90-4052-9f20-b6734a48e38b", + "owner": null, + "roles": [], + "data": { + "id": "CARC", + "label": "La Caravelle", + "description": "Art de vivre à la créole les pieds dans le sable", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Guadeloupe/La_Caravelle/310285-hxrqclm3p9-swhr.jpg", + "price": 1345, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "28e40522-0887-40fe-b77b-4e35f09a4d26", + "owner": null, + "roles": [], + "data": { + "id": "BUCC", + "label": "Les Boucaniers", + "description": "Des nouveautés hautes en couleurs en Martinique", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Martinique/Les_Boucaniers/529387-3u0j6726o3-swhr.jpg", + "price": 1138, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "648469c2-e4ab-4e25-b252-5ced00a8160f", + "owner": null, + "roles": [], + "data": { + "id": "SECC_WINTER", + "label": "Serre Chevalier", + "description": "Retour aux sources au cœur des Alpes du Sud", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84205-qmbj5n77mx-swhr.jpg", + "price": 2176, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75350de1-39a2-450b-ab41-b65355d98ac2", + "owner": null, + "roles": [], + "data": { + "id": "GMAC_WINTER", + "label": "Grand Massif Samoëns Morillon", + "description": "Descendre les cimes enneigées de Haute-Savoie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Grand_Massif_Samoens/172723-hoconsui24-swhr.jpg", + "price": 2270, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6cb58212-9433-4d2e-984e-30803712c9ca", + "owner": null, + "roles": [], + "data": { + "id": "PRAC_WINTER", + "label": "Pragelato Sestriere", + "description": "Un Resort au coeur des Alpes italiennes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Pragelato_Sestriere/332137-3n2mvr46wq-swhr.jpg", + "price": 2076, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.732Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf5500a", + "_id": "759e554c-ce09-47e4-a067-2a83817bd8b1", "owner": null, "roles": [], "data": { "id": "MPAC", - "label": "Marrakech la Palmeraie" + "label": "Marrakech la Palmeraie", + "description": "Un havre de paix aux portes de la ville rouge", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/65434-w9r75i6q3o-swhr.jpg", + "price": 1326.5, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c43aa597-6fa4-4f49-82a7-ae7422e3f21c", + "owner": null, + "roles": [], + "data": { + "id": "MMAC", + "label": "Magna Marbella", + "description": "Une oasis de verdure à l’heure andalouse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Magna_Marbella/359653-pxmsvxoc75-swhr.jpg", + "price": 1386, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "21c42bf7-2915-4448-b6f5-5b53a3bc04cc", + "owner": null, + "roles": [], + "data": { + "id": "CFAC", + "label": "Cefalù", + "description": "Dolce Vita dans un site naturel d'exception", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Cefalu/372983-5svw5p8ls7-swhr.jpg", + "price": 1760, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3761af1d-4e7d-4fe6-9f3c-230ae50a8e77", + "owner": null, + "roles": [], + "data": { + "id": "PALC", + "label": "Palmiye", + "description": "Jardins colorés et art de vivre à la turque", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/199250-udskif79ua-swhr.jpg", + "price": 1375, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "739ee51e-930a-4d5b-9721-d073130f56df", + "owner": null, + "roles": [], + "data": { + "id": "LROC_WINTER", + "label": "La Rosière", + "description": "Redécouvrir la montagne authentique et préservée", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Rosiere/322123-j2fxnu19sd-swhr.jpg", + "price": 2101, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "042ed578-6be9-4b53-bce1-12b4a17ec9df", + "owner": null, + "roles": [], + "data": { + "id": "VMOC_WINTER", + "label": "Valmorel", + "description": "Immersion au cœur de la Savoie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/491349-8agxbg91vp-swhr.jpg", + "price": 2038, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "38d2be4b-e98a-49cc-93f2-fb934fdf38c9", + "owner": null, + "roles": [], + "data": { + "id": "TIGC_WINTER", + "label": "Tignes", + "description": "Entre lacs et glaciers, vibrer et se ressourcer", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Tignes/391630-drl4ta94vd-swhr.jpg", + "price": 1695, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c75ca1f0-691d-45e8-8b7d-2e366fd84010", + "owner": null, + "roles": [], + "data": { + "id": "VDIC_WINTER", + "label": "Val d'Isère", + "description": "Vivez la légende d’un village alpin d’exception", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Val_D_Isere/449961-ivcly8rduo-swhr.jpg", + "price": 2372, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2f899773-21db-4ff1-afbe-34a9d2e5f6ea", + "owner": null, + "roles": [], + "data": { + "id": "SMRC", + "label": "Saint-Moritz Roi Soleil", + "description": "Skier dans une ambiance tradi-chic d'exception", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Suisse/Saint_Moritz_Roi_Soleil/83599-pf0cr5s1dk-swhr.jpg", + "price": 1746, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0b366fad-4360-49b8-b8e7-3581f858a525", + "owner": null, + "roles": [], + "data": { + "id": "OPIC", + "label": "Opio en Provence", + "description": "Charme d'une oliveraie sous le chant des cigales", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/469134-ihainie95p-swhr.jpg", + "price": 1370, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e48a1f09-e34a-47aa-bae4-d00ca3d445a6", + "owner": null, + "roles": [], + "data": { + "id": "LPAC", + "label": "La Palmyre Atlantique", + "description": "Arrière-pays charentais et vagues de l'Atlantique", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/La_Palmyre_Atlantic/41005-c3t1gnjqt6-swhr.jpg", + "price": 1294, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "92ff7de8-ff7d-4830-96dc-45314bd9dacc", + "owner": null, + "roles": [], + "data": { + "id": "VERC", + "label": "Vittel Ermitage", + "description": "Un esprit grande demeure Art Déco en pleine nature ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/535642-9c72gpdmlt-swhr.jpg", + "price": 1150, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "63484c48-83a4-478c-9a11-a9a1d78f0807", + "owner": null, + "roles": [], + "data": { + "id": "PAHC", + "label": "Palmiye Hôtel", + "description": "Jardins colorés et art de vivre à la turque", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/39457-nm4x2hyr9f-swhr.jpg", + "price": 1375, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "facef284-cadc-4719-b4ed-efa0dc6a434c", + "owner": null, + "roles": [], + "data": { + "id": "MPEC", + "label": "Michès Playa Esmeralda", + "description": "Le luxe d’un Resort éco-certifié en pleine nature", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/358936-pwaof7e2d9-swhr.jpg", + "price": 1320, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5d1041c7-6d0d-47d2-8358-de89213207e9", + "owner": null, + "roles": [], + "data": { + "id": "PCAC", + "label": "Punta Cana", + "description": "Le meilleur du Club Med dans les Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/417763-o9awef0ry0-swhr.jpg", + "price": 1000, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.737Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf5500b", + "_id": "66f83c09-d2d7-4a1e-8633-58817e5a6ab3", "owner": null, "roles": [], "data": { "id": "COLC", - "label": "Columbus Isle" + "label": "Columbus Isle", + "description": "Adoptez la quintessence du mode de vie des Bahamas", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Bahamas/Columbus_Isle/534637-6ocyw14v4a-swhr.jpg", + "price": 2486, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.741Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf5500c", + "_id": "a62e4aff-5082-4a75-8476-c135d96302c7", "owner": null, "roles": [], "data": { - "id": "ALHC_WINTER", - "label": "Alpe d'Huez (winter)" + "id": "BODC", + "label": "Bodrum Palmiye", + "description": "Crique sauvage sur la Riviera turque", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Bodrum_Palmiye/516194-cy672rqdt6-swhr.jpg", + "price": 1250, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9c243ef9-e97a-4ed0-98ee-f19c59a752f8", + "owner": null, + "roles": [], + "data": { + "id": "CANC", + "label": "Cancún", + "description": "Un Resort familial au coeur de la culture Maya", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Cancun/14401-e5rmtcnl7f-swhr.jpg", + "price": 1050, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "648463f3-21a0-4095-ab33-c8112f7788c4", + "owner": null, + "roles": [], + "data": { + "id": "GREC", + "label": "Gregolimano", + "description": "Ressentir l'énergie d'une île grecque préservée", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Gregolimano/27259-y2n8we8y1o-swhr.jpg", + "price": 1149, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.746Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf5500d", + "_id": "67a2bd57-eaaa-42d8-9557-6c5434a0b185", + "owner": null, + "roles": [], + "data": { + "id": "DDOC", + "label": "Djerba La Douce", + "description": "Laissez-vous surprendre par l’île aux sables d’or", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/170770-qb3l3826ii-swhr.jpg", + "price": 1009.5, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "39979420-e33f-4585-ac46-2a9ec96c54b7", "owner": null, "roles": [], "data": { "id": "ARPC_WINTER", - "label": "Les Arcs Panorama (winter)" + "label": "Les Arcs Panorama", + "description": "Skier en famille au milieu d'une mer de sapins", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Les_Arcs_Panorama/202967-4c5vcl4iyl-swhr.jpg", + "price": 1783, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.750Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf5500e", + "_id": "236e4b43-8b67-4cd0-b949-d58a6e928d65", "owner": null, "roles": [], "data": { - "id": "GMAC_WINTER", - "label": "Grand Massif Samoëns Morillon (winter)" + "id": "VMOV_WINTER", + "label": "Les Appartements-Chalets de Valmorel", + "description": "Se ressourcer dans un authentique chalet savoyard", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/195416-5nfdg7th59-swhr.jpg", + "price": 4279, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.754Z", + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", "form": "5e972ae7a1a692917cf54f9e" }, { - "_id": "5e972ae8a1a692917cf5500f", + "_id": "230bcca6-610a-440d-8535-c2e74e3ca801", "owner": null, "roles": [], "data": { - "id": "TVCC", - "label": "Tignes Val Claret" + "id": "VTHC", + "label": "Val Thorens Sensations", + "description": "Ski d'exception et ambiance festive", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Val_Thorens/88588-w0l3pmppoh-swhr.jpg", + "price": 1543, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0b9a35c5-eeaf-49d4-9a9a-ad90cf78383c", + "owner": null, + "roles": [], + "data": { + "id": "PLAC", + "label": "La Plagne 2100", + "description": "Sensations de ski intenses et ludiques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Plagne_2100/79834-yiyk36xmvu-swhr.jpg", + "price": 1712, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "941a9d11-76b9-4ee4-b718-97409ad3d08c", + "owner": null, + "roles": [], + "data": { + "id": "PVAC_WINTER", + "label": "Peisey-Vallandry", + "description": "Authenticité à la croisée de domaines d'exception", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Peisey_Valandry/503933-dubd5fn9mt-swhr.jpg", + "price": 1970, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "25fe8e6e-17c4-48fc-93f7-410edde68bcc", + "owner": null, + "roles": [], + "data": { + "id": "GMAV_WINTER", + "label": "Les Appartements-Chalets de Grand Massif Samoëns Morillon", + "description": "Savourer le design d’un chalet en Haute-Savoie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Les_Appartements_Chalets_Grand_Massif/414667-ymfsh1kipw-swhr.jpg", + "price": 4541, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "51abfb60-d264-48dc-8327-14481626c428", + "owner": null, + "roles": [], + "data": { + "id": "ALHC_WINTER", + "label": "Alpe d'Huez", + "description": "Glisse sur l'un des plus beaux balcons des Alpes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Alpe_D_Huez/249356-0qull76adh-swhr.jpg", + "price": 2086, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "120bd476-079a-4cd6-918e-336e2039eda2", + "owner": null, + "roles": [], + "data": { + "id": "YASC", + "label": "Yasmina", + "description": "Eden marocain pour les familles et le sport", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Yasmina/62758-o5wa9t7tuq-swhr.jpg", + "price": 1093, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "06862e94-11b6-45d5-8104-12098081e16c", + "owner": null, + "roles": [], + "data": { + "id": "BALC", + "label": "Bali", + "description": "Plongez au cœur de la fascinante culture balinaise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bali/461292-hfoue3c9r4-swhr.jpg", + "price": 1029, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e31103a5-ff0b-481a-9cb3-f56ab23430c0", + "owner": null, + "roles": [], + "data": { + "id": "KANV", + "label": "Les Villas de Finolhu", + "description": "Le paradis dans un Resort éco-certifié", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Les_Villas_de_Finolhu/493979-t8avrcgh2t-swhr.jpg", + "price": 3363, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "671ce9b6-0625-4a87-831c-e54b453eb631", + "owner": null, + "roles": [], + "data": { + "id": "PHUC", + "label": "Phuket", + "description": "Plongez au coeur de la vibrante Thaïlande", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Phuket/343663-quoiu0k6ie-swhr.jpg", + "price": 1145, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f9fdde6f-200d-4d37-9f82-8e70d9a097dd", + "owner": null, + "roles": [], + "data": { + "id": "SECC_SUMMER", + "label": "Serre Chevalier", + "description": "Retour aux sources au cœur des Alpes du Sud", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84565-8cng2f4onk-swhr.jpg", + "price": 1463, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a2805418-2f1d-4b10-a2aa-6b6ab1cc1422", + "owner": null, + "roles": [], + "data": { + "id": "SCHC_SUMMER", + "label": "Serre-Chevalier", + "description": "Randonner avec vue sur le Massif des Ecrins", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84565-8cng2f4onk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "be51369c-dad5-484d-b955-3c2b40c42fff", + "owner": null, + "roles": [], + "data": { + "id": "VMOC_SUMMER", + "label": "Valmorel", + "description": "Halte nature, entre sapins et alpages fleuris", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Valmorel/92158-1fws7s1yo7-swhr.jpg", + "price": 1444, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "62ff813d-d191-498c-b29e-a2e2cfcceccf", + "owner": null, + "roles": [], + "data": { + "id": "ALHC_SUMMER", + "label": "Alpe d'Huez", + "description": "Bain de soleil alpin au paradis du vélo", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Alpe_D_Huez/273538-b7cisknl8c-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7c8caf50-f3ce-4393-a6cf-a975f79be764", + "owner": null, + "roles": [], + "data": { + "id": "GMAC_SUMMER", + "label": "Grand Massif Samoëns Morillon", + "description": "Les trésors de la Haute-Savoie à portée de main", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Grand_Massif_Samoens/271273-gmvsvhp9yf-swhr.jpg", + "price": 1463, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "749b7066-5420-4420-b142-0cbb09cdb4c1", + "owner": null, + "roles": [], + "data": { + "id": "TIGC_SUMMER", + "label": "Tignes", + "description": "Entre lacs et glaciers, vibrer et se ressourcer", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Tignes/455760-0hpj4qem4y-swhr.jpg", + "price": 1577, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "552ff38c-58f0-4151-9940-95c93830edcc", + "owner": null, + "roles": [], + "data": { + "id": "VDIC_SUMMER", + "label": "Val d'Isère", + "description": "Les plaisirs de la montagne dans un chalet de luxe", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Val_D_Isere/459882-vjwl4vsn6l-swhr.jpg", + "price": 1853, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fe59b1a0-e22d-463f-a413-10efee50b64a", + "owner": null, + "roles": [], + "data": { + "id": "PVAC_SUMMER", + "label": "Peisey-Vallandry", + "description": "Escapade authentique au cœur du terroir savoyard", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Peisey_Valandry/78298-57l5xha8wx-swhr.jpg", + "price": 1182, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "72c50a70-e296-4494-b9ff-7e16f7aeb2ad", + "owner": null, + "roles": [], + "data": { + "id": "GMAV_SUMMER", + "label": "Les Appartements-Chalets de Grand Massif Samoëns Morillon", + "description": "Savourer le design d’un chalet en Haute-Savoie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Grand_Massif/273313-vy1cvqe2wg-swhr.jpg", + "price": 3216, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b2af1ae9-fc90-468d-841d-3d594f101c2e", + "owner": null, + "roles": [], + "data": { + "id": "VMOV_SUMMER", + "label": "Les Appartements-Chalets de Valmorel", + "description": "Se ressourcer dans un authentique chalet savoyard", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Valmorel/174022-0ty8dcuhiw-swhr.jpg", + "price": 2232, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0c59a706-7941-4c1b-9e9c-8d69c3a742e7", + "owner": null, + "roles": [], + "data": { + "id": "ARPC_SUMMER", + "label": "Les Arcs Panorama", + "description": "Echappée sportive au milieu d'une mer de sapins", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Arcs_Panorama/180538-hc4txdbsx7-swhr.jpg", + "price": 1392, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "42741803-52b7-4848-964e-8e10a34833d5", + "owner": null, + "roles": [], + "data": { + "id": "QCHC_WINTER", + "label": "Quebec Charlevoix", + "description": "Charmes de l’hiver avec vue sur le Saint-Laurent ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Amerique_du_Nord/Canada/Quebec_Charlevoix/414388-5ltke7tc02-swhr.jpg", + "price": 1918.5, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7cc6272a-6ab6-4d54-b0a4-c2e79c6ec8ea", + "owner": null, + "roles": [], + "data": { + "id": "SAOC_WINTER", + "label": "Sahoro Hokkaido", + "description": "Succombez au charme des montagnes de Hokkaido", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Sahoro_Hokkaido/83311-y2qdvobk5c-swhr.jpg", + "price": 2226, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b9c55179-708e-4731-9386-0ce40437d21b", + "owner": null, + "roles": [], + "data": { + "id": "CBAC_WINTER", + "label": "Changbaishan", + "description": "Se laisser embarquer par l'énergie de Changbaishan", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Changbaishan/341512-44gw4irw3e-swhr.jpg", + "price": 1484, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "664a2fa1-a3fd-4f3a-a7a0-9f2705f87bcc", + "owner": null, + "roles": [], + "data": { + "id": "TOMC_WINTER", + "label": "Tomamu Hokkaido", + "description": "Se laisser tenter par de nouvelles expériences", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/87019-y9xcht8b5w-swhr.jpg", + "price": 2779, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "004e2942-9797-485d-8021-5d4f23d7e002", + "owner": null, + "roles": [], + "data": { + "id": "YABC_WINTER", + "label": "Yabuli", + "description": "Un séjour légendaire au cœur de la montagne\n", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/93919-kntcjncgyg-swhr.jpg", + "price": 1225, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e3ca13ae-88ef-419a-8e1b-6ce123d1af1d", + "owner": null, + "roles": [], + "data": { + "id": "BEIC", + "label": "Beidahu", + "description": "Goûtez à l'ambiance chaleureuse de la montagne", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Beidahu/72922-0dcxeqjilk-swhr.jpg", + "price": 1589, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e90c3f75-4e33-4a8a-93ba-c9eec7c7c77e", + "owner": null, + "roles": [], + "data": { + "id": "QCHC_SUMMER", + "label": "Quebec Charlevoix", + "description": "Les grands espaces comme terre d’aventures ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Quebec_Charlevoix/383629-7dvqdxmjip-swhr.jpg", + "price": 1449.5, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7bce373d-cd33-4eb6-a8a1-1960114ea0c6", + "owner": null, + "roles": [], + "data": { + "id": "KIPC_WINTER", + "label": "Kiroro Peak", + "description": "Découvrez l'authentique Hokkaido", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/350932-ivgsx53iqy-swhr.jpg", + "price": 2648, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4ab0e092-683c-4837-a108-8b0f195688a7", + "owner": null, + "roles": [], + "data": { + "id": "CHAC_WINTER", + "label": "Chamonix Mont-Blanc", + "description": "Un séjour à Chamonix pour savourer le raffinement d'une station mythique" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "db665012-3832-48b3-9e83-236645c923a1", + "owner": null, + "roles": [], + "data": { + "id": "RDPC", + "label": "Rio Das Pedras", + "description": "Se ressourcer au coeur d'une nature luxuriante", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Rio_Das_Pedras/207749-iee3xv9c3n-swhr.jpg", + "price": 973, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "619debe5-ee05-4c3a-ad9d-90683ea6f244", + "owner": null, + "roles": [], + "data": { + "id": "TRAC", + "label": "Trancoso", + "description": "Un paradis naturel dans une atmosphère bohémienne", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Trancoso/492098-3xi62ol1qu-swhr.jpg", + "price": 931, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ee0d7481-556c-469e-babb-479a105b8f2e", + "owner": null, + "roles": [], + "data": { + "id": "AEXC", + "label": "Arcs Extrême", + "description": "Un séjour à la neige entre adultes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Arcs_extreme/71524-6yruogbof7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "21c7eac1-b3a5-4e71-a21b-a66b819961fb", + "owner": null, + "roles": [], + "data": { + "id": "TURC", + "label": "Turkoise", + "description": "Un paradis pour les adultes dans les Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Turks___Caicos/Turkoise/433167-eovgcw4u9b-swhr.jpg", + "price": 1253, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1f3cdf57-2fe5-49cd-be51-6fe6ad7c7f60", + "owner": null, + "roles": [], + "data": { + "id": "ALBV", + "label": "Les Villas d'Albion", + "description": "Villa privée au cœur de la campagne mauricienne\n", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/Les_Villas_d_Albion/277039-u24iwdwpgi-swhr.jpg", + "price": 2696, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ef8d63c8-dab7-46a5-abf3-cf648235f721", + "owner": null, + "roles": [], + "data": { + "id": "IXTC", + "label": "Ixtapa Pacific", + "description": "Le paradis des familles au bord du Pacifique", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Ixtapa_Pacific/30406-tr8iux3exe-swhr.jpg", + "price": 909, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5bf75dbd-2ad0-47c1-8335-e6c2bf6b34d6", + "owner": null, + "roles": [], + "data": { + "id": "CHEC", + "label": "Cherating beach", + "description": "Expérimentez le retour aux sources", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Cherating_Beach/19555-yo44mkoj9w-swhr.jpg", + "price": 896, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "15134d17-7412-4e79-928d-46440b641e57", + "owner": null, + "roles": [], + "data": { + "id": "RBIC", + "label": "Bintan Island", + "description": "Embarquez pour une escapade de bien-être", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bintan_Island/239540-w4s5e1cr4s-swhr.jpg", + "price": 1414, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1aa16d22-f4d6-41e7-b490-59dc490fca34", + "owner": null, + "roles": [], + "data": { + "id": "KABC", + "label": "Kabira Ishigaki", + "description": "Plongez et découvrez la faune de l'île d'Okinawa", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kabira_Ishigaki/363181-g1qfcylwsy-swhr.jpg", + "price": 889, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b66c9396-a00b-4ab6-9e58-943e11e8f66d", + "owner": null, + "roles": [], + "data": { + "id": "SAYC", + "label": "Sanya", + "description": "Faire le plein de couleurs et d’énergie à la plage" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d2f32951-bb4b-4eac-bb75-e9bc56a5e125", + "owner": null, + "roles": [], + "data": { + "id": "LAPC", + "label": "Lake Paradise", + "description": "Respirez profondément dans une oasis de nature", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Lake_Paradise/334306-f8v3s5iq34-swhr.jpg", + "price": 1024, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "22627621-690a-49ed-85fa-7050a38cd68c", + "owner": null, + "roles": [], + "data": { + "id": "GUIC", + "label": "Guilin", + "description": "Un Resort où se mêlent nature et culture", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Guilin/220429-xxssh5s75e-swhr.jpg", + "price": 903, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0f070ba8-bd5e-407c-a0d2-f753f72ad5ae", + "owner": null, + "roles": [], + "data": { + "id": "TOMC_SUMMER", + "label": "Tomamu Hokkaido", + "description": "Se laisser tenter par de nouvelles expériences", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Tomamu_Hokkaido/237299-hki2tp9qxf-swhr.jpg", + "price": 966, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "304b8cd9-88ad-4b0e-8573-14a0118eac13", + "owner": null, + "roles": [], + "data": { + "id": "PRAC_SUMMER", + "label": "Pragelato Sestriere", + "description": "Un village de chalets au coeur du Piémont", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/Italie/Pragelato_Sestriere/80932-k8pc80b222-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "457d35f0-63f2-4b63-b1ed-1473fff3988e", + "owner": null, + "roles": [], + "data": { + "id": "LROV_SUMMER", + "label": "La Rosière Espace Exclusive Collection", + "description": "Un écrin de luxe au coeur du Resort de la Rosière", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/La_Rosiere/Espace_Exclusive_Collection/531121-wsk5x9hnat-swhr.jpg", + "price": 2681, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "719df84b-62f3-45e1-9fb5-ff0ae0252a21", + "owner": null, + "roles": [], + "data": { + "id": "KEMC", + "label": "Kemer", + "description": "Vacances festives au pied des monts Taurus", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Kemer/37465-m1mrpc4g5n-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8f2676e4-6d10-43b3-9b4d-0c31463f77f5", + "owner": null, + "roles": [], + "data": { + "id": "TVCC", + "label": "Tignes Val Claret", + "description": "Sensations fortes du ski et charme de la Vanoise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "556e1324-c14f-44b0-900e-beac91caec02", + "owner": null, + "roles": [], + "data": { + "id": "SANC", + "label": "Sandpiper Bay", + "description": "Le meilleur Resort tout-compris de Floride", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Sandpiper_Bay/219826-rwf1t2xrf8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "08a87327-dfcb-4a8a-9027-3d3a7e323a10", + "owner": null, + "roles": [], + "data": { + "id": "AGAC", + "label": "Agadir", + "description": "Authenticité marocaine et fraîcheur de l'océan" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "369dbda4-b433-4fe0-82a7-583b7c17e62a", + "owner": null, + "roles": [], + "data": { + "id": "CERC", + "label": "Cervinia", + "description": "Skier d'Italie en Suisse à l'ombre du Mont Cervin", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Cervinia/73399-1hnfrfkxy3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e7e3ecdf-4b92-4ea6-852f-cfba0c03f840", + "owner": null, + "roles": [], + "data": { + "id": "KAHC", + "label": "Kamarina Hotel", + "description": "Goûtez à la douceur du Sud de la Sicile", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33040-kqtw7oayo4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9dc3fe07-4d15-49c1-9b19-5f67bb12c1dc", + "owner": null, + "roles": [], + "data": { + "id": "VISC", + "label": "Val d'Isère", + "description": "Dévaler les pistes cultes d'une station branchée" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "93a3d4b7-bbfc-45d2-a262-fbca58a886d7", + "owner": null, + "roles": [], + "data": { + "id": "MCHC", + "label": "Méribel le Chalet", + "description": "Séjour à Méribel dans le Resort de Méribel Le Chalet , des vacances au cœur de la Savoie authentique" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9dd24c44-53e1-4a9b-831a-32f8a52939bf", + "owner": null, + "roles": [], + "data": { + "id": "KAMC", + "label": "Kamarina", + "description": "Goûtez à la douceur du Sud de la Sicile", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33283-mm71lh8vx7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c99a8210-377e-407e-bcf3-8180cc5a2224", + "owner": null, + "roles": [], + "data": { + "id": "MANC", + "label": "Méribel l'Antarès", + "description": "Séjour à Méribel dans le Resort de Méribel l'Antarès, raffinement et plaisirs de la glisse en Savoie" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8ff68aa9-4752-4d0c-ae99-383cb7bfb869", + "owner": null, + "roles": [], + "data": { + "id": "VSOC", + "label": "Villars-sur-Ollon", + "description": "Séjour à Villars-sur-Ollon, un palace dédié aux familles au coeur des Alpes vaudoises" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "00e1143e-145b-4933-9cce-556ba1868979", + "owner": null, + "roles": [], + "data": { + "id": "APLC", + "label": "Aime la Plagne", + "description": "Un séjour à la neige face au mont-Blanc.", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Aime_la_Plagne/70618-w1yfw4c5bb-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "141bef66-408b-49c9-a147-3545b17f3df1", + "owner": null, + "roles": [], + "data": { + "id": "DALC", + "label": "Les Deux Alpes", + "description": "Un séjour aux Deux-Alpes au pied du glacier Meije pour les amateurs de ski" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "25b23b2c-7dbf-4eaa-9ead-105840d80c49", + "owner": null, + "roles": [], + "data": { + "id": "AHSC", + "label": "L'Alpe d'Huez la Sarenne", + "description": "Séjour à l'Alpe d' Huez, soleil, sensations dans les Alpes du sud" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "70418e63-1b86-4388-bdb1-ed5325654a45", + "owner": null, + "roles": [], + "data": { + "id": "SAMC", + "label": "Sant'Ambroggio", + "description": "Corse, paysages sauvages et odeurs de maquis" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4b40570d-571b-4d34-b713-a6a57494a237", + "owner": null, + "roles": [], + "data": { + "id": "CRGC", + "label": "Cargèse", + "description": "Un séjour à Cargèse, au nord d'Ajaccio pour de parfaites vacances en famille", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Cargese/18892-bard5fppyp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3265353e-9850-42b5-b162-5861999ee5c2", + "owner": null, + "roles": [], + "data": { + "id": "AVOC", + "label": "Avoriaz", + "description": "Séjour à Avoriaz au Club Med, un Resort au pied d'un immense domaine Franco-Suisse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/72082-we3xrps4c1-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "810a7a3a-afb1-4696-be59-6e785666628b", + "owner": null, + "roles": [], + "data": { + "id": "NAPC", + "label": "Napitia", + "description": "Séjour à Napitia, en Calabre pour des vacances authentiques en famille dans l'Italie du Sud" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a2c24ebb-f8e5-4c8c-8e41-eb1d3ddad07d", + "owner": null, + "roles": [], + "data": { + "id": "ITAC", + "label": "Itaparica", + "description": "Partez sur l'île d'Itaparica au Brésil, véritable paradis terrestre à 1h de Salvador de Bahia" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b32e04c5-6704-47bd-9150-d155dd5b9b96", + "owner": null, + "roles": [], + "data": { + "id": "YABC_SUMMER", + "label": "Yabuli", + "description": "Respirez l'air pur en famille", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/174082-vxi8d0a46m-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c3b93030-a479-4f9d-ab12-e5830d917ad5", + "owner": null, + "roles": [], + "data": { + "id": "KIPC_SUMMER", + "label": "Kiroro Peak", + "description": "Découvrez l'authentique Hokkaïdo", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kiroro_Peak/433341-1p0gu7d4tr-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "123e4a48-9a04-4a57-b4e9-afece6c4e703", + "owner": null, + "roles": [], + "data": { + "id": "VLPC", + "label": "Vittel le Parc", + "description": "Sport et thermalisme dans un océan de verdure", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/70252-v1vnr8labm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "385766ae-abb9-4b8a-8c01-cf9cbaa86f59", + "owner": null, + "roles": [], + "data": { + "id": "CRNATV", + "label": "Natura verde", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Martinique/Les_Boucaniers/490818-roh24j3f6t-swhr.jpg", + "price": 4290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a2c0d3ce-a330-4262-b12c-a1b7dda94bb2", + "owner": null, + "roles": [], + "data": { + "id": "KETESA", + "label": "Kenya terre sauvage", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/505184-cwxknm243e-swhr.jpg", + "price": 3490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7732b3ec-6f18-475f-923f-e88685379955", + "owner": null, + "roles": [], + "data": { + "id": "VNPIND", + "label": "Parfums d’Indochine", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/123148-xbj2cyconj-swhr.jpg", + "price": 2590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4d7184c1-9684-411e-b16f-d6c560d9c899", + "owner": null, + "roles": [], + "data": { + "id": "COHOCO", + "label": "Holà Colombia", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Colombie/Circuits___Escapade/121543-gpmqx1whfm-swhr.jpg", + "price": 3990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "83446c90-3c72-4588-921d-97b2a19fb043", + "owner": null, + "roles": [], + "data": { + "id": "MAHEM", + "label": "Héritage marocain", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/505202-hut6spf0hg-swhr.jpg", + "price": 2990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2304acc2-58b3-40dd-8735-8838c52c89ba", + "owner": null, + "roles": [], + "data": { + "id": "JPZEEX", + "label": "Archipel zen et Exposition Universelle", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/505211-657d9pssvx-swhr.jpg", + "price": 5190, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "233f1f95-659c-498e-ad61-8bced897bd56", + "owner": null, + "roles": [], + "data": { + "id": "MXESYU", + "label": "Escapade dans le Yucatán", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/530494-8l8ngtaywu-swhr.jpg", + "price": 1840, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b846d322-54c5-4c55-84da-4315ad1dc906", + "owner": null, + "roles": [], + "data": { + "id": "THESKS", + "label": "Escapade nature à Khao Sok", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/197015-kh5apbkbfb-swhr.jpg", + "price": 1090, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "582b0851-544c-4999-8cfb-078425596592", + "owner": null, + "roles": [], + "data": { + "id": "LKESSR", + "label": "Escapade au Sri Lanka", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/493346-ptwcfl2w5k-swhr.jpg", + "price": 690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c3b65f44-c109-4594-9ae4-522168b51a4f", + "owner": null, + "roles": [], + "data": { + "id": "IDESBA", + "label": "Escapade à Bali", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/530695-fu7gjqnuf0-swhr.jpg", + "price": 1090, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1707f6de-3e0a-4dfa-acd5-42ace7142d55", + "owner": null, + "roles": [], + "data": { + "id": "GRBCYC", + "label": "Le bleu des Cyclades", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123499-s7ve7cnknj-swhr.jpg", + "price": 3690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c0b85ce4-3f3f-49dd-b641-0136cd338283", + "owner": null, + "roles": [], + "data": { + "id": "GRLEDI", + "label": "Légendes des dieux", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123511-cvbteq692w-swhr.jpg", + "price": 2490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "de8079cf-f956-406b-9a24-7319d58d8158", + "owner": null, + "roles": [], + "data": { + "id": "GRESAI", + "label": "Escapade à Athènes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/531175-5w5f2b1i5h-swhr.jpg", + "price": 610, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f35786e3-9062-4d99-b45b-28a9ec5d9f8a", + "owner": null, + "roles": [], + "data": { + "id": "ITNAP", + "label": "Napoli e mare", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/467472-8rllffibyb-swhr.jpg", + "price": 2790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "906c651d-fff5-4589-8c9e-5fed7e7c046d", + "owner": null, + "roles": [], + "data": { + "id": "ITSAV", + "label": "Saveurs du Sud et Trulli", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123682-puabber16x-swhr.jpg", + "price": 2890, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "08f81253-39c1-4a0a-84fe-c6d4e1b580bb", + "owner": null, + "roles": [], + "data": { + "id": "ITVSS", + "label": "Vestiges et saveurs de Sicile", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/178210-40kqdxrk3c-swhr.jpg", + "price": 2990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6968a1a6-7e6d-4404-8a8c-fc7a9fce824a", + "owner": null, + "roles": [], + "data": { + "id": "ITFTO", + "label": "Flâneries toscanes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/276493-4m9ssdfb8l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3ae4ab3b-a73a-4ad6-a8cc-000d214ee685", + "owner": null, + "roles": [], + "data": { + "id": "ITESVE", + "label": "Escapade à Venise", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/197018-nj48rss4s2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8cce0c57-ce8f-4120-8225-bced03f861eb", + "owner": null, + "roles": [], + "data": { + "id": "ITEROM", + "label": "Escapade à Rome", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123655-xwnyjdp5yw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d7f55734-4992-46d6-a167-7bc3938d376f", + "owner": null, + "roles": [], + "data": { + "id": "ITEES", + "label": "Escapade en Sicile", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8e6874df-53b2-48a4-bf6b-b35341310a7b", + "owner": null, + "roles": [], + "data": { + "id": "ESESSE", + "label": "Escapade à Séville", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/390997-l3qfwrovyr-swhr.jpg", + "price": 790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8df312a6-f265-4aa7-abc2-c54954456984", + "owner": null, + "roles": [], + "data": { + "id": "ESESMA", + "label": "Escapade à Madrid", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/493349-k4wmhwd9tc-swhr.jpg", + "price": 810, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8efda54d-cb1f-492d-ae57-90b20540712d", + "owner": null, + "roles": [], + "data": { + "id": "NOODE", + "label": "Ode aux fjords norvégiens", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Norvege/Circuits___Escapade/236675-iay486j6dq-swhr.jpg", + "price": 4690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a74d901e-a883-4df2-9822-75ed8b410ad9", + "owner": null, + "roles": [], + "data": { + "id": "PTBDF", + "label": "Balade entre Douro et Fado", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/178189-vw7yd8u971-swhr.jpg", + "price": 2590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a9a6f65d-bd22-4e8f-9b72-1a6d5cdfa486", + "owner": null, + "roles": [], + "data": { + "id": "PTMFO", + "label": "Madère fleur de l’océan", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123832-2i0ngm4wx1-swhr.jpg", + "price": 2090, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a8f51c85-d9ca-43d9-a3dc-f143ef95043c", + "owner": null, + "roles": [], + "data": { + "id": "PTESLI", + "label": "Escapade à Lisbonne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123826-p75o4e8i5c-swhr.jpg", + "price": 570, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c9e49092-2a5a-40bb-87f3-cbdb002a3e5c", + "owner": null, + "roles": [], + "data": { + "id": "SELAP", + "label": "Rêve en Laponie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Suede/Circuits___Escapade/530878-vd00sun0l8-swhr.jpg", + "price": 6390, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5c85df2c-9da6-41e2-a3de-3ff607ae9968", + "owner": null, + "roles": [], + "data": { + "id": "TRCVS", + "label": "Cappadoce et vallées secrètes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/465660-w6top6w4qt-swhr.jpg", + "price": 2290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e899a323-e6af-48c7-bfda-3b8d1702218c", + "owner": null, + "roles": [], + "data": { + "id": "TREIS", + "label": "Escapade à Istanbul", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/497939-ffopnt48sy-swhr.jpg", + "price": 390, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "78c4ce88-0a2d-41a2-b267-a3af205c725e", + "owner": null, + "roles": [], + "data": { + "id": "CZCDD", + "label": "Les cités du Danube", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Hongrie/Circuits___Escapade/123589-01q9ypy6lq-swhr.jpg", + "price": 3990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "704a2e41-2c10-46a0-8f9d-b75bcfb113dc", + "owner": null, + "roles": [], + "data": { + "id": "HRMBA", + "label": "Miroirs des Balkans", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Ecosse/Circuits___Escapade/123355-t2ddrweobs-swhr.jpg", + "price": 4290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2aa08f73-79d2-4048-8b88-4b70d6e14b19", + "owner": null, + "roles": [], + "data": { + "id": "GBRECO", + "label": "Le royaume d'Ecosse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Ecosse/Circuits___Escapade/123403-am58o6kjgp-swhr.jpg", + "price": 4990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1f5a6d1c-f8f3-4a62-932f-05cd3ade35b5", + "owner": null, + "roles": [], + "data": { + "id": "USPACA", + "label": "Grands Parcs et Californie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121801-kcrnx4njx0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "46b26f3d-690b-48a0-9f39-082b849d1a63", + "owner": null, + "roles": [], + "data": { + "id": "USESNY", + "label": "Escapade à New York", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121705-79l1tn7g0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "313d4162-ade5-48ec-bce0-d958fc8f2f85", + "owner": null, + "roles": [], + "data": { + "id": "USESMI", + "label": "Escapade à Miami", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121891-29d6l7syxx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9db7f80a-8ef1-48c7-8c73-7ffa3e6a0d4b", + "owner": null, + "roles": [], + "data": { + "id": "CAGRN", + "label": "Canada grandeur nature", + "description": "", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/128092-cejh298trn-swhr.jpg", + "price": 7590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "45840aef-37f4-47df-b061-4014340ba140", + "owner": null, + "roles": [], + "data": { + "id": "CAQNB", + "label": "Québec et Nouveau Brunswick", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/314632-rwyrfexxx1-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9f260490-c7e9-44c1-98d3-d612e37b8e0a", + "owner": null, + "roles": [], + "data": { + "id": "CATRAI", + "label": "De Niagara à Québec en train", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/295063-jfxbqg2y3s-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1bf30fef-4fff-499a-a2b1-ca10746a95b0", + "owner": null, + "roles": [], + "data": { + "id": "CUHVAR", + "label": "De la Havane à Varadero", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121639-oevcr08mbf-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4265e15d-55f7-4fe0-979b-d9a833af7543", + "owner": null, + "roles": [], + "data": { + "id": "CAESMO", + "label": "Escapade à Montréal", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/226339-ehfnplp8ha-swhr.jpg", + "price": 590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a1d27002-eecc-40a0-8c7c-646c4f13e8c1", + "owner": null, + "roles": [], + "data": { + "id": "CAESQU", + "label": "Escapade à Québec", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/367885-fplkkn47m4-swhr.jpg", + "price": 660, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f55e43a9-6396-4ae5-b531-fee3c3e0fa0f", + "owner": null, + "roles": [], + "data": { + "id": "CAESTO", + "label": "Escapade à Toronto et Niagara", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/420006-r1n5c7v3nm-swhr.jpg", + "price": 790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "51f061ba-3d46-40d8-9a69-3cc45ee0596f", + "owner": null, + "roles": [], + "data": { + "id": "CLPAT2", + "label": "Patagonie et croisière au bout du monde", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Chili/Circuits___Escapade/530869-w9xy38ssiv-swhr.jpg", + "price": 6990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6faef22e-b3e0-4dd2-8edb-a89fbd05bb7a", + "owner": null, + "roles": [], + "data": { + "id": "ECCOE", + "label": "Couleurs d'Équateur", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Equateur/Circuits___Escapade/121666-v1a81qtkf2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ea5b57c0-94d0-4e76-b12f-7fff5ab74b6e", + "owner": null, + "roles": [], + "data": { + "id": "GDODC", + "label": "Croisière au vent caribéen", + "description": "", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/107350-6wy7nkwgq0-swhr.jpg", + "price": 1820, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f9e82b9e-2097-4c9b-bb6a-6dcd3ff3eca2", + "owner": null, + "roles": [], + "data": { + "id": "GTMAYS", + "label": "Mystères mayas", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Guatemala_Honduras/Circuits___Escapade/121963-tbnkrvyis0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1bf0f616-de92-4b70-a55f-783bc1704f99", + "owner": null, + "roles": [], + "data": { + "id": "MXGTY", + "label": "Grand tour du Yucatán", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122029-0pihook8w5-swhr.jpg", + "price": 2190, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "79c0a031-3976-4725-b969-69093e6bc94b", + "owner": null, + "roles": [], + "data": { + "id": "MXMPCO", + "label": "Mexique précolombien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122014-yjrlufwnda-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "90f52907-94cb-43a6-94c7-89bb878040ed", + "owner": null, + "roles": [], + "data": { + "id": "PEMERI", + "label": "Merveilles Incas", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122062-78hepgkyql-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "90baef63-26ec-407f-b2ef-20a70629842a", + "owner": null, + "roles": [], + "data": { + "id": "PEMON", + "label": "Les montagnes du Dieu Soleil", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122098-9vmowha4sl-swhr.jpg", + "price": 5790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "58fe97f7-e808-4ec5-b076-d98c6709c4b5", + "owner": null, + "roles": [], + "data": { + "id": "ARATFE", + "label": "Des Andes à la Terre de Feu", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Argentine/Circuits___Escapade/530872-11lpy762rx-swhr.jpg", + "price": 8290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "347d61bd-c6df-45f4-940d-583c5de08f4a", + "owner": null, + "roles": [], + "data": { + "id": "BRCRIO", + "label": "Brésil et Carnaval de Rio", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/241058-iunefxnm00-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2c98a100-6c94-4df0-b83f-040b56ea34fc", + "owner": null, + "roles": [], + "data": { + "id": "BRECAL", + "label": "Brésil tropical", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121324-e9myg8s15t-swhr.jpg", + "price": 4890, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "306071ab-59b3-4403-8977-f40f662b2bd2", + "owner": null, + "roles": [], + "data": { + "id": "BRESRI", + "label": "Escapade à Rio de Janeiro", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/530491-ikdy8gpmqd-swhr.jpg", + "price": 890, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d8621c03-7ba8-4b36-afb7-8b718efcf822", + "owner": null, + "roles": [], + "data": { + "id": "NAVFA", + "label": "Variations fauves", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/120988-mo3y7a1xi5-swhr.jpg", + "price": 4690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "82d7a220-b432-4e0d-a4f1-a923cae27aff", + "owner": null, + "roles": [], + "data": { + "id": "KESGE", + "label": "Safari des grands espaces", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/120811-06g9mp8fd5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "80cb91d1-5d0c-417b-97bf-f27b662a4810", + "owner": null, + "roles": [], + "data": { + "id": "TZPTA", + "label": "Les plaines de Tanzanie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/201059-7lnljpmpep-swhr.jpg", + "price": 3990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c5c1164b-e957-425f-9552-f3709dd3c798", + "owner": null, + "roles": [], + "data": { + "id": "ZWRFE", + "label": "Réserves au fil de l'eau", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/203948-18r2dg9f25-swhr.jpg", + "price": 7390, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "78d3ec98-8efe-49a1-a035-222b2396d900", + "owner": null, + "roles": [], + "data": { + "id": "MAEVI", + "label": "Escapade Villes impériales", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/366175-x3jr8w81og-swhr.jpg", + "price": 890, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "40bee636-1982-4a3d-983a-d5c071447b27", + "owner": null, + "roles": [], + "data": { + "id": "MAESYA", + "label": "Escapade Rif et médinas", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/227698-3p3pph5uuo-swhr.jpg", + "price": 1190, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c3411f20-172b-40df-bb5c-dd7cebf7f163", + "owner": null, + "roles": [], + "data": { + "id": "MGLTM", + "label": "Terres Malgaches et lémuriens", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Madagascar/Circuits___Escapade/209311-tnapbm2apg-swhr.jpg", + "price": 3790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a0a76232-bf52-489f-88ca-8e018ee89a80", + "owner": null, + "roles": [], + "data": { + "id": "SCJOS", + "label": "Joyaux des Seychelles", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/527728-lt8mun1m7v-swhr.jpg", + "price": 4690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2bf9d8b6-e78e-403d-9cc0-95ecdda70e7a", + "owner": null, + "roles": [], + "data": { + "id": "SCEAP", + "label": "Escapade à Praslin", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/527704-c25mn1hq9r-swhr.jpg", + "price": 1190, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ed4965ec-f886-42cf-a0c5-08fbe0bf7fc3", + "owner": null, + "roles": [], + "data": { + "id": "RNCRE", + "label": "Au coeur de la Réunion", + "description": "", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/127204-dk8xp7mgcx-swhr.jpg", + "price": 3990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0554a045-1f6a-40ad-b490-95e8d16613c0", + "owner": null, + "roles": [], + "data": { + "id": "RNERU", + "label": "Escapade à La Réunion", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/121024-scpjtoy1ct-swhr.jpg", + "price": 850, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "347b5b06-d645-4d5e-9590-089462a7f2d1", + "owner": null, + "roles": [], + "data": { + "id": "OMFSUO", + "label": "Féérie au Sultanat d'Oman", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Oman/Circuits___Escapade/124267-0lh4nr8kwi-swhr.jpg", + "price": 2890, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1c5f7f87-18f7-4562-ac72-795028ef93b3", + "owner": null, + "roles": [], + "data": { + "id": "EAESDU", + "label": "Escapade à Dubaï", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Emirats_Arabes_Unis/Circuits___Escapade/124171-iubvf31wyf-swhr.jpg", + "price": 390, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5e131505-73a3-47ad-9241-80c7ffb7dc81", + "owner": null, + "roles": [], + "data": { + "id": "EGCISI", + "label": "Isis", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/213508-y1c2hylt7x-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "abba66c2-f94d-4cfe-927d-2f2c876c16e8", + "owner": null, + "roles": [], + "data": { + "id": "EGCNUB", + "label": "Nubie Eternelle", + "description": "- 2 croisières sur 2 bateaux 5* : une sur le Lac Nasser et l’autre sur le Nil (en formule \"tout inclus\" boissons locales incluses)\n- Découverte de sites rarement visités tels que Dendérah et Medinet Habu ▲\n- Spectacles \"Son et Lumière\" inclus au temple d'Abou Simbel ▲et au Temple de Karnak▲\n- Excursion Abou Simbel ▲", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/118909-lw2ic0pb24-swhr.jpg", + "price": 4290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1d114f56-46c6-4221-914e-c3449245fa8d", + "owner": null, + "roles": [], + "data": { + "id": "EGRAMS", + "label": "Ramsès II", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/505157-a6llsr519g-swhr.jpg", + "price": 2990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1e48ccc3-6d26-4315-adbf-fe427b679e72", + "owner": null, + "roles": [], + "data": { + "id": "ILCDT", + "label": "Carrefour du temps", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Israel/Circuits___Escapade/124225-0p5hje71v8-swhr.jpg", + "price": 3790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "702c29d1-205d-4336-b6d5-a1f37ecf83af", + "owner": null, + "roles": [], + "data": { + "id": "JOROJ", + "label": "Royaume de Jordanie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/124261-l53tkwuecn-swhr.jpg", + "price": 2990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a57ffc2f-f4b8-4ae3-80ba-4aa8287577b6", + "owner": null, + "roles": [], + "data": { + "id": "UZSOIE", + "label": "Chemins d'or et de soie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ouzbekistan/Circuits___Escapade/124282-x58xfhfy1m-swhr.jpg", + "price": 2490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "234dd02f-6874-4acd-ab38-5b2525a6762d", + "owner": null, + "roles": [], + "data": { + "id": "AMSAC", + "label": "Arménie sacrée", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Armenie/Circuits___Escapade/118522-8av1vc0a2l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a78f8ff2-403a-4326-bfa4-da5b27e94d4f", + "owner": null, + "roles": [], + "data": { + "id": "JPVOTA", + "label": "Les voies du Tokaido", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/122737-biva0887bf-swhr.jpg", + "price": 6490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9385c134-a4d7-4e0a-b7d7-72a03d52de14", + "owner": null, + "roles": [], + "data": { + "id": "IDVBAL", + "label": "Bali et le Kawah Ijen", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122692-bukb2o4fio-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "deaaea40-5d15-4364-9b23-9f96f0bd12ce", + "owner": null, + "roles": [], + "data": { + "id": "INSIB", + "label": "Grand sud indien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122563-iyuexoo53a-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6bfd137d-f92a-450f-aef8-f19c120c8234", + "owner": null, + "roles": [], + "data": { + "id": "INSPRA", + "label": "Splendeurs du Rajasthan", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/531178-2twvl850dq-swhr.jpg", + "price": 4490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "334a4294-9329-48b7-8663-a2373b150d2f", + "owner": null, + "roles": [], + "data": { + "id": "LKSRIL", + "label": "Sourires du Sri Lanka", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/420111-hlwc8viw1c-swhr.jpg", + "price": 2490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "118a0bc0-e9b2-487a-aee8-44e7b559ece1", + "owner": null, + "roles": [], + "data": { + "id": "NPSANH", + "label": "Sanctuaires de l'Himalaya", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Nepal/Circuits___Escapade/211291-2kiaf6meaa-swhr.jpg", + "price": 5990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1e4af5af-d0c1-4397-ba19-6f240ee56418", + "owner": null, + "roles": [], + "data": { + "id": "VNPIAN", + "label": "Parfums d’Indochine et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/123148-xbj2cyconj-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6da92e71-0b88-4a9e-ab74-fe222e8b7ef6", + "owner": null, + "roles": [], + "data": { + "id": "THBKRK", + "label": "Escapade Bangkok et Rivière Kwai", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/118450-bwu22iyybk-swhr.jpg", + "price": 790, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "caae46af-38e5-4a40-bd2a-cd7a06934313", + "owner": null, + "roles": [], + "data": { + "id": "CNPAMA", + "label": "Parcours du mandarin", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122428-x44axkmjq6-swhr.jpg", + "price": 3590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c0c2ea25-64b0-4262-a512-3267b39d37dc", + "owner": null, + "roles": [], + "data": { + "id": "CNYJSL", + "label": "Yunnan et Shangri-La", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122371-053uf8rxli-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a1ab4144-ee45-498e-9a5e-37185e3f31eb", + "owner": null, + "roles": [], + "data": { + "id": "SGESSI", + "label": "Escapade à Singapour", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Singapour/Circuits___Escapade/122899-qg3bf4owdo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b6068218-1e67-4767-be02-ba4afaacd428", + "owner": null, + "roles": [], + "data": { + "id": "KHESAN", + "label": "Escapade à Angkor", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Cambodge/Circuits___Escapade/122158-sdrul30jna-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "47bc5fd2-de0d-4fcb-ba2f-7e92d71d664a", + "owner": null, + "roles": [], + "data": { + "id": "CNESCH", + "label": "Escales chinoises", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122338-w6g98k2ku2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ddf13c40-f23c-45aa-97ea-baa0baef9f8a", + "owner": null, + "roles": [], + "data": { + "id": "CNEHKG", + "label": "Escapade à Hong Kong", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122350-45w2gnnpn8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "32666cc8-99f9-4819-b2fe-51130c83ea3f", + "owner": null, + "roles": [], + "data": { + "id": "CNEMAC", + "label": "Escapade à Macao", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122383-w826uq51i9-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2549ac59-5bb7-41df-807c-fe23f06ab6b1", + "owner": null, + "roles": [], + "data": { + "id": "CNEPEK", + "label": "Escapade à Pékin", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122542-cdcvbdf1va-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "08dc4106-8bf2-4017-863e-735c21cf0c6b", + "owner": null, + "roles": [], + "data": { + "id": "CNEAS", + "label": "Escapade à Shanghai", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122443-yruknqqsp9-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f6f5f16e-a423-45c1-8e02-ff93393cb72c", + "owner": null, + "roles": [], + "data": { + "id": "MYESPI", + "label": "Escapade sur la Péninsule", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Circuits___Escapade/122824-ofd4nxe7bl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "74770db0-0ba4-44bc-9f04-46717c38c4a3", + "owner": null, + "roles": [], + "data": { + "id": "BRETRO", + "label": "Brésil tropical", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121324-e9myg8s15t-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fe9331b5-df0d-4b5f-a896-2e560f2c25b6", + "owner": null, + "roles": [], + "data": { + "id": "LACITE", + "label": "Cité et fleuves légendaires", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Laos/Circuits___Escapade/122788-phpm9ppp6a-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "05d99593-5578-43ff-ab75-0dd9abe5d11c", + "owner": null, + "roles": [], + "data": { + "id": "CNYJCI", + "label": "Yunnan et Shangri-La", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122371-053uf8rxli-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e57f7acb-6ca3-4cad-8c2f-5d582a8a4f98", + "owner": null, + "roles": [], + "data": { + "id": "INMAK", + "label": "De Madras au Kerala", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e8ca3f5e-34a3-4b56-a5a2-16273843d724", + "owner": null, + "roles": [], + "data": { + "id": "INGSD", + "label": "Grand sud indien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122563-iyuexoo53a-swhr.jpg", + "price": 2390, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a10119a0-e372-483c-a09b-f829a13d716c", + "owner": null, + "roles": [], + "data": { + "id": "INRDMA", + "label": "Route des maharajas", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122545-45jhxo3ckm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e8df941a-89bf-4a5f-9a5c-b2218de0b29e", + "owner": null, + "roles": [], + "data": { + "id": "IDMMB", + "label": "Monts et merveilles balinais", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122716-df2tt6kl7d-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fff85ac7-3b77-43ad-b8a9-4ea5f1a9e28a", + "owner": null, + "roles": [], + "data": { + "id": "MMMBRM", + "label": "Mystères birmans", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Birmanie/Circuits___Escapade/122833-oym64tbxcc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ab23e658-f482-4efc-98da-5e102fd6c9e7", + "owner": null, + "roles": [], + "data": { + "id": "MMPFO", + "label": "Pagodes et feuilles d’or", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Birmanie/Circuits___Escapade/122839-wm7wcmd6gu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "136e189d-2e3c-417e-bc8d-1666e0215fd9", + "owner": null, + "roles": [], + "data": { + "id": "LKCMAG", + "label": "Ceylan magique", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/122932-thdljwwfsq-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3f0eb734-6645-41db-ae16-bc268d188925", + "owner": null, + "roles": [], + "data": { + "id": "THGSIA", + "label": "Grand tour du Siam", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/123025-fg3a3rddva-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cabf8c8a-3576-4fb3-bb8d-8dbe3d301905", + "owner": null, + "roles": [], + "data": { + "id": "THORCA", + "label": "Orchidées sacrées", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/123049-qnwwpmmt3m-swhr.jpg", + "price": 3590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "775f4cd3-7494-4a79-97aa-82f4479eacc3", + "owner": null, + "roles": [], + "data": { + "id": "VNINDO", + "label": "Routes indochinoises", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/123094-cdrwq2trp2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2a24ccb2-3129-4b9d-b682-48707f54ea4b", + "owner": null, + "roles": [], + "data": { + "id": "SCVES", + "label": "Au vent des Seychelles", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Circuits___Escapade/121066-khk92s2g28-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1c4d5820-7cc2-434e-9479-1e869dd264ca", + "owner": null, + "roles": [], + "data": { + "id": "RNDRE", + "label": "Douce Réunion", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/121012-shfs6k5c1q-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "14135903-b281-417b-8756-b47cb4f663f0", + "owner": null, + "roles": [], + "data": { + "id": "ZACAK", + "label": "Du Cap au Kruger", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120595-rg3vmm3mjx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d44053ec-a159-4ffa-b371-f65020a224cb", + "owner": null, + "roles": [], + "data": { + "id": "ZAMER", + "label": "Merveilles australes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120586-q1g5383hm7-swhr.jpg", + "price": 4190, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75f7989b-b66d-436a-80a3-e4bc4518fcd6", + "owner": null, + "roles": [], + "data": { + "id": "ETTCA", + "label": "Trésors cachés d’Abyssinie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Ethiopie/Circuits___Escapade/120787-mkrbrlqtno-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "70c561b8-e8ba-4209-abd3-adb3b1db4ed7", + "owner": null, + "roles": [], + "data": { + "id": "NAENA", + "label": "Étonnante Namibie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/120991-hq0n40fm80-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9c9dcbbf-bc65-4689-b76e-4502fc8110af", + "owner": null, + "roles": [], + "data": { + "id": "NAMSA", + "label": "Merveilles sauvages", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d2be4316-c67a-4759-b329-c938258a7960", + "owner": null, + "roles": [], + "data": { + "id": "BRBDC", + "label": "Balade Carioca", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121291-efip7q9cun-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f8fe603b-2d0e-4765-819d-b2a42cb3f92d", + "owner": null, + "roles": [], + "data": { + "id": "ESMOE", + "label": "Mosaïques d’Espagne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101755-72kymreffk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b107812d-185d-4222-9e7b-37a559f000a1", + "owner": null, + "roles": [], + "data": { + "id": "PTAZU", + "label": "Pays des azulejos", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123877-n9boqglqqg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0caeb823-b95f-4d9f-b3c7-d70eb63d669d", + "owner": null, + "roles": [], + "data": { + "id": "RULGC", + "label": "Les grandes capitales russes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123925-3yq81moy9b-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0f5f322a-2026-4c1a-a211-4f662ef3d55f", + "owner": null, + "roles": [], + "data": { + "id": "RUSTPE", + "label": "Saint-Pétersbourg éternelle", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123943-tgply9n9al-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "93db94aa-3ff1-46f0-a556-120d6d651ad1", + "owner": null, + "roles": [], + "data": { + "id": "JORFDE", + "label": "Royaume de Jordanie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/124261-l53tkwuecn-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "19981751-b5a4-416d-ba95-16fddc3cd138", + "owner": null, + "roles": [], + "data": { + "id": "CAESCA", + "label": "L’Est canadien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/121336-2noxrfke91-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a4745e9c-bf2f-49b2-bce1-0db9d686f353", + "owner": null, + "roles": [], + "data": { + "id": "MXESMX", + "label": "Escapade à Mexico", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/121996-n6iamexefy-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "54401938-7437-4f6d-8f9a-4d409a3d1e02", + "owner": null, + "roles": [], + "data": { + "id": "MXESBE", + "label": "Escapade au Belize", + "description": "", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/95176-gb6oq9n3et-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "178cb109-801f-41eb-b307-ad2e06225c28", + "owner": null, + "roles": [], + "data": { + "id": "MTEMSA", + "label": "Escapade à Malte", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Malte/Circuits___Escapade/123778-8pvja39q0f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f221746a-ae70-40d0-85d6-3056fb4dc6c4", + "owner": null, + "roles": [], + "data": { + "id": "ITLEV", + "label": "Lombardie et Vénétie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123742-j247pyw3ff-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c8a4394b-6433-456b-974b-169fa6c93913", + "owner": null, + "roles": [], + "data": { + "id": "ISVOGL", + "label": "Volcans et Glaciers d’Islande", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Islande/Circuits___Escapade/123610-f1s90qkn5b-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f53815e4-e2bc-4ab1-88bf-5705a46bc5a6", + "owner": null, + "roles": [], + "data": { + "id": "SCEAS", + "label": "Escapade aux Seychelles", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ed976463-1092-4a08-aea1-038280beca65", + "owner": null, + "roles": [], + "data": { + "id": "IDESBO", + "label": "Escapade à Borobudur", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122662-b4dkcq7i3o-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "779e84e1-5194-469f-9325-a4fad5abdc33", + "owner": null, + "roles": [], + "data": { + "id": "ALBEAD", + "label": "De Berlin à Dresde", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Allemagne/Circuits___Escapade/123214-wmsjq06v6j-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9ce2499a-3f9d-4134-a0cd-e6f9debaae65", + "owner": null, + "roles": [], + "data": { + "id": "CNCUCH", + "label": "Cultures chinoises", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122446-eqr9k2bjut-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f12f43f2-a616-4f8e-adf3-a65311d81dcc", + "owner": null, + "roles": [], + "data": { + "id": "CNCHTI", + "label": "Les chemins du Tibet", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122467-ksmfgx896d-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "51469324-a30a-4f4e-8127-e0ebed8fec61", + "owner": null, + "roles": [], + "data": { + "id": "KRCSON", + "label": "Songe coréen", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/467469-h5t0t294b8-swhr.jpg", + "price": 5590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3334ac03-800d-4690-9dcc-904c579f28ec", + "owner": null, + "roles": [], + "data": { + "id": "USLOUS", + "label": "Louisiane", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121930-oggtr9r9hl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "19ce6a9c-3eca-406a-946e-5c3ca5904993", + "owner": null, + "roles": [], + "data": { + "id": "GRSPOR", + "label": "Thessalonique et les îles Sporades", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123565-uqw5cxp9ox-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a2d47888-eb72-4ec3-85cd-8fa997459f6d", + "owner": null, + "roles": [], + "data": { + "id": "IDVORI", + "label": "Volcans et rizières", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122674-4pahb09r0g-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e6767c73-a3a6-499d-a3e4-df8a5ccf9ee9", + "owner": null, + "roles": [], + "data": { + "id": "MYPEN", + "label": "Péninsule et Bornéo", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8d24f54a-cc5f-4e35-92e3-1bd735550a52", + "owner": null, + "roles": [], + "data": { + "id": "ITCPV", + "label": "Du Colisée au Ponte Vecchio", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123658-kapl53w0cj-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b3827ac0-2f10-421e-8c33-a8fbdf70bff0", + "owner": null, + "roles": [], + "data": { + "id": "ITTRI3", + "label": "Trinacria", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123673-3ye9jpny0p-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "694cdb98-b59c-4471-bee2-5647a8e400d0", + "owner": null, + "roles": [], + "data": { + "id": "UZORSO", + "label": "Chemins d'or et de soie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ouzbekistan/Circuits___Escapade/124282-x58xfhfy1m-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3ad701f6-bb1b-4333-8bec-068b35d6bad0", + "owner": null, + "roles": [], + "data": { + "id": "PLVAPP", + "label": "Varsovie et la petite Pologne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Pologne/Circuits___Escapade/123805-5gbb5dbgul-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dc100040-ac5e-41c2-bec6-689197d6ace1", + "owner": null, + "roles": [], + "data": { + "id": "PTDFO", + "label": "Douro Vallée et fleuve d'or", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123820-wy1iunqfli-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1584ac40-2959-4c1d-bff4-b5aad647fef7", + "owner": null, + "roles": [], + "data": { + "id": "ROTRAN", + "label": "Bucarest et la Transylvanie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Roumanie/Circuits___Escapade/118789-kva38p8wea-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b8bab8fb-3ab9-4fdd-81cf-3d1bf6ba70eb", + "owner": null, + "roles": [], + "data": { + "id": "RUMAV", + "label": "De Moscou à Vladivostok", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123952-rt8dixwek3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "aa098cd9-75fa-4b94-bb57-6fa91547ac35", + "owner": null, + "roles": [], + "data": { + "id": "KEPRM", + "label": "Petit prince masaï", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/121126-0q65jlh9ld-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0c6fe191-85d1-4209-bdb5-0df101feb2cb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180706_20180714", + "label": "Côtes italiennes et Sicile", + "description": "Côtes italiennes & Sicile", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101065-alxesx0w8n-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "93a3d9a8-09f3-4c9c-b5aa-14ab21983368", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180714_20180721", + "label": "Côtes italiennes et Malte", + "description": "Côtes italiennes et Malte", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101095-hf9l8keimj-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1649cad2-ae76-4358-ba27-c939ab0ee5c7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180721_20180728", + "label": "Corfou, Croatie et Venise", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101092-1368lkr2w2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e9cdff50-65e6-4715-bb40-6d0bb2aad403", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180728_20180804", + "label": "Croatie et Montenegro", + "description": "Croatie & Montenegro" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b1423777-78a5-43f4-bea7-a19e686c29eb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180804_20180811", + "label": "Grèce & Albanie", + "description": "Grèce & Albanie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101068-rnk4uk30fl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a0d4282c-75ef-4b4e-824a-8c868fbd684a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180811_20180818", + "label": "Grèce et Albanie", + "description": "Grèce et Albanie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101101-kf4mu2rloy-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b3b0545d-2779-47e1-9745-ac501e2e1124", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180818_20180825", + "label": "Grèce, Sicile et Malte", + "description": "Grèce, Sicile & Malte", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101083-acivue7r4l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9c0124c4-bcbd-4849-9ffb-6e3d5835787c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180825_20180901", + "label": "Malte & Côtes siciliennes ", + "description": "Malte & Côtes siciliennes ", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175546-6d1ino2oku-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e9f02401-b7c2-41b3-a77b-4709d7c40eaf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180901_20180911", + "label": "Sicile et côtes italiennes", + "description": "Sicile et Côtes Italiennes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101056-5go8kvjjlx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8432f376-8592-494c-be29-f706331009be", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180911_20180915", + "label": "Iles et côtes italiennes", + "description": "Iles et côtes italiennes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101113-goasf917fr-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4299373c-5093-4c1f-a825-a4f5f49ea85c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180920_20180926", + "label": "Corse, Italie & Côte d'Azur", + "description": "Corse Italie & Côte d'Azur", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101335-7p6cl8du4r-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dc24cd87-d401-431f-9d5c-f9d7a4940ee5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180929_20181006", + "label": "Côtes espagnoles et Lisbonne", + "description": "Côtes espagnoles & Lisbonne", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101074-fpca9b3okl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "af0ed5d4-61b7-4cc0-b18e-54d8c5352cee", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181109_20181123", + "label": "Transatlantique d'automne", + "description": "Transatlantique d'automne" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4e451a88-6e7a-4e94-bce3-6aba2a75880f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181123_20181130", + "label": "St-Barth & îles vierges", + "description": "St Barth & Îles vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101692-en5fqu75op-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "97ef5423-d06c-4a4b-8b1e-8aff9589671b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181130_20181207", + "label": "Antigua, St-Barth, Anguilla, Nevis", + "description": "Antigua & les îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101923-j3fitaevpe-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "bb2ed6ac-3bb1-4234-ad58-979b55526288", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181207_20181214", + "label": "Marie-Galante et îles Grenadines", + "description": "Marie-Galante et Iles Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101716-2k4ls68a2h-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "bee97c4c-fc7d-4d86-ad77-6bda968b1c4c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181214_20181221", + "label": "Les Saintes, Virgin Gorda & St Kitts", + "description": "Les Saintes, Virgin Gorda & St Kitts", + "image": "https://ns.clubmed.com/dream/CIRCUITS_DECOUVERTE/Ameriques___Antilles/Guadeloupe/121951-c15stt4g36-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b6b8ea82-1541-46b9-8899-a6825286fcbb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181221_20181228", + "label": "Noël aux îles Grenadines", + "description": "Noël aux Iles Grenadines ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101635-pwtcl4o6qe-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c17f9551-aad4-45e8-b96b-789a61419a5b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20181228_20190104", + "label": "Nouvel An à saint-Barthelemy", + "description": "Nouvel An à St Barthélémy" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "de937efe-0c19-4a95-ace1-a846da87ec48", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190104_20190111", + "label": "La Dominique & les Grenadines", + "description": "La Dominique & les Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101710-4gc0j7u0j6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d7dc66c2-0cc4-4320-b650-626b6d6b8f90", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190111_20190118", + "label": "Îles vierges & Guadeloupe", + "description": "Les îles Vierges & la Guadeloupe" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c5795a6d-aee3-46b1-b693-d83c80109c01", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190118_20190128", + "label": "Des Grenadines à St-Barth", + "description": "Grenadines, St Barth, St Kitts & Nevis ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101638-n2w6haxyf4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a01ff1ee-1f0f-4c36-92bc-785dccf3d01f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190128_20190204", + "label": "Îles vierges et Guadeloupe", + "description": "Les îles Vierges & la Guadeloupe", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100879-60r1kikck6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7555c45e-993f-40bc-b856-c36ea6083950", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190204_20190211", + "label": "Les îles Grenadines", + "description": "Les Îles Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101728-ibff8vnepu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c4fcab43-dc09-48d4-a7e6-717f6b51b6ab", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190211_20190218", + "label": "St-Barth & les îles vierges", + "description": "St Barth & les îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100516-58cejqxc2r-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0983870e-f0ed-4eba-93a1-13968d8e9360", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190218_20190226", + "label": "Jamaïque, Costa Rica, Panama", + "description": "Jamaïque, Costa Rica, Panama", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101776-oqhq65bamk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "20debe8c-05e5-44ae-9906-aaf93b37552b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190226_20190308", + "label": "Panama Colombie Vénézuela", + "description": "Panama, Colombie, Vénézuela", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101482-i1u4ecthwu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4558595a-a687-4ebc-a1bf-d9fabb04227a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190308_20190315", + "label": "Les îles Grenadines", + "description": "Les Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101665-nfqs3oxd1x-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c68998d2-f036-4fa2-9c30-380811e1e946", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190315_20190322", + "label": "St-Barth, Antigua et St-Pierre ", + "description": "St Barth, Antigua & St Pierre ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100516-58cejqxc2r-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b80b7de5-5e99-44df-805e-653ef5320bca", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190322_20190403", + "label": "Les Antilles néerlandaises", + "description": "Antilles néerlandaises & Vénézuela ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101719-vk2fi64s8e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6c162da0-92a0-40ff-8368-acf4889f9a7a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190403_20190416", + "label": "Transatlantique de Printemps", + "description": "Transatlantique de Printemps", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101593-oegutrijnx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "00dd8ee4-943f-4e4f-8e1f-877585cfbac3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190416_20190425", + "label": "Lisbonne & côtes espagnoles", + "description": "Lisbonne & côtes espagnoles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123916-l1bgxpbtib-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0a7bd4b1-c9f1-433e-bc97-c46cfa81e4dd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190425_20190429", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98455-u94y34mhk6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c30d0602-d1ca-45a5-8d48-b724ff42d992", + "owner": null, + "roles": [], + "data": { + "id": "VNESTO", + "label": "Escapade au Tonkin", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "112fff53-f987-4bc1-8681-877f732b7003", + "owner": null, + "roles": [], + "data": { + "id": "CNPFLB", + "label": "Pandas et fleuve bleu", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122323-rhdhrwuw11-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b1cd580f-befb-45cc-8de8-117902e2824a", + "owner": null, + "roles": [], + "data": { + "id": "MGPEL", + "label": "Paysages sacrés et lémuriens", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Madagascar/Circuits___Escapade/120877-o73usltb88-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6e06cd0d-a2a5-49b1-a0ac-f83739fd4e5b", + "owner": null, + "roles": [], + "data": { + "id": "RUCAP", + "label": "Capitales Rivales", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123925-3yq81moy9b-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7589d288-80f3-458b-b37e-1a718fabfe99", + "owner": null, + "roles": [], + "data": { + "id": "ITGVL", + "label": "Les grands lacs et Venise", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c69a1da7-3e65-4ff6-af28-4d710cbd2ccd", + "owner": null, + "roles": [], + "data": { + "id": "ZASMY", + "label": "Sites mythiques en Afrique Australe", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3d6d7641-55e2-4225-ac9e-7a05b43c2a5b", + "owner": null, + "roles": [], + "data": { + "id": "NAPPR", + "label": "Au pays du peuple rouge", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "480bfcf3-81ef-4ace-884f-2eb9a863b0e1", + "owner": null, + "roles": [], + "data": { + "id": "CHAC_SUMMER", + "label": "Chamonix Mont-Blanc", + "description": "Un séjour à Chamonix pour savourer le raffinement d'une station mythique" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "48787d46-f357-4b61-829d-fc918639dad8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190429_20190505", + "label": "Côtes espagnoles", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "87a7887d-ae5a-4ed9-ab9d-32a00c255e67", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190505_20190508", + "label": "Mini croisière Corse et Italie", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101485-pp7wfwvp44-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "80531741-d7ff-43d2-8067-ba8e7ec0728d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190508_20190510", + "label": "Mini croisière à Portofino", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8b612879-5efa-4ce4-87d8-6a2432de18cc", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190513_20190517", + "label": "Mini croisière Calvi, St-Tropez", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "82599b91-2c5f-4d09-8482-89959899d9d2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190520_20190524", + "label": "Mini croisière Calvi, St-Tropez", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101245-5gb2ucewty-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1219ec11-65bd-49f8-b53f-9719a5136cce", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190527_20190529", + "label": "Mini croisière à Portofino", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "efa59350-63ac-46d9-802e-15afc7528698", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190529_20190602", + "label": "Mini croisière Calvi, St-Tropez", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4083019e-45b3-4d38-9707-d7ba05a5fe69", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190602_20190607", + "label": "Mini croisière à l'île d'Elbe ", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8ec8558b-88bf-4761-97b0-aa5f8b40a4c3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190607_20190610", + "label": "Mini croisière à l'île Rousse", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101374-vewg385qf1-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "da8be504-3e59-41ed-841b-32db6a64a82d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190618_20190620", + "label": "Mini croisière à Portofino", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101107-dpdf0who21-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "40d943f4-67f3-4016-8bb8-b804ab4c2eef", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190624_20190629", + "label": "Mini croisière Calvi et St-Tropez", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "67855b2a-1e7a-45e4-890f-2f6d6f59ad46", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190629_20190706", + "label": "De Sète aux îles Baléares", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6b828261-a0a5-42e0-9a1c-14fae4523fbc", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190706_20190713", + "label": "La Corse et les côtes italiennes", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101158-miksfppo34-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "45b37908-b618-4807-964a-2e533dacab7c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190713_20190720", + "label": "Naples et le golfe Saronique", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101425-0cuwmx13ws-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "024f23bf-d46b-4399-af7d-f4776653412a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190720_20190727", + "label": "Joyaux d'Istanbul et de Thessalie ", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "412d6a61-6a27-4ee1-9864-1101d9971088", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190727_20190803", + "label": "Istanbul et les trésors de la Crète", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2ca4a37c-ff9f-4921-9fdd-13287a53b482", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190803_20190810", + "label": "Chypre et antique Halicarnasse", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/99916-3ofndjl9ay-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "53ad4a36-827e-4e3c-a0e4-18a8aac46ed2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190810_20190817", + "label": "Bodrum et les Cyclades", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2c8bfdf9-bff5-464a-8572-f3882b7d8d2b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190817_20190824", + "label": "Vestiges antiques de méditerranée", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/99964-ql36yorp23-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "373a2b5a-0aee-4719-b75d-165a0c32ff35", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190824_20190831", + "label": "Trésors de la mer Égée et Istanbul", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/118888-4pdxpf7ivx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ea47ce6d-cc01-46df-b04e-9c3c1199cb0f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190831_20190910", + "label": "De l'Acropole à la côte d'azur", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123511-cvbteq692w-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "20a4878b-4763-496a-b2a0-a373aded7efd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190910_20190913", + "label": "Mini croisière italienne", + "description": "Corfou, Croatie & Venise" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "755087cc-5a45-4133-85e4-e719fc318114", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20190923_20190927", + "label": "Mini croisière espagnole", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "771d0b5a-e409-4dc5-82fc-171ecefa43c4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191003_20191006", + "label": "Mini croisière à Ajaccio", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101626-7prvvfehkc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75fc3350-1d8f-48a7-9b17-c616407e7efd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191006_20191010", + "label": "Mini croisière Corse et italienne", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101077-0tnbpb6pi5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8ec3ed41-26a7-4606-a30e-1b01607f9b32", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191010_20191014", + "label": "Mini croisière italienne", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fe5e14fd-0aba-4d1d-8782-fd2cce47d72d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191014_20191017", + "label": "Mini croisière à l'île d'Elbe", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101293-3sbky5ncje-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2b99795f-abc9-41d8-a3ac-a49d53310be7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191017_20191025", + "label": "Baléares et côtes espagnoles", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101614-q88m6p2ja7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "bd5344b0-1423-4137-a36d-d9f0086deb6a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191025_20191108", + "label": "Au gré des alizés", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175054-six44nmfrl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ef541f7f-482c-4b0b-ae64-46c286a5312a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191108_20191115", + "label": "Les îles Grenadines", + "description": "Les Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102019-ms8kobod9y-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c4979de3-2490-4259-8017-6cb722d2a18b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191115_20191123", + "label": "Les îles Vierges et la baie de Samana", + "description": "Les îles Vierges et la République Dominicaine", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175372-0mfspa12dx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2b1eb77d-6169-4894-a53d-ebe505e358a6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191123_20191205", + "label": "Cap vers les deux Amériques", + "description": "Les deux Amériques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Belize/Circuits___Escapade/117475-onxyp8iqjn-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a131dfdb-0be7-4966-9565-2b98f9bf89cf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191205_20191213", + "label": "St-Barth et la baie de Samana", + "description": "îles du Nord et baie de Samana" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2deab296-684c-42fd-96b0-7c18eb0c06f0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191213_20191220", + "label": "De la Romana aux Grenadines", + "description": "Venzuela et Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101782-ghey8sv9lc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "729b4934-72d0-447c-a479-4551258528ff", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191220_20191227", + "label": "Noël aux Grenadines", + "description": "Les îles Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101728-ibff8vnepu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7d0f51a0-dbce-42f1-b077-6fc3ed2240f3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20191227_20200103", + "label": "La St-Sylvestre à St-Barth", + "description": "Les îles Vierges Britaniques" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "db1e86a4-de59-4124-8fcd-bb59ad036d8c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200103_20200113", + "label": "Colombie et les Grenadines", + "description": "Le delta de l'Orénoque", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101791-4fsuew4v5n-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "292ece2c-e4cb-4bee-9657-23e66dcaeae5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200113_20200123", + "label": "Des îles Vierges à la baie de Samana", + "description": "Les îles Vierges britanniques et la baie de Samana" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e581e45c-0499-40e5-8b0d-1b34b9b7fc6a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200123_20200131", + "label": "D'archipel en archipel", + "description": "D'archipel en archipel", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101623-chcd40i3hr-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6f64f3df-141c-438e-80c2-3527b5d73aa6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200131_20200207", + "label": "Paradis créole", + "description": "Les îles Vierges britanniques et la Dominique", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175372-0mfspa12dx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "330197da-053a-4510-9a72-0ad781d436d5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200207_20200214", + "label": "L'archipel des Grenadines", + "description": "Les Petites Antilles et l'Archipel de Los Roques" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "254f018a-784c-4af7-9738-25f6f0c8b896", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200214_20200221", + "label": "Douceur créole", + "description": "Les îles Vierges", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175372-0mfspa12dx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2f94fa25-63dd-4f05-91ba-4d3ca0859fe3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200221_20200228", + "label": "L'archipel des Grenadines", + "description": "Les Petites Antilles et l'Archipel de Los Roques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101575-xy9bmfr3yn-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4fd484b2-cd54-4501-8911-a0eaadd34ddb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200228_20200308", + "label": "De la Dominique à la baie de Samana", + "description": "La Dominique, les îles Vierges et la baie de Samana", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101968-3mto6s9e7t-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "506c27c9-52f9-4c67-806e-c0aa0c11db3b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200308_20200320", + "label": "Cap vers les deux Amériques", + "description": "Les deux Amériques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122005-nwdvceekhv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6d8bfbfb-a4fa-4818-87aa-acec8d3e5d18", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200320_20200327", + "label": "Les îles Vierges et la baie de Samana", + "description": "La République Dominicaines et les îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100621-gxnmykmjto-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "417ea664-e05b-4af8-a73f-02c431c69981", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200327_20200404", + "label": "Magie des îles Sous-le-Vent", + "description": "les Petites Antilles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101494-q8nxl1k5b8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "317aa917-a421-45be-a4bd-913e2ee7df07", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200404_20200417", + "label": "Transatlantique de Printemps", + "description": "Transatlantique de Printemps" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b469a819-09ef-4d69-9541-5b7b3180993f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200417_20200425", + "label": "Gibraltar et les côtes espagnoles", + "description": "Gibraltar et les côtes espagnoles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101689-ksbcjwvhhm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8a4c09c4-ee0b-4408-abba-da97e4c71fbd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200425_20200429", + "label": "L'île de beauté", + "description": "L'île de beauté", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101110-ukokvb2pgm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "be2fd540-280c-42ce-970b-964ade9a6b36", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_WINTER", + "label": "Croisières Club Med 2 ®", + "description": "Retrouvez votre âme d’explorateur sur un cinq-mâts de légende dans les îles des Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99238-vb87thc7nk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "efb0e781-6f97-4422-bf66-ddc550dd76ab", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_SUMMER", + "label": "Croisières Club Med 2 ®", + "description": "Retrouvez votre âme d’explorateur sur un cinq-mâts de légende le long des côtes méditerranéennes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98362-2sdfrssngn-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "575cdd93-edda-4836-b3c3-01c644660e15", + "owner": null, + "roles": [], + "data": { + "id": "VNESTK", + "label": "Escapade tonkinoise", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a97d1f1a-6967-413a-9660-2b700da25563", + "owner": null, + "roles": [], + "data": { + "id": "CUESHA", + "label": "Escapade à La Havane", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101761-8hou11grq3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "43ec97c2-068b-4568-8342-4609092c241c", + "owner": null, + "roles": [], + "data": { + "id": "EGISIS", + "label": "Isis", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/213508-y1c2hylt7x-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "36de4ff3-12ff-4816-957d-aa22650d7969", + "owner": null, + "roles": [], + "data": { + "id": "INNARA", + "label": "Namaste Rajasthan", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/118222-c8jxfqtxlo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8cacd683-bb68-4943-8d19-d3144f932a38", + "owner": null, + "roles": [], + "data": { + "id": "VNMPK", + "label": "Mékong et pays Khmer", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Cambodge/Circuits___Escapade/122182-5aw879q91u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3babd01d-9d23-49b7-868f-6e392fad7ca9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200429_20200502", + "label": "Mini croisière Corse et Italie", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101485-pp7wfwvp44-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9a75337f-20a6-4296-88c6-f3fbf139b68c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200502_20200506", + "label": "Mini croisière St-Tropez & Portofino", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e6a7c1ff-d8cc-46d0-a74f-f8c480b481c5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200506_20200510", + "label": "Mini croisière à l'île d'Elbe", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101293-3sbky5ncje-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "42e69e99-0506-4540-aad3-be1255928201", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200516_20200523", + "label": "L'archipel des Baléares", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218605-ybivppn2xc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e60e6e79-5c74-4c8f-88ed-26bb9f26d26e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200529_20200602", + "label": "Mini croisière Sardaigne & Corse", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101245-5gb2ucewty-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3f7f4a03-2afc-4465-a4cd-603955fd12cf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200602_20200605", + "label": "Mini croisière à Bastia", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224059-x9t7xc8ewg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "73ca0e17-3139-4392-8cb7-b2eae2516e38", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200607_20200610", + "label": "Mini croisière à St-Tropez", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101089-d3iegfmnxg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "934258d4-dc8b-45f3-8373-556d3ed87a07", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200614_20200618", + "label": "Mini croisière à Portovenere", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9e54248d-7e92-44eb-a314-c733e59bf7af", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200618_20200622", + "label": "Mini croisière à Marseille", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226252-obpnocm2kv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8f5c7b1f-033c-421a-ae72-942bfef9aa37", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200622_20200626", + "label": "Mini croisière à Portofino", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101500-b5nu9jn0in-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "52067dda-a491-4453-90ef-65a5a83d93c5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200626_20200704", + "label": "Tunis et les Pouilles", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218932-yepfxp7q87-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3b7d3d59-2fe1-4a05-bd8f-b1b18ac6b2e5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200704_20200711", + "label": "Croatie d'île en île", + "description": "Brindisi, Split", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219061-9fic3a6cas-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ba3a4bdb-67fa-43e4-8671-abff8cd39a0d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200711_20200718", + "label": "Dalmatie et cité des Doges", + "description": "Split, Split", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218926-u5jgw6avgh-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "76c6ddb9-ae26-48a0-9a85-d58b12637a0b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200718_20200725", + "label": "Perles de l'Adriatique", + "description": "Split, Brindisi", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Croatie/Circuits___Escapade/118579-j1pp4uutof-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a171eb18-8966-4fdf-bf48-b1faafafbb14", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200725_20200801", + "label": "Venise et la péninsule d'Istrie", + "description": "Brindisi, Brindisi", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123742-j247pyw3ff-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "bf4f90f0-c6f7-42f0-b057-e34843bba4ee", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200801_20200808", + "label": "Les Cyclades et Halicarnasse", + "description": "Brindisi, Antalya", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101242-rtpw6wxq6y-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3f79cac8-9b5f-484f-a51a-9069ea25d881", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200808_20200815", + "label": "À la croisée des cultures", + "description": "Antalya, Antalya", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219730-6m3aajrtxw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "875b4a0b-0af4-4c65-8b18-b35859de81a3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200815_20200822", + "label": "Joyaux de la mer Égée", + "description": "Antalya, Athènes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219661-xjutgube3s-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4b19c5c0-1da9-4dfb-b4c7-9699b757b070", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200822_20200829", + "label": "Des Cyclades au Dodécanèse", + "description": "Athens, Antalya", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223951-smk04dxikw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4cb61148-a0de-42e5-8af1-cecde536b60c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200829_20200905", + "label": "Les civilisations antiques", + "description": "Antalya, Athènes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224797-2feaiq7fr8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "87280130-d7b9-4463-8e30-2385252ca077", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200910_20200919", + "label": "Merveilles de la Méditerranée", + "description": "Athens, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Malte/Circuits___Escapade/123787-yssu4vdewa-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2b767b57-6afe-40d4-b4f5-e0a63c80996a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200919_20200921", + "label": "Mini croisière à Portofino", + "description": "Nice, Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f8a188cb-3be2-49da-943d-ffdc1cf41e6a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20200927_20201003", + "label": "Collioure et la côte espagnole", + "description": "Corfou, Croatie & Venise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f0dc770e-f1d3-47e0-8dff-28130369805d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20201108_20201121", + "label": "Au gré des alizés", + "description": "Au gré des alizés", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100657-hvpt266w99-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "bc952b05-aa47-4d95-8d4e-1009a1075819", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20201122_20201205", + "label": "Au gré des alizés", + "description": "Au gré des alizés", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100657-hvpt266w99-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "feed6cb2-5a5e-466e-b79b-0160b7f3dcec", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20201128_20201205", + "label": "Sud Caraïbes", + "description": "Sud Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226216-90jemvfrhx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "418ce076-2335-45e2-8305-a15a242276c3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20201212_20201219", + "label": "De La Romana aux Grenadines", + "description": "De La Romana aux Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101680-es97x63cp4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a1c129cf-e1fb-48b3-9b18-90f01bc08de5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20201219_20201226", + "label": "Noël aux îles Vierges", + "description": "Noël aux îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226228-mjx5vufnhx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ad58b88f-4d21-4fc9-b4f7-5b65294bc6d4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20201226_20210102", + "label": "Réveillon Caraïbes", + "description": "Réveillon Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226231-sadl0dwqpt-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "060177df-adcd-49c6-8164-d17095a08fc2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210102_20210112", + "label": "Couleur Turquoise", + "description": "Couleur Turquoise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225295-81p9gfm8us-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "36fa3387-8dc8-4de5-93d1-fb8578733c08", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210112_20210120", + "label": "Évasion Jamaïcaine", + "description": "La Romana, La Romana", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226249-o3829vqmc1-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b9be0b32-882a-4e55-a935-567cefa5c21c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210120_20210127", + "label": "Baie de Samana & îles Vierges ", + "description": "Baie de Samana & îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224077-kxpmnledeh-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1ecdd621-fd21-44e5-aa56-0e4d0258d009", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210127_20210203", + "label": "Sainte-Lucie et les Grenadines", + "description": "Sainte-Lucie et les Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224800-negyip53ba-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0ef3b761-56d4-424e-80aa-b2a3780f57b1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210203_20210211", + "label": "Perles des Petites Antilles", + "description": "Perles des Petites Antilles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225052-wfnm0fu8xe-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fb632a4a-6074-4a10-a26b-158fbaa383cc", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210211_20210223", + "label": "Carnaval colombien", + "description": "Carnaval colombien", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226234-pexvfm1rlq-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "14f7e578-0751-4511-9668-cc554f174bc5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210223_20210302", + "label": "Baie de Samana & îles Vierges ", + "description": "Baie de Samana & îles Vierges ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225052-wfnm0fu8xe-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fe7b2e61-bb39-445b-be34-70bf76a01cc1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210302_20210309", + "label": "Sainte-Lucie et les Grenadines", + "description": "Sainte-Lucie et les Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225142-3j72pgqm6b-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d3f6ebed-50ad-4e65-8a33-e3da366fe5c0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210309_20210316", + "label": "Alizés marins", + "description": "Alizés marins", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100612-ip6ix06wuv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5e23f0bc-b538-4c3a-802e-0bfa973c39de", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210316_20210321", + "label": "De La Romana à Nassau", + "description": "De La Romana à Nassau", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226243-j9hv7uirw8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3c9fe300-4167-4ee0-85cb-02f624c2f461", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210321_20210326", + "label": "De Nassau à La Romana", + "description": "De Nassau à La Romana", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224812-wvtxwh1n6w-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e4d74a50-3d5b-468b-8f07-a6a9b83b4cfd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210316_20210326", + "label": "L'archipel des Bahamas", + "description": "l'archipel des Bahamas", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226240-dhwpj0ufcm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cd47f615-81b6-45f2-8294-10c237cb4cca", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210326_20210402", + "label": "Paradis créole", + "description": "Paradis créole", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ac8ff4bb-2cce-40eb-94d7-b32b94a780c1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210402_20210414", + "label": "Transatlantique de Printemps", + "description": "Transatlantique de Printemps", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98329-2tbjty1n7g-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c2e45a8e-c64c-4139-8d74-ecbec430f508", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210414_20210422", + "label": "Canaries et côtes marocaines", + "description": "Canaries et côtes marocaines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224806-fwa4cgqpnk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "51d419f4-5689-4719-b3c4-7111afb8da46", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210422_20210430", + "label": "Côtes espagnoles et Alger", + "description": "Côtes espagnoles et Alger", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226246-2eva62p3lo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "eb84af09-19d0-4823-9227-acceb7f50884", + "owner": null, + "roles": [], + "data": { + "id": "ITESMI", + "label": "Escapade à Milan", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/227503-5d0b05yk2f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b34af3ac-63b3-48e9-9e8a-2bc0a3dc3610", + "owner": null, + "roles": [], + "data": { + "id": "INLRD", + "label": "Ladakh, sommet des dieux", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/236729-jefy8uh2m4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cac84fd2-6c5a-4015-9910-9c4bb3157112", + "owner": null, + "roles": [], + "data": { + "id": "TROCEG", + "label": "Odyssée criques égéennes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/236717-af77otije2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d235b04b-3fb2-46be-8369-5bc7fc58ef0e", + "owner": null, + "roles": [], + "data": { + "id": "RUTAI", + "label": "Taïga et steppes mongoles", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Mongolie/Circuits___Escapade/236450-13p9ngg17l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2fd2402d-5e45-4e78-8d8e-56767ac22a41", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180502_20180505", + "label": "Mini croisière Corse & Île d'Elbe", + "description": "Mini croisière Corse Elbe", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101086-onr0ev2k5a-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a3176655-8790-4725-83e6-c84954521cd7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20171222_20171229", + "label": "Mayreau & Antigua", + "description": "Mayreau & Antigua" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a28a9a90-b606-4058-a412-21943eb54516", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20171229_20180105", + "label": "Les Iles Grenadines", + "description": "Iles Grenadines ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99316-wp4sgf3t9y-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d4ac06e0-30c5-44ee-8aad-0aa76b97cef4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180105_20180115", + "label": "Antilles néerlandaises et Vénézuela ", + "description": "Antilles néerlandaises & Vénézuela ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102010-123dou7pt4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0a6e506a-168a-439d-971e-4c8261777b71", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180115_20180125", + "label": "Iles Grenadines & Trinidad", + "description": "Les Grenadines & Trinité" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4709d388-92b7-4910-991a-2b4fa45eb499", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180125_20180202", + "label": "Antigua & les Îles Vierges", + "description": "Antigua & les îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100879-60r1kikck6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f4c5f301-db20-4d96-821b-32af27b8668f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180202_20180209", + "label": "St Barth et les Îles Vierges", + "description": "St Barth & les îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102043-c2vchfyt96-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "756bc850-0ea3-4e32-8270-1ab0d0951912", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180209_20180216", + "label": "Les Iles Grenadines", + "description": "Les Iles Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100870-pi0ty1img9-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "200d34a2-c81e-47cf-a8cf-a0b0669fa7e4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180209_20180216", + "label": "Les Îles Grenadines", + "description": "Les Iles Grenadines ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102019-ms8kobod9y-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fc7d69c0-1dee-4eab-adce-b03408db5fd0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180216_20180223", + "label": "St Kitts & Nevis, Antigua", + "description": "St Kitts & Nevis, Antigua" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d3142558-ede8-4d91-99af-3ad5f6f9e20e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180223_20180302", + "label": "St Barth & les Îles Vierges", + "description": "St Barth & les Îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101692-en5fqu75op-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "516a4b21-e566-4933-bd69-cfe6af00d299", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180302_20180309", + "label": "Les Îles Grenadines", + "description": "Les Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102013-jugkmqoyb2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2a468c06-7abb-48a3-8d79-12fc94df4951", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180309_20180317", + "label": "St Barth & St Lucie", + "description": "St Barth & les Îles vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101998-3l9x4bwnme-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a2b95c4d-6929-45f9-aa71-16bd9e3bfa6d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180317_20180327", + "label": "Jamaïque, Îles Caïmans & Cuba", + "description": "La Jamaïque, les îles Caïman et Cuba", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102031-97ponqc6ij-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ca42c1cb-9238-4df1-85f7-8da2489ad045", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180327_20180404", + "label": "À la découverte de Cuba\t\t\t\t\t\t\t", + "description": "À la découverte de Cuba\t", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121618-wbixrnwt16-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ac013ee6-94d7-4a85-ae0a-08f6056c96d7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180404_20180420", + "label": "Transatlantique de printemps", + "description": "Transatlantique de Printemps", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102004-pp6gf9tnnr-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dae67809-873d-4b71-b737-034bb461feae", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180420_20180428", + "label": "Lisbonne et côtes espagnoles ", + "description": "Lisbonne & côtes espagnoles ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101431-6re0qyybq0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "316c4ab0-2436-4db8-ab7f-ca72293c549d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180428_20180502", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98455-u94y34mhk6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3cc1c120-424c-4e55-a3d1-39bf9a1af27c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180505_20180510", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101110-ukokvb2pgm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fdbfbfe1-19b9-476a-8c83-92c943027309", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180510_20180513", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8c7f67f1-5775-443f-b22f-bbd2710beba4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180518_20180521", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "234ff043-73dc-4933-a0b0-2efb2be059d9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180521_20180524", + "label": "Mini croisière Corse & Île d'Elbe", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101077-0tnbpb6pi5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ec72867b-5d28-4d57-bd1a-06025152d5fb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180530_20180602", + "label": "Mini croisière Corse et Ile d'Elbe", + "description": "Mini croisière Corse Elbe", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101683-r9qwfrfvj5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f98f570e-b3f2-42df-9d11-66bcecea9422", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180608_20180611", + "label": "Mini croisière Corse Sardaigne", + "description": "Mini croisière Corse Sardaigne", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101107-dpdf0who21-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8fa71ad0-0929-4e4f-9d6b-c44e36e886ad", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180623_20180625", + "label": "Mini croisière Italie", + "description": "Mini croisière Italie" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c07113a3-51e5-4721-a529-ffc2bd8d87f7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180625_20180630", + "label": "Mini croisière Corse & Île d'Elbe", + "description": "Mini croisière Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f0477b27-eeb4-4bdc-90da-655a33688af8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180917_20180920", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101020-en65o13mna-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "25eb916d-7589-4722-93b9-9e4e8b684506", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20180926_20180929", + "label": "Mini croisière Corse Italie", + "description": "Mini croisière Corse Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98455-u94y34mhk6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d4f2aa09-769b-4e8d-9c94-46b6b9b21551", + "owner": null, + "roles": [], + "data": { + "id": "NAMYN", + "label": "Mystérieuse Namibie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/260944-hptfjbwi2a-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4d2751c6-4b48-4bd5-9cdc-f12be69ab4d2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210430_20210503", + "label": "Mini croisière à l'île d'Elbe", + "description": "Mini croisière à l'île d'Elbe", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268723-ieaghxmqat-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b1eab4a1-6df7-4549-9292-882b10f15ca3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210503_20210506", + "label": "Mini croisière Portofino et Calvi", + "description": "Mini croisière Portofino et Calvi", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9e51833c-7014-48ed-a051-47e88865c3ac", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210506_20210508", + "label": "Mini croisière à Portofino", + "description": "Mini croisière à Portofino" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e222ec6d-07a5-430e-ab48-10ef47de6b4a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210508_20210515", + "label": "Îles de la mer Tyrrhénienne", + "description": "Îles de la mer Tyrrhénienne" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b2d08b08-e20b-4d9b-b491-d890d6075cbc", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210515_20210518", + "label": "Mini croisière Corse et Italie", + "description": "Mini croisière Corse et Italie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224059-x9t7xc8ewg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1ea843de-e398-4f28-86c9-4725ca803253", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210518_20210521", + "label": "Mini croisière à Saint-Florent", + "description": "Mini croisière à Saint-Florent", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268924-qx0isp76hp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "63959461-6c32-4da0-8390-81c80077df60", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210521_20210524", + "label": "Mini croisière à St-Tropez", + "description": "Mini croisière à St-Tropez", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cac5bc27-fe21-49c1-a0c9-45fa89fd2092", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210524_20210527", + "label": "Mini croisière à l'Île-Rousse", + "description": "Mini croisière à l'Île-Rousse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3da615f5-5899-4711-8902-483265aba28f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210527_20210530", + "label": "Mini croisière à Saint-Florent", + "description": "Mini croisière à Saint-Florent", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268924-qx0isp76hp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a328298d-90ea-44b7-809d-617350091785", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210530_20210603", + "label": "Mini croisière de Calvi à St-Tropez", + "description": "Mini croisière de Calvi à St-Tropez", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268933-fovhflbpet-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "115e1bcf-e731-42d8-8b2a-73582a0258e9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210603_20210605", + "label": "Mini croisière à Portofino", + "description": "Mini croisière à Portofino", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/228127-t2jk7m17n7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fa9bfc81-9615-4a19-9efa-c514f6cd3c74", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210605_20210609", + "label": "Mini croisière en Corse", + "description": "Mini croisière en Corse" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "96e7acdd-ef94-474f-b8eb-02a2dc114727", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210609_20210613", + "label": "Mini croisière de Calvi à St-Tropez", + "description": "Mini croisière de Calvi à St-Tropez", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "aeb33317-6552-4219-a6fb-4705a4ff8f2e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210613_20210625", + "label": "De Nice à la Terre sainte", + "description": "De Nice à la Terre sainte", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268912-sgfl39foaf-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "211dbe00-f21b-417e-b996-6d919ce165ac", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210625_20210703", + "label": "De côtes turques en îles grecques", + "description": "De côtes turques en îles grecques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/239774-wsecenhkk0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3fba4aff-4623-4ca3-8c31-fb729ee4f50b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210703_20210710", + "label": "Des vestiges de Troie à Istanbul", + "description": "Des vestiges de Troie à Istanbul", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268930-ifpak3fhxl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1ecbf7fd-2542-4592-8dc9-fa98ac89779e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210710_20210717", + "label": "Littoral d'Occitanie", + "description": "Littoral d'Occitanie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "31e46c03-df5d-48ac-a365-d1e051b1377b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210717_20210724", + "label": "Grand tour de la Corse", + "description": "Grand tour de la Corse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101110-ukokvb2pgm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "06098515-9560-4fbb-9346-7d07d86c3643", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210724_20210731", + "label": "Trésors de la Côte d'Azur", + "description": "Trésors de la Côte d'Azur", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "24182896-e32c-48fe-9f5e-c3a989134abd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210731_20210807", + "label": "Littoral d'Occitanie", + "description": "Littoral d'Occitanie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224071-u4jt18k0l4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "eca2024e-ced7-4ac7-85f8-5c0e851b5927", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210807_20210814", + "label": "Grand tour de la Corse", + "description": "Grand tour de la Corse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "190bcb50-68ae-4970-80f9-78246650a44c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210814_20210821", + "label": "Trésors de la Côte d'Azur", + "description": "Trésors de la Côte d'Azur", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "812f797b-79d8-4132-a128-49ee6fd66c38", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210821_20210828", + "label": "Grand tour de la Corse", + "description": "Grand tour de la Corse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "19501349-e8a0-45f8-acb4-d070f6093235", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210828_20210901", + "label": "Mini croisière en Grèce", + "description": "Mini croisière en Grèce" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8719ac38-205f-41e8-88f0-d4a12ff9faef", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210901_20210906", + "label": "Mini croisière dans les Cyclades", + "description": "Mini croisière dans les Cyclades" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7184f394-4d33-4a3b-84c3-13a752e28d78", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210906_20210917", + "label": "Les mers Ionienne et Tyrrhénienne", + "description": "Les mers Ionienne et Tyrrhénienne", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268951-er6c3xvubt-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "685e2e6f-fa36-4aa9-bfd1-fc97578146bf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210917_20210922", + "label": "Mini croisière Calvi et Bandol", + "description": "Mini croisière Portofino et Bandol", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268954-j1i8uw938x-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f6615074-380b-44c2-9647-215d775d26be", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210922_20210926", + "label": "Mini croisière de Cannes à Calvi", + "description": "Mini croisière de Cannes à Calvi", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268957-pw24o9lg6w-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a1a797e8-fbae-4128-a646-79a2435466cb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210926_20210930", + "label": "Mini croisière à St-Florent", + "description": "Mini croisière à St-Florent", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268924-qx0isp76hp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "30e26706-ffe4-4ad1-a6da-38219a436920", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20210930_20211003", + "label": "Mini croisière Corse", + "description": "Mini croisière Corse" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6e882d09-ce10-4e0a-8d9d-f7e43a7af9a0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211003_20211008", + "label": "Mini croisière tour de Corse", + "description": "Mini croisière tour de Corse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269506-qoga171vmo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "efaaf6d2-091e-4aae-b16c-3446378284fe", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211008_20211013", + "label": "Mini croisière à Barcelone", + "description": "Mini croisière à Barcelone", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268966-jvqbs0r0sm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ed1cb2d6-1f1d-4ca1-b827-26b67b1093c4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211013_20211020", + "label": "La côte espagnole", + "description": "La côte espagnole", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268969-yqbx31hkgg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "16cf1712-3094-4f04-9acd-19be9735193f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211020_20211029", + "label": "Les îles Canaries", + "description": "Les îles Canaries\n", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224806-fwa4cgqpnk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2075080b-67ef-488c-ab8f-2231a9320309", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211029_20211107", + "label": "Madère et les îles Canaries", + "description": "Madère et les îles Canaries", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/240638-qv1pqpg71w-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ca2c3dbc-091f-4541-955b-c0e957d802e9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211107_20211121", + "label": "Au gré des alizés", + "description": "Au gré des alizés", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/227455-tq3dwy31qg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5b27965e-c761-42d8-95e6-f8583dcc1556", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211121_20211128", + "label": "Hispaniola et les îles Vierges Britanniques", + "description": "Hispaniola et les îles Vierges Britanniques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225049-chhhy4e7x9-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6abfb3f5-2f5d-46ff-9ffb-5a6e547ed0bc", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211128_20211205", + "label": "Hispaniola et les îles Vierges Britanniques", + "description": "Hispaniola et les îles Vierges Britanniques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "72927be0-be1f-45e5-ba10-c5b919050efe", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211205_20211212", + "label": "Les îles Grenadines", + "description": "Les îles Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226231-sadl0dwqpt-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9229ad0f-dfa3-4d4f-abb2-b95852b62015", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211212_20211219", + "label": "Hispaniola et les îles Vierges Britanniques", + "description": "Hispaniola et les îles Vierges Britanniques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269008-4ck6jqlxsu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7233140a-3e24-450f-b694-82164d4b1642", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211219_20211226", + "label": "Noël antillais", + "description": "Noël antillais", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226228-mjx5vufnhx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8c969c6e-f8a1-40ae-9369-e2a2f6ea7b41", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20211226_20220102", + "label": "Réveillon Caraïbes", + "description": "Réveillon Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269575-u8xqd2tfc4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "560a9f4d-135a-4f73-b9e8-f10e2918d5e3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220102_20220110", + "label": "Perles des Caraïbes", + "description": "Perles des Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269008-4ck6jqlxsu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6f8318c7-e946-423f-80d8-b2a2119e89b1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220110_20220119", + "label": "Eaux Turquoise", + "description": "Eaux Turquoise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101992-5xxe72vl9l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "81b731e8-2e23-417d-9faa-36cd3cd93760", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220119_20220127", + "label": "Trésors des petites Antilles", + "description": "Trésors des petites Antilles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269005-yie2qle85i-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ff96dd0d-3155-4cd7-9c23-ea1b2f217b62", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220127_20220203", + "label": "De Saint-Martin aux îles Vierges", + "description": "De Saint-Martin aux îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4ecb5cc8-73c2-42a1-a84f-02714bb412c4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220203_20220212", + "label": "Petites Antilles & île Catalina", + "description": "Petites Antilles & île Catalina", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269476-4rhn9upjkl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fd752973-3141-417d-b19e-77d9a43889e4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220212_20220223", + "label": "Les Bahamas d'île en île", + "description": "Les Bahamas d'île en île", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226240-dhwpj0ufcm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "362b4286-0783-4e6d-8cc3-4bf36770d2a4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220223_20220304", + "label": "De la Romana à Saint-Martin", + "description": "De la Romana à Saint-Martin", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269053-52uticqo93-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.546Z", + "modified": "2025-01-26T08:54:27.546Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "13b6617f-0cce-4af5-b173-ca22c2f92c47", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220304_20220311", + "label": "Évasion créole", + "description": "Évasion créole", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268993-wscwuy997h-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3b2678dc-0b2a-472c-a382-eec059b28060", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220311_20220318", + "label": "Alizés marins", + "description": "Alizés marins", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269023-hdr2bb14oo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6384d01e-ff00-477e-8472-b3050b6fd0d5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220318_20220330", + "label": "Cap vers les deux Amériques", + "description": "Cap vers les deux Amériques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269020-yna2lx8suh-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f5b25cd9-32aa-4828-8b66-8294e4549c40", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220330_20220413", + "label": "Transatlantique de Printemps", + "description": "Transatlantique de Printemps", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/100783-tvj90tbdtp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ab9de9ce-05fa-4e3b-a312-04842950a4ec", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220413_20220422", + "label": "Cap vers l'estuaire de la Gironde", + "description": "Cap vers l'estuaire de la Gironde", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269014-ftwmu9lh78-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a667485f-e4f1-4f1b-9130-a5202ddbed4f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220422_20220430", + "label": "De Lisbonne à Nice", + "description": "De Lisbonne à Nice", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269017-l2qvwekwgo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "98dc27ac-1f3a-4b5c-a419-398c5dc5fc1b", + "owner": null, + "roles": [], + "data": { + "id": "SCGMAC", + "label": "Summer Camps by Club Med", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dd595c5c-9ec5-4bf5-b773-58aa5f5e461a", + "owner": null, + "roles": [], + "data": { + "id": "ITFLO", + "label": "Flâneries toscanes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/276493-4m9ssdfb8l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "de2ab1fd-b278-4051-9816-b74774c8c4bf", + "owner": null, + "roles": [], + "data": { + "id": "LJIC", + "label": "Lijiang", + "description": "Evasion au cœur des merveilles de Lijiang", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Lijiang/433152-l7nrwdl34x-swhr.jpg", + "price": 884, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d882c0e2-3953-4ef1-a495-3ad480c55859", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220430_20220505", + "label": "De Portofino à Bandol", + "description": "De Portofino à Bandol", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268954-j1i8uw938x-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ea6333ab-dd61-4219-b1ea-21f26c800974", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220505_20220507", + "label": "Mini croisière à Portofino", + "description": "Mini croisière à Portofino" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d6b8bc5f-7845-4e7a-8c32-5fb70c533ace", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220507_20220514", + "label": "Sète et les îles Baléares", + "description": "Sète et les îles Baléares", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218605-ybivppn2xc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "85589a75-a7cf-42a1-81ff-8fdb15c1719e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220514_20220516", + "label": "Mini croisière à Portofino", + "description": "Mini croisière à Portofino", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268903-uad9xyn9p7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "172c349d-949d-42ae-96b6-a84bfdb6441f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220516_20220519", + "label": "Mini croisière aux Cinque Terre", + "description": "Mini croisière aux Cinque Terre" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "372f95a4-4cd9-4b1c-a09a-32498d9508e9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220519_20220522", + "label": "Mini croisière à l'île d'Elbe", + "description": "Mini croisière à l'île d'Elbe", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268723-ieaghxmqat-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7d06212a-17b7-4e4a-aaba-875fa45430df", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220522_20220525", + "label": "Mini croisière à île Rousse", + "description": "Mini croisière à île Rousse", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "58660f7e-3d02-4f69-85c8-25f02094d4b5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220525_20220529", + "label": "Mini croisière de Nice à Marseille", + "description": "Mini croisière de Nice à Marseille", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226252-obpnocm2kv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c6e20e16-3a9c-4140-9792-d7b257c8cc4b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220529_20220601", + "label": "Mini croisière de Marseille à Nice", + "description": "Mini croisière de Marseille à Nice" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1fffc919-b5b9-45c6-a418-7f365a153818", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220601_20220604", + "label": "Mini croisière Corse et Italie", + "description": "Mini croisière Corse et Italie" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "28b5f702-54d7-4a17-978e-8ea77e4ca62a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220604_20220607", + "label": "Mini croisière Elbe et Antibes", + "description": "Mini croisière Elbe et Antibes" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0646224b-120c-4e44-a865-dadb872b9a9b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220607_20220611", + "label": "Mini croisière Corse et Sardaigne", + "description": "Mini croisière Corse et Sardaigne" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ce38bea2-b81b-4a08-b800-62f773c9709e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220611_20220615", + "label": "Mini croisière de Portofino à Calvi", + "description": "Mini croisière de Portofino à Calvi" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "507b4f91-3c49-42e0-bafb-e1eff8024ba7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220615_20220619", + "label": "Mini croisière à Santa Manza", + "description": "Mini croisière à Santa Manza" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3e6fbd66-5877-4a45-adff-ee322f489c07", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220619_20220701", + "label": "De la Méditerranée à la mer Rouge", + "description": "De Nice à la Jordanie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/240116-rc7livmhq2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "699934c6-ab80-486e-88f6-14c1e2cb5917", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220701_20220709", + "label": "Trésors de Jordanie et d'Égypte", + "description": "Trésors de Jordanie et d'Égypte", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224797-2feaiq7fr8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ccd38a14-2db5-4dd5-880a-f916d408e89d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220709_20220716", + "label": "De côtes turques en îles grecques", + "description": "De côtes turques en îles grecques", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219661-xjutgube3s-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8bc3310c-4580-44ea-a41a-21f7dbce1804", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220716_20220723", + "label": "Mykonos, Éden cycladique", + "description": "Mykonos, Éden cycladique", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269611-58x1knokrq-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1bbafa87-add0-4571-ba79-d8a2a59003d6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220723_20220730", + "label": "De la côte turquoise aux Pouilles", + "description": "De la côte turquoise aux Pouilles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218989-pkcmqs267p-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7db6bff9-994c-4e74-8ce9-460128b050d1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220730_20220806", + "label": "Merveilles dalmates et Slovénie", + "description": "Merveilles dalmates et Slovénie", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219061-9fic3a6cas-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3a43bb91-9e0f-4eab-bd63-032ecca9d515", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220806_20220813", + "label": "La Croatie d'île en île", + "description": "La Croatie d'île en île", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223933-cln0cphadv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2cb71a5b-c729-40e1-9cdc-8fc2f1badf2c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220813_20220820", + "label": "Dalmatie et cité des Doges", + "description": "Dalmatie et cité des Doges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/196421-n1fliid10q-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0c23a896-8f32-4e26-9dac-c73778d04c14", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220820_20220827", + "label": "Perles de l'Adriatique", + "description": "Perles de l'Adriatique", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218710-7gcrtw06qi-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fc9dbbd6-9409-4566-94e9-f772d9f37db6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220827_20220908", + "label": "Littoral méditerranéen", + "description": "Littoral méditerranéen", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101584-d4gimmdlpb-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0e5c9d2d-135e-4eb8-8284-0c926fb44d93", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220908_20220911", + "label": "Mini croisière de St Tropez à Portofino", + "description": "Mini croisière de St Tropez à Portofino", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5f08151c-21d7-4f0f-857c-64b3881c607d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220911_20220915", + "label": "Mini croisière Portofino et St-Tropez", + "description": "Mini croisière Portofino et St-Tropez", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4ec0a851-4782-4c90-9957-d6364264482f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220915_20220917", + "label": "Mini croisière à Portofino", + "description": "Mini croisière à Portofino", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268903-uad9xyn9p7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "82a3c891-261e-4fa5-9946-7aecca9db91a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220917_20220921", + "label": "Mini croisière Elbe et St-Tropez", + "description": "Mini croisière Elbe et St-Tropez", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268723-ieaghxmqat-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c2610b28-1ce1-46bf-bd38-2778c1f6ef26", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220921_20220924", + "label": "Mini croisière à Sanary sur Mer", + "description": "Mini croisière à Sanary sur Mer", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101683-r9qwfrfvj5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1ada15be-f1c4-40ff-9df6-6dbc2beab185", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220927_20220930", + "label": "Mini croisière Portofino et St Tropez", + "description": "Mini croisière Portofino et St Tropez", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3db48836-3f01-4eb3-964a-091754299c51", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20220930_20221008", + "label": "Cap sur la péninsule Ibérique", + "description": "Cap sur la péninsule Ibérique", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269140-sexnrxdn58-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2da063da-3686-40cc-8ccc-1865fe5c038e", + "owner": null, + "roles": [], + "data": { + "id": "ZAAIR", + "label": "Au grand air sud africain", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/295171-7i9morfjfh-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e9a97f94-d0ce-417e-89e5-15c8da99b2b7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20221205_20221219", + "label": "Au gré des Alizés", + "description": "Au gré des Alizés" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "231c654a-5bac-4bb3-8a6b-2131f878ea3a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20221219_20221226", + "label": "Noël aux Grenadines", + "description": "Noël aux Grenadines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269491-2htk3uek2u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "210abc56-2a67-4343-af5c-f98b45df403b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20221226_20230102", + "label": "Réveillon Caraïbes", + "description": "Réveillon Caraïbes", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269476-4rhn9upjkl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "05073d4e-70a6-48e5-8fc5-aca31fea5013", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230102_20230109", + "label": "Les Grenadines", + "description": "Les Grenadines" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0561593a-b67a-4f03-a018-3291edfafca1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230109_20230118", + "label": "Couleur Turquoise", + "description": "Couleur Turquoise", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101680-es97x63cp4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8d5622f7-cfda-4114-afdd-6d6f11a31c57", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230118_20230125", + "label": "St-Barth et les îles Vierges", + "description": "St-Barth et les îles Vierges", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/336007-hbnc000qkj-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "71c12d22-7780-4ed0-8870-518ed9f6fc33", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230125_20230201", + "label": "De St-Martin à l'île Catalina", + "description": "De St-Martin à l'île Catalina", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269053-52uticqo93-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "606ec7d4-10cb-4890-b65f-3b0fa2a71b2b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230201_20230221", + "label": "Cuba et le carnaval colombien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/335998-yskfq9txx6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b68f14c2-fae3-4070-a1ce-d3f00b91e07f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230201_20230213", + "label": "Trésors de Cuba et le Panama", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101914-qkl5u4ykkj-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "604eec04-b3f1-4d1b-8f82-172ab2d82bea", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230213_20230221", + "label": "Carnaval colombien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226234-pexvfm1rlq-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6b9becff-3fec-4fcc-b238-d0026b898295", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230221_20230228", + "label": "Les îles Vierges Britanniques ", + "description": "Les îles Vierges Britanniques ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/335992-77v1s0hqf3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f0c9177b-3e4c-455d-a650-3ea9c90432f5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230228_20230307", + "label": "Perles des Petites Antilles", + "description": "Perles des Petites Antilles", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269023-hdr2bb14oo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "45b23967-781e-4aaf-8106-9de570e8a95e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230307_20230315", + "label": "Rencontres en terres cubaines ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101761-8hou11grq3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a5a7c2c3-cb3a-46e6-a923-bdeca3a67920", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230315_20230324", + "label": "De la Havane à la République Dominicaine", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102016-03oiefycbd-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75a0d179-58e5-4376-b5bf-53aa4379d0b0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230324_20230331", + "label": "Paradis créole", + "description": "Paradis créole", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225049-chhhy4e7x9-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ce4f723f-8d1d-4895-a1cb-88dadee29bd8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230331_20230412", + "label": "Transatlantique de Printemps", + "description": "Transatlantique de Printemps", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98431-l9e2em38mw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2be95dd6-5581-4b94-b38f-d24271b8ac04", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230412_20230421", + "label": "Îles Canaries et côtes marocaines", + "description": "Îles Canaries et côtes marocaines", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224806-fwa4cgqpnk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e4249319-e4f1-4e21-b01f-9ce99880ab8a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230421_20230430", + "label": "Le long des côtes Ibériques ", + "description": "Le long des côtes Ibériques ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269167-nbmu8q28xc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c8a6c406-a905-4780-8ef5-8f61b32cd052", + "owner": null, + "roles": [], + "data": { + "id": "CBAC_SUMMER", + "label": "Changbaishan", + "description": "Se laisser embarquer par l'énergie de Changbaishan", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Changbaishan/363772-encv7k1aa7-swhr.jpg", + "price": 1014, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dbbfc7c5-4984-40ce-b52c-eb1fdafb1d19", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230430_20230507", + "label": "Merveilles de la Corse et d'Italie", + "description": " ", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/397417-cirp4xco8b-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "18ae0c16-b93c-4171-8007-b7b5dc4d64ce", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230507_20230510", + "label": "Mini croisière Portofino, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ec39233c-cb5d-4760-9b62-cda950ba23ce", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230513_20230520", + "label": "De l'Occitanie aux Baléares", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101584-d4gimmdlpb-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2353de40-385a-4274-9f62-c585a317ea3c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230520_20230523", + "label": "Mini croisière Portofino, St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d5eed2cd-1fdd-48c9-b838-e865c4366623", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230523_20230526", + "label": "Mini croisière à Elbe et Antibes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303829-0bd63m9ysv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4a042d90-850d-4577-b245-9623613bbdc0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230526_20230529", + "label": "Mini croisière Riviera ligure", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269125-64ynlsby06-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "28462310-818c-4a53-a8ba-962307d3efdd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230529_20230602", + "label": "Mini croisière de Marseille à Nice", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226252-obpnocm2kv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5451a675-1e4a-4eff-a48c-d0561c5f444b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230602_20230605", + "label": "Mini croisière Cinque Terre et Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4af62776-48e4-40be-bc72-c23f3bb194d2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230605_20230609", + "label": "Mini croisière Sanremo à St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "43b4ec9a-cc0a-4389-9384-66a2b5b46e83", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230609_20230612", + "label": "Mini croisière Portofino, St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e86a3280-3b41-47be-9eda-78399fd1316c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230612_20230615", + "label": "Mini croisière Elbe et Cannes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303850-y8enjmgida-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "82dbe44b-7107-46f0-a75a-031ba52c635f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230615_20230618", + "label": "Mini croisière Portovenere et Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0a245f0e-eeb4-42bd-a726-888150f8875b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230618_20230708", + "label": "Trésors de la Méditerranée orientale", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268912-sgfl39foaf-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fe039afb-91ad-4f76-9b22-3767fe28a6e7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230618_20230627", + "label": "De Nice à Istanbul", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348820-u3pncvs4i6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d3e8522a-d60f-4ca7-beb3-804a30904901", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230627_20230708", + "label": "Joyaux d'Israël et d'Egypte ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269530-h2e7pk835e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dbd1798a-a5d6-4710-8713-d3b53cee44b0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230708_20230715", + "label": "Les Cyclades d'île en île", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348823-dem289m80w-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5339404f-c304-43e9-ba7a-6b412feaebbc", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230715_20230722", + "label": "De la mer Égée à Istanbul", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268909-hbnuc46eem-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fbd9c2db-8e31-446a-a12b-5c78af62c4c8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230722_20230729", + "label": "Istanbul et les Cyclades", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348811-i33tusl3l4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7d813314-105d-4ae5-a88f-d6174bdb98b9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230729_20230805", + "label": "Le Péloponnèse et les îles Ioniennes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348817-9pta8f9ote-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a24497d3-65e1-41b0-8ded-17043b380b89", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230805_20230812", + "label": "Des Pouilles à la côte amalfitaine", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268936-64uim48a2l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "41951c32-1d32-4b8a-bd6c-9eda18d4e238", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230812_20230819", + "label": "De Palerme à la mer Ionienne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268900-mjhgor41cs-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ed6834d6-e400-4368-81ed-0732177f29f3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230819_20230826", + "label": "L'Albanie et les îles grecques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123547-ao8f2pn5bv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "569c58e8-5da5-4b38-aa24-58b5f9a1a937", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230826_20230908", + "label": "De la mer Égée à la mer Ionienne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269095-drp2kpg513-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ac690cfa-c870-439e-b67d-b94911e66235", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230911_20230914", + "label": "Mini croisière Portovenere, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "63af9e68-3780-4516-897e-000197d04c7f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230914_20230918", + "label": "Mini croisière à Sanary Sur Mer", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348814-hgtyqro5v0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fffb62e2-efe4-4fe7-89f3-bf0951c3f3f8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230918_20230922", + "label": "Mini croisière à St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/311455-uacawjn8s4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1f34b7ab-2e40-44a0-8e39-a67e31845bf4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230922_20230925", + "label": "Mini croisière Portofino, St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1f818d88-fac6-46af-b855-cbd3587f12c2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230925_20230929", + "label": "Mini croisière de Calvi à Portovenere", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3b34e791-530a-4414-9866-f174dece2ec6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20230929_20231003", + "label": "Mini croisière d'Elbe à St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269533-4hpcivom5e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "76303a4b-215e-42d3-8be7-0074c1342a90", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231003_20231006", + "label": "Mini croisière Portofino, Antibes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6541c624-1428-4cab-9d52-06daab2446d5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231006_20231009", + "label": "Mini croisière Elbe, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269509-77vsytdxth-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2fee18f3-42ce-4617-b978-d55a0926f988", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231009_20231013", + "label": "Mini croisière de Portofino à St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269539-jl6nqicefw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8822f319-bb95-4050-abdf-4d2d8c62b880", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231016_20231021", + "label": "Mini croisière de Nice à Marseille", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269173-mtvufqc7lo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "10301849-a976-4997-91d0-89582aa885ad", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231021_20231028", + "label": "Occitanie et côte Ibérique", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c87b591e-399f-4a38-bf19-77dd296b04b3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231028_20231111", + "label": "Au gré des alizés", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/227383-1vkhu8exy8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75e6205d-f9b5-4ef1-a1f2-c2ec706fe5df", + "owner": null, + "roles": [], + "data": { + "id": "BRETAM", + "label": "Brésil tropical et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121324-e9myg8s15t-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "31c10444-f481-4ea4-adcd-bd0717e1853a", + "owner": null, + "roles": [], + "data": { + "id": "CUCAYO", + "label": "Terres cubaines et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121645-2jfw3ky6m6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "48dbb3fc-9a02-45ad-8ec2-cb0d0d933988", + "owner": null, + "roles": [], + "data": { + "id": "PEMIKU", + "label": "Merveilles Incas et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122062-78hepgkyql-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7fb68200-0235-45a8-b1b7-c4272c44316a", + "owner": null, + "roles": [], + "data": { + "id": "PEMODY", + "label": "Les montagnes du Dieu Soleil et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122098-9vmowha4sl-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "de793d77-2bf6-4252-b66c-e6882da4c9b1", + "owner": null, + "roles": [], + "data": { + "id": "CNPMHK", + "label": "Parcours du mandarin et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122428-x44axkmjq6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f862eab5-9ab7-44fd-98a6-ac2158377164", + "owner": null, + "roles": [], + "data": { + "id": "INSRGS", + "label": "Splendeurs du Rajasthan et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122515-q6a0rm1uql-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "83b10d46-ae5b-42b9-b927-21dbe0d4f73f", + "owner": null, + "roles": [], + "data": { + "id": "ZAMERF", + "label": "Merveilles australes et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120586-q1g5383hm7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3b6fb57e-a798-474d-b4bb-6506e7df4a71", + "owner": null, + "roles": [], + "data": { + "id": "KESEZ", + "label": "Safari des grands espaces et extension zanzibar", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/120811-06g9mp8fd5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b17bda6b-fe3b-4cef-acee-578e079fae4d", + "owner": null, + "roles": [], + "data": { + "id": "TZPTZ", + "label": "Les plaines de Tanzanie et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/201059-7lnljpmpep-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d46be9f1-6843-426f-89be-ffad81a236a2", + "owner": null, + "roles": [], + "data": { + "id": "EGCARA", + "label": "Ramsès II et extension Caire", + "description": " L’excursion à Abou Simbel▲, spectaculaires temples en bordure du lac Nasser.\n La visite du temple d’Hathor à Denderah, rarement visité.\n Le séjour au Caire, à l’hôtel Sofitel El Gezirah*****(1), au bord du Nil.", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/124129-wr4y15216c-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8087cfc2-3e59-4f35-8a63-e7da7e31faa2", + "owner": null, + "roles": [], + "data": { + "id": "EGCANI", + "label": "Le Nil en dahabieh", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/110377-fob9ejrc6k-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "eca5f4a6-3101-4a88-ae9b-7e18f20ca538", + "owner": null, + "roles": [], + "data": { + "id": "ECCEG", + "label": "Couleurs d'Équateur et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Equateur/Circuits___Escapade/121666-v1a81qtkf2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2b076764-39a9-4fdb-b7a6-ede54de9a14f", + "owner": null, + "roles": [], + "data": { + "id": "CAGTR", + "label": "Canada grandeur nature et extension rocheuse", + "description": "", + "image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/128092-cejh298trn-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1f4fa29b-ae7f-4f9f-82ca-f6896ea61f3d", + "owner": null, + "roles": [], + "data": { + "id": "GRNCRE", + "label": "Au cœur de la Crète", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Croatie/Circuits___Escapade/123352-e203nrrdyn-swhr.jpg", + "price": 2890, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3138e0f9-170c-43b8-abd2-f23a20640927", + "owner": null, + "roles": [], + "data": { + "id": "ITVAR", + "label": "Villes d'art italiennes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123658-kapl53w0cj-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "57050d49-0e39-461e-a429-f508f1166364", + "owner": null, + "roles": [], + "data": { + "id": "ESHIA", + "label": "Histoires andalouses", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123469-r17p99i6ud-swhr.jpg", + "price": 3690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c46218e6-3755-4ef6-afac-7a1c6eb62fdf", + "owner": null, + "roles": [], + "data": { + "id": "CAROCH", + "label": "La traversée des Rocheuses", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/117556-ox16yjvqhs-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0cc4a92c-4512-4c04-a61f-d107e3c3beb8", + "owner": null, + "roles": [], + "data": { + "id": "USRTEO", + "label": "Sur les routes de l'Ouest", + "description": "Les indiens Navajos nous accueillent pour partager leur histoire et nous guident à travers les terres de leurs ancêtres… un vrai choc des cultures !", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121720-b02gj4tkmh-swhr.jpg", + "price": 7990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "23b1d030-adce-4a28-a8fd-484e56d141ba", + "owner": null, + "roles": [], + "data": { + "id": "EGCANX", + "label": "Ramsès II Privatif", + "description": " L’excursion à Abou Simbel▲, spectaculaires temples en bordure du lac Nasser.\n La visite du temple d’Hathor à Denderah, rarement visité.\n Le séjour au Caire, à l’hôtel Sofitel El Gezirah*****(1), au bord du Nil.", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/124129-wr4y15216c-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "49dedf3f-a606-4940-98aa-229702e393d8", + "owner": null, + "roles": [], + "data": { + "id": "IEINCE", + "label": "Inspirations celtiques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Irlande/Circuits___Escapade/274990-moo57x6k8w-swhr.jpg", + "price": 3690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1392c7f9-00f6-4505-8d82-aa3b4fdc2614", + "owner": null, + "roles": [], + "data": { + "id": "MAERM", + "label": "Circuit Maroc", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/227698-3p3pph5uuo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cf7f2c3c-8083-41f6-bc5b-2561301d984b", + "owner": null, + "roles": [], + "data": { + "id": "TZPZA", + "label": "Les plaines de Tanzanie Extension E23", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/201059-7lnljpmpep-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4a5594c9-9a30-495e-bdd3-8c5fd38c1bbe", + "owner": null, + "roles": [], + "data": { + "id": "ZATLFA", + "label": "Circuit Afrique du Sud", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fd46720f-51ee-471c-9882-ebeebfb0734f", + "owner": null, + "roles": [], + "data": { + "id": "ZATLVA", + "label": "Circuit Afrique du Sud II", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3497fb48-34b9-4c36-b3b4-d1f514e261db", + "owner": null, + "roles": [], + "data": { + "id": "ZATLVF", + "label": "Circuit Afrique du Sud III", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f73dcd07-eeec-4cf1-a174-c10ef8da7cfd", + "owner": null, + "roles": [], + "data": { + "id": "ZAMEFA", + "label": "Merveilles australes et extension", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120586-q1g5383hm7-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "88a9ea6d-5e39-4659-9569-dcaa27017a80", + "owner": null, + "roles": [], + "data": { + "id": "KIGC_SUMMER", + "label": "Kiroro Grand", + "description": "Découvrez l'authentique Hokkaido", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kiroro_Grand/369799-om40mw25up-swhr.jpg", + "price": 1218, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "89efbf56-5973-4e43-aecc-8b514b1e8c53", + "owner": null, + "roles": [], + "data": { + "id": "KIGC_WINTER", + "label": "Kiroro Grand", + "description": "L'authentique Hokkaido", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/351925-0omlpgn968-swhr.jpg", + "price": 2247, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cd684b9a-38ba-473e-acec-042ee1d7a12e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231119_20231128", + "label": "Cap vers les îles ABC", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101494-q8nxl1k5b8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "feef7b60-3fe6-444c-8697-3b0e40557d98", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231128_20231205", + "label": "Douceur créole", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102019-ms8kobod9y-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1b7311d6-899e-46ff-a4f6-1698845f8b99", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231205_20231212", + "label": "St-Barth et les îles Vierges", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269023-hdr2bb14oo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7dcb293e-4599-4130-bdd4-95f68ac088f3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231212_20231219", + "label": "Au cœur des Petites Antilles", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "282cc24b-559c-4247-b18b-9f1d482ecdca", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231219_20231223", + "label": "Mini croisière Caraïbes", + "description": "" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "66b40697-3db1-43ad-8f61-5378cfdebb1b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231223_20231230", + "label": "Noël Caraïbes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269557-7ocb37tw0c-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f7b3f881-4823-4266-875c-5d21eba543a4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231230_20240106", + "label": "Réveillon tropical", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269056-v5twadmqaw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "df44cf9e-38ae-4bd9-b252-9bf214d77717", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240106_20240118", + "label": "Les Petites Caraïbes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269479-yysse5j8fo-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d99a5345-b734-47ae-bf03-1ec0e56b2cb3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240118_20240125", + "label": "Couleur Turquoise", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224800-negyip53ba-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fbd0217c-fecd-4eae-aac9-2355d22d46ba", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240125_20240201", + "label": "Paradis créole", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4ed4bca5-1a7d-4f31-95e2-e513d78f62d6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240201_20240208", + "label": "St Barth et l'île Catalina", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269008-4ck6jqlxsu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fffe271c-7c02-4378-9059-fbf41f5f9f18", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240208_20240215", + "label": "Couleur Caraïbes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101923-j3fitaevpe-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9e4e3ac5-23c4-4f46-b45d-8776e47bda2a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240215_20240222", + "label": "Les îles du Vent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226216-90jemvfrhx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "234834bf-9366-4443-9b2d-fa0f2289a272", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240222_20240229", + "label": "De Fort de France à St Martin", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269053-52uticqo93-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a057733d-7994-44ce-8fff-2684a78ccd25", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240229_20240307", + "label": "Barbuda et l'île Catalina", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269566-b7yt4j6ft2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75541b5c-6f34-4520-817f-b756e52841da", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240307_20240328", + "label": "Bahamas et péninsule du Yucatán", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269188-oxt6yb68w0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "867f6aa0-71e2-423a-a912-9830238d94c6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240307_20240316", + "label": "L'archipel des Bahamas", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226240-dhwpj0ufcm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "76a496d5-c25a-46cc-a808-9cb7755e16a1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240316_20240328", + "label": " Joyaux cachés du Yucatán", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122032-h04u2aikh5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0e384696-e65a-4c64-a929-5b4b9fe9d9fa", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240430_20240505", + "label": "Mini croisière de St-Tropez à Elbe", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5a619fc9-8d75-4c02-bf8c-53eff94e8bb4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240328_20240404", + "label": "Perles des Petites Antilles", + "description": "", + "image": "https://ns.clubmed.com/dream/A_RANGER/REPORTAGES_GENERIQUES/Generique_Getty_Images/360424-ky9c9mivj0-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "73c67a78-2117-4ca8-a917-1efc6dac9e19", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240404_20240418", + "label": "Transatlantique de printemps", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101560-ehmp302y4q-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "50a109ad-2e47-4b15-8ac3-45be03c38c00", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240418_20240425", + "label": "La péninsule Ibérique", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268966-jvqbs0r0sm-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "dc5cdbc6-b6c4-41a7-a0b6-9ffc14a39391", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240623_20240629", + "label": "Monaco et la côte des Étrusques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398605-405059eor2-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e0040d30-a7b0-4abf-a10e-8f888c899c18", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240425_20240430", + "label": "Occitanie et Côte d'Azur", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "45e46abe-aa1b-48e1-a5f6-c32c9f40b34a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240505_20240508", + "label": "Mini croisière Portofino, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "75f52ef3-b6e5-47b9-a92e-7c9b2ee8aa76", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240508_20240512", + "label": "Mini croisière Portofino à St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/311455-uacawjn8s4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9e061b3d-dbd0-4da6-a452-63723bce1fb8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240512_20240515", + "label": "Mini croisière Elbe et Cannes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303850-y8enjmgida-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "83a7f341-7f78-4e85-8f9f-466cbf69c863", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240515_20240518", + "label": "Mini croisière Portovenere, St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f29a6633-f860-476d-9b8d-8777a73a7605", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240518_20240520", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101119-91vg2o2iat-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "30ead20b-89e7-4a13-befc-1bc7bec1273d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240520_20240523", + "label": "Mini croisière Portofino, île Rousse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d429b672-c76c-4c1e-aed5-abdd91199eaf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240523_20240526", + "label": "Mini croisière Elbe, St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4c371f4b-8e9f-43ee-827e-4074c4962739", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240526_20240528", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269539-jl6nqicefw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cb1f46e4-3308-4d58-849d-d37c45902b3a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240528_20240531", + "label": "Mini croisière Portovenere, Bastia", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269536-tma8saqbut-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "429cacb8-39bb-4c21-a767-b12f1ffe9656", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240531_20240603", + "label": "Mini croisière Portofino et Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4f9b687b-0961-4685-9df9-debf4b3e1f87", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240603_20240606", + "label": "Mini croisière Elbe et St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269533-4hpcivom5e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fedd1aae-8df1-41d2-a07d-5608fb1e85c7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240606_20240609", + "label": "Mini croisière Portovenere, St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268918-drmc6a1dgq-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2a199ac6-ebc3-48ff-b54c-58bc089467e9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240609_20240614", + "label": "Mini croisière à Rome", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123667-mf1mo8rgmu-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9e00f938-bc47-4570-b432-7ebb6adf0d8d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240614_20240617", + "label": "Mini croisière Portovenere, Bastia", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224059-x9t7xc8ewg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5d256c05-f097-4eed-94dc-ca4dc24796bf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240617_20240621", + "label": "Mini croisière de Monaco à Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101245-5gb2ucewty-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3cf70ba7-efcc-410a-8def-fd01474a20a4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240621_20240623", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101107-dpdf0who21-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "74c524eb-44a6-4ddb-a8a1-977e4efda19f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240629_20240706", + "label": "Trésors du littoral Corse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398617-pgxsclcbva-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cdd7d116-987b-4867-ad7d-a9b06361700b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240706_20240713", + "label": "De la Campanie à la Sicile", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398608-j5qigfyb7c-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8ecc1044-7a57-460d-aa8f-32fb9181f64a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240713_20240720", + "label": "De l'Etna au Péloponnèse ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398611-pdn47mbgtg-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8d66ea11-107b-4225-9061-3944f600b822", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240720_20240727", + "label": "L'archipel du Dodécanèse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223951-smk04dxikw-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "36f5747c-8fbd-41c6-a286-64af72fe1e04", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240727_20240803", + "label": "Cyclades et joyaux d’Istanbul", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398620-qu39is7mda-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6fa8e8f5-956d-45d3-858e-6df51ceb2c4b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240803_20240810", + "label": "Istanbul et les Sporades", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398602-vwyffagn74-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "488dfc5a-95bf-4ecb-867e-f9b10f37ccd8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240810_20240817", + "label": "L'archipel du Dodécanèse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223948-b5jgk5r80e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9eb7d4b9-79f1-4a54-8367-c05d78bf3926", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240817_20240824", + "label": "D'île en île grecque ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/367960-ti63l6mjym-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "712a2962-6500-4b6d-80bf-3a3c8a05886e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240824_20240831", + "label": "D'Istanbul aux îles Ioniennes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348820-u3pncvs4i6-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f8885a8f-37dd-448b-822e-acdcaeda02f8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240831_20240912", + "label": "Côte adriatique et tyrrhénienne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219061-9fic3a6cas-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "09acb20d-94e7-4ed1-9c8b-6a6c1e3b898a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240912_20240915", + "label": "Mini croisière Portofino, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ebafa2ef-73d4-47e5-b0c4-3f8f9a78227e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240915_20240918", + "label": "Mini croisière Elbe et St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "132e9817-bda3-4a60-b9c2-42ad32461c9c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240918_20240920", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "47ad97c9-9ac6-4aa7-84bb-15833f2e896f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240920_20240924", + "label": "Mini croisière Portovenere à Antibes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303829-0bd63m9ysv-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c068a31f-6e9b-4cf2-91dd-7af3b3578b23", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240924_20240927", + "label": "Mini croisière Portofino, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269128-fh63fwq4sp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7a653f33-ef53-4a67-bc93-c36f97d0e5c6", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240927_20240930", + "label": "Mini croisière Portovenere et St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268918-drmc6a1dgq-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d9cdb3f9-4034-4f81-bb2b-b7dd3279b1af", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20240930_20241008", + "label": "De la péninsule ibérique à l'Algarve", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4022bc95-8b80-4e49-b627-7abdbcb5548f", + "owner": null, + "roles": [], + "data": { + "id": "LROV_WINTER", + "label": "La Rosière Espace Exclusive Collection", + "description": "Un écrin de luxe au coeur du Resort de la Rosière", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Rosiere/Espace_Exclusive_Collection/495815-qx5befsxmm-swhr.jpg", + "price": 3781, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "5a88c8a1-227b-494a-8f72-5698503273bf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231212_20231223", + "label": "Au cœur des Petites Antilles", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269182-j1qjj3pydx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a6a28258-7d75-438e-bab5-d30422822210", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20231111_20231119", + "label": "Les îles Grenadines", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268981-3arsnpt2hc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8b60f58c-81a7-4f8d-9ae7-8fc2b5e4289f", + "owner": null, + "roles": [], + "data": { + "id": "GTMMAY", + "label": "Mystères mayas", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Guatemala_Honduras/Circuits___Escapade/121963-tbnkrvyis0-swhr.jpg", + "price": 3290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "89ef125b-49a5-4935-a23a-3b26cc9ce1ef", + "owner": null, + "roles": [], + "data": { + "id": "MXMPLC", + "label": "Mexique précolombien", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122014-yjrlufwnda-swhr.jpg", + "price": 4090, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "77945e43-3e5f-4033-8afc-873f92012ea2", + "owner": null, + "roles": [], + "data": { + "id": "EGNIDA", + "label": "Le Nil en dahabieh", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/505136-hlxx8ahjkj-swhr.jpg", + "price": 2490, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "fc517080-b082-4fc4-af4a-06cec49e6ef0", + "owner": null, + "roles": [], + "data": { + "id": "EADEF", + "label": "Entre désert et fjords", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Emirats_Arabes_Unis/Circuits___Escapade/424851-4u52j9uhuv-swhr.jpg", + "price": 2690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "050dde53-ba80-41e8-b7bd-a15f65f38568", + "owner": null, + "roles": [], + "data": { + "id": "OMSEE", + "label": "Féérie au Sultanat d'Oman", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Oman/Circuits___Escapade/124267-0lh4nr8kwi-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e3c9e037-8b51-4d35-96da-e1ac821713dc", + "owner": null, + "roles": [], + "data": { + "id": "IDBAKI", + "label": "Bali et le Kawah Ijen", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122692-bukb2o4fio-swhr.jpg", + "price": 2290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "11c16774-b0e9-43e7-a6a4-2da086fcc110", + "owner": null, + "roles": [], + "data": { + "id": "ITESS", + "label": "Escapade sud de la Sicile", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/124033-gqx8c8oky3-swhr.jpg", + "price": 1990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e2a72c7b-e8b8-4b83-bbc5-6f0bf2439a78", + "owner": null, + "roles": [], + "data": { + "id": "CAROC", + "label": "La traversée des Rocheuses", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/117556-ox16yjvqhs-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "591d91ed-a5cf-4784-a7fe-0f555c1fd3b0", + "owner": null, + "roles": [], + "data": { + "id": "ITLACI", + "label": "Les grands lacs italiens", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/465642-sesbs4ks0c-swhr.jpg", + "price": 3590, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cd25e7a8-2878-445a-b6f4-ae69af6668c5", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20241228_20250104", + "label": "Réveillon tropical", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/395980-2t6yweua5l-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "13fde6e5-6f2a-47fd-a3ff-8ec9e1f55226", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250104_20250115", + "label": "Au cœur des Antilles", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397984-ydjvhxdgvf-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d58209a6-1c54-4c90-95b6-89739c1ec7b4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250115_20250123", + "label": "De la Romana à Pointe-à-Pitre", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397963-4xvhye016y-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "72d68d64-8199-4aa4-9020-e424bf7325d1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250123_20250130", + "label": "Couleur Turquoise", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224800-negyip53ba-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "02d7e900-f0dd-4667-9e45-6dfb81554ceb", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250130_20250206", + "label": "St-Barth et les îles Vierges ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/398173-20xbu28msx-swhr.jpg", + "price": 3313, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1f9b2401-0e7c-4906-92ba-784bf24924b8", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250206_20250215", + "label": "Paradis bleu turquoise", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/358804-0gd2pnkt92-swhr.jpg", + "price": 4201, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9686f801-5772-4c51-89dd-dfd86470ceb2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250215_20250222", + "label": "Perles des Grenadines", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/417706-64qe07gmv5-swhr.jpg", + "price": 3364, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "abd27b14-f061-4ffa-86b9-aff90f91b964", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250222_20250301", + "label": "Les îles Vierges Britanniques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/417835-kvxet2fqv4-swhr.jpg", + "price": 3314, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e37c6fb7-5d08-4662-bc9e-04f5e2e87ca0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250301_20250310", + "label": "Douceur créole", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397378-x2ey0xrl7i-swhr.jpg", + "price": 3929, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0d20e904-23fc-488f-95d9-dd8e8317e816", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250310_20250320", + "label": "Des Grandes Antilles à l'Amérique centrale", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101569-f73u5ieea7-swhr.jpg", + "price": 4250, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "73c4e518-ce6a-467f-90e9-8cb68315daec", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250310_20250331", + "label": "Aventure Caribéenne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100516-58cejqxc2r-swhr.jpg", + "price": 8313, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ba60f17d-97b5-4e97-81eb-9857c9de5b33", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250320_20250331", + "label": "Bocas del Toro et joyaux des Caraïbes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/493643-9se8f7g1ya-swhr.jpg", + "price": 4979, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e7f96bc0-08aa-4723-bf1f-659185ecc86b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250331_20250416", + "label": "Transatlantique de Printemps", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/396886-58npbh4coq-swhr.jpg", + "price": 4123, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "92186fca-7c3e-4c10-894a-2f473e20a4f1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250516_20250519", + "label": "Mini croisière en Ligurie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494318-m4d0syc24y-swhr.jpg", + "price": 1162, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f00dc802-8209-4635-88f1-d3c16facd4e2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250503_20250507", + "label": "Mini croisière Calvi à St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269128-fh63fwq4sp-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "76cde5e6-09c5-4d79-9edd-df7ce113c05a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250519_20250521", + "label": "Mini croisière à Roses", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494339-kr1a4ap46p-swhr.jpg", + "price": 938, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9133c656-9019-47d0-a22d-3f70e03c2c21", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250507_20250510", + "label": "Mini croisière Roses & Sète", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218608-x7vfwsfnu1-swhr.jpg", + "price": 1100, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "152a8e73-5ec7-4fcb-99ab-bedcfa9d0850", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250510_20250513", + "label": "Mini croisière Sanremo & St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "price": 1849, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "d5336f07-f47d-4cd9-997d-3cfa44832a5a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250513_20250516", + "label": "Mini croisière Portofino & Cannes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg", + "price": 1146, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "80ce11ad-115a-4cb9-8dee-6f2ae055329e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250521_20250526", + "label": "Mini croisière Riviera ligure", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg", + "price": 2156, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "6aa4655a-e70d-4d9c-85de-a6c73e872a50", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250526_20250529", + "label": "Mini croisière Portofino, St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg", + "price": 1837, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9facdd9c-a628-45f0-882f-b96828605012", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250529_20250602", + "label": "Mini croisière Collioure à Sanary-sur-Mer", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269590-apiis83rhh-swhr.jpg", + "price": 1559, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "60d25f02-7880-40bd-9b69-7578e47b17b9", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250602_20250605", + "label": "Mini croisière à Santa Margherita Ligure", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494321-dnl5xq3n44-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a0bf09f9-4681-446e-b44a-a76311d99a0b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250605_20250609", + "label": "Mini croisière Calvi à St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9619e34c-7aca-4a72-a595-dbf008cfdffa", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250609_20250613", + "label": "Mini croisière de Minorque à Collioure", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494333-6r6ih1eclx-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "429ab1e5-c5fc-4dea-9c10-69c70d8f3b15", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250613_20250705", + "label": "Merveilles antiques et îles grecques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494330-odl4mj5vi5-swhr.jpg", + "price": 17284, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "9212dee4-16ee-40ff-bd49-1ccf3e92fab4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250613_20250625", + "label": "Cap vers les îles grecques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494324-tpeba81gkh-swhr.jpg", + "price": 10180, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "4bf110cb-3169-4ded-9bca-8a5f63a6ff7c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20241119_20241204", + "label": "Transatlantique sud-américaine", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/462279-5va23epxg4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7ee1b2ba-effb-42ed-8c60-cc34bb4106fd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250625_20250705", + "label": "Au cœur des Cyclades", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/118657-ww0y4t59u5-swhr.jpg", + "price": 8574, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "3d1d3c88-1059-4b48-84ee-64012487d94a", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250705_20250712", + "label": "Le long de la côte sicilienne", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268948-xtt49qysp3-swhr.jpg", + "price": 3701, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "65d80da2-d096-4a49-abce-496c47f6a8fe", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20241107_20241119", + "label": "Expédition Sénégalaise", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/15805-54sihf72ht-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0d6a926e-60bc-4977-af6e-cc9748854466", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250712_20250719", + "label": "Des îles Éoliennes au Péloponnèse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/240950-wg6gk5h6bo-swhr.jpg", + "price": 3701, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "240f33a0-f6f7-41b6-b921-95aefef194cd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250719_20250726", + "label": "Cap vers le Dodécanèse", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223948-b5jgk5r80e-swhr.jpg", + "price": 3701, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "921efede-b365-428f-bdb2-a2f205d30165", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250726_20250802", + "label": "De l'Acropole au Bosphore", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269137-apk18s4r6h-swhr.jpg", + "price": 3974, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "e2bc2e87-eec8-41e8-b405-237311674128", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250802_20250809", + "label": "Trésors d'Istanbul et mer Égée ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/118888-4pdxpf7ivx-swhr.jpg", + "price": 3974, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b9c44031-fb6b-42cf-8c84-1369f0005cfd", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250809_20250816", + "label": "Odyssée grecque", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123499-s7ve7cnknj-swhr.jpg", + "price": 3974, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "ef07d9dd-3901-4b90-a44f-bcc69c4d01d3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250816_20250823", + "label": "Îles grecques et côtes turques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/466476-f40txye2nj-swhr.jpg", + "price": 3701, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8444ebfd-ccf2-4065-a8ab-c6e5d7ed2635", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250823_20250830", + "label": "Rivages de la mer Égée ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/130465-hy38sw581n-swhr.jpg", + "price": 3657, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b90add13-77d5-43de-9608-33d14eff6e7e", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250830_20250911", + "label": "Littoral tunisien et mer Tyrrhénienne ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/452010-tlt3h1pk61-swhr.jpg", + "price": 5199, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "7e59e8a3-a3c1-4c3e-bb4f-c7fd5b6a73b3", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250911_20250913", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494312-rwae92ck14-swhr.jpg", + "price": 774, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "727a565b-6ead-4c5a-acc3-180ab47df007", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250913_20250915", + "label": "Mini croisière à Portovenere", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg", + "price": 938, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "f4a29f73-43a9-4fbf-8308-fe10622a8309", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20241221_20241228", + "label": "Noël Caraïbes", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268981-3arsnpt2hc-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b10bc6ec-4152-4442-8cad-c4f1641da948", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20241214_20241221", + "label": "Paradis créole", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397378-x2ey0xrl7i-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "234fe972-b61a-4a09-a029-c9c1220b3ae7", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250915_20250918", + "label": "Mini croisière Bastia, Elbe", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Corse/Circuits___Escapade/104467-qgw4d6oi7e-swhr.jpg", + "price": 1146, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "8f1f9c08-4f88-49a6-b794-c8010e146abf", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250918_20250920", + "label": "Mini croisière à Portovenere", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/292324-3vrnu12h29-swhr.jpg", + "price": 938, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "64bbf2b0-7c76-4b08-b170-e81bc31cf74c", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20241204_20241214", + "label": "Forêt tropicale & Grenadines", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268999-ocmi5ywr8b-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cda249cc-4e27-4d65-a5fa-b1840c23113d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250920_20250923", + "label": "Mini croisière Portofino, Calvi", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494327-d1f0c5kdn0-swhr.jpg", + "price": 1309, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a4813785-bfbf-4121-ae5f-785c48342e23", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250923_20250926", + "label": "Mini croisière de la Ligurie à St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "price": 1100, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "28fbf9b2-4cb1-40e5-adc3-0f7fbdfd7a6f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250926_20250929", + "label": "Mini croisière Portovenere, St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/311455-uacawjn8s4-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "50fe5da8-56f5-4e85-901c-6836e56f4132", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250929_20251001", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494342-832dre3oru-swhr.jpg", + "price": 938, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "eba8ec9a-0b63-4078-b283-c6f69775a670", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251001_20251003", + "label": "Mini croisière à Portovenere", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/465873-dlak9piceq-swhr.jpg", + "price": 938, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "1c68f6b5-619a-495f-8144-6afeabe30dd0", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251003_20251006", + "label": "Mini croisière de la Ligurie à St-Tropez", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/469659-r7r3xucwbo-swhr.jpg", + "price": 1162, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "15692636-cb30-4ce1-9ab6-4db397596c8d", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251006_20251008", + "label": "Mini croisière à Portofino", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101119-91vg2o2iat-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "73dd835e-6d98-4fe2-865b-f7fdc93dc744", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251008_20251010", + "label": "Mini croisière à Portovenere", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0f9e274a-cadb-4b06-b22b-c619b2d963e4", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251010_20251013", + "label": "Mini croisière de la Ligurie à St-Florent", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494315-fher2vjixe-swhr.jpg", + "price": 1162, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c4fa71cf-f820-4ade-92bf-35b9ac6a2dbe", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251013_20251018", + "label": "Mini croisière de Nice à Barcelone", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269140-sexnrxdn58-swhr.jpg", + "price": 1812, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "0d7f139d-5a18-4855-a43c-c142d8ae5ec2", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251018_20251025", + "label": "De la Catalogne à l'Andalousie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/493640-qnplk2qf0u-swhr.jpg", + "price": 2693, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "a50dde7f-bde5-492c-a1d8-ce73dce3a38f", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20251025_20251101", + "label": "De Malaga aux îles Canaries ", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269167-nbmu8q28xc-swhr.jpg", + "price": 2693, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "cd1c367f-b6eb-4b2d-99c4-6a11187f4da1", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250416_20250426", + "label": "De l'Andalousie à l'Occitanie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218608-x7vfwsfnu1-swhr.jpg", + "price": 3498, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c75db6ee-cac9-4f33-882b-056bf0f0a93b", + "owner": null, + "roles": [], + "data": { + "id": "CM2C_20250426_20250503", + "label": "Le long des côtes espagnoles", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/493640-qnplk2qf0u-swhr.jpg", + "price": 2693, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "2355527f-4397-4e16-97da-4e998043a0d0", + "owner": null, + "roles": [], + "data": { + "id": "SCHC_WINTER", + "label": "Serre-Chevalier", + "description": "Skier avec vue sur le Massif des Écrins", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84196-5fr8alq0n5-swhr.jpg" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "b5a837c9-2835-460d-9037-ee8f228991e7", + "owner": null, + "roles": [], + "data": { + "id": "JPVOEX", + "label": "Les voies du Tokaido et exposition universelle Osaka", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/531670-7oeuhmvj8c-swhr.jpg", + "price": 5390, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "de2bfc17-e12c-463f-9e11-c5056c16a122", + "owner": null, + "roles": [], + "data": { + "id": "CAILQU", + "label": "Québec, Gaspésie et îles de la Madeleine", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/117586-6uoacukqn3-swhr.jpg", + "price": 7690, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "001ddd05-fa13-47c2-be7f-874750ca8d7d", + "owner": null, + "roles": [], + "data": { + "id": "CLATAI", + "label": "D'Atacama à l'île de Pâques", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Chili/Circuits___Escapade/121519-hoooyhjvb8-swhr.jpg", + "price": 7990, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "aa7502b9-4c8f-46c9-8a20-61865bad7e0f", + "owner": null, + "roles": [], + "data": { + "id": "ITMTO", + "label": "Merveilles de Toscane et Ombrie", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/276493-4m9ssdfb8l-swhr.jpg", + "price": 3290, + "currency": "EUR" + }, + "access": [], + "externalIds": [], + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", + "form": "5e972ae7a1a692917cf54f9e" + }, + { + "_id": "c008de23-c5c0-4144-b339-1d3ef360d4df", + "owner": null, + "roles": [], + "data": { + "id": "ZATLCV", + "label": "Train de légende et chutes Victoria", + "description": "", + "image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/117268-bg0xdqb2ac-swhr.jpg", + "price": 8490, + "currency": "EUR" }, "access": [], "externalIds": [], - "created": "2020-04-15T12:47:42.000Z", - "modified": "2020-04-15T15:40:24.759Z", + "created": "2025-01-26T08:54:27.547Z", + "modified": "2025-01-26T08:54:27.547Z", "form": "5e972ae7a1a692917cf54f9e" } ] diff --git a/packages/react-formio/src/molecules/__fixtures__/products.json b/packages/react-formio/src/molecules/__fixtures__/products.json new file mode 100644 index 00000000..a3033bd7 --- /dev/null +++ b/packages/react-formio/src/molecules/__fixtures__/products.json @@ -0,0 +1,81539 @@ +[ + { + "id": "CSKC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_CSKC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/16519-fjkg6si45c-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/258736-5ymdg9ueo0-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/16564-ti7g57f8u8-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cskc.pdf" + }, + "description_title": "Joyau caché au cœur de la Casamance", + "destination": { + "countries": [ + { + "id": "SN", + "label": "Sénégal", + "description": "Le Sénégal quelques mots \n\n\n- Superficie: 196 712 km2\n\n- Capitale : Dakar\n\n- Langue officielle : Le Français (langue officielle) et 6 langues nationales dont le Wolof (ethnie la plus importante du Sénégal) et le Diola (ethnie la plus importante en Casamance)\n\n- Monnaie : Le Franc CFA.\n\n\n\nProfitez des environs du Village de Cap Skirring pour découvrir au cours de votre séjour au Sénégal la beauté et les richesses culturelles de la région.\n\n \nA l’extrémité sud-ouest du Sénégal, en Casamance, le Club Med de Cap Skirring est situé : \n\n\n- à 6 km de Kabrousse, petit village côtier aux cases typiques de l’architecture diola\n\n- à 10 km au nord de Djembering village d’agriculteurs construit sur des dunes et entourés d’immenses fromagers, à découvrir pour sa messe dominicale\n\n- à 30 km d’Oussoye, petite ville tranquille où les fêtes diolas sont très présentes\n\n- à 80 km de Ziguinchor, capitale régionale de la Casamance." + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "REGION_casamance", + "label": "Casamance" + } + }, + "full_title": "Cap Skirring", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2200, + "per_trip_with_fees": 2220, + "per_night": null, + "per_night_with_fees": null + }, + "best_price": { + "per_trip": 1870, + "per_trip_with_fees": 1890, + "per_night": null, + "per_night_with_fees": null + }, + "fee": { + "per_trip": 20, + "per_night": null + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250402", + "arrival_date": "20250402", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 32, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure - rénovée" + }, + "departure_city": { + "id": "PAR", + "label": "PARIS" + }, + "departure_location": { + "id": "ORY", + "label": "PARIS-ORLY" + }, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CSKC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap Skirring", + "capacity_max": 420, + "accommodations_introduction": { + "description": "Au milieu d'une végétation luxuriante, détendez-vous sous des toits de chaume et entre des murs ocre. Les chambres offrent un balcon ou une terrasse pour admirer les oiseaux.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/16120-3hc274s14p-swhr.jpg" + ], + "rooms_count": 205 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/cap-skirring/y" + } + ] + }, + { + "id": "KANC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 6 + }, + "areas": [ + { + "id": "area_KANC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_KANC_EC_space", + "label": "Espace Exclusive Collection (8+)", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "KANV", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Kani/Espace_Exclusive_Collection/251198-3e3m0qpor0-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Kani/251192-oe7973vxmo-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Kani/510281-s2uiaj6e63-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kanc.pdf" + }, + "description_title": "Plongez dans un paradis familial turquoise", + "destination": { + "countries": [ + { + "id": "MV", + "label": "Maldives", + "description": "Les Maldives en quelques mots :\n\n\n\n- Superficie : 228 km²\n\n- Capitale : Malé \n\n- Langue officielle : Divehi \n \n- Monnaie : Rufiyaa.\n\n\n\nProfitez des environs du Resort de Kani pour découvrir au cours de votre séjour aux Maldives, la beauté et les richesses culturelles de la région. \n\n\nVilles situées à proximité :\n\n- Malé à 30 minutes du Resort en bateau. \n\nGrand contraste entre la petite capitale, très animée et les îles, dont le rythme de vie est plus tranquille. La ville est très agréable, vous pourrez facilement aller à la rencontre des maldiviens et découvrir le musée national, la façade de l’ancienne mosquée du Vendredi, le marché aux poissons...\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale aux Maldives, le Club Med n'est pas autorisé à servir des boissons alcoolisées, exception faite pour les étrangers." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_archipelago_of_the_maldives_kani", + "label": "Archipel des Maldives - Kani" + } + }, + "full_title": "Kani", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1750, + "per_trip_with_fees": 1770, + "per_night": 250, + "per_night_with_fees": 253 + }, + "best_price": { + "per_trip": 1499, + "per_trip_with_fees": 1519, + "per_night": 215, + "per_night_with_fees": 217 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250531", + "arrival_date": "20250531", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 50, + "number_of_adults": 2, + "accomodation": { + "id": "C2+", + "label": "Chambre Supérieure - Plage" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "KANC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Kani", + "capacity_max": 752, + "accommodations_introduction": { + "description": "Plongez dans la beauté de cette île-jardin. Bungalow au cœur de la nature ou luxe ultime dans une Suite sur pilotis de l'espace Exclusive Collection... à vous de choisir.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Kani/34954-fetlxfognl-swhr.jpg" + ], + "rooms_count": 272 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kani/y" + } + ] + }, + { + "id": "ALBC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_ALBC_EC", + "label": "Resort d'Albion - Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_ALBC_VC", + "label": "Villas d'Albion - Exclusive Collection", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "ALBV", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Plantation_d_Albion/339814-65jm3uy4jp-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Plantation_d_Albion/43933-6qgbdn0pcx-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Plantation_d_Albion/480435-7qinvb7879-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_albc.pdf" + }, + "description_title": "S'inspirer de l'art de vivre mauricien", + "destination": { + "countries": [ + { + "id": "MU", + "label": "Ile Maurice", + "description": "L’Ile Maurice en quelques mots \n\n\n\n- Superficie : 1 865 km2\n\n- Capitale : Port-Louis\n\n- Langue officielle : Anglais\n \n- Monnaie : Roupie mauricienne\n\n\n\n\nA savoir pour votre séjour au Village de La Plantation d'Albion Club Med \n\n\n\n Les spécialités gastronomiques à l’Ile Maurice \n\n\n\n- Plats : Cari (à base de viande),Vindaye (variante des achards), rougaille (spécialité créole à base de tomates, oignons, ail, gingembre et épices), chutney (mélange d’épices écrasés)...\n \n- Poissons : Thon, capitaine, daurade, rouget, carpe, empereur… \n \n- Fruits de mer : Crabes, bigorneaux, tectecs, crevettes, poulpes…\n\n- Desserts : Fruits exotiques (mangue, litchi, papaye, goyave, carambole, coeur de boeuf, grenadine...), gâteaux sucrés, gâteaux frits… \n\n\n\n La faune et la flore à l’Ile Maurice \n\n\n\n- Flore : Flamboyants, filaos, palmiers, hibiscus, anthuriums, les cultures fruitières, bougainvilliers… \n\n- Faune : Singes, cerfs, sangliers, mangoustes, oiseaux, crocodiles.. \n\n\n\n Le shopping à l’Ile Maurice \n\n\n\n- Artisanat : Maquettes de bateaux, nappes de Madagascar, paniers, jeux en bois, vannerie … \n\n- Épices et produits locaux : Carry, piments, sel, sucre, thé à la vanille, café de Chamarel, rhum… \n\n\n\n Quelques expressions courantes à connaître en créole lors de votre séjour à l’Ile Maurice \n\n\n\n- Bonjour : Bonzour \n\n- Au revoir : Salam\n\n- Comment ça va ? : Ki manière ?\n- S’il vous plait : Si ou plé\n\n\n\nCuriosités à découvrir aux alentours du Village de La Plantation d'Albion Club Med \n\n\nProfitez des environs du Village pour découvrir au cours de votre séjour à l’Ile Maurice, la beauté et les richesses culturelles de la région.\n \nVilles historiques situées à proximité : \n\n Albion à 6 km du village. Vous pourrez visiter le seul phare de l’île encore en activités \n\n Parc d'aventures en famille situé à 20 min de route du Village." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_mascareignes_islands_mauritius", + "label": "Iles Mascareignes / Île Maurice" + } + }, + "full_title": "La Plantation d'Albion Club Med", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1532, + "per_trip_with_fees": 1552, + "per_night": 219, + "per_night_with_fees": 222 + }, + "best_price": { + "per_trip": 1302, + "per_trip_with_fees": 1322, + "per_night": 186, + "per_night_with_fees": 189 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 94, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "ALBC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La Plantation d'Albion Club Med", + "capacity_max": 705, + "accommodations_introduction": { + "description": "Au cœur de luxuriants jardins, l'architecture se fond dans le paysage avec des chambres à deux pas du rivage ou avec un balcon. Les vues sur le coucher de soleil sont splendides.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 255 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Espaces rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-plantation-d-albion-club-med/y" + } + ] + }, + { + "id": "MAUC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_MAUC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Pointe_aux_canonniers/466806-iuvot43yhh-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Pointe_aux_canonniers/193631-8p8hwdiaih-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Pointe_aux_canonniers/480477-6gmre0q52w-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mauc.pdf" + }, + "description_title": "Échappée colorée en famille sur une île luxueuse\n\n\n\n", + "destination": { + "countries": [ + { + "id": "MU", + "label": "Ile Maurice", + "description": "L’Ile Maurice en quelques mots \n\n\n\n- Superficie : 1 865 km2 \n\n- Capitale : Port-Louis \n\n- Langue officielle : Anglais \n \n- Monnaie : Roupie mauricienne. \n\n\n\n\nProfitez des environs du Village de de La Pointe aux Canonniers pour découvrir au cours de votre séjour à l’Ile Maurice, la beauté et les richesses culturelles de la région.\n \n\nVilles situées à proximité : \n\n\n- Grand ‘Baie à 7 km du Village.\n Très beau port de plaisance attirant de nombreux voiliers. La baie est de toute beauté avec une eau calme et lumineuse.\n\nDurée de trajet : 10 minutes de route\n\n\n- Port Louis à 20 km du Village.\n Port de commerce principal de l’île. Dans le centre-ville, vous ne pourrez pas passer à côté de la Place d’Armes, la grande place et le berceau de la ville mais aussi la mosquée Jummah, le quartier chinois, les pagides. \n \nDurée de trajet : 30 minutes de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_mascareigne_islands_north_western_coast_of_mauritius", + "label": "Iles Mascareignes / Côte nord-ouest de l'Île Maurice" + } + }, + "full_title": "La Pointe aux Canonniers", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1345, + "per_trip_with_fees": 1365, + "per_night": 193, + "per_night_with_fees": 195 + }, + "best_price": { + "per_trip": 1143, + "per_trip_with_fees": 1163, + "per_night": 164, + "per_night_with_fees": 167 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250827", + "arrival_date": "20250827", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 3, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "MAUC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La Pointe aux Canonniers", + "capacity_max": 954, + "accommodations_introduction": { + "description": "Des bungalows jalonnent une mer turquoise bordée de palmiers. Certains détails, comme les boiseries exotiques et la vannerie, apportent aux chambres une touche locale et moderne.\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 394 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-pointe-aux-canonniers/y" + } + ] + }, + { + "id": "SEYC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_SEYC_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/303643-staje67r62-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Circuits___Escapade/196571-6elt3c8a2e-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/480429-fuhrxb1lex-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_seyc.pdf" + }, + "description_title": "Votre coin privé d’archipel", + "destination": { + "countries": [ + { + "id": "SC", + "label": "Les Seychelles", + "description": "L'île Sainte Anne est située à 3 kilomètres au Nord-Est de Mahé et de son aéroport, soit 15 minutes en bateau.\nAu coeur de l'archipel des Seychelles, l'île fait aussi partie du parc national marin de Sainte Anne bordé de part et d'autre par l'océan indien." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_ste_anne", + "label": "Sainte Anne" + } + }, + "full_title": "Seychelles", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2329, + "per_trip_with_fees": 2349, + "per_night": 333, + "per_night_with_fees": 336 + }, + "best_price": { + "per_trip": 1980, + "per_trip_with_fees": 2000, + "per_night": 283, + "per_night_with_fees": 286 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 16, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "SEYC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Seychelles", + "capacity_max": 656, + "accommodations_introduction": { + "description": "Les chambres et Suites à l'esprit \"tropical\" sont confortables et arborent le meilleur de l'artisanat local. Profitez du soleil dans votre piscine privée ou sous votre véranda.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 285 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/seychelles/y" + } + ] + }, + { + "id": "LROC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_LROC_space_5t", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_LROC_4T", + "label": "4 Tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/La_Rosiere/536332-67ixohsm8j-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/La_Rosiere/308908-c7kqeb4cnb-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/La_Rosiere/401566-3ki9w21n4r-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lroc_summer.pdf" + }, + "description_title": "Bien-être au cœur des Alpes entre France et Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\nPosée sur les flancs de la Tarentaise, non loin du Beaufortain et face aux Arcs, La Rosière est surnommée le Balcon de la Tarentaise pour son panorama exceptionnel à 180° où que l’on soit, orienté plein Sud. Face à vous : le Parc National de la Vanoise. \nIci les sommets sont rois. La face italienne du Mont Blanc domine l’espace San Bernardo, unique domaine skiable franco-italien qui relie La Rosière à La Thuile dans le Val d’Aoste. Trait d’union entre les 2 pays, le Col du Petit-Saint-Bernard s’inscrit depuis la nuit des temps entre la grande et la petite histoire. \nLa Thuile est nichée au creux d’une petit vallon mythique du Val d’Aoste. Dernière commune italienne sur la route du Col du Petit-Saint-Bernard, on y parle le français et l’italien. La gastronomie est ici fine et variée, et les paysages alpins à couper le souffle. " + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_la_rosiere", + "label": "Savoie - La Rosiere" + } + }, + "full_title": "La Rosière", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1577, + "per_trip_with_fees": 1597, + "per_night": 226, + "per_night_with_fees": 229 + }, + "best_price": { + "per_trip": 1419, + "per_trip_with_fees": 1439, + "per_night": 203, + "per_night_with_fees": 206 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 49, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Chambre Supérieure - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "LROC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "LROC_WINTER", + "title": "La Rosière", + "capacity_max": 1050, + "accommodations_introduction": { + "description": "Du bois, des cloches et des motifs floraux composent l'atmosphère cosy des chalets. Reprenez des forces après une journée au grand air en admirant la montagne depuis votre chambre.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 421 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-rosiere/s" + } + ] + }, + { + "id": "DBAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_DBAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Da_Balaia/23704-pptnu0c6b9-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Da_Balaia/23227-ufikds18pt-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Da_Balaia/480456-jbgmskyskf-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_dbac.pdf" + }, + "description_title": "L'Atlantique aux falaises ocres de l'Algarve", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal", + "description": "Le Portugal en quelques mots\n\n\n- Superficie: 92 201 km²\n\n- Capitale: Lisbonne\n\n- Langue officielle: Portugais\n \n- Monnaie : Euro. \n\n\n\nProfitez des environs du Village de Da Balaia pour découvrir au cours de votre séjour au Portugal, la beauté et les richesses culturelles de la région. \n\nAu sud du Portugal, la région de l’Algarve est l’une des destinations phares des amateurs de golf de par ses nombreux parcours de renommée internationale à moins d’une heure du Club Med de Da Balaia.\n\n\nLe Village de Da Balaia est situé :\n\n\n\n- A 7 km d’Albufeira, petit village considéré comme le St Tropez du Portugal\n\n\n- A 35 km de Faro, capitale de l’Algarve où l’art de vivre traditionnel est le mieux préservé\n\n\n- A 42 km de Portimao, important port sardiniers, est aussi une ville sportive avec un circuit automobile où se déroulent une partie des essais hivernaux de formule 1\n\n\n- A 52 km de Lagos, port très cosmopolite, à découvrir au hasard des ruelles de la vieille ville\n\n\n- A 257 km de Lisbonne, située à l'embouchure du Tage, capitale du Portugal qui allie modernisme et tradition." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_algarve", + "label": "Algarve" + } + }, + "full_title": "Da Balaia", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1180, + "per_trip_with_fees": 1200, + "per_night": 169, + "per_night_with_fees": 172 + }, + "best_price": { + "per_trip": 1003, + "per_trip_with_fees": 1023, + "per_night": 144, + "per_night_with_fees": 147 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250914", + "arrival_date": "20250914", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 50, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure - Coimbra & Belem" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "DBAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Da Balaia", + "capacity_max": 815, + "accommodations_introduction": { + "description": "Au cœur de la végétation, le Resort surplombe l'océan au sommet de falaises ocre. Les chambres offrent des vues sur la mer ou des balcons pour respirer l'air frais de l'Atlantique.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Da_Balaia/23734-ogdqv7f5u7-swhr.jpg" + ], + "rooms_count": 389 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/da-balaia/y" + } + ] + }, + { + "id": "CARC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_CARC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_CARC_zen_oasis", + "label": "Oasis Zen - Espace calme (18+)", + "comfort": null + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Guadeloupe/La_Caravelle/310285-hxrqclm3p9-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Guadeloupe/La_Caravelle/310294-icostv8gvm-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Guadeloupe/La_Caravelle/480444-m27md36f1r-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_carc.pdf" + }, + "description_title": "Art de vivre à la créole les pieds dans le sable", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises", + "description": "La Guadeloupe, région et département français d’outre-mer, en quelques mots :\n\n\n- Superficie: 1 628,43 km²\n\n- Préfecture: Basse-Terre\n\n- Langue officielle : Français / langue régionale : créole\n \n- Monnaie: Euro. \n\n\nProfitez des environs du Resort de La Caravelle pour découvrir au cours de votre séjour en Guadeloupe, la beauté et les richesses culturelles de la région. \n\nAu beau milieu de la côte sud de Grande Terre, le Club Med de La Caravelle est situé : \n\n\n- A 3 km de Saint-Anne, station balnéaire animée avec le marché du jeudi à ne pas manquer \n\n\n\n- A 20 km de Pointe à Pitre, capitale administrative de l’île, à découvrir pour la partie ancienne tout autour de la place de la Victoire qui donne tout le charme à cette ville très attachante." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_grande_terre", + "label": "Grande Terre" + } + }, + "full_title": "La Caravelle", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1345, + "per_trip_with_fees": 1365, + "per_night": 193, + "per_night_with_fees": 195 + }, + "best_price": { + "per_trip": 1143, + "per_trip_with_fees": 1163, + "per_night": 164, + "per_night_with_fees": 167 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250524", + "arrival_date": "20250524", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 3, + "number_of_adults": 2, + "accomodation": { + "id": "C2G", + "label": "Chambre Supérieure - Grande Terre" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CARC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La Caravelle", + "capacity_max": 885, + "accommodations_introduction": { + "description": "Réveillez-vous face aux plages de sable doré juste à votre porte. Des chambres familiales Sainte-Anne avec vue sur mer à l'Oasis Zen réservée aux adultes avec piscine à débordement face à la mer, chacun trouvera son bonheur.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Guadeloupe/La_Caravelle/16963-gm0o8yl4nh-swhr.jpg" + ], + "rooms_count": 349 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-caravelle/y" + } + ] + }, + { + "id": "BUCC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_BUCC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Martinique/Les_Boucaniers/529387-3u0j6726o3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Martinique/Les_Boucaniers/480441-c3o0tp5lsc-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_bucc.pdf" + }, + "description_title": "Des nouveautés hautes en couleurs en Martinique", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique - Antilles Françaises", + "description": "La Martinique, région et département français d’outre-mer, en quelques mots \n\n\n- Superficie: 1128 km²\n\n- Préfecture : Fort de France\n- Langue officielle : Français / langue régionale : créole\n \n- Monnaie : Euro.\n\n\n\n\nProfitez des environs du Resort des Boucaniers pour découvrir au cours de votre séjour en Martinique, la beauté et les richesses culturelles de la région. \n\n\nA l’extrême sud de la Martinique, le Club Med des Boucaniers est situé sur la plus belle plage de l’île: \n\n\n- A 1 km de St Anne, petit bourg pittoresque avec ses maisons peintes et son marché\n\n\n- A 45 km de Fort de France, seule grande ville de la Martinique à découvrir entre autres pour sa magnifique baie." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_south_west_martinique", + "label": "Sud Ouest de la Martinique" + } + }, + "full_title": "Les Boucaniers", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1138, + "per_trip_with_fees": 1158, + "per_night": 163, + "per_night_with_fees": 166 + }, + "best_price": { + "per_trip": 967, + "per_trip_with_fees": 987, + "per_night": 139, + "per_night_with_fees": 141 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250927", + "arrival_date": "20250927", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 4, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Chambre Supérieure - Village Créole, Couple, Rénovée" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "BUCC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Boucaniers", + "capacity_max": 766, + "accommodations_introduction": { + "description": "Les chambres spacieuses témoignent de l'héritage créole grâce à de magnifiques motifs et couleurs madras. Offrez-vous une vue sur la mer des Caraïbes et admirez le spectacle de la nature.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Martinique/Les_Boucaniers/12040-8stpdnv988-swhr.jpg" + ], + "rooms_count": 284 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Resort rénové", + "text_color_id": "saffron", + "background_color_id": "white" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-boucaniers/y" + } + ] + }, + { + "id": "SECC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SECC_4T", + "label": "4 Tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84205-qmbj5n77mx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/341122-bqwp7x99vs-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_secc_winter.pdf" + }, + "description_title": "Retour aux sources au cœur des Alpes du Sud", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nDans les Hautes-Alpes, au coeur de la vallée de la Guisane, Serre-Chevalier est le regroupement de trois villages : Saint-Chaffrey/Chantemerle, Villeneuve/La Salle les Alpes et le Monêtier les Bains et de la ville de Briançon. \n\n\nA découvrir, été comme hiver. Au départ du Village de Serre Chevalier, longez la Guisane en empruntant des itinéraires balisés, pour découvrir le site du Rocher blanc : plus de 300 millions d’années de la vie de la Terre sur 300 mètres de dénivelé.\n\n \nLe Club Med de Serre Chevalier est situé :\n\n- A 15 km de Briançon ville d’art et d’histoire, avec ses fortifications de Vauban inscrites au patrimoine mondial de l’Unesco; à voir le musée de l’histoire du ski dans le Briançonnais et la Maison du Parc national des Ecrins\n\n- A 48 km, le Parc national des Ecrins, 5ème parc national français, avec ses 740 km de sentiers entretenus et balisés ; des sommets à plus de 3000 mètres et une quarantaine de glaciers." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_hautes_alpes_serre_chevalier", + "label": "Hautes-Alpes - Serre Chevalier" + } + }, + "full_title": "Serre Chevalier", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2176, + "per_trip_with_fees": 2196, + "per_night": 311, + "per_night_with_fees": 314 + }, + "best_price": { + "per_trip": 1850, + "per_trip_with_fees": 1870, + "per_night": 265, + "per_night_with_fees": 268 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250406", + "arrival_date": "20250406", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 16, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "SECC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "SECC_SUMMER", + "title": "Serre Chevalier", + "capacity_max": 955, + "accommodations_introduction": { + "description": "Nos chambres, à la décoration inspirée des cadrans solaires du Queyras, sont des havres de paix. Dotées d’espaces distincts parents/enfants, les chambres sont apaisantes après une escapade ensoleillée.", + "short_description": "La chambre idéale pour votre séjour", + "images": [], + "rooms_count": 349 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Resort rénové", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/serre-chevalier/w" + } + ] + }, + { + "id": "GMAC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_GMAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "GMAV_WINTER", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Grand_Massif_Samoens/172723-hoconsui24-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Grand_Massif_Samoens/173200-g5exu948p9-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Grand_Massif_Samoens/341125-xa9enffx7t-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gmac_winter.pdf" + }, + "description_title": "Descendre les cimes enneigées de Haute-Savoie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n- Capitale : Paris\n- Langue officielle : Français\n- Monnaie : Euro.\n\nProfitez des environs du Village de Grand Massif Samoêns Morillon pour découvrir au cours de votre séjour en Haute-Savoie, la beauté et les richesses culturelles de la région. \n\nA découvrir ...\n\n- Les hameaux de Chantemerle, l'un des plus hauts avec sa vue panoramique, Vercland, situé sur l'envers de la vallée, creuset historique des tailleurs de pierres, Vallons et ses fermes ...\n\n\nLe Club Med de Grand Massif Samoêns Morillon est situé :\n\n- A 68 km de Genève\n- A 87 km d'Annecy" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_samoens", + "label": "Haute Savoie - Samoëns" + } + }, + "full_title": "Grand Massif Samoëns Morillon", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2270, + "per_trip_with_fees": 2290, + "per_night": 325, + "per_night_with_fees": 328 + }, + "best_price": { + "per_trip": 1930, + "per_trip_with_fees": 1950, + "per_night": 276, + "per_night_with_fees": 279 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250330", + "arrival_date": "20250330", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 10, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "GMAC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "GMAC_SUMMER", + "title": "Grand Massif Samoëns Morillon", + "capacity_max": 1041, + "accommodations_introduction": { + "description": "L'architecture et le design des chambres évoquent la beauté de la nature au coeur des Alpes dans un paysage à couper le souffle. Lumière et confort, chaque détail a été pensé.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 420 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/grand-massif-samoens-morillon/w" + } + ] + }, + { + "id": "PRAC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_PRAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Pragelato_Sestriere/332137-3n2mvr46wq-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Pragelato_Sestriere/81676-hetmbw1g9n-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Pragelato_Sestriere/80566-t3ycw1g4s4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_prac_winter.pdf" + }, + "description_title": "Un Resort au coeur des Alpes italiennes", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots \n\n\n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien \n \n- Monnaie : Euro.\n\n\n\nProfitez des environs du Village de Pragelato Vialattea pour découvrir au cours de votre séjour en Italie, la beauté et les richesses culturelles de la région. \n\nVilles historiques situées à proximité :\n\n\n- Sestrière : \nVille située à 10km du Village.\n\nTrès beau parcours de golf 18 trous, le plus haut d’Europe.\n\nDurée du trajet : 10min de route\n\n\n- Lac du Mont Cenis : \n\nLac artificiel situé entre la frontière française et italienne. Nombreuses activités possibles : voile, VTT, promenades…\n\nDurée du trajet : 1h30 de route\n\n\n- La Sacra di San Michele : \n\nEnsemble architectural localisé sur le mont Pirchiriano. Une des abbayes bénédictines les plus célébres.\n\nDurée du trajet : 1h30 de route\n\n\n- Barolo :\n Ville située à 120km du village. \n\nCe petit Village a donné son nom à l’un des plus grands vins rouges italiens. Le Village offre de nombreuses rues piétonnes où vous trouverez des cavistes mais surtout le monument phare à savoir le château d’origine médiévale. \n\nDurée du trajet : 2h de route \n\n\n- Vicoforte : Ville située à 160km du village.\n\nCette petite ville italienne se situe dans la province de Coni et la région du Piémont. Au travers des ruelles de la ville, vous pourrez visiter les différents sanctuaires, les monastéres ou encore les basiliques… présent à Vicoforte. \n\nDurée du trajet : 2h30 de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_piedmont", + "label": "Piémont" + } + }, + "full_title": "Pragelato Sestriere", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2076, + "per_trip_with_fees": 2096, + "per_night": 297, + "per_night_with_fees": 300 + }, + "best_price": { + "per_trip": 1765, + "per_trip_with_fees": 1785, + "per_night": 253, + "per_night_with_fees": 255 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250323", + "arrival_date": "20250323", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 16, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PRAC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "PRAC_SUMMER", + "title": "Pragelato Sestriere", + "capacity_max": 1064, + "accommodations_introduction": { + "description": "Bordé de sapins, ce Resort a le charme d'un petit village transalpin avec ses chalets traditionnels, sa placette et ses sentiers. Les chambres modernes arborent un design italien.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/Italie/Pragelato_Sestriere/80971-g72vt3k2nj-swhr.jpg" + ], + "rooms_count": 377 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Espaces rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/pragelato-sestriere/w" + } + ] + }, + { + "id": "MPAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_MPAC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_MPAC_EC_space", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_MPAC_family_oasis", + "label": "Oasis Famille", + "comfort": null + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/65434-w9r75i6q3o-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/65500-bvtsu3mwo7-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/536752-4yrnak8nio-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mpac.pdf" + }, + "description_title": "Un havre de paix aux portes de la ville rouge", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc", + "description": "Le Maroc en quelques mots\n\n\n\n- Superficie : 446 550 km2 (710 850 km2 avec le Sahara occidental)\n\n- Capitale : Rabat\n\n- Langue officielle : L’Arabe (littéraire) et l’Amazighe (berbère). Le français reste très présent.\n\n- Monnaie : Le Dirham.\n\n\n\nProfitez des environs du Village de Marrakech la Palmeraie pour découvrir au cours de votre séjour au Maroc, la beauté et les richesses culturelles de la région.\n\nMarrakech connue sous le nom de «la Perle du Sud» est située dans l’intérieur des terres.\nElle est composée de deux parties distinctes : la médina ou ville historique et la ville nouvelle dont les quartiers principaux sont Gueliz et Hivernage. Gueliz, fondé par les français lors du protectorat, constitue le centre-ville commercial et celui de l’Hivernage le quartier chic et résidentiel.\n\n\nLe Club Med de Marrakech la Palmeraie est situé :\n\n- à 5 km du centre-ville et de la grouillante place djema-el-fna et de ses souks \n\n- à 70 km du Parc National de Toubkal\n\n- à 75 km d'Oukaimeden, principale station de ski du Maroc (3 200m d'altitude)\n\n- à 260 km d’Agadir, capitale du Souss." + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "REGION_upper_atlas", + "label": "Haut Atlas" + } + }, + "full_title": "Marrakech la Palmeraie", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1326.5, + "per_trip_with_fees": 1346.5, + "per_night": 190, + "per_night_with_fees": 193 + }, + "best_price": { + "per_trip": 1129.5, + "per_trip_with_fees": 1149.5, + "per_night": 162, + "per_night_with_fees": 165 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251115", + "arrival_date": "20251115", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 214, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "MPAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Marrakech la Palmeraie", + "capacity_max": 1285, + "accommodations_introduction": { + "description": "Au sein de luxuriants jardins parsemés de fontaines, les chambres célèbrent l'artisanat marocain. L’Espace Exclusive Collection propose des Suites raffinées au charme intemporel.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/66190-avhsvt9dx0-swhr.jpg" + ], + "rooms_count": 426 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Espaces rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/marrakech-la-palmeraie/y" + } + ] + }, + { + "id": "MMAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_MMAC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Magna_Marbella/359653-pxmsvxoc75-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Magna_Marbella/171709-exmyrq6u8y-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Magna_Marbella/480480-jy8moqrlhn-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mmac.pdf" + }, + "description_title": "Une oasis de verdure à l’heure andalouse", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne", + "description": "L'Espagne en quelques mots.\nSuperficie : 505 990 km²\nCapitale : Madrid\nLangue officielle : L'espagnol\nMonnaie : Euro\n\nProfitez des environs du Resort pour découvrir au cours de votre séjour en Andalousie, la beauté et les richesses culturelles de la région.\n \nLa province de Malaga est l'une des destinations phares pour les golfeurs.\n \nA proximité du Resort :\n\nEstepona : située à 32 km (25 minutes environ). \n\nTorremolinos : située à 46 km (35 minutes environ).\n\nRonda : située à 60 km (1h10 environ). \n" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_andalusia", + "label": "Andalousie" + } + }, + "full_title": "Magna Marbella", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1386, + "per_trip_with_fees": 1406, + "per_night": 198, + "per_night_with_fees": 201 + }, + "best_price": { + "per_trip": 1178, + "per_trip_with_fees": 1198, + "per_night": 169, + "per_night_with_fees": 172 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251101", + "arrival_date": "20251101", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 54, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "MMAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Magna Marbella vous ouvre ses portes dès le premier semestre 2020.", + "sibling_id": "", + "title": "Magna Marbella", + "capacity_max": 1036, + "accommodations_introduction": { + "description": "Au pied de la Sierra Blanca, la façade de cette oasis Andalouse se pare de larges baies vitrées. Des chambres au design moderne, aux teintes rafraichissantes et balcons avec vue.\n\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 485 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/magna-marbella/y" + } + ] + }, + { + "id": "CFAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CFAC_5T", + "label": "Espace principal", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Cefalu/372983-5svw5p8ls7-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Cefalu/206624-a8o8ba4int-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Cefalu/480447-r1twuh4oa2-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cfac.pdf" + }, + "description_title": "Dolce Vita dans un site naturel d'exception", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots \n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Cefalù pour découvrir au cours de votre séjour en Sicile, la beauté et les richesses culturelles de la région.\n \nLa Sicile est la plus grande île de la Méditerranée.\n \nA proximité du Resort :\n\nCefalù : situé à 1km soit environ 5 minutes en voiture ou à 35 minutes de marche par le sentier piétonnier de 4 km qui longe le littoral. Jolie balade pour atteindre le centre historique de ce village pittoresque de la Sicile.\n\nPalerme : située à 1h30 du Club Med soit environ 98 km\n\nMessine : située à 3 h du Club Med soit environ 180 km \n\n\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_sicily_palermo", + "label": "Sicile-Palerme" + } + }, + "full_title": "Cefalù", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1760, + "per_trip_with_fees": 1780, + "per_night": 252, + "per_night_with_fees": 255 + }, + "best_price": { + "per_trip": 1496, + "per_trip_with_fees": 1516, + "per_night": 214, + "per_night_with_fees": 217 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250928", + "arrival_date": "20250928", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 21, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CFAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Dès 2018, pour vos vacances tout compris en Sicile, Club Med vous accueille dans son Resort de Cefalù, le premier Resort Club Med 5Ψ en Europe !\n", + "sibling_id": "", + "title": "Cefalù", + "capacity_max": 642, + "accommodations_introduction": { + "description": "Le luxe vous attend. Profitez des chambres élégantes rehaussées d'une subtile touche baroque ou trouvez refuge dans les ravissantes Villetta pour un maximum d'intimité.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 321 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/cefalu/y" + } + ] + }, + { + "id": "PALC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_PALC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/199250-udskif79ua-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/39535-9ey1nge137-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/536755-nhrhl5aw1x-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_palc.pdf" + }, + "description_title": "Jardins colorés et art de vivre à la turque", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie", + "description": "La Turquie en quelques mots\n\n\n- Superficie: 783 562 km2 \n\n- Capitale : Ankara\n\n- Langue officielle : Turc\n \n- Monnaie : la Livre Turque. \n\n\n\nProfitez des environs du Village de Palmiye pour découvrir au cours de votre séjour en Turquie, la beauté et les richesses culturelles de la région.\n\nLe Club Med de Palmiye est situé à :\n\n \n- à 10 km de la charmante petite station balnéaire de Kemer, très animée avec ses bars, restaurants et nombreux magasins pour ceux qui souhaitent faire des achats souvenirs \n\n- à 15 km de Beldi, à découvrir pour sa grotte et ses vestiges préhistoriques \n\n- à 40 km d’Antalya, capitale touristique de la côte méditerranéenne turque, surnommée la Riviera Turque \n\n- à 80 km de Belek, région réputée pour ses longues plages de sable et mondialement reconnue pour ses golfs." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_antalya_palmiye", + "label": "Antalya - Palmiye" + } + }, + "full_title": "Palmiye", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1375, + "per_trip_with_fees": 1395, + "per_night": 197, + "per_night_with_fees": 200 + }, + "best_price": { + "per_trip": 1238, + "per_trip_with_fees": 1258, + "per_night": 177, + "per_night_with_fees": 180 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250419", + "arrival_date": "20250419", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 116, + "number_of_adults": 2, + "accomodation": { + "id": "C2B", + "label": "Chambre Supérieure - Balcon, Villagio" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PALC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Palmiye", + "capacity_max": 2158, + "accommodations_introduction": { + "description": "Au milieu des bananiers et des bougainvilliers, nos bungalows blancs ornés de panneaux de bois, se fondent dans la nature. Les chambres confortables affichent un charme local.\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/39535-9ey1nge137-swhr.jpg" + ], + "rooms_count": 722 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/palmiye/y" + } + ] + }, + { + "id": "LROC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_LROC_space_5t", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_LROC_4T", + "label": "4 Tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Rosiere/322123-j2fxnu19sd-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Rosiere/322195-44ydh7u96p-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/251087-adgxq2wlpa-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lroc_winter.pdf" + }, + "description_title": "Redécouvrir la montagne authentique et préservée", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\nPosée sur les flancs de la Tarentaise, non loin du Beaufortain et face aux Arcs, La Rosière est surnommée le Balcon de la Tarentaise pour son panorama exceptionnel à 180° où que l’on soit, orienté plein Sud. Face à vous : le Parc National de la Vanoise. \nIci les sommets sont rois. La face italienne du Mont Blanc domine l’espace San Bernardo, unique domaine skiable franco-italien qui relie La Rosière à La Thuile dans le Val d’Aoste. Trait d’union entre les 2 pays, le Col du Petit-Saint-Bernard s’inscrit depuis la nuit des temps entre la grande et la petite histoire. \nLa Thuile est nichée au creux d’une petit vallon mythique du Val d’Aoste. Dernière commune italienne sur la route du Col du Petit-Saint-Bernard, on y parle le français et l’italien. La gastronomie est ici fine et variée, et les paysages alpins à couper le souffle. " + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_la_rosiere", + "label": "Savoie - La Rosiere" + } + }, + "full_title": "La Rosière", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2101, + "per_trip_with_fees": 2121, + "per_night": 301, + "per_night_with_fees": 303 + }, + "best_price": { + "per_trip": 1786, + "per_trip_with_fees": 1806, + "per_night": 256, + "per_night_with_fees": 258 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250413", + "arrival_date": "20250413", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 113, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Chambre Supérieure - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "LROC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "LROC_SUMMER", + "title": "La Rosière", + "capacity_max": 1050, + "accommodations_introduction": { + "description": "Du bois, des cloches et des motifs floraux composent l'atmosphère cosy des chalets. Reprenez des forces après une journée au grand air en admirant la montagne depuis votre chambre.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 421 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-rosiere/w" + } + ] + }, + { + "id": "VMOC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VMOC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "AREA_VMOC_E5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "VMOV_WINTER", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/491349-8agxbg91vp-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/91330-68wvtxebt2-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/341110-qo8l2ddw4s-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vmoc_winter.pdf" + }, + "description_title": "Immersion au cœur de la Savoie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Valmorel pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région. \n\nEn Savoie, au coeur du massif de la Tarentaise, Valmorel est une station en lisière de forêts, qui a préservé son architecture traditionnelle.\n\n\nA découvrir, été comme hiver …\n\n- Les hameaux de Valmorel et son centre le Bourg-Morel avec ses rues piétonnes et placettes ainsi que ses chalets de pierres et de bois, toits en lauzes, façades en trompe l'oeil\n\n- Les nombreux sentiers piétons pour découvrir les sommets et les villages avec leurs vieilles fermes, fours communaux et chapelles baroques\n\n- L’hiver, partez à la découverte du milieu montagnard en raquettes.\n\n\nLe Club Med de Valmorel est situé :\n\n\n- A 15 km de la station thermale de La Léchère\n\n- A 35 km de Courchevel, station de renommée internationale\n\n- A 22 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_valmorel", + "label": "Savoie - Valmorel" + } + }, + "full_title": "Valmorel", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2038, + "per_trip_with_fees": 2058, + "per_night": 292, + "per_night_with_fees": 294 + }, + "best_price": { + "per_trip": 1732, + "per_trip_with_fees": 1752, + "per_night": 248, + "per_night_with_fees": 251 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250330", + "arrival_date": "20250330", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 24, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "VMOC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "VMOC_SUMMER", + "title": "Valmorel", + "capacity_max": 962, + "accommodations_introduction": { + "description": "Découvrez l'esprit montagnard authentique, où la pierre et le bois occupent une place de choix. Nos Suites Exclusive Collection offrent un cocon de luxe parfait pour se détendre.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 416 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/valmorel/w" + } + ] + }, + { + "id": "TIGC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_TIGC_4T", + "label": "4 Tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_TIGC_5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Tignes/391630-drl4ta94vd-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Tignes/328495-lnsrgw7447-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/80599-5fjwu2smen-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_tigc_winter.pdf" + }, + "description_title": "Entre lacs et glaciers, vibrer et se ressourcer", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Tignes Val Claret pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\nEn Savoie, dans la Haute Tarentaise, la station de Tignes, dans le massif de la Vanoise, est implanté à plus de 2 000 mètres d’altitude. \n\n\nA découvrir : Le vieux village de Val d’Isère avec son église baroque Saint Bernard de Menthon, ses chapelles du Fornet, du Laisinant, du Joseray, de la Daille, ainsi que ses grands chalets de pierre aux balcons de bois sculpté. \n\n\nLe Club Med de Tignes Val Claret est situé : \n\n- A 6 km de Val d’Isère et son vieux village\n \n- A 15 km de la réserve naturelle des Hauts-de-Villaroger, faune (cerfs, sangliers, écureuils...) et flore (pins cembro, rhododendrons) à découvrir à travers plusieurs sentiers balisés\n\n- A 18 km de Sainte-Foy Tarentaise qui est un bourg de montagne avec quelques hameaux à découvrir : le Miroir, avec sa chapelle et ses maisons à colonnes de pierre ; le Monal, village classé à 1 874 m. d’altitude, qui est un hameau d’habitation temporaire accessible uniquement à pied en 1h30\n\n- A 90 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_tignes_bourg_st_maurice", + "label": "Savoie - Tignes Val Claret" + } + }, + "full_title": "Tignes", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1695, + "per_trip_with_fees": 1715, + "per_night": 243, + "per_night_with_fees": 245 + }, + "best_price": { + "per_trip": 1441, + "per_trip_with_fees": 1461, + "per_night": 206, + "per_night_with_fees": 209 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250427", + "arrival_date": "20250427", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 5, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "TIGC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "TIGC_SUMMER", + "title": "Tignes", + "capacity_max": 1038, + "accommodations_introduction": { + "description": "Revisitant avec brio le style alpin, la décoration ajoute une note montagnarde contemporaine aux chambres cosy. Notre espace Exclusive Collection propose de superbes suites.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 430 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/tignes/w" + } + ] + }, + { + "id": "VDIC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_VDIC_exclusive_collection", + "label": "Exclusive Collection Val d'Isere", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Val_D_Isere/449961-ivcly8rduo-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Tignes/328480-e9qn12yyg1-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/80599-5fjwu2smen-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vdic_winter.pdf" + }, + "description_title": "Vivez la légende d’un village alpin d’exception", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro. \n\n\nProfitez des environs du Village de Val d’Isère pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n \nEn Savoie, dans la Haute Tarentaise, la station de Val d’Isère dans le massif de la Vanoise, accueille chaque année les épreuves de la coupe du monde de ski alpin.\n\n\n\nA découvrir …Le vieux village de Val d’Isère avec son église baroque Saint Bernard de Menthon, ses chapelles du Fornet, du Laisinant, du Joseray, de la Daille, ainsi que ses grands chalets de pierre aux balcons de bois sculpté.\n \nLe Club Med de Val d’Isère est situé : \n \n- A 6 km de Tignes, station de ski implantée à plus de 2 000 mètres d’altitude, internationalement réputée pour son domaine skiable\n\n- A 90 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_val_d_isere", + "label": "Savoie - Val d'Isère" + } + }, + "full_title": "Val d'Isère", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2372, + "per_trip_with_fees": 2392, + "per_night": 339, + "per_night_with_fees": 342 + }, + "best_price": { + "per_trip": 2016, + "per_trip_with_fees": 2036, + "per_night": 288, + "per_night_with_fees": 291 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250420", + "arrival_date": "20250420", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 16, + "number_of_adults": 2, + "accomodation": { + "id": "A3+", + "label": "Chambre Deluxe Junior Famille - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "VDIC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "VDIC_SUMMER", + "title": "Val d'Isère", + "capacity_max": null, + "accommodations_introduction": { + "description": "Les chambres dégagent un esprit montagnard chic et authentique, avec des lumières douces, du bois marron glacé et des tons chauds. Appréciez la vue à couper le souffle sur les Alpes", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 216 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/val-d-isere/w" + } + ] + }, + { + "id": "SMRC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SMRC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Suisse/Saint_Moritz_Roi_Soleil/83599-pf0cr5s1dk-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Suisse/Saint_Moritz_Roi_Soleil/56146-wj7n846q4q-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Suisse/Saint_Moritz_Roi_Soleil/341119-s3aqspfcr1-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_smrc.pdf" + }, + "description_title": "Skier dans une ambiance tradi-chic d'exception", + "destination": { + "countries": [ + { + "id": "CH", + "label": "Suisse", + "description": "La Suisse en quelques mots\n\n\n- Appellation officielle : Confédération suisse ou helvétique, composée de 26 cantons\n\n- Superficie: 41 285 Km2 dont 1289 km2 de lacs\n\n- Capitale : Berne\n\n- Langue officielle : Allemand, Français, Italien, Romanche\n \n- Monnaie : Le Franc Suisse. \n\n\n\nProfitez des environs du Village de Saint-Moritz Roi Soleil, pour découvrir au cours de votre séjour en Suisse, la beauté et les richesses culturelles de la région.\n\n \n\nDans les Alpes, au sud-est de la Suisse, dans le canton des Grisons, en haute Engadine, à 1700 mètres d’altitude, Saint- Moritz est une des plus anciennes et célèbres stations de sports d'hiver du monde. \n\nLe Village Club Med de Saint- Moritz Roi Soleil est situé :\n\n\n- à quelques minutes du musée de l’Engadine, qui présente une collection de l’art et des traditions de la région et le musée Segantini, consacré à l’oeuvre du peintre Giovanni Segantini\n\n- à 1h30 de Coire, la plus vieille cité de Suisse, à ne pas manquer pour la cathédrale et les vestiges romains." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGiION_canton_of_the_grisons", + "label": "Canton des Grisons" + } + }, + "full_title": "Saint-Moritz Roi Soleil", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1746, + "per_trip_with_fees": 1766, + "per_night": 250, + "per_night_with_fees": 253 + }, + "best_price": { + "per_trip": 1571, + "per_trip_with_fees": 1591, + "per_night": 225, + "per_night_with_fees": 228 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250323", + "arrival_date": "20250323", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 26, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "SMRC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Saint-Moritz Roi Soleil", + "capacity_max": 612, + "accommodations_introduction": { + "description": "Chaleureuses et accueillantes, nos chambres offrent de multiples vues sur les sommets, les sapins ou la mythique Saint-Moritz. Idéal pour se détendre après une journée de ski.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 306 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/saint-moritz-roi-soleil/y" + } + ] + }, + { + "id": "OPIC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_OPIC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/469134-ihainie95p-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/68659-051yu28x2k-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/480489-bmq6noc7qf-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_opic.pdf" + }, + "description_title": "Charme d'une oliveraie sous le chant des cigales", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village d’Opio en Provence pour découvrir au cours de votre séjour en France la beauté et les richesses culturelles de la région : \n \n- A 3 km du Village, Opio avec l’église Saint Trophisme, la maison des Evêques de Grasse, et le moulin à huile.\n\n- A 16 km du Village, Saint Paul de Vence et ses remparts, la fondation Maeght, haut-lieu de l’art moderne et contemporain, la Chapelle Sainte-Croix avec son étonnant clocher à trois faces.\n\n- A environ 20 km du Village, Cannes, le quartier du Suquet au coeur de la vieille ville avec son dédale de rues pittoresques, ses maisons anciennes, et l’église Notre-Dame de l’Espérance construite au XVIème siècle.\n\n- A 37 km du Village, Nice avec la célèbre promenade des Anglais en bord de mer, symbole de la ville, le Vieux-Nice et la place Masséna, ses nombreux musées, son marché aux fleurs." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_alpes_maritimes", + "label": "Alpes Maritimes" + } + }, + "full_title": "Opio en Provence", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1370, + "per_trip_with_fees": 1390, + "per_night": 196, + "per_night_with_fees": 199 + }, + "best_price": { + "per_trip": 1165, + "per_trip_with_fees": 1185, + "per_night": 167, + "per_night_with_fees": 170 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250921", + "arrival_date": "20250921", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "OPIC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Opio en Provence", + "capacity_max": 964, + "accommodations_introduction": { + "description": "Au milieu d'oliviers et de pins centenaires, l'ocre et le rose contrastent avec la végétation. Le style provençal est omniprésent, dans le moindre détail de chaque chambre.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/68236-k1ruy1at1t-swhr.jpg" + ], + "rooms_count": 429 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/opio-en-provence/y" + } + ] + }, + { + "id": "LPAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_LPAC_4T", + "label": "Espace principal", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_LPAC_4T_dunes", + "label": "Dunes", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_LPAC_4T_golf_lodges", + "label": "Golf Lodges - Espace exclusif", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_LPAC_4T_marina", + "label": "Espace côté océan - Marina", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/La_Palmyre_Atlantic/41005-c3t1gnjqt6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/La_Palmyre_Atlantic/480474-8gv1l2sscq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lpac.pdf" + }, + "description_title": "Arrière-pays charentais et vagues de l'Atlantique", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n- Capitale : Paris\n- Langue officielle : Français\n- Monnaie : Euro.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_aquitany", + "label": "Aquitaine" + } + }, + "full_title": "La Palmyre Atlantique", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1294, + "per_trip_with_fees": 1314, + "per_night": 185, + "per_night_with_fees": 188 + }, + "best_price": { + "per_trip": 1100, + "per_trip_with_fees": 1120, + "per_night": 158, + "per_night_with_fees": 160 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250928", + "arrival_date": "20250928", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 208, + "number_of_adults": 2, + "accomodation": { + "id": "C4", + "label": "Chambre Supérieure Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "LPAC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "La Palmyre Atlantique", + "capacity_max": 1595, + "accommodations_introduction": { + "description": "Chambres colorées dans l'espace Marina au bord de l'océan, ou plus intimes dans l'espace Dunes pour les couples. Les Golf lodges en duplex sont modernes et parfaits en famille.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 422 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-palmyre-atlantique/y" + } + ] + }, + { + "id": "VERC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VERC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/535642-9c72gpdmlt-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/69820-wfq58pc96o-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/69820-wfq58pc96o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_verc.pdf" + }, + "description_title": "Un esprit grande demeure Art Déco en pleine nature ", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Vittel pour découvrir au cours de votre séjour dans les Vosges la beauté et les richesses culturelles de la région. \n\nA Vittel :\n \n- Musée du Patrimoine et du Thermalisme : ce musée raconte l’histoire de Vittel, la découverte de la source thermale en 1854 \n\n- Les Jardins de la Terre, situés au coeur du parc thermal de Vittel, au-dessus des nappes phréatiques\n\n- La Vigie de l’Eau, espace de culture scientifique dédiée à l’eau avec des expositions permanentes, des ateliers et la Cyberthèque\n\n- L’église Saint-Remy, inscrite aux Monuments historiques en 1926.\n\nA Nancy, à 90 km du Village :\n\n- Les places Stanislas et de la Carrière et d’Alliance inscrites au Patrimoine Mondial de l’Unesco." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_lorraine", + "label": "Lorraine" + } + }, + "full_title": "Vittel Ermitage", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1150, + "per_trip_with_fees": 1170, + "per_night": 165, + "per_night_with_fees": 168 + }, + "best_price": { + "per_trip": 978, + "per_trip_with_fees": 998, + "per_night": 140, + "per_night_with_fees": 143 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250921", + "arrival_date": "20250921", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 10, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "VERC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Vittel Ermitage", + "capacity_max": 301, + "accommodations_introduction": { + "description": "Découvrez l'élégance intemporelle de cet hôtel centenaire à l'architecture intimiste surplombant un golf. Les chambres arborent des touches art déco, entre charme et préciosité.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/69820-wfq58pc96o-swhr.jpg" + ], + "rooms_count": 132 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Espaces Rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/vittel-golf-ermitage/y" + } + ] + }, + { + "id": "PAHC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_PAHC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/39457-nm4x2hyr9f-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/39445-t9etwr8hd6-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/536755-nhrhl5aw1x-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_pahc.pdf" + }, + "description_title": "Jardins colorés et art de vivre à la turque", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie", + "description": "La Turquie en quelques mots\n\n\n- Superficie: 783 562 km2 \n\n- Capitale : Ankara\n\n- Langue officielle : Turc\n \n- Monnaie : la Livre Turque. \n\n\n\nProfitez des environs du Village de Palmiye pour découvrir au cours de votre séjour en Turquie, la beauté et les richesses culturelles de la région.\n\nLe Club Med de Palmiye est situé à :\n\n \n- à 10 km de la charmante petite station balnéaire de Kemer, très animée avec ses bars, restaurants et nombreux magasins pour ceux qui souhaitent faire des achats souvenirs \n\n- à 15 km de Beldi, à découvrir pour sa grotte et ses vestiges préhistoriques \n\n- à 40 km d’Antalya, capitale touristique de la côte méditerranéenne turque, surnommée la Riviera Turque \n\n- à 80 km de Belek, région réputée pour ses longues plages de sable et mondialement reconnue pour ses golfs." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_antalya_palmiye", + "label": "Antalya - Palmiye" + } + }, + "full_title": "Palmiye Hotel", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1375, + "per_trip_with_fees": 1395, + "per_night": 197, + "per_night_with_fees": 200 + }, + "best_price": { + "per_trip": 1238, + "per_trip_with_fees": 1258, + "per_night": 177, + "per_night_with_fees": 180 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250417", + "arrival_date": "20250417", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure - Hôtel" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PAHC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Palmiye Hôtel", + "capacity_max": 738, + "accommodations_introduction": { + "description": "Lieu de détente, l'hôtel surplombe la Méditerranée et propose une piscine rafraîchissante. Choisissez une chambre avec balcon pour admirer la côte, les montagnes ou les jardins.\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/39574-bghm4h383c-swhr.jpg" + ], + "rooms_count": 248 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/palmiye-hotel/y" + } + ] + }, + { + "id": "MPEC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_MPEC_archipelago", + "label": "Archipelago - Adultes", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_MPEC_caribbean_paradise", + "label": "Paradis Caribéen ", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_MPEC_emerald_jungle", + "label": "Jungle Emeraude - Adultes", + "comfort": null + }, + { + "id": "area_MPEC_explorer_cove", + "label": "Baie des Explorateurs - Famille", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_MPEC_explorer_cove_la_perla", + "label": "Baie des Explorateurs, La Perla - Famille", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/358936-pwaof7e2d9-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/37855-nscq6ny7tn-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/505121-ygjaiskfk0-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mpec.pdf" + }, + "description_title": "Le luxe d’un Resort éco-certifié en pleine nature", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine", + "description": "La République Dominicaine en quelques mots :\n\n- Superficie: 48 670 km²\n\n- Capitale : Santo Domingo de Guzman\n\n- Langue officielle : l’espagnol\n \n- Monnaie : peso dominicain.\n\nProfitez de votre séjour pour découvrir la République Dominicaine, la beauté et les richesses culturelles de la région.\n\nA 90 km du Resort, La Romana, la ville aux pittoresques maisons en bois aux couleurs vives abrite le parc Duarte, l’église de Santa Rosa de Lima et la plage de Caleton.\n\nA 200 km du Resort, la capitale Saint-Domingue, héritière du passé colonial de la première cité du Nouveau Monde, classée par l'Unesco.\n\nLes Resorts de Michès et de Punta Cana se situent à près de 100 km l'un de l'autre, soit 1h30 de temps de trajet." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_island_of_hispaniola_dominican_republic", + "label": "Ile d'Hispaniola (Rép. Dominicaine)" + } + }, + "full_title": "Michès Playa Esmeralda ", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1320, + "per_trip_with_fees": 1340, + "per_night": 189, + "per_night_with_fees": 192 + }, + "best_price": { + "per_trip": 1122, + "per_trip_with_fees": 1142, + "per_night": 161, + "per_night_with_fees": 164 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 28, + "number_of_adults": 2, + "accomodation": { + "id": "A3C", + "label": "Chambre Deluxe - Vue Jardin, Baie des Explorateurs" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "MPEC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Michès Playa Esmeralda", + "capacity_max": 1094, + "accommodations_introduction": { + "description": "Accordez votre chambre à vos envies : évasion pour adultes à Jungle Emeraude ou Archipelago, aventures en famille à la Baie des Explorateurs ou au Paradis caribéen.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 335 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/miches-playa-esmeralda/y" + } + ] + }, + { + "id": "PCAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_PCAC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_PCAC_EC_space", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + }, + { + "id": "area_PCAC_zen_oasis", + "label": "Oasis Zen - Espace calme (18+)", + "comfort": null + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/417763-o9awef0ry0-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/49099-g64dj4cnmb-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/505118-7oca1r6ox8-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_pcac.pdf" + }, + "description_title": "Le meilleur du Club Med dans les Caraïbes", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine", + "description": "La République Dominicaine en quelques mots :\n\n- Superficie: 48 670 km²\n\n- Capitale : Santo Domingo de Guzman\n\n- Langue officielle : l’espagnol\n \n- Monnaie : peso dominicain.\n\nProfitez de votre séjour pour découvrir la République Dominicaine, la beauté et les richesses culturelles de la région.\n\nA 90 km du Resort, La Romana, la ville aux pittoresques maisons en bois aux couleurs vives abrite le parc Duarte, l’église de Santa Rosa de Lima et la plage de Caleton.\n\nA 200 km du Resort, la capitale Saint-Domingue, héritière du passé colonial de la première cité du Nouveau Monde, classée par l'Unesco.\n\nLes Resorts de Michès et de Punta Cana se situent à près de 100 km l'un de l'autre, soit 1h30 de temps de trajet." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_island_of_hispaniola_dominican_republic", + "label": "Ile d'Hispaniola (Rép. Dominicaine)" + } + }, + "full_title": "Punta Cana", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1000, + "per_trip_with_fees": 1020, + "per_night": 143, + "per_night_with_fees": 146 + }, + "best_price": { + "per_trip": 850, + "per_trip_with_fees": 870, + "per_night": 122, + "per_night_with_fees": 125 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 60, + "number_of_adults": 2, + "accomodation": { + "id": "C", + "label": "Chambre Supérieure Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PCAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Punta Cana", + "capacity_max": 2278, + "accommodations_introduction": { + "description": "Trouvez le refuge idéal parmi les Suites de l'Espace Exclusive Collection, la Zen Oasis réservée aux adultes ou les nombreuses chambres adaptées aux besoins des familles.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/49291-l507hlkaok-swhr.jpg" + ], + "rooms_count": 613 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/punta-cana/y" + } + ] + }, + { + "id": "COLC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_COLC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Bahamas/Columbus_Isle/534637-6ocyw14v4a-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Bahamas/Columbus_Isle/505124-u1i6wrstho-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_colc.pdf" + }, + "description_title": "Adoptez la quintessence du mode de vie des Bahamas", + "destination": { + "countries": [ + { + "id": "BS", + "label": "Bahamas", + "description": "Les Bahamas en quelques mots :\n\n\n- Superficie: 13 935 km²\n\n- Capitale : Nassau\n\n- Langue officielle : anglais et créole chez la population d’origine haïtienne \n \n- Monnaie : Dollar bahaméen.\n\n\n\nProfitez des environs du Resort de Columbus Isle pour découvrir au cours de votre séjour aux Bahamas, la beauté et les richesses culturelles de la région.\n\n\nA proximité : \n- Tour de l’île de San Salvador en bateau \n\n\n- Landfall Park, bout de plage qui est le lieu le plus officiel de San Salvador où se dressent 4 stèles : monument dédié aux Jeux olympiques de 1968, monument de Christophe Colomb, stèle offerte par le gouvernement espagnol pour commémorer les 500 ans de la découverte, plaque offerte par le gouvernement japonais qui construisit en 1992 une réplique de la Santa Maria \n\n\n- Le monument du Père Schreiner, religieux qui s’est rendu célèbre pour avoir donné son nom espagnol à l’île en 1926." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_archipelago_of_the_bahamas", + "label": "Archipel des Bahamas" + } + }, + "full_title": "Columbus Isle", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2486, + "per_trip_with_fees": 2506, + "per_night": null, + "per_night_with_fees": null + }, + "best_price": { + "per_trip": 2113, + "per_trip_with_fees": 2133, + "per_night": null, + "per_night_with_fees": null + }, + "fee": { + "per_trip": 20, + "per_night": null + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251030", + "arrival_date": "20251030", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 7, + "number_of_adults": 2, + "accomodation": { + "id": "B", + "label": "Chambre Supérieure Famille" + }, + "departure_city": { + "id": "PAR", + "label": "PARIS" + }, + "departure_location": { + "id": "ORY", + "label": "PARIS-ORLY" + }, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "COLC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Columbus Isle", + "capacity_max": 708, + "accommodations_introduction": { + "description": "Dotés du charme créole, les bungalows colorés vous invitent à plonger dans le décor idyllique des Bahamas. Entre mer turquoise, sable blanc et cocotiers, bienvenue au paradis ?", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Bahamas/Columbus_Isle/21592-4gufdnuirf-swhr.jpg" + ], + "rooms_count": 236 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/columbus-isle/y" + } + ] + }, + { + "id": "BODC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_BODC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Bodrum_Palmiye/516194-cy672rqdt6-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Bodrum_Palmiye/11359-bj5rpltlbk-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Bodrum_Palmiye/536761-dvnm9q3fo7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_bodc.pdf" + }, + "description_title": "Crique sauvage sur la Riviera turque", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie", + "description": "La Turquie en quelques mots\n\n\n- Superficie: 783 562 km2 \n\n- Capitale : Ankara\n\n- Langue officielle : Turc\n \n- Monnaie : la Livre Turque. \n\nProfitez des environs du Village de Bodrum Palmiye pour découvrir au cours de votre séjour en Turquie, la beauté et les richesses culturelles de la région.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_mugla", + "label": "Mugla - Bodrum" + } + }, + "full_title": "Bodrum Palmiye", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1250, + "per_trip_with_fees": 1270, + "per_night": 179, + "per_night_with_fees": 182 + }, + "best_price": { + "per_trip": 1063, + "per_trip_with_fees": 1083, + "per_night": 152, + "per_night_with_fees": 155 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250921", + "arrival_date": "20250921", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 97, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "BODC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Bodrum Palmiye", + "capacity_max": 590, + "accommodations_introduction": { + "description": "Sur les rives de la mer Égée, des bungalows blancs se dressent au milieu de la végétation. Les intérieurs modernes et sophistiqués offrent un cadre verdoyant et luxueux.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Bodrum_Palmiye/11473-xys290mcb2-swhr.jpg" + ], + "rooms_count": 224 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/bodrum-palmiye/y" + } + ] + }, + { + "id": "CANC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_CANC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_CANC_4T_family_space", + "label": "Oasis Famille ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_CANC_EC_space", + "label": "Espace Exclusive Collection (8+)", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Cancun/14401-e5rmtcnl7f-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Cancun/14395-ei6xbk1hw0-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Cancun/505127-ld1qptuw5n-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_canc.pdf" + }, + "description_title": "Un Resort familial au coeur de la culture Maya", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique", + "description": "Le Mexique en quelques mots :\n\n- Superficie : 1 972 550 km²\n- Capitale : Mexico\n- Langue officielle : Espagnol\n- Monnaie : Peso mexicain.\n\nProfitez des environs du Resort de Cancun Yucatan pour découvrir au cours de votre séjour au Mexique, la beauté et les richesses culturelles de la région.\n\n \nVilles historiques situées à proximité :\n\n- Cancún, ville située à 20km du Resort.\n Ville très cosmopolite dont vous pourrez visiter le quartier du centre-ville, très vivant, la zone hôtelière, sans oublier les plages plus belles les unes que les autres…\nDurée du trajet : 30 minutes de route\n\n\n- Valladolid, ville au charme colonial. \nDe très nombreux monuments sont présents dans la ville : cathédrale du XVIe siècle, église Santa Maria la Antigua, le Couvent des Augustins, église San Benito…\nDurée du trajet : 1h30 de route\n\n- Mérida, chef-lieu de l'état de Quintana Roo. \nCité très vivante abritant des restes de l’héritage colonial. Point de départ idéal pour visiter les grands sites archéologiques comme Uxmal ou Chichen Itza…\nDurée du trajet : 4h de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_yucatan", + "label": "Yucatan" + } + }, + "full_title": "Cancún ", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1050, + "per_trip_with_fees": 1070, + "per_night": 150, + "per_night_with_fees": 153 + }, + "best_price": { + "per_trip": 893, + "per_trip_with_fees": 913, + "per_night": 128, + "per_night_with_fees": 131 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 16, + "number_of_adults": 2, + "accomodation": { + "id": "C", + "label": "Chambre Supérieure - Rez-de-Chaussée" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CANC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cancún", + "capacity_max": 1625, + "accommodations_introduction": { + "description": "Évadez-vous au paradis avec des vues sur la mer des Caraïbes, le lagon ou les jardins tropicaux. Le Resort offre un espace Famille ainsi qu’un espace Exclusive Collection.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Cancun/13504-vlhthyqrhy-swhr.jpg" + ], + "rooms_count": 501 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/cancun/y" + } + ] + }, + { + "id": "GREC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "area_GREC_4T", + "label": "Espace principal - Hôtels", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_GREC_4T_olympe", + "label": "Espace calme - Olympe", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_GREC_4T_pine_grove", + "label": "Espace Bungalows - Pinède", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Gregolimano/27259-y2n8we8y1o-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Gregolimano/27499-81fp20wtdt-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Gregolimano/536908-l3mif8dd44-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_grec.pdf" + }, + "description_title": "Ressentir l'énergie d'une île grecque préservée", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce ", + "description": "La Grèce en quelques mots \n\n\nSuperficie: 131 957 km²\n\nCapitale : Athènes\n\nLangues officielles : Grec moderne\n \nMonnaie : Euro. \n\n\n\nProfitez des environs du Village de Gregolimano pour découvrir au cours de votre séjour en Grèce, la beauté et les richesses culturelles de la région.\n \nL’île d’Eubée, où a élu domicile le Village de Gregolimano, est la deuxième plus grande île après la Crète.\nA proximité du Club Med, de nombreux Villages, des plages, des sites historiques… sont à explorer parmi lesquels : \n\n\n- Saint-Georges : \nVille située à 10km du Village.\n\nVenez visiter le petit port ou encore vous attarder le soir dans l’un des nombreux restaurants. \n\nDurée du trajet : 10 minutes de route \n\n\n- Edipsos :\n C’est la station balnéaire la plus connue et la plus cosmopolite de Grèce située à 20km du Village.\nRéputée pour sa source d’eau chaude aux vertus thérapeutiques. Que vous veniez flâner dans les ruelles ou vous attarder à la terrasse d’un café au bord du golf eubéen, vous serez sous le charme d’Edipsos. Riche en histoire médiévale, de nombreux couvents historiques peuplent la région. Plusieurs activités sont aussi possibles comme la randonnée, la plongée, le vélo… \n\nDurée du trajet : 30 minutes de route \n\n \n- Neos Pyrgos :\n Ville située à 29km du Village. \n\nNeos Pyrgos enchante par son charme traditionnel, typiquement grec.\n \nDuré du trajet : 40 minutes de route \n\n\n- Limni :\n Petit port, à une trentaine de kilomètres de Gregolimano, ayant conservé son caractère ancien. Le soir flânez le long du port où se trouvent de nombreuses tavernes.\n\nDurée du trajet : 1h de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_attica", + "label": "Attique" + } + }, + "full_title": "Gregolimano", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1149, + "per_trip_with_fees": 1169, + "per_night": 165, + "per_night_with_fees": 167 + }, + "best_price": { + "per_trip": 977, + "per_trip_with_fees": 997, + "per_night": 140, + "per_night_with_fees": 143 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250924", + "arrival_date": "20250924", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 3, + "number_of_adults": 2, + "accomodation": { + "id": "C2A", + "label": "Chambre Supérieure - Olympe" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "GREC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Gregolimano", + "capacity_max": 1125, + "accommodations_introduction": { + "description": "Accordez votre chambre à vos envies. Près de la plage et du Mini Club, les familles préfèrent les bungalows au milieu des pins.\nLes couples s'évadent dans le paisible espace Olympe.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Gregolimano/27280-5ahb89h3f0-swhr.jpg" + ], + "rooms_count": 497 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Espaces rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/gregolimano/y" + } + ] + }, + { + "id": "DDOC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_DDOC_4T_aziza", + "label": "Espace Hôtel - Aziza", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_DDOC_4T_calypso", + "label": "Espace Hôtel - Calypso", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_DDOC_4T_menzel", + "label": "Espace Bungalows - Menzel", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/170770-qb3l3826ii-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/170770-qb3l3826ii-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/536758-d0bok3br6u-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ddoc.pdf" + }, + "description_title": "Laissez-vous surprendre par l’île aux sables d’or", + "destination": { + "countries": [ + { + "id": "TN", + "label": "Tunisie", + "description": "La Tunisie en quelques mots\n\n\n- Superficie: 163 610 km2 dont 25 000 km2 de désert\n\n- Capitale : Tunis\n\n- Langue officielle : L’Arabe\n \n- Monnaie : Le Dinar Tunisien.\n\n\n\nProfitez des environs du Village Club Med de Djerba pour découvrir au cours de votre séjour en Tunisie, la beauté et les richesses culturelles de la région.\n\n\nLe Club Med de Djerba est situé :\n\n\n- à 9km de Midoun, gros bourg animé concentré autour de ses souks et de son moulin à huile\n \n- à 24 km d’Houmt Souk, la ville la plus importante de l’île, à découvrir pour ses souks disséminés suivant les différents corps de métiers et se promener le long du port ou encore se balader dans les vieux quartiers..." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_djerba_island", + "label": "Ile de Djerba" + } + }, + "full_title": "Djerba La Douce", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1009.5, + "per_trip_with_fees": 1029.5, + "per_night": 145, + "per_night_with_fees": 148 + }, + "best_price": { + "per_trip": 860.5, + "per_trip_with_fees": 880.5, + "per_night": 123, + "per_night_with_fees": 126 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250914", + "arrival_date": "20250914", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 26, + "number_of_adults": 2, + "accomodation": { + "id": "C2B", + "label": "Chambre Standard - Menzel" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "DDOC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Djerba La Douce", + "capacity_max": 1129, + "accommodations_introduction": { + "description": "Les logements évoquent le charme de Djerba, du romantique Aziza, à côté de la plage, à l'artistique Calypso, en passant par les pittoresques Menzel nichés dans des allées fleuries.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/24109-hobnp44gmi-swhr.jpg" + ], + "rooms_count": 508 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Espaces rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/djerba-la-douce/y" + } + ] + }, + { + "id": "ARPC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_ARPC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "AREA_ARPC_E5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Les_Arcs_Panorama/202967-4c5vcl4iyl-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Les_Arcs_Panorama/198278-4ikd93qiw8-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Arcs_extreme/341113-1fw75x4do6-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_arpc_winter.pdf" + }, + "description_title": "Skier en famille au milieu d'une mer de sapins", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\nProfitez des environs du Resort Les Arcs Panorama pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REG_Savoie_Arcs_panorama", + "label": "Savoie - Les Arcs Panorama" + } + }, + "full_title": "Les Arcs Panorama", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1783, + "per_trip_with_fees": 1803, + "per_night": 255, + "per_night_with_fees": 258 + }, + "best_price": { + "per_trip": 1516, + "per_trip_with_fees": 1536, + "per_night": 217, + "per_night_with_fees": 220 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250420", + "arrival_date": "20250420", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 23, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "ARPC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "ARPC_SUMMER", + "title": "Les Arcs Panorama", + "capacity_max": 1069, + "accommodations_introduction": { + "description": "L'architecture fait écho aux contours des Alpes, et les chambres confortables allient design traditionnel et moderne. Les Suites Exclusive Collection offrent des vues à 180°.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 433 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-arcs-panorama/w" + } + ] + }, + { + "id": "VMOV_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VMOV_VC", + "label": "Villas / Chalets de luxe", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/195416-5nfdg7th59-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Valmorel/341110-qo8l2ddw4s-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vmov_winter.pdf" + }, + "description_title": "Se ressourcer dans un authentique chalet savoyard", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Valmorel pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région. \n\nEn Savoie, au coeur du massif de la Tarentaise, Valmorel est une station en lisière de forêts, qui a préservé son architecture traditionnelle.\n\n\nA découvrir, été comme hiver …\n\n- Les hameaux de Valmorel et son centre le Bourg-Morel avec ses rues piétonnes et placettes ainsi que ses chalets de pierres et de bois, toits en lauzes, façades en trompe l'oeil\n\n- Les nombreux sentiers piétons pour découvrir les sommets et les villages avec leurs vieilles fermes, fours communaux et chapelles baroques\n\n- L’hiver, partez à la découverte du milieu montagnard en raquettes.\n\n\nLe Club Med de Valmorel est situé :\n\n\n- A 15 km de la station thermale de La Léchère\n\n- A 35 km de Courchevel, station de renommée internationale\n\n- A 22 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_valmorel", + "label": "Savoie - Valmorel" + } + }, + "full_title": "Les Appartements-Chalets de Valmorel", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 4279, + "per_trip_with_fees": 4299, + "per_night": 612, + "per_night_with_fees": 615 + }, + "best_price": { + "per_trip": 3637, + "per_trip_with_fees": 3657, + "per_night": 520, + "per_night_with_fees": 523 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250330", + "arrival_date": "20250330", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 33, + "number_of_adults": 2, + "accomodation": { + "id": "C2V", + "label": "Chalet 2 chambres" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "VMOV", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "VMOV_SUMMER", + "title": "Les Appartements-Chalets de Valmorel", + "capacity_max": 441, + "accommodations_introduction": { + "description": "Appréciez nos spacieux Appartements-Chalets à la conception soignée. L'atmosphère chaleureuse et le style montagnard moderne offrent des moments d’exception dans un chalet savoyard. ", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 66 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-appartements-chalets-de-valmorel/w" + } + ] + }, + { + "id": "VTHC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_VTHC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Val_Thorens/88588-w0l3pmppoh-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Val_Thorens/88630-0u8pjyive9-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/80554-kky726sliy-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vthc.pdf" + }, + "description_title": "Ski d'exception et ambiance festive", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Val Thorens pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n \nEn Savoie, dans la vallée des Belleville, à 2 300 mètres d’altitude, intégrée au domaine skiable des Trois Vallées (le plus grand domaine skiable du monde avec plus de 600 km de pistes) Val Thorens est la station la plus haute d’Europe.\n\n\nLe Club Med de Val Thorens Sensations est situé :\n\n- A 15 km de Courchevel, station de renommée internationale\n\n- A 20 km du Parc national de la Vanoise qui abrite de nombreux animaux comme le bouquetin et le chamois ainsi que de nombreux mammifères et oiseaux de proie\n\n- A 37 km de la Vallée de la Clarée, l’un des grands sites naturel classé, avec des paysages exceptionnels, une nature et un patrimoine préservés." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_val_thorens", + "label": "Savoie - Val Thorens" + } + }, + "full_title": "Val Thorens Sensations", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1543, + "per_trip_with_fees": 1563, + "per_night": 221, + "per_night_with_fees": 224 + }, + "best_price": { + "per_trip": 1312, + "per_trip_with_fees": 1332, + "per_night": 188, + "per_night_with_fees": 191 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250427", + "arrival_date": "20250427", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 66, + "number_of_adults": 2, + "accomodation": { + "id": "C2B", + "label": "Chambre Supérieure - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "VTHC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Val Thorens Sensations", + "capacity_max": 798, + "accommodations_introduction": { + "description": "Moderne et audacieuse, l'architecture du bâtiment rompt avec la tradition. Les chambres avec vue sur les montagnes sont dotées de mobilier tout en rondeur réhaussé de rose.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 384 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/val-thorens-sensations/y" + } + ] + }, + { + "id": "PLAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_PLAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Plagne_2100/79834-yiyk36xmvu-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Plagne_2100/79837-8dsbbbjwan-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Plagne_2100/341128-yhh5sxxcp7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_plac.pdf" + }, + "description_title": "Sensations de ski intenses et ludiques", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Le Français\n \n- Monnaie : L’Euro.\n\n\n\nProfitez des environs du Village de La Plagne 2100 pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\n\nFace au Mont-Blanc et au massif du Beaufortin, La Plagne est une station de sports d'hiver située en Savoie, dans la Vallée de la Tarentaise.\n\nLa station est répartie sur plusieurs sites d’altitudes, partagés entre :\n\n\n- des villages aux couleurs savoyardes et traditionnelles (la Plagne Montalbert, Montchavin, Les Coches, Champagny en Vanoise)\n\n- des infrastructures urbaines et modernes pour les passionnés de glisse, et reliées entre elles par des navettes sans supplément (Plagne 1800 m, Plagne Bellecote 1930 m, Plagne centre 1970 m, Belle Plagne, Plagne Village, Plagne Soleil 2050 m, Plagne 2100 m).\n\n\nLes Club Med de La Plagne 2100 et d'Aime la Plagne sont distants de quelques centaines de mètres." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_la_plagne_2100", + "label": "Savoie - La Plagne 2100" + } + }, + "full_title": "La Plagne 2100", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1712, + "per_trip_with_fees": 1732, + "per_night": 245, + "per_night_with_fees": 248 + }, + "best_price": { + "per_trip": 1712, + "per_trip_with_fees": 1732, + "per_night": 245, + "per_night_with_fees": 248 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250413", + "arrival_date": "20250413", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Chambre Supérieure - Côté Montagne" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "PLAC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La Plagne 2100", + "capacity_max": 589, + "accommodations_introduction": { + "description": "Détendez-vous dans de belles chambres élégantes et cosy. Au pied des pistes, sous le regard amical du mont Blanc, le Resort à l'architecture unique et osée surplombe La Plagne.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 340 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-plagne-2100/y" + } + ] + }, + { + "id": "PVAC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_PVAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Peisey_Valandry/503933-dubd5fn9mt-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Peisey_Valandry/77845-o5jmkaod84-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Arcs_extreme/341113-1fw75x4do6-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_pvac_winter.pdf" + }, + "description_title": "Authenticité à la croisée de domaines d'exception", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Peisey-Vallandry pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région. \n\nEn Savoie, dans la Haute Tarentaise, Peisey-Vallandry fait partie des 5 villages savoyards : Landry, Peisey, Nancroix, Vallandry et Plan-Peisey, habités toute l’année. Sur le versant ensoleillé du massif des Arcs, la station en lisière de forêts offre une vue sur le Mont-Blanc, le Beaufortin et la vallée de la Tarentaise.\n\n\nLe Club Med de Peisey-Vallandry situé à Plan Peisey fait face aux grands sommets de la Vanoise:\n\n\n- A la sortie du Village, l’église Sainte-Trinité, avec son clocher de pierre le plus haut de la Tarentaise \n\n- A 45 mn de marche du Village, accessible hiver comme été, le sanctuaire de Notre-Dame-des-Vernettes, chapelle perchée à 1 816 m. d’altitude, au pied de l’aiguille Rousse\n\n- A 9 km du Village, entre Nancroix et les Lanches, l’ancienne mine de plomb argentifère" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_peisey_vallandry", + "label": "Savoie - Peisey-Vallandry" + } + }, + "full_title": "Peisey-Vallandry", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1970, + "per_trip_with_fees": 1990, + "per_night": 282, + "per_night_with_fees": 285 + }, + "best_price": { + "per_trip": 1675, + "per_trip_with_fees": 1695, + "per_night": 240, + "per_night_with_fees": 243 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250413", + "arrival_date": "20250413", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 51, + "number_of_adults": 2, + "accomodation": { + "id": "C3+", + "label": "Chambre Supérieure Junior Famille - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PVAC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "PVAC_SUMMER", + "title": "Peisey-Vallandry", + "capacity_max": 1018, + "accommodations_introduction": { + "description": "Dans un charmant village savoyard, ce Resort dégage une atmosphère authentique de chalet en pierre et bois. Cosy, les chambres ont des tons subtils et une moquette moelleuse.\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Peisey_Valandry/78121-fvkhbohikg-swhr.jpg" + ], + "rooms_count": 319 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/peisey-vallandry/w" + } + ] + }, + { + "id": "GMAV_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_GMAV_VC", + "label": "Villas / Chalets de luxe", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_SERVICE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Les_Appartements_Chalets_Grand_Massif/414667-ymfsh1kipw-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Les_Appartements_Chalets_Grand_Massif/202058-ntrle3d0i3-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Grand_Massif_Samoens/341125-xa9enffx7t-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gmav_winter.pdf" + }, + "description_title": "Savourer le design d’un chalet en Haute-Savoie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n- Capitale : Paris\n- Langue officielle : Français\n- Monnaie : Euro.\n\nProfitez des environs du Village de Grand Massif Samoêns Morillon pour découvrir au cours de votre séjour en Haute-Savoie, la beauté et les richesses culturelles de la région. \n\nA découvrir ...\n\n- Les hameaux de Chantemerle, l'un des plus hauts avec sa vue panoramique, Vercland, situé sur l'envers de la vallée, creuset historique des tailleurs de pierres, Vallons et ses fermes ...\n\n\nLe Club Med de Grand Massif Samoêns Morillon est situé :\n\n- A 68 km de Genève\n- A 87 km d'Annecy" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_samoens", + "label": "Haute Savoie - Samoëns" + } + }, + "full_title": "Les Appartements-Chalets de Grand Massif Samoëns Morillon", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 4541, + "per_trip_with_fees": 4561, + "per_night": 649, + "per_night_with_fees": 652 + }, + "best_price": { + "per_trip": 3860, + "per_trip_with_fees": 3880, + "per_night": 552, + "per_night_with_fees": 555 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250330", + "arrival_date": "20250330", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 12, + "number_of_adults": 2, + "accomodation": { + "id": "C2V", + "label": "Chalet 2 chambres" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "GMAV", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "GMAV_SUMMER", + "title": "Les Appartements-Chalets de Grand Massif Samoëns Morillon", + "capacity_max": 123, + "accommodations_introduction": { + "description": "Profitez du luxe et de l'intimité des appartements-chalets, à deux pas du Resort principal. Un design moderne, des cheminées suspendues et une terrasse avec vue vous attendent.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 21 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-appartements-chalets-de-grand-massif-samoens-morillon/w" + } + ] + }, + { + "id": "ALHC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_ALHC_4T", + "label": "4T Space", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Alpe_D_Huez/249356-0qull76adh-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Alpe_D_Huez/249233-xwxrg9m5h1-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/80503-pjepuwywo9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_alhc_winter.pdf" + }, + "description_title": "Glisse sur l'un des plus beaux balcons des Alpes", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n\n- Superficie : 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\n\n\nProfitez des environs du Village de l’Alpe d’Huez la Sarenne pour découvrir au cours de votre séjour en Isère, la beauté et les richesses culturelles de la région. \n\n\nLa station de l’Alpe d’Huez fait partie d’un des plus grands domaines skiables en France avec 237 kms de pistes de ski alpin ou encore 50 km de pistes de ski de fond. \n\n\nDepuis le Club Med de l’Alpe d’Huez la Sarenne, des navettes vous permettent de vous baladez et découvrir les villages environnants :\n\n\n- L’Alpe d’Huez. \n Le Village possède une très belle église moderne et originale, l’église Notre-Dame des neiges, vous pourrez aussi visiter la grotte de glace renfermant de très belles sculptures sur glace mais aussi un altiport construit à l’occasion des 10é Jeux Olympiques d’hiver de Grenoble en 1968. Tous les ans, au mois de janvier, a également lieu le Festival international du film de comédie\n\n\n- De nombreux villages typiques, sont situés aux alentours :\n Auris-en-Oisans, Huez-en-Oisans, La Garde, Oz-en-Oisans, Vaujany, et Villard Reculas\n\n\n- Grenoble.\nVille située à 65 km, 3è commune de la région Rhône Alpes abrite de nombreux édifices religieux, de grands espaces verts, des salles de spectacle et un patrimoine gastronomique très riche." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_isere_l_alpe_d_huez", + "label": "Isère - L'Alpe d'Huez" + } + }, + "full_title": "Alpe d'Huez", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2086, + "per_trip_with_fees": 2106, + "per_night": 298, + "per_night_with_fees": 301 + }, + "best_price": { + "per_trip": 1773, + "per_trip_with_fees": 1793, + "per_night": 254, + "per_night_with_fees": 257 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250413", + "arrival_date": "20250413", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "ALHC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "ALHC_SUMMER", + "title": "Alpe d'Huez", + "capacity_max": 1100, + "accommodations_introduction": { + "description": "Dans ce Resort baigné de soleil, la décoration des chambres, inspirée des montagnes, compose un refuge douillet, mêlant somptueux tissus, tons chauds et relaxants et bois.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 440 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/alpe-d-huez/w" + } + ] + }, + { + "id": "YASC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_YASC_4T_altair", + "label": "Espace de la piscine Zen - Altaïr", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_YASC_4T_andalous", + "label": "Espace Andalous", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_YASC_4T_sultana", + "label": "Espace en front de mer - Sultana", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_YASC_4T_yasmina", + "label": "Espace des clubs enfants - Yasmina", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Yasmina/62758-o5wa9t7tuq-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Yasmina/63514-8idimy0hqs-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Yasmina/480417-gtldf1kk9o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_yasc.pdf" + }, + "description_title": "Eden marocain pour les familles et le sport", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc", + "description": "Le Maroc en quelques mots\n\n\n- Superficie: 446 550 km2 (710 850 km2 avec le Sahara occidental)\n\n- Capitale : Rabat\n\n- Langue officielle : L’Arabe (littéraire) et l’Amazighe (berbère). Le français reste très présent\n\n- Monnaie : Le Dirham.\n\n\n\n\nProfitez des environs du Village de Yasmina pour découvrir au cours de votre séjour au Maroc, la beauté et les richesses culturelles de la région.\n\n\nLe Club Med de Yasmina est situé : \n\n\n- à 8 km de M’Diq, petite station balnéaire à voir pour son port de pêche et de plaisance\n\n- à 10 km de Tétouan, considérée comme la ville la plus hispanique du royaume possède une des plus belles médina du Maroc et la balade dans les rues chargée d’histoire est un réel plaisir\n\n- à 20 km de Ceuta (Sebta), ville autonome espagnole sur la côte méditerranéenne du détroit de Gibraltar \n \n- à 70 km de Tanger, située à l'extrémité nord du pays, entre méditerranée et atlantique, une des villes les plus mythiques du Maroc à découvrir pour son ambiance unique d’hier et d’aujourd’hui." + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "REGION_north_morocco", + "label": "Nord Maroc" + } + }, + "full_title": "Yasmina", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1093, + "per_trip_with_fees": 1113, + "per_night": 157, + "per_night_with_fees": 159 + }, + "best_price": { + "per_trip": 929, + "per_trip_with_fees": 949, + "per_night": 133, + "per_night_with_fees": 136 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250914", + "arrival_date": "20250914", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 39, + "number_of_adults": 2, + "accomodation": { + "id": "C2+", + "label": "Chambre Supérieure - Andalous" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "YASC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Yasmina", + "capacity_max": 929, + "accommodations_introduction": { + "description": "Les chambres sont élégamment décorées selon la tradition de moucharabieh. Choisissez votre espace: Sultana front de mer, Altaïr zen, Andalou surplombant la mer ou Yasmina familial.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Yasmina/63538-i9oscqvr1a-swhr.jpg" + ], + "rooms_count": 343 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/yasmina/y" + } + ] + }, + { + "id": "BALC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_BALC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bali/461292-hfoue3c9r4-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bali/169534-rg1sxdf5eo-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bali/480438-f2b4giuk9w-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_balc.pdf" + }, + "description_title": "Plongez au cœur de la fascinante culture balinaise", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie", + "description": "L’Indonésie en quelques mots :\n\n\n- Superficie : 1 904 569 km² \n\n- Capitale : Jakarta \n\n- Langue officielle : Indonésien \n \n- Monnaie : Rupiah.\n\n\nProfitez des environs du Resort de Bali pour découvrir au cours de votre séjour en Indonésie, la beauté et les richesses culturelles de la région. \n\n\nA proximité : \n\n- Kuta, ville située à 12 km du Club Med. \nBienvenue à la plus grande station balnéaire de l’île. La plage de Kuta est particulièrement célèbre, vous pourrez vous adonner à la pratique du surf. Le soir profitez des bars et restaurants. \nDurée du trajet : 30 minutes de route\n\n- Denpasar, ville située à 30 km du Club Med.\nL’ancienne capitale du royaume de Badung est aujourd’hui une ville qui ne cesse de se développer grâce au tourisme. Vous pourrez visiter le superbe marché, le pasar Badung ainsi que le musée Negeri Propinsi qui représente des répliques des principaux monuments de la ville. \nDurée du trajet : 45 minutes de route.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale en Indonésie, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 21 ans.\n\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_bali", + "label": "Bali" + } + }, + "full_title": "Bali", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1029, + "per_trip_with_fees": 1049, + "per_night": 147, + "per_night_with_fees": 150 + }, + "best_price": { + "per_trip": 875, + "per_trip_with_fees": 895, + "per_night": 125, + "per_night_with_fees": 128 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250301", + "arrival_date": "20250301", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 24, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "ROL", + "label": "Les Beaux Plans" + } + ] + } + }, + "resort_id": "BALC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Bali", + "capacity_max": 1043, + "accommodations_introduction": { + "description": "Au cœur d'une nature luxuriante, l'architecture et de l'artisanat traditionnels balinais s'expriment pleinement, jusque dans les moindres détails des chambres.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bali/5401-b23gwp93ku-swhr.jpg" + ], + "rooms_count": 393 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/bali/y" + } + ] + }, + { + "id": "KANV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_KANV_VC", + "label": "Villas / Chalets de luxe", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Les_Villas_de_Finolhu/493979-t8avrcgh2t-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Les_Villas_de_Finolhu/36052-xropit0r8h-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Les_Villas_de_Finolhu/480468-4052yxddfv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kanv.pdf" + }, + "description_title": "Le paradis dans un Resort éco-certifié", + "destination": { + "countries": [ + { + "id": "MV", + "label": "Maldives", + "description": "Les Maldives en quelques mots :\n\n\n\n- Superficie : 228 km²\n\n- Capitale : Malé \n\n- Langue officielle : Divehi \n \n- Monnaie : Rufiyaa.\n\n\n\nProfitez des environs du Resort de Finolhu pour découvrir au cours de votre séjour aux Maldives, la beauté et les richesses culturelles de la région. \n\n\nVilles situées à proximité :\n\n- Malé à 30 minutes du Resort en bateau. \n\nGrand contraste entre la petite capitale, très animée et les îles, dont le rythme de vie est plus tranquille. La ville est très agréable, vous pourrez facilement aller à la rencontre des maldiviens et découvrir le musée national, la façade de l’ancienne mosquée du Vendredi, le marché aux poissons...\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale aux Maldives, le Club Med n'est pas autorisé à servir des boissons alcoolisées, exception faite pour les étrangers." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_finolhu", + "label": "Archipel des Maldives - Finolhu" + } + }, + "full_title": "Les Villas de Finolhu", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 3363, + "per_trip_with_fees": 3383, + "per_night": 481, + "per_night_with_fees": 484 + }, + "best_price": { + "per_trip": 2870, + "per_trip_with_fees": 2890, + "per_night": 410, + "per_night_with_fees": 413 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250503", + "arrival_date": "20250503", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 5, + "number_of_adults": 2, + "accomodation": { + "id": "C1V", + "label": "Villa Plage - Sunrise" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "KANV", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Villas de Finolhu", + "capacity_max": 104, + "accommodations_introduction": { + "description": "Ici, les eaux turquoise évoquent un sentiment de luxe ultime. Admirez la beauté des fonds marins depuis votre villa sur pilotis. Ou appréciez la caresse du sable sous vos pieds, dans une villa sur la plage.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Maldives/Les_Villas_de_Finolhu/36052-xropit0r8h-swhr.jpg" + ], + "rooms_count": 52 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-villas-de-finolhu/y" + } + ] + }, + { + "id": "PHUC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_PHUC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "AREA_PHUC_FAMILY_OASIS", + "label": "Oasis Famille", + "comfort": null + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Phuket/343663-quoiu0k6ie-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Phuket/394474-o51svet502-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Phuket/480498-t91mlrgg3f-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_phuc.pdf" + }, + "description_title": "Plongez au coeur de la vibrante Thaïlande", + "destination": { + "countries": [ + { + "id": "TH", + "label": "Thaïlande", + "description": "La Thaïlande en quelques mots :\n\n\n- Superficie : 514 000 km²\n\n- Capitale : Bangkok\n\n- Langue officielle : Thaï\n \n- Monnaie : Bath.\n\n\nProfitez des environs du Resort de Phuket pour découvrir au cours de votre séjour en Thaïlande, la beauté et les richesses culturelles de la région. \n\n\nA proximité :\n\n- Aquarium de Phuket\n\n- Patong à 20 km du Club Med.\nTrès belle plage à découvrir ainsi que de nombreux commerces typiques de Thaïlande.\nDurée du trajet : 15 minutes de route \n\n- Phuket Town à 30 km du Club Med.\nLa ville est le spectacle de quelques manifestations comme le Vegetarian Festival, le Nouvel An chinois ou encore le Nouvel An Thaï. \nDurée du trajet : 20 minutes de route.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale en Thaïlande, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 20 ans.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_island_of_phuket", + "label": "Ile de Phuket" + } + }, + "full_title": "Phuket", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1145, + "per_trip_with_fees": 1165, + "per_night": 164, + "per_night_with_fees": 167 + }, + "best_price": { + "per_trip": 973, + "per_trip_with_fees": 993, + "per_night": 139, + "per_night_with_fees": 142 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250518", + "arrival_date": "20250518", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 6, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PHUC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Phuket", + "capacity_max": 886, + "accommodations_introduction": { + "description": "Retrouvez le charme de bungalows d'époque au milieu des palmiers. Des touches de bois exotique et de couleurs habillent les chambres, typiques du style thaïlandais traditionnel.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 336 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/phuket/y" + } + ] + }, + { + "id": "SECC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SECC_4T", + "label": "4 Tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84565-8cng2f4onk-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/495623-skw9eyqvo4-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84595-pa32g0rsa9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_secc_summer.pdf" + }, + "description_title": "Retour aux sources au cœur des Alpes du Sud", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nDans les Hautes-Alpes, au coeur de la vallée de la Guisane, Serre-Chevalier est le regroupement de trois villages : Saint-Chaffrey/Chantemerle, Villeneuve/La Salle les Alpes et le Monêtier les Bains et de la ville de Briançon. \n\n\nA découvrir, été comme hiver. Au départ du Village de Serre Chevalier, longez la Guisane en empruntant des itinéraires balisés, pour découvrir le site du Rocher blanc : plus de 300 millions d’années de la vie de la Terre sur 300 mètres de dénivelé.\n\n \nLe Club Med de Serre Chevalier est situé :\n\n- A 15 km de Briançon ville d’art et d’histoire, avec ses fortifications de Vauban inscrites au patrimoine mondial de l’Unesco; à voir le musée de l’histoire du ski dans le Briançonnais et la Maison du Parc national des Ecrins\n\n- A 48 km, le Parc national des Ecrins, 5ème parc national français, avec ses 740 km de sentiers entretenus et balisés ; des sommets à plus de 3000 mètres et une quarantaine de glaciers." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_hautes_alpes_serre_chevalier", + "label": "Hautes-Alpes - Serre Chevalier" + } + }, + "full_title": "Serre Chevalier", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1463, + "per_trip_with_fees": 1483, + "per_night": 209, + "per_night_with_fees": 212 + }, + "best_price": { + "per_trip": 1317, + "per_trip_with_fees": 1337, + "per_night": 189, + "per_night_with_fees": 191 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250621", + "arrival_date": "20250621", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 8, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure Junior Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "SECC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "SECC_WINTER", + "title": "Serre Chevalier", + "capacity_max": 955, + "accommodations_introduction": { + "description": "Nos chambres, à la décoration inspirée des cadrans solaires du Queyras, sont des havres de paix. Dotées d’espaces distincts parents/enfants, les chambres sont apaisantes après une escapade ensoleillée.", + "short_description": "La chambre idéale pour votre séjour", + "images": [], + "rooms_count": 349 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Resort rénové", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/serre-chevalier/s" + } + ] + }, + { + "id": "SCHC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SCHC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84565-8cng2f4onk-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84481-swsox3vrhu-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84595-pa32g0rsa9-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_SCHC_SUMMER.pdf" + }, + "description_title": "Randonner avec vue sur le Massif des Ecrins", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nDans les Hautes-Alpes, au coeur de la vallée de la Guisane, Serre-Chevalier est le regroupement de trois villages : Saint-Chaffrey/Chantemerle, Villeneuve/La Salle les Alpes et le Monêtier les Bains et de la ville de Briançon. \n\n\nA découvrir, été comme hiver. Au départ du Village de Serre Chevalier, longez la Guisane en empruntant des itinéraires balisés, pour découvrir le site du Rocher blanc : plus de 300 millions d’années de la vie de la Terre sur 300 mètres de dénivelé.\n\n \nLe Club Med de Serre Chevalier est situé :\n\n- A 15 km de Briançon ville d’art et d’histoire, avec ses fortifications de Vauban inscrites au patrimoine mondial de l’Unesco; à voir le musée de l’histoire du ski dans le Briançonnais et la Maison du Parc national des Ecrins\n\n- A 48 km, le Parc national des Ecrins, 5ème parc national français, avec ses 740 km de sentiers entretenus et balisés ; des sommets à plus de 3000 mètres et une quarantaine de glaciers." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_hautes_alpes_serre_chevalier", + "label": "Hautes-Alpes - Serre Chevalier" + } + }, + "full_title": "Serre-Chevalier", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "SCHC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "SCHC_WINTER", + "title": "Serre-Chevalier", + "capacity_max": 1272, + "accommodations_introduction": { + "description": "Inspirées des sapins des Alpes, nos chambres sont des havres de paix. Dotées d’espaces séparés parents/enfants, les chambres sont apaisantes après une escapade ensoleillée.\n ", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84559-jvgc3ofafw-swhr.jpg" + ], + "rooms_count": 349 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/serre-chevalier/s" + } + ] + }, + { + "id": "VMOC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VMOC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "AREA_VMOC_E5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "VMOV_SUMMER", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Valmorel/92158-1fws7s1yo7-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Valmorel/91909-1y9rwim0fx-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Valmorel/173944-orghysjgro-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vmoc_summer.pdf" + }, + "description_title": "Halte nature, entre sapins et alpages fleuris", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Valmorel pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région. \n\nEn Savoie, au coeur du massif de la Tarentaise, Valmorel est une station en lisière de forêts, qui a préservé son architecture traditionnelle.\n\n\nA découvrir, été comme hiver …\n\n- Les hameaux de Valmorel et son centre le Bourg-Morel avec ses rues piétonnes et placettes ainsi que ses chalets de pierres et de bois, toits en lauzes, façades en trompe l'oeil\n\n- Les nombreux sentiers piétons pour découvrir les sommets et les villages avec leurs vieilles fermes, fours communaux et chapelles baroques\n\n- L’hiver, partez à la découverte du milieu montagnard en raquettes.\n\n\nLe Club Med de Valmorel est situé :\n\n\n- A 15 km de la station thermale de La Léchère\n\n- A 35 km de Courchevel, station de renommée internationale\n\n- A 22 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_valmorel", + "label": "Savoie - Valmorel" + } + }, + "full_title": "Valmorel", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1444, + "per_trip_with_fees": 1464, + "per_night": 207, + "per_night_with_fees": 210 + }, + "best_price": { + "per_trip": 1227, + "per_trip_with_fees": 1247, + "per_night": 176, + "per_night_with_fees": 179 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 11, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Chambre Supérieure - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "ROL", + "label": "Les Beaux Plans" + } + ] + } + }, + "resort_id": "VMOC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "VMOC_WINTER", + "title": "Valmorel", + "capacity_max": 962, + "accommodations_introduction": { + "description": "Découvrez l'esprit montagnard authentique, où la pierre et le bois occupent une place de choix. Nos Suites Exclusive Collection offrent un cocon de luxe parfait pour se détendre.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 416 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/valmorel/s" + } + ] + }, + { + "id": "ALHC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_ALHC_4T", + "label": "4T Space", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Alpe_D_Huez/273538-b7cisknl8c-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Alpe_D_Huez/464100-u5bskgjgq5-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Arcs_Panorama/238466-4fv07a7po5-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_alhc_summer.pdf" + }, + "description_title": "Bain de soleil alpin au paradis du vélo", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n\n- Superficie : 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\n\n\nProfitez des environs du Village de l’Alpe d’Huez la Sarenne pour découvrir au cours de votre séjour en Isère, la beauté et les richesses culturelles de la région. \n\n\nLa station de l’Alpe d’Huez fait partie d’un des plus grands domaines skiables en France avec 237 kms de pistes de ski alpin ou encore 50 km de pistes de ski de fond. \n\n\nDepuis le Club Med de l’Alpe d’Huez la Sarenne, des navettes vous permettent de vous baladez et découvrir les villages environnants :\n\n\n- L’Alpe d’Huez. \n Le Village possède une très belle église moderne et originale, l’église Notre-Dame des neiges, vous pourrez aussi visiter la grotte de glace renfermant de très belles sculptures sur glace mais aussi un altiport construit à l’occasion des 10é Jeux Olympiques d’hiver de Grenoble en 1968. Tous les ans, au mois de janvier, a également lieu le Festival international du film de comédie\n\n\n- De nombreux villages typiques, sont situés aux alentours :\n Auris-en-Oisans, Huez-en-Oisans, La Garde, Oz-en-Oisans, Vaujany, et Villard Reculas\n\n\n- Grenoble.\nVille située à 65 km, 3è commune de la région Rhône Alpes abrite de nombreux édifices religieux, de grands espaces verts, des salles de spectacle et un patrimoine gastronomique très riche." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_isere_l_alpe_d_huez", + "label": "Isère - L'Alpe d'Huez" + } + }, + "full_title": "Alpe d'Huez", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "ALHC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "ALHC_WINTER", + "title": "Alpe d'Huez", + "capacity_max": 1100, + "accommodations_introduction": { + "description": "Dans ce Resort baigné de soleil, la décoration des chambres, inspirée des montagnes, compose un refuge douillet, mêlant somptueux tissus, tons chauds et relaxants et bois.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 440 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/alpe-d-huez/s" + } + ] + }, + { + "id": "GMAC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_GMAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "GMAV_SUMMER", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Grand_Massif_Samoens/271273-gmvsvhp9yf-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Grand_Massif_Samoens/173533-cvl2mnhbg1-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Grand_Massif_Samoens/173401-yf8c08iulb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gmac_summer.pdf" + }, + "description_title": "Les trésors de la Haute-Savoie à portée de main", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n- Capitale : Paris\n- Langue officielle : Français\n- Monnaie : Euro.\n\nProfitez des environs du Village de Grand Massif Samoêns Morillon pour découvrir au cours de votre séjour en Haute-Savoie, la beauté et les richesses culturelles de la région. \n\nA découvrir ...\n\n- Les hameaux de Chantemerle, l'un des plus hauts avec sa vue panoramique, Vercland, situé sur l'envers de la vallée, creuset historique des tailleurs de pierres, Vallons et ses fermes ...\n\n\nLe Club Med de Grand Massif Samoêns Morillon est situé :\n\n- A 68 km de Genève\n- A 87 km d'Annecy" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_samoens", + "label": "Haute Savoie - Samoëns" + } + }, + "full_title": "Grand Massif Samoëns Morillon", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1463, + "per_trip_with_fees": 1483, + "per_night": 209, + "per_night_with_fees": 212 + }, + "best_price": { + "per_trip": 1244, + "per_trip_with_fees": 1264, + "per_night": 178, + "per_night_with_fees": 181 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250621", + "arrival_date": "20250621", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 11, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "GMAC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "GMAC_WINTER", + "title": "Grand Massif Samoëns Morillon", + "capacity_max": 1041, + "accommodations_introduction": { + "description": "L'architecture et le design des chambres évoquent la beauté de la nature au coeur des Alpes dans un paysage à couper le souffle. Lumière et confort, chaque détail a été pensé.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 420 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/grand-massif-samoens-morillon/s" + } + ] + }, + { + "id": "TIGC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_TIGC_4T", + "label": "4 Tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_TIGC_5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Tignes/455760-0hpj4qem4y-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Arcs_Panorama/239615-nh4gayayab-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Tignes/315292-qhqsahyitk-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_tigc_summer.pdf" + }, + "description_title": "Entre lacs et glaciers, vibrer et se ressourcer", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Tignes Val Claret pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\nEn Savoie, dans la Haute Tarentaise, la station de Tignes, dans le massif de la Vanoise, est implanté à plus de 2 000 mètres d’altitude. \n\n\nA découvrir : Le vieux village de Val d’Isère avec son église baroque Saint Bernard de Menthon, ses chapelles du Fornet, du Laisinant, du Joseray, de la Daille, ainsi que ses grands chalets de pierre aux balcons de bois sculpté. \n\n\nLe Club Med de Tignes Val Claret est situé : \n\n- A 6 km de Val d’Isère et son vieux village\n \n- A 15 km de la réserve naturelle des Hauts-de-Villaroger, faune (cerfs, sangliers, écureuils...) et flore (pins cembro, rhododendrons) à découvrir à travers plusieurs sentiers balisés\n\n- A 18 km de Sainte-Foy Tarentaise qui est un bourg de montagne avec quelques hameaux à découvrir : le Miroir, avec sa chapelle et ses maisons à colonnes de pierre ; le Monal, village classé à 1 874 m. d’altitude, qui est un hameau d’habitation temporaire accessible uniquement à pied en 1h30\n\n- A 90 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_tignes_bourg_st_maurice", + "label": "Savoie - Tignes Val Claret" + } + }, + "full_title": "Tignes", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1577, + "per_trip_with_fees": 1597, + "per_night": 226, + "per_night_with_fees": 229 + }, + "best_price": { + "per_trip": 1340, + "per_trip_with_fees": 1360, + "per_night": 192, + "per_night_with_fees": 195 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 39, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "TIGC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "TIGC_WINTER", + "title": "Tignes", + "capacity_max": 1038, + "accommodations_introduction": { + "description": "Revisitant avec brio le style alpin, la décoration ajoute une note montagnarde contemporaine aux chambres cosy. Notre espace Exclusive Collection propose de superbes suites.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 430 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/tignes/s" + } + ] + }, + { + "id": "VDIC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_VDIC_exclusive_collection", + "label": "Exclusive Collection Val d'Isere", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Val_D_Isere/459882-vjwl4vsn6l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Valmorel/232501-omc4xcavnf-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vdic_summer.pdf" + }, + "description_title": "Les plaisirs de la montagne dans un chalet de luxe", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro. \n\n\nProfitez des environs du Village de Val d’Isère pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n \nEn Savoie, dans la Haute Tarentaise, la station de Val d’Isère dans le massif de la Vanoise, accueille chaque année les épreuves de la coupe du monde de ski alpin.\n\n\n\nA découvrir …Le vieux village de Val d’Isère avec son église baroque Saint Bernard de Menthon, ses chapelles du Fornet, du Laisinant, du Joseray, de la Daille, ainsi que ses grands chalets de pierre aux balcons de bois sculpté.\n \nLe Club Med de Val d’Isère est situé : \n \n- A 6 km de Tignes, station de ski implantée à plus de 2 000 mètres d’altitude, internationalement réputée pour son domaine skiable\n\n- A 90 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_val_d_isere", + "label": "Savoie - Val d'Isère" + } + }, + "full_title": "Val d'Isère", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1853, + "per_trip_with_fees": 1873, + "per_night": 265, + "per_night_with_fees": 268 + }, + "best_price": { + "per_trip": 1575, + "per_trip_with_fees": 1595, + "per_night": 225, + "per_night_with_fees": 228 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 32, + "number_of_adults": 2, + "accomodation": { + "id": "A2+", + "label": "Chambre Deluxe - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "VDIC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "VDIC_WINTER", + "title": "Val d'Isère", + "capacity_max": null, + "accommodations_introduction": { + "description": "Les chambres dégagent un esprit montagnard chic et authentique, avec des lumières douces, du bois marron glacé et des tons chauds. Appréciez la vue à couper le souffle sur les Alpes", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 216 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/val-d-isere/s" + } + ] + }, + { + "id": "PVAC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_PVAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Peisey_Valandry/78298-57l5xha8wx-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Peisey_Valandry/78589-2bft54jd3f-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Peisey_Valandry/78610-x4hkd18gyl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_pvac_summer.pdf" + }, + "description_title": "Escapade authentique au cœur du terroir savoyard", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Peisey-Vallandry pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région. \n\nEn Savoie, dans la Haute Tarentaise, Peisey-Vallandry fait partie des 5 villages savoyards : Landry, Peisey, Nancroix, Vallandry et Plan-Peisey, habités toute l’année. Sur le versant ensoleillé du massif des Arcs, la station en lisière de forêts offre une vue sur le Mont-Blanc, le Beaufortin et la vallée de la Tarentaise.\n\n\nLe Club Med de Peisey-Vallandry situé à Plan Peisey fait face aux grands sommets de la Vanoise:\n\n\n- A la sortie du Village, l’église Sainte-Trinité, avec son clocher de pierre le plus haut de la Tarentaise \n\n- A 45 mn de marche du Village, accessible hiver comme été, le sanctuaire de Notre-Dame-des-Vernettes, chapelle perchée à 1 816 m. d’altitude, au pied de l’aiguille Rousse\n\n- A 9 km du Village, entre Nancroix et les Lanches, l’ancienne mine de plomb argentifère" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_peisey_vallandry", + "label": "Savoie - Peisey-Vallandry" + } + }, + "full_title": "Peisey-Vallandry", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1182, + "per_trip_with_fees": 1202, + "per_night": 169, + "per_night_with_fees": 172 + }, + "best_price": { + "per_trip": 1005, + "per_trip_with_fees": 1025, + "per_night": 144, + "per_night_with_fees": 147 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 39, + "number_of_adults": 2, + "accomodation": { + "id": "C3+", + "label": "Chambre Supérieure Junior Famille - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "PVAC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "PVAC_WINTER", + "title": "Peisey-Vallandry", + "capacity_max": 1018, + "accommodations_introduction": { + "description": "Dans un charmant village savoyard, ce Resort dégage une atmosphère authentique de chalet en pierre et bois. Cosy, les chambres ont des tons subtils et une moquette moelleuse.\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Peisey_Valandry/78121-fvkhbohikg-swhr.jpg" + ], + "rooms_count": 319 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Espaces rénovés", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/peisey-vallandry/s" + } + ] + }, + { + "id": "GMAV_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_GMAV_VC", + "label": "Villas / Chalets de luxe", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Grand_Massif/273313-vy1cvqe2wg-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Grand_Massif_Samoens/173524-anf4cjttri-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Grand_Massif_Samoens/173203-elxgwiexqq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gmav_summer.pdf" + }, + "description_title": "Savourer le design d’un chalet en Haute-Savoie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n- Capitale : Paris\n- Langue officielle : Français\n- Monnaie : Euro.\n\nProfitez des environs du Village de Grand Massif Samoêns Morillon pour découvrir au cours de votre séjour en Haute-Savoie, la beauté et les richesses culturelles de la région. \n\nA découvrir ...\n\n- Les hameaux de Chantemerle, l'un des plus hauts avec sa vue panoramique, Vercland, situé sur l'envers de la vallée, creuset historique des tailleurs de pierres, Vallons et ses fermes ...\n\n\nLe Club Med de Grand Massif Samoêns Morillon est situé :\n\n- A 68 km de Genève\n- A 87 km d'Annecy" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_samoens", + "label": "Haute Savoie - Samoëns" + } + }, + "full_title": "Les Appartements-Chalets de Grand Massif Samoëns Morillon", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 3216, + "per_trip_with_fees": 3236, + "per_night": 460, + "per_night_with_fees": 463 + }, + "best_price": { + "per_trip": 2734, + "per_trip_with_fees": 2754, + "per_night": 391, + "per_night_with_fees": 394 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250705", + "arrival_date": "20250705", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 12, + "number_of_adults": 2, + "accomodation": { + "id": "C2V", + "label": "Chalet 2 chambres" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "GMAV", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "GMAV_WINTER", + "title": "Les Appartements-Chalets de Grand Massif Samoëns Morillon", + "capacity_max": 123, + "accommodations_introduction": { + "description": "Profitez du luxe et de l'intimité des appartements-chalets, à deux pas du Resort principal. Un design moderne, des cheminées suspendues et une terrasse avec vue vous attendent.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 21 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-appartements-chalets-de-grand-massif-samoens-morillon/s" + } + ] + }, + { + "id": "VMOV_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VMOV_VC", + "label": "Villas / Chalets de luxe", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_SERVICE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Valmorel/174022-0ty8dcuhiw-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Valmorel/91921-53ljahad48-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Appartements_Chalets_Valmorel/174031-yo9y1q9ruv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vmov_summer.pdf" + }, + "description_title": "Se ressourcer dans un authentique chalet savoyard", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Valmorel pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région. \n\nEn Savoie, au coeur du massif de la Tarentaise, Valmorel est une station en lisière de forêts, qui a préservé son architecture traditionnelle.\n\n\nA découvrir, été comme hiver …\n\n- Les hameaux de Valmorel et son centre le Bourg-Morel avec ses rues piétonnes et placettes ainsi que ses chalets de pierres et de bois, toits en lauzes, façades en trompe l'oeil\n\n- Les nombreux sentiers piétons pour découvrir les sommets et les villages avec leurs vieilles fermes, fours communaux et chapelles baroques\n\n- L’hiver, partez à la découverte du milieu montagnard en raquettes.\n\n\nLe Club Med de Valmorel est situé :\n\n\n- A 15 km de la station thermale de La Léchère\n\n- A 35 km de Courchevel, station de renommée internationale\n\n- A 22 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_valmorel", + "label": "Savoie - Valmorel" + } + }, + "full_title": "Les Appartements-Chalets de Valmorel", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 2232, + "per_trip_with_fees": 2252, + "per_night": 319, + "per_night_with_fees": 322 + }, + "best_price": { + "per_trip": 1897, + "per_trip_with_fees": 1917, + "per_night": 271, + "per_night_with_fees": 274 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 31, + "number_of_adults": 2, + "accomodation": { + "id": "C2V", + "label": "Chalet 2 chambres" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "ROL", + "label": "Les Beaux Plans" + } + ] + } + }, + "resort_id": "VMOV", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "VMOV_WINTER", + "title": "Les Appartements-Chalets de Valmorel", + "capacity_max": 441, + "accommodations_introduction": { + "description": "Appréciez nos spacieux Appartements-Chalets à la conception soignée. L'atmosphère chaleureuse et le style montagnard moderne offrent des moments d’exception dans un chalet savoyard. ", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 66 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-appartements-chalets-de-valmorel/s" + } + ] + }, + { + "id": "ARPC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_ARPC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "AREA_ARPC_E5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Arcs_Panorama/180538-hc4txdbsx7-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Arcs_Panorama/238688-epo0l2s12g-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/Les_Arcs_Panorama/Espace_Exclusive_collection/238400-q9ji5qm6cw-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_arpc_summer.pdf" + }, + "description_title": "Echappée sportive au milieu d'une mer de sapins", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\nProfitez des environs du Resort Les Arcs Panorama pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REG_Savoie_Arcs_panorama", + "label": "Savoie - Les Arcs Panorama" + } + }, + "full_title": "Les Arcs Panorama", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1392, + "per_trip_with_fees": 1412, + "per_night": 199, + "per_night_with_fees": 202 + }, + "best_price": { + "per_trip": 1183, + "per_trip_with_fees": 1203, + "per_night": 169, + "per_night_with_fees": 172 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 19, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "ARPC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "ARPC_WINTER", + "title": "Les Arcs Panorama", + "capacity_max": 1069, + "accommodations_introduction": { + "description": "L'architecture fait écho aux contours des Alpes, et les chambres confortables allient design traditionnel et moderne. Les Suites Exclusive Collection offrent des vues à 180°.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 433 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-arcs-panorama/s" + } + ] + }, + { + "id": "QCHC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_QCHC_4T", + "label": "4T Space", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_QCHC_5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Amerique_du_Nord/Canada/Quebec_Charlevoix/414388-5ltke7tc02-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Quebec_Charlevoix/316492-96oiq5mqqa-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Amerique_du_Nord/Canada/Quebec_Charlevoix/281149-7nso6gbqr5-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_qchc_winter.pdf" + }, + "description_title": "Charmes de l’hiver avec vue sur le Saint-Laurent ", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada", + "description": "Charlevoix est une région culturelle et naturelle située au Québec, sur la rive nord du fleuve Saint-Laurent ainsi que dans la région des Laurentides du Bouclier canadien. Ce paysage spectaculaire comprend un terrain vallonné, des fjords, des promontoires et des baies; la région a été désignée réserve mondiale de la biosphère par l'UNESCO en 1989.\n\nLa région porte le nom de Pierre François-Xavier de Charlevoix, un explorateur et historien jésuite français qui a parcouru la région au 18ème siècle." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_charlevoix", + "label": "Charlevoix" + } + }, + "full_title": "Quebec Charlevoix", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1918.5, + "per_trip_with_fees": 1938.5, + "per_night": 275, + "per_night_with_fees": 277 + }, + "best_price": { + "per_trip": 1632.5, + "per_trip_with_fees": 1652.5, + "per_night": 234, + "per_night_with_fees": 237 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250405", + "arrival_date": "20250405", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 9, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "QCHC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "QCHC_SUMMER", + "title": "Quebec Charlevoix", + "capacity_max": 1066, + "accommodations_introduction": { + "description": "Le Resort conjugue héritage amérindien et design moderne. Couleurs, matières, motifs géométriques et têtes de lit ornées d'attrape-rêves font de ces chambres des lieux d'évasion.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 293 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/quebec-charlevoix/w" + } + ] + }, + { + "id": "SAOC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SAOC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Sahoro_Hokkaido/83311-y2qdvobk5c-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/87100-vpqkxs700y-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Sahoro_Hokkaido/80572-ssifwrux55-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_saoc_winter.pdf" + }, + "description_title": "Succombez au charme des montagnes de Hokkaido", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en quelques mots\n\n\n- Superficie: 377 900 km²\n\n- Capitale : Tokyo \n\n- Langue officielle : Japonais\n \n- Monnaie : le Yen. \n\n\nProfitez des environs du Resort de Hokkaido pour découvrir au cour de votre séjour au Japon, la beauté et les richesses culturelles de la région.\n\n\nA l'extrême est de l'Asie se trouve un archipel aux mille visages. Derrière Tokyo et Osaka, deux mégapoles synonymes de la puissance économique et technologique japonaise, se cachent des villes et villages aux traditions centenaires :\n\n- Shintoku. \nVillage situé à 15 km du Club Med.\nPetit village typique et authentique. \nDurée du trajet : environ 20 minutes de route\n\n- Obihiro. \nVille située à 70 km du Club Med. \nElle abrite le quartier général de la 5è division de l’armée du nord de la force d’auto-défense de l’armée japonaise. Les symboles municipaux sont l’alouette des champs et le bouleau.\nDurée du trajet : environ 1 heure de route.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale au Japon, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 20 ans.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido", + "label": "Hokkaido" + } + }, + "full_title": "Sahoro Hokkaido", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2226, + "per_trip_with_fees": 2246, + "per_night": 318, + "per_night_with_fees": 321 + }, + "best_price": { + "per_trip": 2226, + "per_trip_with_fees": 2246, + "per_night": 318, + "per_night_with_fees": 321 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250315", + "arrival_date": "20250315", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure Junior Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "SAOC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "SAOC_SUMMER", + "title": "Sahoro Hokkaido", + "capacity_max": 771, + "accommodations_introduction": { + "description": "La nature sauvage offre un cadre magnifique aux chambres élégantes qui allient habilement influences japonaises minimalistes et confort contemporain.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Sahoro_Hokkaido/83110-0ivxve051j-swhr.jpg" + ], + "rooms_count": 208 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/sahoro-hokkaido/w" + } + ] + }, + { + "id": "CBAC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "area_CBAC_4T", + "label": "Espace 4T", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Changbaishan/341512-44gw4irw3e-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Changbaishan/341380-lh1t7c2sk5-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Changbaishan/316231-k7387inc8o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cbac_winter.pdf" + }, + "description_title": "Se laisser embarquer par l'énergie de Changbaishan", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine : carte d'identité \n- Superficie : 9 707 000 km² \n- Capitale : Pékin \n- Langues officielles : Mandarin, Cantonais \n- Devise : Yuan \n\nProfitez de chaque instant de votre séjour au Resort Club Med de Changbaishan en partant à la découverte de la beauté naturelle et de la culture fascinante de la région. \nOffrant une impressionnante variété de paysages naturels et urbains ainsi que de petits villages, la Chine regorge de monuments, d'architectures anciennes, de palaces, de jardins impériaux et de temples, ou encore de superbes parcs et bâtiments. \nSitué à cheval sur la frontière entre le nord-est de la Chine et la République démocratique populaire de Corée, Changbaishan est une réserve naturelle nationale qui renferme un volcan inactif. Signifiant littéralement « Région de la montagne toujours blanche », le parc se trouve dans la province de Jilin, une région montagneuse connue pour ses forêts luxuriantes et son épaisse couverture neigeuse en hiver. \n\nVous trouverez à proximité : \n\nTianchi : logé au sommet du principal cône volcanique du massif du Changbai, ce lac de cratère culmine à 2 189 mètres d'altitude. Considéré comme le plus haut lac volcanique au monde, c'est le point de vue le plus célèbre de Changbaishan et un arrêt incontournable dans la région.\n\nTapissant les vallées de Changbaishan, la Forêt souterraine est un paysage boisé réputé pour ses frondaisons vierges, qui regorge de trésors naturels tels que des pins, des champignons (non comestibles), des petits ruisseaux et des cascades. Vous pouvez aussi y admirer de superbes fleurs alpines.\n\nMusée Mandchou : situé à Changbaishan, berceau de la culture mandchoue, ce musée est le seul de Chine qui se consacre à cette culture traditionnelle locale. Il compte 11 salles d'expositions, dont l'une est dédiée au mont Changbai, autrefois vénéré par les Mandchous. Vous y découvrirez les techniques artisanales des Mandchous de la région ainsi que leurs coutumes, leur culture, leur histoire et leur art. \n\nSki en hiver : profitant d'un excellent enneigement, la région est parfaite pour les amateurs de ski. Comptant plus de 40 km de pistes, le Changbaishan International Ski Center est l'un des plus grands domaines skiables de Chine. La zone réservée aux sports d'hiver se trouve entre 820 m et 1 210 m d'altitude.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_fusong_county", + "label": "Xian de Fusong" + } + }, + "full_title": "Changbaishan", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1484, + "per_trip_with_fees": 1504, + "per_night": 212, + "per_night_with_fees": 215 + }, + "best_price": { + "per_trip": 1484, + "per_trip_with_fees": 1504, + "per_night": 212, + "per_night_with_fees": 215 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250301", + "arrival_date": "20250301", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 35, + "number_of_adults": 2, + "accomodation": { + "id": "A3+", + "label": "Chambre Deluxe - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CBAC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "CBAC_SUMMER", + "title": "Changbaishan", + "capacity_max": 343, + "accommodations_introduction": { + "description": "Mêlant héritage mandchou et codes contemporains, les chambres conçues avec goût sont nichées dans un décor exceptionnel et offrent des vues sublimes depuis la fenêtre ou le balcon.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 107 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/changbaishan/w" + } + ] + }, + { + "id": "TOMC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_TOMC_4T", + "label": "Espace 4T", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/87019-y9xcht8b5w-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/86158-lh1vjobtq5-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/341131-wixdt4xwab-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_tomc_winter.pdf" + }, + "description_title": "Se laisser tenter par de nouvelles expériences", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en quelques mots\n\n\n- Superficie: 377 900 km²\n\n- Capitale : Tokyo \n\n- Langue officielle : Japonais\n \n- Monnaie : le Yen. \n\n\nProfitez des environs du Resort de Hokkaido pour découvrir au cour de votre séjour au Japon, la beauté et les richesses culturelles de la région.\n\n\nA l'extrême est de l'Asie se trouve un archipel aux mille visages. Derrière Tokyo et Osaka, deux mégapoles synonymes de la puissance économique et technologique japonaise, se cachent des villes et villages aux traditions centenaires :\n\n- Shintoku. \nVillage situé à 15 km du Club Med.\nPetit village typique et authentique. \nDurée du trajet : environ 20 minutes de route\n\n- Obihiro. \nVille située à 70 km du Club Med. \nElle abrite le quartier général de la 5è division de l’armée du nord de la force d’auto-défense de l’armée japonaise. Les symboles municipaux sont l’alouette des champs et le bouleau.\nDurée du trajet : environ 1 heure de route.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale au Japon, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 20 ans.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido", + "label": "Hokkaido" + } + }, + "full_title": "Tomamu Hokkaido", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2779, + "per_trip_with_fees": 2799, + "per_night": 397, + "per_night_with_fees": 400 + }, + "best_price": { + "per_trip": 2779, + "per_trip_with_fees": 2799, + "per_night": 397, + "per_night_with_fees": 400 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250322", + "arrival_date": "20250322", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 3, + "number_of_adults": 2, + "accomodation": { + "id": "C4", + "label": "Chambre Supérieure Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "TOMC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "TOMC_SUMMER", + "title": "Tomamu Hokkaido", + "capacity_max": 1258, + "accommodations_introduction": { + "description": "Le Resort apporte une touche de modernité au paysage montagneux. Les chambres contemporaines reflètent avec élégance l'art de vivre japonais et la beauté de la nature environnante.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/86773-f6pfexw0ym-swhr.jpg"], + "rooms_count": 341 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/tomamu-hokkaido/w" + } + ] + }, + { + "id": "YABC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_YABC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/93919-kntcjncgyg-swhr.jpg", + "surroundings_images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/94489-dhn9edcn09-swhr.jpg"], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/329533-tl18afi56x-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_yabc_winter.pdf" + }, + "description_title": "Un séjour légendaire au cœur de la montagne\n", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine en quelques mots :\n\n- Superficie : 9 707 000 km²\n- Capitale : Beijing\n- Langue officielle : Mandarin, Cantonais\n- Monnaie : Yuan.\n\nProfitez des environs du Resort de Yabuli pour découvrir au cours de votre séjour en Chine, la beauté et les richesses culturelles de la région.\n\nLa Chine comprend une immense variété de paysages et une multitude de villes et villages riches de monuments de renommée internationale, d’une architecture ancienne, de palais, de jardins impériaux et des temples, de magnifiques édifices et de jardins d’agréments. \n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_heilongjiang", + "label": "Heilongjiang" + } + }, + "full_title": "Yabuli", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1225, + "per_trip_with_fees": 1245, + "per_night": 175, + "per_night_with_fees": 178 + }, + "best_price": { + "per_trip": 1225, + "per_trip_with_fees": 1245, + "per_night": 175, + "per_night_with_fees": 178 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250301", + "arrival_date": "20250301", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 118, + "number_of_adults": 2, + "accomodation": { + "id": "A3", + "label": "Chambre Deluxe" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "YABC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "YABC_SUMMER", + "title": "Yabuli", + "capacity_max": 976, + "accommodations_introduction": { + "description": "Les chambres modernes au mobilier en bois épuré et aux tons naturels donnent sur la montagne et la réserve naturelle environnantes. Ce Resort spacieux est idéal pour passer de bons moments en famille.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 260 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/yabuli/w" + } + ] + }, + { + "id": "BEIC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_BEIC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Beidahu/72922-0dcxeqjilk-swhr.jpg", + "surroundings_images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Beidahu/72703-4y7nyg92kc-swhr.jpg"], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Beidahu/329530-722xj1ot0o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_beic.pdf" + }, + "description_title": "Goûtez à l'ambiance chaleureuse de la montagne", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine en quelques mots :\n\n\n- Superficie : 9 707 000 km²\n\n- Capitale : Beijing\n\n- Langue officielle : Mandarin, Cantonais\n \n- Monnaie : Yuan.\n\n\nProfitez des environs du Resort de Beidahu pour découvrir au cours de votre séjour en Chine, la beauté et les richesses culturelles de la région.\n\nLa Chine comprend une immense variété de paysages et une multitude de villes et villages riches de monuments de renommée internationale, d’une architecture ancienne, de palais, de jardins impériaux et des temples, de magnifiques édifices et de jardins d’agréments. \nEn hiver, la région de Jilin, région de hautes montagnes et aux forêts denses, se couvre de neige. \n\n\nA proximité : \n- Jilin. \n Située à 40 km soit environ 1 h 20 min, au bord du fleuve Songhua, la ville de Jilin est la deuxième grande ville de la province du Jilin. Elle est entourée de montagnes et offre un beau paysage. Le fleuve Songhua la traverse sous forme de «S». Le givre à Jilin, comme les paysages de Guilin notamment, fait partie des quatre merveilles naturelles de la Chine. La nuit, le matin et à midi, le givre est apprécié pour sa beauté magnifique !\n\n\n- Yanbian. \n Bienvenue dans la \"Corée chinoise\" ! A 345 km soit environ 6 h 20 min, la préfecture autonome de Yanbian abrite en effet une forte population d’origine coréenne dans une chaîne de monts Changbai, surnommée \"Mer de forêts Changbai» dont le point culminant est un volcan. La plus grande réserve naturelle de Chine se trouve dans le massif du Changbai\n\n\n- Changchun. \n Ville située à 110 km, soit environ 1 h 30.\nSituée au centre du Jilin et dans la plaine Songliao, cette ville est une des bases importantes de fabrication d'automobiles. La culture scientifique est prospère. Cette ville pittoresque est surnommée « ville de forêts » et « ville printanière au-delà de la Grande Muraille »\n\n\n- Beijing. \n Ville située à 1 h 50 min du Resort en avion.\n\nIl s’agit de la capitale de la République populaire de Chine. Beijing ou Pékin abrite des monuments célèbres comme la Cité interdite et le Temple du ciel, inscrits au patrimoine mondial. La ville a accueilli les Jeux Olympiques d’été de 2008. \n\n\n- Shanghai.\n Ville située à 2 h 30 min en avion. \n\nVille la plus peuplée de Chine et l’une des plus grandes mégapoles du monde. Son essor culturel l'appelle à devenir une métropole mondiale, aux côtés de New York, Londres ou Paris. Elle a accueilli l'Exposition universelle de 2010.\n\n\n- Guangzhou. \n Ville située à 4 h 15 min en avion. \n\nBerceau de la gastronomie chinoise – on y grignote sans cesse, du petit déjeuner ou dîner ! La ville a accueilli les 16èmes Jeux Asiatiques d'été du 12 au 27 novembre 2010." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_jilin", + "label": "Jilin" + } + }, + "full_title": "Beidahu", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1589, + "per_trip_with_fees": 1609, + "per_night": 227, + "per_night_with_fees": 230 + }, + "best_price": { + "per_trip": 1589, + "per_trip_with_fees": 1609, + "per_night": 227, + "per_night_with_fees": 230 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250305", + "arrival_date": "20250305", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "BEIC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Beidahu", + "capacity_max": 528, + "accommodations_introduction": { + "description": "Un refuge niché au cœur de la splendide réserve naturelle de Beidahu. L'architecture inspirée des chalets s'associe aux intérieurs modernes des chambres spacieuses et confortables.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 176 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/beidahu/y" + } + ] + }, + { + "id": "QCHC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_QCHC_4T", + "label": "4T Space", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_QCHC_5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Quebec_Charlevoix/383629-7dvqdxmjip-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Quebec_Charlevoix/297781-75gehtr31w-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Quebec_Charlevoix/297793-f47c6iyp9y-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_qchc_summer.pdf" + }, + "description_title": "Les grands espaces comme terre d’aventures ", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada", + "description": "Charlevoix est une région culturelle et naturelle située au Québec, sur la rive nord du fleuve Saint-Laurent ainsi que dans la région des Laurentides du Bouclier canadien. Ce paysage spectaculaire comprend un terrain vallonné, des fjords, des promontoires et des baies; la région a été désignée réserve mondiale de la biosphère par l'UNESCO en 1989.\n\nLa région porte le nom de Pierre François-Xavier de Charlevoix, un explorateur et historien jésuite français qui a parcouru la région au 18ème siècle." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_charlevoix", + "label": "Charlevoix" + } + }, + "full_title": "Quebec Charlevoix", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1449.5, + "per_trip_with_fees": 1469.5, + "per_night": 208, + "per_night_with_fees": 210 + }, + "best_price": { + "per_trip": 1233.5, + "per_trip_with_fees": 1253.5, + "per_night": 177, + "per_night_with_fees": 180 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250531", + "arrival_date": "20250531", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 4, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "QCHC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "QCHC_WINTER", + "title": "Quebec Charlevoix", + "capacity_max": 1066, + "accommodations_introduction": { + "description": "Le Resort conjugue héritage amérindien et design moderne. Couleurs, matières, motifs géométriques et têtes de lit ornées d'attrape-rêves font de ces chambres des lieux d'évasion.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 293 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/quebec-charlevoix/s" + } + ] + }, + { + "id": "KIPC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [ + { + "id": "area_KPIC_exclusive_collection", + "label": "Espace 4T", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/350932-ivgsx53iqy-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/350950-gxol0ck7le-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/356545-cdvd9xljxv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kipc_winter.pdf" + }, + "description_title": "Découvrez l'authentique Hokkaido", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en bref\n\n- Superficie : 377 900 km²\n\n- Capitale : Tokyo\n \n- Langue officielle : japonais \n\n- Monnaie : Yen \n\nProfitez de votre séjour pour partir à la découverte de la beauté naturelle et de la culture fascinante de la région.\n\nPrès du village, vous trouverez : \n\nla ville côtière d'Otaru\nà 28 km du Club Med\nUne ville côtière connue pour sa verrerie, ses fabriques de lampes à huile, ses boîtes à musique et ses distilleries de saké.\nTemps de trajet : 40 minutes en voiture\n\u000b\nUpopoy, musée et parc national du peuple Aïnou\nà 147 km du Club Med\nUn musée destiné à promouvoir et à sensibiliser le public à la culture, à l'histoire et à l'artisanat traditionnel des Aïnous (peuple indigène qui fut le premier à s'installer à Hokkaido).\nTemps de trajet : 2 heures en voiture\n\u000b\nHopi Hills\n à 6,5 km du Club Med\n Sur plus de 40 hectares, dans la campagne d'Hokkaido, approchez des animaux de la ferme, participez à un atelier ou dégustez de délicieux plats préparés à partir d'ingrédients cultivés sur place.\n Temps de trajet : 10 minutes en voiture\n\u000b\nDistillerie Yoichi\n à 35 km du Club Med\n Connu comme l'un des meilleurs whiskies single mat, plongez dans l'histoire du whisky Nikka et découvrez le processus de fabrication du whisky.\n Temps de trajet : 40 minutes en voiture\n\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido_2", + "label": "Hokkaido" + } + }, + "full_title": "Kiroro Peak", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2648, + "per_trip_with_fees": 2668, + "per_night": 379, + "per_night_with_fees": 382 + }, + "best_price": { + "per_trip": 2648, + "per_trip_with_fees": 2668, + "per_night": 379, + "per_night_with_fees": 382 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250402", + "arrival_date": "20250402", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "KIPC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "KIPC_SUMMER", + "title": "Kiroro Peak", + "capacity_max": 327, + "accommodations_introduction": { + "description": "Niché au cœur d'une nature préservée, le Resort mixe tradition japonaise et art avant-gardiste. Des tatamis à la calligraphie, chaque chambre se démarque par un design unique.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 126 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kiroro-peak/w" + } + ] + }, + { + "id": "CHAC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_CHAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Un séjour à Chamonix pour savourer le raffinement d'une station mythique", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Chamonix Mont Blanc pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n \nEn Haute-Savoie, la commune de Chamonix Mont-Blanc située au pied du Mont-Blanc, comprend 16 villages ou hameaux : Le Tour, Montroc, Le Planet, Argentière, Les Chosalets, Le Lavancher, Les Tines, Les Bois, Les-Praz-de-Chamonix, Les Pècles, Les Mouilles, Les Barrats, Les Pélerins, Les Gaillands, Les Bossons.\n \nLa station de renommée internationale est très prisée des amateurs d’alpinisme et de sportifs de montagne en général.\n\n\nLe Club Med de Chamonix Mont-Blanc est situé à 10 mn à pied du centre-ville, à découvrir :\n\n- A la sortie du Village, le vieux Chamonix avec ses édifices tels que l’église Saint-Michel et la place Jacques Balmat\n \n- Le musée alpin et le musée des Cristaux\n\n- Le Montenvers, emprunter la crémaillère pour 20 mn de montée vers la mer de glace\n\n- L’Aiguille du Midi, accès en téléphérique\n\n- A 8 km du Village, Argentière, petit village au pied du glacier, avec ses vieilles maisons autour de l’église." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_chamonix_mont_blanc", + "label": "Haute Savoie - Chamonix Mont-Blanc" + } + }, + "full_title": "Chamonix Mont-Blanc", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "CHAC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "CHAC_SUMMER", + "title": "Chamonix Mont-Blanc", + "capacity_max": 495, + "accommodations_introduction": { + "description": "Le Village de 249 chambres composé d'un hôtel de plusieurs ailes est situé à moins de 5 minutes à pied du centre ville de Chamonix. \n\nLe Savoy, aile principale de 5 étages avec ascenseur où sont situés le restaurant, le bar et la Réception. \n\nLe Mont Blanc, seconde aile de 5 étages avec ascenseur, accolé au Savoy. \n\nLe Brévent, aile de 4 étages avec ascenseur où se trouve le Spa CINQ MONDES* et disposant d'un accès direct à la piscine extérieure est relié par une galerie aux deux autres hôtels.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 249 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/chamonix-mont-blanc/w" + } + ] + }, + { + "id": "RDPC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_RDPC_4T", + "label": "Espace principal ", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "area_RDPC_EC_space", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Rio_Das_Pedras/207749-iee3xv9c3n-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Rio_Das_Pedras/54787-qn9qcovehg-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Rio_Das_Pedras/497825-9r2x4154k7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_rdpc.pdf" + }, + "description_title": "Se ressourcer au coeur d'une nature luxuriante", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil", + "description": "Le Brésil en quelques mots \n\n\n- Superficie : 8 514 876 km²\n\n- Capitale : Brasilia\n\n- Langue officielle : Portugais \n \n- Monnaie : Réal. \n\n\n\n\nProfitez des environs du Village de Rio Das Pedras pour découvrir au cours de votre séjour au Brésil, la beauté et les richesses culturelles de la région. \n\n\nVilles situées à proximité : \n\n\n- Mangaratiba. \nVille située à 15km du village.\n\nIl s’agit d’un petite ville avec un joli port à partir duquel il est possible de rejoindre Ilha Grande en bateau, la plus grande île de l’état de Rio de Janeiro. C’est un véritable lieu magique parsemé de montagnes recouvertes de jungle, Ilha Grande est un véritable paradis.\n \nDurée de trajet: 15 minutes de route\n\n\n- Angra Dos Reis. \nVille située à 40km du village.\n\nAngra est un bourg très animé, dont la vie se concentre autour de son port de pêche.\n\nDurée de trajet : 45 minutes de route \n\n\n- Paraty. Ville située à 137km du village.\n\nPetite ville coloniale, Paraty est un haut lieu du tourisme historique brésilien avec de nombreuses demeures coloniales, des églises, un port... Paraty est une véritable ville musée à ciel ouvert. La ville compte aussi quelques 25 plages dans les environs…\n\nDurée de trajet : 2h30 de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "REG_000074", + "label": "Rio de Janeiro" + } + }, + "full_title": "Rio Das Pedras", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 973, + "per_trip_with_fees": 993, + "per_night": 139, + "per_night_with_fees": 142 + }, + "best_price": { + "per_trip": 827, + "per_trip_with_fees": 847, + "per_night": 119, + "per_night_with_fees": 121 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250615", + "arrival_date": "20250615", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "RDPC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Rio Das Pedras", + "capacity_max": 1244, + "accommodations_introduction": { + "description": "L'esthétique des chambres reflète avec élégance le paysage luxuriant. Vivez le luxe dans une des Suites de l'espace Exclusive Collection, avec vue imprenable sur la mer.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 379 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/rio-das-pedras/y" + } + ] + }, + { + "id": "TRAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_TRAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Trancoso/492098-3xi62ol1qu-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Trancoso/61255-hqt5wqw9g4-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Trancoso/497828-7yf5vhtusu-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_trac.pdf" + }, + "description_title": "Un paradis naturel dans une atmosphère bohémienne", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil", + "description": "Le Brésil en quelques mots \n\n\n- Superficie : 8 514 876 km²\n\n- Capitale : Brasilia\n\n- Langue officielle : Portugais \n \n- Monnaie : Réal. \n\n\nProfitez des environs du Village de Trancoso pour découvrir au cours de votre séjour au Brésil, la beauté et les richesses culturelles de la région. \n\n\nVilles situées à proximité :\n\n\n- Trancoso.\n\n Ville située à 6km du village. \n\nOn y trouve les plus belles plages, comme Nativos, Coqueiros ou encore Petra Grande. Trancoso est resté un Village authentique. La place principale a un charme fou, le Quadrado Historico, protégée par l’unesco, dominant les plages et l’océan. Ce quartier historique a conservé le plan colonial avec ses maisons colorées et son église blanche qui donnent sur l’océan. \n \nDurée de trajet: 15 minutes \n\n\n- Arraial d'Ajuda. Ville situé à 8km du village.\n\nSitué aux sommets de falaises et entouré par la forêt atlantique et de nombreuses plages comme celles de Praia Mucuge, Praia do parracho, Praia pitinga, Praia d’Ajuda…ne manquez pas la célèbre fontaine, son église construite en 1549, l’une des premières églises catholiques du Brésil ou encore la petite rue charmante appelé Mucuge. \n \nDurée de trajet: 25 minutes de route\n\n\n- Porto Seguro. Ville située à 45km du village.\n\nStation balnéaire très touristique avec des plages superbes, là où est née la lambada. C’est le berceau du Brésil, c’est en effet à cet endroit que le Brésil fut découvert, le 22 avril 1500 par Pedro Alvares Cabral et l’expédition portugaise. Nombreuses curiosités à découvrir notamment la ville historique, vestiges de la première ville du Brésil, la cidade Alta, classé monument national, ses 3 églises ou encore ses innombrables plages.\n \nDurée de trajet: 1 heure de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "REGION_trancoso", + "label": "Etat de Bahia - Trancoso" + } + }, + "full_title": "Trancoso", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 931, + "per_trip_with_fees": 951, + "per_night": 133, + "per_night_with_fees": 136 + }, + "best_price": { + "per_trip": 931, + "per_trip_with_fees": 951, + "per_night": 133, + "per_night_with_fees": 136 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250601", + "arrival_date": "20250601", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "TRAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Trancoso", + "capacity_max": 917, + "accommodations_introduction": { + "description": "Les couleurs vives des bungalows renforce la richesse de la faune environnante. Dotées d’un esprit bohème, les chambres mixent matières naturelles avec une touche brésilienne.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Trancoso/60517-1kbjdn2scb-swhr.jpg" + ], + "rooms_count": 280 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/trancoso/y" + } + ] + }, + { + "id": "AEXC", + "access_conditions": { + "is_for_adult_only": true, + "min_authorized_age_in_months": 216 + }, + "areas": [ + { + "id": "AREA_AEXC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Arcs_extreme/71524-6yruogbof7-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Arcs_extreme/71461-xr0wfobakd-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Arcs_extreme/341113-1fw75x4do6-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_AEXC.pdf" + }, + "description_title": "Un séjour à la neige entre adultes", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nEn Savoie, la station des Arcs avec ses quatre sites : Arc 1600, Arc 1800, Arc 1950, Arc 2000 est située sur la commune de Bourg-Saint-Maurice , sur le domaine de Paradiski.\n\n\nA découvrir : \n\n- Au coeur de la Haute-Tarentaise, Bourg Saint Maurice et Les Arcs qui allient tourisme et tradition : églises et chapelles baroques, vie traditionnelle dans les alpages, architecture d'autrefois ou d'avant-garde\n\n- Les Arcs / Bourg-Saint-Maurice ont obtenu 5 sites labellisés « Architecture du XXe siècle » : \n\nla Mairie et le Cinéma de Bourg-Saint-Maurice,\n\nles plans d'urbanisme d'Arc 1600 et d'Arc 1800,\n\nles gares du téléphérique de l'Aiguille-Rouge \n\n- Bourg-Saint-Maurice : visitez la Coopérative Laitière de Haute Tarentaise pour connaitre tous les secrets de la fabrication du fromage Beaufort\n\n\nLe Club Med des Arcs Extrême est situé :\n\n- A 7 minutes de funiculaire de Bourg-Saint-Maurice\n \n- A 59 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_arcs_extreme", + "label": "Savoie - Arcs Extrême" + } + }, + "full_title": "Arcs Extrême", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "AEXC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Arcs Extrême", + "capacity_max": 576, + "accommodations_introduction": { + "description": "Ce havre de paix revêtu de bois fait face aux sommets alpins. Chacune de ses chambres confortables offre un balcon privé. Détendez-vous et profitez du soleil après une journée de ski sur les pistes.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 288 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Dernière Saison", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/arcs-extreme/y" + } + ] + }, + { + "id": "TURC", + "access_conditions": { + "is_for_adult_only": true, + "min_authorized_age_in_months": 216 + }, + "areas": [ + { + "id": "AREA_TURC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Turks___Caicos/Turkoise/433167-eovgcw4u9b-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Turks___Caicos/Turkoise/251939-ygm0k71ktt-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Turks___Caicos/Turkoise/505130-16iu7rffmy-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_turc.pdf" + }, + "description_title": "Un paradis pour les adultes dans les Caraïbes", + "destination": { + "countries": [ + { + "id": "TC", + "label": "Turks et Caicos", + "description": "Turks & Caicos en quelques mots :\n\n- Superficie: 430 km²\n\n- Capitale : Cockburn Town\n\n- Langue officielle : Anglais\n \n- Monnaie : dollar. \n\n\n\nProfitez des environs du Resort de Turcs & Caicos pour découvrir au cours de votre séjour à Turkoise, la beauté et les richesses culturelles de la région.\n\n\nA proximité : \n- Provo Providenciales) centre touristique qui s'étend tout au long de Grace Bay, situé à 2 km du Club Med,\n\n\n- Découvrez « Mudjin Harbor » l’une des plus belles plages des Caraîbes,\n\n\n- Sans oublier les innombrables spots pour les amateurs de plongée." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_turks_and_caicos", + "label": "Turks Et Caïcos" + } + }, + "full_title": "Turkoise", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1253, + "per_trip_with_fees": 1273, + "per_night": 179, + "per_night_with_fees": 182 + }, + "best_price": { + "per_trip": 1128, + "per_trip_with_fees": 1148, + "per_night": 162, + "per_night_with_fees": 164 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 182, + "number_of_adults": 2, + "accomodation": { + "id": "C", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "TURC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Turkoise", + "capacity_max": 578, + "accommodations_introduction": { + "description": "Les couleurs des chambres, inspirées de l'océan, créent une ambiance typiquement caribéenne dans ces pièces lumineuses, à deux pas des plages de sable blanc immaculé.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 289 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/turkoise/y" + } + ] + }, + { + "id": "ALBV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_ALBV_VC", + "label": "Villas d'Albion - Exclusive Collection", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/Les_Villas_d_Albion/277039-u24iwdwpgi-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/Les_Villas_d_Albion/45409-mb6t7so823-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_Maurice/La_Plantation_d_Albion/480435-7qinvb7879-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_albv.pdf" + }, + "description_title": "Villa privée au cœur de la campagne mauricienne\n", + "destination": { + "countries": [ + { + "id": "MU", + "label": "Ile Maurice", + "description": "L’Ile Maurice en quelques mots \n\n\n\n- Superficie : 1 865 km2\n\n- Capitale : Port-Louis\n\n- Langue officielle : Anglais\n \n- Monnaie : Roupie mauricienne\n\n\n\n\nA savoir pour votre séjour au Village de La Plantation d'Albion Club Med \n\n\n\n Les spécialités gastronomiques à l’Ile Maurice \n\n\n\n- Plats : Cari (à base de viande),Vindaye (variante des achards), rougaille (spécialité créole à base de tomates, oignons, ail, gingembre et épices), chutney (mélange d’épices écrasés)...\n \n- Poissons : Thon, capitaine, daurade, rouget, carpe, empereur… \n \n- Fruits de mer : Crabes, bigorneaux, tectecs, crevettes, poulpes…\n\n- Desserts : Fruits exotiques (mangue, litchi, papaye, goyave, carambole, coeur de boeuf, grenadine...), gâteaux sucrés, gâteaux frits… \n\n\n\n La faune et la flore à l’Ile Maurice \n\n\n\n- Flore : Flamboyants, filaos, palmiers, hibiscus, anthuriums, les cultures fruitières, bougainvilliers… \n\n- Faune : Singes, cerfs, sangliers, mangoustes, oiseaux, crocodiles.. \n\n\n\n Le shopping à l’Ile Maurice \n\n\n\n- Artisanat : Maquettes de bateaux, nappes de Madagascar, paniers, jeux en bois, vannerie … \n\n- Épices et produits locaux : Carry, piments, sel, sucre, thé à la vanille, café de Chamarel, rhum… \n\n\n\n Quelques expressions courantes à connaître en créole lors de votre séjour à l’Ile Maurice \n\n\n\n- Bonjour : Bonzour \n\n- Au revoir : Salam\n\n- Comment ça va ? : Ki manière ?\n- S’il vous plait : Si ou plé\n\n\n\nCuriosités à découvrir aux alentours du Village de La Plantation d'Albion Club Med \n\n\nProfitez des environs du Village pour découvrir au cours de votre séjour à l’Ile Maurice, la beauté et les richesses culturelles de la région.\n \nVilles historiques situées à proximité : \n\n Albion à 6 km du village. Vous pourrez visiter le seul phare de l’île encore en activités \n\n Parc d'aventures en famille situé à 20 min de route du Village." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_mascareignes_islands_mauritius", + "label": "Iles Mascareignes / Île Maurice" + } + }, + "full_title": "Les Villas d'Albion", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 2696, + "per_trip_with_fees": 2716, + "per_night": 386, + "per_night_with_fees": 388 + }, + "best_price": { + "per_trip": 2292, + "per_trip_with_fees": 2312, + "per_night": 328, + "per_night_with_fees": 331 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 6, + "number_of_adults": 2, + "accomodation": { + "id": "C2V", + "label": "Villa 2 Chambres - Vue Jardin" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "ALBV", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Villas d'Albion", + "capacity_max": 206, + "accommodations_introduction": { + "description": "Les villas mauriciennes au toit de chaume mettent en valeur le meilleur de l'artisanat local. Entourées de jardins avec piscine et varangue, elles allient luxe et beauté naturelle.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 30 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-villas-d-albion/y" + } + ] + }, + { + "id": "IXTC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_IXTC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Ixtapa_Pacific/30406-tr8iux3exe-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Ixtapa_Pacific/30406-tr8iux3exe-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Ixtapa_Pacific/30577-y35n6dlkck-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ixtc.pdf" + }, + "description_title": "Le paradis des familles au bord du Pacifique", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique", + "description": "Le Mexique en quelques mots \n\n\n\n- Superficie : 1 972 550 km²\n\n- Capitale : Mexico\n\n- Langue officielle : Espagnol\n \n- Monnaie : Peso mexicain.\n\n\n\nProfitez des environs du Village d’Ixtapa Pacific pour découvrir au cours de votre séjour au Mexique, la beauté et les richesses culturelles de la région. \n\n\nVilles situées à proximité :\n\n\nIxtapa et Zihuatanejo sont, pour les mexicains, 2 villes inséparables situés dans l’Etat de Guerrero. Ce sont 2 villes jumelles séparées de seulement 6,5 kms mais avec des personnalités différentes : \n\n\n- Ixtapa à 7km du Village. \n \nAncienne ville de plantations de cocotiers, Ixtapa est aujourd’hui une ville abritant des restaurants de luxe, des magasins haut de gamme où les accros du shopping pourront se faire plaisir. \n\nDurée du trajet : 10 minutes de route\n\n\n- Zihuatanejo à 30km du Village.\n\nAncien village de pêcheurs, aujourd’hui c’est une ville au charme fou où vous apprécierez ses petites rues sinueuses qui abritent de nombreuses galeries et des boutiques d’objets d’artisanat. \n\nDurée du trajet : 25 minutes de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_guerrero", + "label": "Guerrero" + } + }, + "full_title": "Ixtapa Pacific", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 909, + "per_trip_with_fees": 929, + "per_night": 130, + "per_night_with_fees": 133 + }, + "best_price": { + "per_trip": 909, + "per_trip_with_fees": 929, + "per_night": 130, + "per_night_with_fees": 133 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251004", + "arrival_date": "20251004", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 83, + "number_of_adults": 2, + "accomodation": { + "id": "C", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "IXTC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Ixtapa Pacific", + "capacity_max": 1059, + "accommodations_introduction": { + "description": "Niché au pied des montagnes de la Sierra Madre, notre Resort est un paradis tropical. Modernes, les chambres disposent toutes d'un balcon d’où vous pourrez entendre le ressac.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Ixtapa_Pacific/30028-1pjt4bi6sn-swhr.jpg" + ], + "rooms_count": 296 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/ixtapa-pacific/y" + } + ] + }, + { + "id": "CHEC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_CHEC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Cherating_Beach/19555-yo44mkoj9w-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Cherating_Beach/20554-hf7nkcofa1-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Cherating_Beach/480450-xm34714tyv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_chec.pdf" + }, + "description_title": "Expérimentez le retour aux sources", + "destination": { + "countries": [ + { + "id": "MY", + "label": "Malaisie", + "description": "La Malaisie en quelques mots :\n\n\n- Superficie : 329 750 km²\n\n- Capitale : Kuala Lumpur \n\n- Langue officielle : Malais \n \n- Monnaie : Ringgit.\n\n\n\nProfitez des environs du Resort de Cherating pour découvrir au cours de votre séjour en Malaisie, la beauté et les richesses culturelles de la région.\n\nVilles historiques situées à proximité : \n\n- La petite ville de Cherating située à 5 km du Club Med.\nTrès belle plage pour se promener ou lezarder. De nombreux sports sont aussi proposés.\nDurée du trajet : 10 minutes de route\n\n- Kemaman. Ville située à 15 km du Club Med. \nElle abrite un joli port de pêche, des magasins et le marché de nuit, « malam pasar », qui se tient tous les lundis et jeudis soir. \nDurée du trajet : 25 minutes de route \n\n- Kuantan. Ville située à 50 km du Club Med.\nCapitale de l'état de Pahang, elle compte environ 400 000 habitants, occupe un emplacement stratégique sur la route des épices. Vous y trouverez des centres commerciaux mais aussi un centre dédié à l'artisanat local, des monuments et des temples hindous à visiter. Au centre-ville, vous vous arrêterez a la mosquée du sultan Ahmad Shah Satu, qui avec son dôme bleu en cloche, offre un look très intéressant.\nDurée du trajet : 45 minutes de route.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale en Malaisie, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 21 ans." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_malaysian_archipelapo", + "label": "Archipel de Malaisie" + } + }, + "full_title": "Cherating Beach", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 896, + "per_trip_with_fees": 916, + "per_night": 128, + "per_night_with_fees": 131 + }, + "best_price": { + "per_trip": 763, + "per_trip_with_fees": 783, + "per_night": 109, + "per_night_with_fees": 112 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250302", + "arrival_date": "20250302", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 5, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CHEC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cherating beach", + "capacity_max": 732, + "accommodations_introduction": { + "description": "Immergez-vous dans des teintes éclatantes : vert intense, mer d'azur et maisons sur pilotis en bois. Les chambres respirent le charme local, avec le bois et les couleurs exotiques.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Cherating_Beach/19555-yo44mkoj9w-swhr.jpg" + ], + "rooms_count": 297 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/cherating-beach/y" + } + ] + }, + { + "id": "RBIC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_RBIC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bintan_Island/239540-w4s5e1cr4s-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bintan_Island/9544-pw8j66q3me-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bintan_Island/510284-vdxyo90mu8-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_rbic.pdf" + }, + "description_title": "Embarquez pour une escapade de bien-être", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie", + "description": "L’Indonésie en quelques mots :\n\n\n- Superficie : 1 904 569 km² \n\n- Capitale : Jakarta \n\n- Langue officielle : Indonésien \n \n- Monnaie : Rupiah.\n\n\nProfitez des environs du Club Med pour découvrir au cours de votre séjour en Indonésie, la beauté et les richesses culturelles de la région. \n\nA proximité :\n\n- Puja Sera. Ville située à 12 km du Club Med.\nDurée du trajet : 15 min de route\n\n- Singapour. Venez vibrer dans cette ville particulièrement accueillante et culturellement riche. Vous pourrez visiter le jardin botanique, faire du shopping, aller au musée national ou encore traverser différents quartiers comme chinatown ou Litte India. \nDurée du trajet : 55 minutes de ferry.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale en Indonésie, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 21 ans." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_bintan", + "label": "Bintan" + } + }, + "full_title": "Bintan Island", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1414, + "per_trip_with_fees": 1434, + "per_night": 202, + "per_night_with_fees": 205 + }, + "best_price": { + "per_trip": 1202, + "per_trip_with_fees": 1222, + "per_night": 172, + "per_night_with_fees": 175 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250208", + "arrival_date": "20250208", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 13, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "RBIC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Bintan Island", + "capacity_max": 695, + "accommodations_introduction": { + "description": "Dans un jardin de palmiers habité de singes joueurs, les chambres du Resort, raffinées, sont typiques de l’architecture indonésienne, capturant l'essence de cette destination magique.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Bintan_Island/10879-x0a7v9n55k-swhr.jpg" + ], + "rooms_count": 308 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/bintan-island/y" + } + ] + }, + { + "id": "KABC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_KABC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kabira_Ishigaki/363181-g1qfcylwsy-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kabira_Ishigaki/30853-ajik854j3f-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kabira_Ishigaki/510272-nmmbwhkh5w-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kabc.pdf" + }, + "description_title": "Plongez et découvrez la faune de l'île d'Okinawa", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en quelques mots\n\n- Superficie : 377 900 km²\n\n- Capitale : Tokyo \n\n- Langue officielle : Japonais\n \n- Monnaie : le Yen. \n\n\nProfitez des environs du Resort de Kabira Beach pour découvrir au cour de votre séjour au Japon, la beauté et les richesses culturelles de la région.\n\nA l'extrême-est de l'Asie se trouve un archipel aux mille visages. Derrière Tokyo et Osaka, deux mégapoles synonymes de la puissance économique et technologique japonaise, se cachent des villes et villages aux traditions centenaires :\n\n- Ishigaki :\nSituée à 18 km du Club Med.\n Il s’agit de l’île la plus peuplée de l’archipel réputée pour sa barrière de corail. En se promenant sur l’île d’Ishigaki, on découvrira des maisons de style Okinawa, maisons de bois entourées d’une haie de protection contre les incendies et les tempêtes, et d’une clôture Hinpun qui protège des mauvais esprits. Sur le toit trônent deux Shisa (sculpture à mi-chemin entre le lion et le chien).\nDurée du trajet : 25 minutes de route \n\n- Naha : \nSiutée à 40 minutes de vol. \nNaha est la capitale et la principale ville de la préfecture d’Okinawa. Le centre-ville est moderne et très animé autour de Kokusai-dori. Vous pourrez y voir la grotte calcaire de Gyokusendo au sud-ouest et les sites et les mémoriaux de la bataille d’Okinawa.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale au Japon, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 20 ans." + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_okinawa", + "label": "Okinawa" + } + }, + "full_title": "Kabira Ishigaki", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 889, + "per_trip_with_fees": 909, + "per_night": 127, + "per_night_with_fees": 130 + }, + "best_price": { + "per_trip": 889, + "per_trip_with_fees": 909, + "per_night": 127, + "per_night_with_fees": 130 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250213", + "arrival_date": "20250213", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure Junior Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "KABC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Kabira Ishigaki", + "capacity_max": 634, + "accommodations_introduction": { + "description": "Le camaïeu des chambres fait écho au bleu de la mer de Chine orientale. Leur balcon en bois et les toits de tuiles typiques de la région transmettent toute l'essence d'Okinawa.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kabira_Ishigaki/31093-wwl8d7lh6f-swhr.jpg" + ], + "rooms_count": 181 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kabira-ishigaki/y" + } + ] + }, + { + "id": "SAYC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SAYC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_SAYC.pdf" + }, + "description_title": "Faire le plein de couleurs et d’énergie à la plage", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine en quelques mots :\n\n\n- Superficie : 9 707 000 km²\n\n- Capitale : Pékin\n\n- Langue officielle : Mandarin, Cantonais\n \n- Monnaie : Yuan\n\n\n\n\nA savoir pour votre séjour au Resort de Sanya.\n\n\n Les spécialités gastronomiques en Chine et dans la région de Sanya \n\n\n- Entrées : salade de riz, tartare de saumon fumé au gingembre, canapé aux crevettes\n\n- Plats cuisinés : petites nouilles de Guilin (vermicelles), jianjiu (soupe de boulettes de riz), pidan (les «oeufs de 100 ans»), nids d’hirondelle, serpent grillé (bouilli ou en sauce), jiaozi (raviolis chinois), beignets.\n \n- Poissons : poisson à la bière de Yangshuo, crabe, crevette, suzhou (carpes fumées), guiyu (poisson mandarin), petites anguilles, méduse séchée\n \n- Viandes : oie rôtie, porc, poulet, canard laqué, grenouilles, moineaux, renards, ragondins, hérissons ou crocodiles d’élevage\n\n- Légumes : haricot noir fermenté, pousses de bambou, racines de lotus, champignons, choux, courges, riz\n\n- Desserts : rouleaux de printemps à la banane, sablés chinois aux amandes, gelée au thé vert \n\n- Boissons : thé, bière Li Jiang, vin et thé à l’osmanthus, Maotai (liqueur forte)\n\n\n\n La faune et la flore en Chine et dans la région de Sanya\n\n\n- Flore : azalée, bambou, bonsaï, osmanthus, pêcher, prunier, ginseng, pivoine, rose, tulipe, colza, aloe vera, steppes, buissons d’épineux\n\n- Faune : panda géant, éléphant d’Asie, panthère, rhinopithèque (primate), tigre de Mandchourie, grue à couronne rouge, ibis à crête rouge, aigrette blanche, dauphin aux nageoires blanches, alligator du YangTsé, yak, salamandre \n\n\n\n Le shopping en Chine et dans la région de Sanya\n\n\n- Artisanat : costume traditionnel chinois, foulard, vêtements, cravate et futon en soie, sculpture en bronze, antiquités, aquarelle sur rouleaux, objet et bijou ethniques, baguette décorative, nianhua (estampes du Nouvel An), objet en porcelaine, flacon de parfum et verrerie peints à la main, objet en cristal de Lijiang.\n\n- Épices : ginseng, soja, gingembre, sésame.\n\n\n\n Quelques mots utiles à connaître lors de votre séjour en Chine !\n\n\n- Bonjour : Nihao\n\n- Au revoir : Zài jiàn\n\n- Merci : Xièxie\n\n- Oui / Non : Shì / Bùshi \n\n- S’il vous plait : Qǐng ni" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hainan", + "label": "Hainan" + } + }, + "full_title": "Sanya", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "SAYC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sanya", + "capacity_max": 662, + "accommodations_introduction": { + "description": "Sanya, à la croisée des cultures entre Extrême-Orient et Occident, étonne avec son climat tropical, ses eaux azur et sa nature luxuriante. Les bâtiments, hauts de 6 étages témoignent de ce syncrétisme architectural avec ses toits en débord et ses balcons alignés. A l’intérieur l’utilisation de la vannerie, des cannages et de couleurs vives raconte l’air du temps.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 364 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/sanya/y" + } + ] + }, + { + "id": "LAPC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_LAPC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_INTERVENTION", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Lake_Paradise/334306-f8v3s5iq34-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Lake_Paradise/497822-ney1ant7wj-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lapc.pdf" + }, + "description_title": "Respirez profondément dans une oasis de nature", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil", + "description": "Le Brésil en quelques mots \n\n\n- Superficie : 8 514 876 km²\n\n- Capitale : Brasilia\n\n- Langue officielle : Portugais\n\n- Monnaie : Réal.\n\n\n\nProfitez des environs du Village de Lake Paradise pour découvrir au cours de votre séjour au Brésil, la beauté et les richesses culturelles de la région.\n\nVilles situées à proximité :\n\n\n- Mogi Das Cruzes. \nVille située à 12 km du Village.\nDurée de trajet: 15 minutes de route\n\n\n- Itaquaquecetuba. \nVille située à 15 km du Village.\nDurée de trajet: 30 minutes de route\n\n\n- Sao Paulo.\nVille située à 70 km du Village.\n\nDurée de trajet : 1h15 de route\n\n\n- Sao José dos Campos.\nVille située à 70 km du Village.\n\nDurée de trajet : 1h de route\n\n\n- Maua.\nVille située à 72 km du Village.\n\nDurée de trajet : 1h de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "REGION_state_of_sao_paulo", + "label": "Etat de Sao Paulo" + } + }, + "full_title": "Lake Paradise", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1024, + "per_trip_with_fees": 1044, + "per_night": 147, + "per_night_with_fees": 150 + }, + "best_price": { + "per_trip": 1024, + "per_trip_with_fees": 1044, + "per_night": 147, + "per_night_with_fees": 150 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250529", + "arrival_date": "20250529", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "C2+", + "label": "Chambre Supérieure - Côté Lac" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "LAPC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Lake Paradise", + "capacity_max": 1181, + "accommodations_introduction": { + "description": "Niché dans une végétation luxuriante, ce resort au bord du lac est un lieu paisible. Les chambres confortables sont idéales pour se détendre au cœur de la campagne brésilienne.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 377 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/lake-paradise/y" + } + ] + }, + { + "id": "GUIC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_GUIC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Guilin/220429-xxssh5s75e-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Guilin/220570-1uovbgj2ol-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Guilin/64513-qdurt43b5e-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_guic.pdf" + }, + "description_title": "Un Resort où se mêlent nature et culture", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine en quelques mots :\n\n\n- Superficie : 9 707 000 km²\n\n- Capitale : Pékin\n\n- Langue officielle : Mandarin, Cantonais\n \n- Monnaie : Yuan.\n\n\n\nProfitez des environs du Resort de Guilin pour découvrir au cours de votre séjour en Chine, la beauté et les richesses culturelles de la région.\n\nLa Chine comprend une immense variété de paysages et une multitude de villes et villages riches de monuments de renommée internationale, d’une architecture ancienne, de palais, de jardins impériaux et des temples, de magnifiques édifices et de jardins d’agréments. \n\nLa région de Guilin s’est forgée une réputation pour la beauté de ses paysages et la renommée de sa culture.\n\n\nA proximité : \n- Guilin. \nVille située à 45 km du Resort.\n\nLes paysages de Guilin font partie des plus beaux paysages de Chine. La beauté envoûtante de ses paysages karstiques, façonnant les rives de la rivière Li, attire en effet chaque année des millions de visiteurs chinois et étrangers. La ville a tiré son nom de l’osmanthus, un arbre local donnant de jolies fleurs rouges ou blanches de juin à juillet, Guilin signifiant « la forêt d’osmanthus ».\n\nDurée du trajet : environ 45 min de route\n\n\n\n- Yangshuo. \n Ville située à 60 km du Resort.\n\nDécouverte par les routards qui s’y arrêtaient pour se reposer lorsqu’ils sillonnaient la Chine, elle est aujourd’hui très touristique et animée. Les musiques envahissent les rues et la rue principale offre de nombreuses terrasses.\n\nDurée du trajet : environ 1 heure de route" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_guangxi", + "label": "Guangxi" + } + }, + "full_title": "Guilin", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 903, + "per_trip_with_fees": 923, + "per_night": 129, + "per_night_with_fees": 132 + }, + "best_price": { + "per_trip": 903, + "per_trip_with_fees": 923, + "per_night": 129, + "per_night_with_fees": 132 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250531", + "arrival_date": "20250531", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 171, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "GUIC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Guilin", + "capacity_max": 1021, + "accommodations_introduction": { + "description": "Niché au cœur d'un paysage montagneux où l'art contemporain rencontre la nature, le Resort offre des chambres spacieuses, donnant sur le jardin, le parc ou les plaines alentours.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Guilin/64237-7xdsoi9mjx-swhr.jpg"], + "rooms_count": 350 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/guilin/y" + } + ] + }, + { + "id": "TOMC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_TOMC_4T", + "label": "Espace 4T", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Tomamu_Hokkaido/237299-hki2tp9qxf-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Tomamu_Hokkaido/235625-oacnta3n4u-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Tomamu_Hokkaido/480432-mfr2wfh7wo-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_tomc_summer.pdf" + }, + "description_title": "Se laisser tenter par de nouvelles expériences", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en quelques mots\n\n\n- Superficie: 377 900 km²\n\n- Capitale : Tokyo \n\n- Langue officielle : Japonais\n \n- Monnaie : le Yen. \n\n\nProfitez des environs du Resort de Hokkaido pour découvrir au cour de votre séjour au Japon, la beauté et les richesses culturelles de la région.\n\n\nA l'extrême est de l'Asie se trouve un archipel aux mille visages. Derrière Tokyo et Osaka, deux mégapoles synonymes de la puissance économique et technologique japonaise, se cachent des villes et villages aux traditions centenaires :\n\n- Shintoku. \nVillage situé à 15 km du Club Med.\nPetit village typique et authentique. \nDurée du trajet : environ 20 minutes de route\n\n- Obihiro. \nVille située à 70 km du Club Med. \nElle abrite le quartier général de la 5è division de l’armée du nord de la force d’auto-défense de l’armée japonaise. Les symboles municipaux sont l’alouette des champs et le bouleau.\nDurée du trajet : environ 1 heure de route.\n\n\nPour votre information :\nL’âge légal minimum pour l’achat et/ou la consommation d’alcool est strictement réglementé. Selon les pays, cet âge peut varier.\nEn application de loi locale au Japon, le Club Med est autorisé à servir des boissons alcoolisées uniquement à nos clients âgés d'au moins 20 ans.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido", + "label": "Hokkaido" + } + }, + "full_title": "Tomamu Hokkaido", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 966, + "per_trip_with_fees": 986, + "per_night": 138, + "per_night_with_fees": 141 + }, + "best_price": { + "per_trip": 966, + "per_trip_with_fees": 986, + "per_night": 138, + "per_night_with_fees": 141 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250530", + "arrival_date": "20250530", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 18, + "number_of_adults": 2, + "accomodation": { + "id": "C4+", + "label": "Chambre Supérieure Famille - Vue Montagne" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "TOMC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "TOMC_WINTER", + "title": "Tomamu Hokkaido", + "capacity_max": 1258, + "accommodations_introduction": { + "description": "Le Resort apporte une touche de modernité au paysage montagneux. Les chambres contemporaines reflètent avec élégance l'art de vivre japonais et la beauté de la nature environnante.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Tomamu_Hokkaido/86773-f6pfexw0ym-swhr.jpg"], + "rooms_count": 341 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/tomamu-hokkaido/s" + } + ] + }, + { + "id": "PRAC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_PRAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["SPA", "PLANNING", "ROOM_INTERVENTION"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/Italie/Pragelato_Sestriere/80932-k8pc80b222-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/Italie/Pragelato_Sestriere/80866-rfoqbfbrap-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Pragelato_Sestriere/480420-6ow7705qdb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_prac_summer.pdf" + }, + "description_title": "Un village de chalets au coeur du Piémont", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots \n\n\n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien \n \n- Monnaie : Euro.\n\n\n\nProfitez des environs du Village de Pragelato Vialattea pour découvrir au cours de votre séjour en Italie, la beauté et les richesses culturelles de la région. \n\nVilles historiques situées à proximité :\n\n\n- Sestrière : \nVille située à 10km du Village.\n\nTrès beau parcours de golf 18 trous, le plus haut d’Europe.\n\nDurée du trajet : 10min de route\n\n\n- Lac du Mont Cenis : \n\nLac artificiel situé entre la frontière française et italienne. Nombreuses activités possibles : voile, VTT, promenades…\n\nDurée du trajet : 1h30 de route\n\n\n- La Sacra di San Michele : \n\nEnsemble architectural localisé sur le mont Pirchiriano. Une des abbayes bénédictines les plus célébres.\n\nDurée du trajet : 1h30 de route\n\n\n- Barolo :\n Ville située à 120km du village. \n\nCe petit Village a donné son nom à l’un des plus grands vins rouges italiens. Le Village offre de nombreuses rues piétonnes où vous trouverez des cavistes mais surtout le monument phare à savoir le château d’origine médiévale. \n\nDurée du trajet : 2h de route \n\n\n- Vicoforte : Ville située à 160km du village.\n\nCette petite ville italienne se situe dans la province de Coni et la région du Piémont. Au travers des ruelles de la ville, vous pourrez visiter les différents sanctuaires, les monastéres ou encore les basiliques… présent à Vicoforte. \n\nDurée du trajet : 2h30 de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_piedmont", + "label": "Piémont" + } + }, + "full_title": "Pragelato Sestriere", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "PRAC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "PRAC_WINTER", + "title": "Pragelato Sestriere", + "capacity_max": 1064, + "accommodations_introduction": { + "description": "Bordé de sapins, ce Resort a le charme d'un petit village transalpin avec ses chalets traditionnels, sa placette et ses sentiers. Les chambres modernes arborent un design italien.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/Italie/Pragelato_Sestriere/80971-g72vt3k2nj-swhr.jpg" + ], + "rooms_count": 377 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Été 2023", + "text_color_id": "#FFFFFF", + "background_color_id": "#008080" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/pragelato-sestriere/s" + } + ] + }, + { + "id": "LROV_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_LROV", + "label": "La Rosière Espace Exclusive Collection", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Summer_Alpes/France/La_Rosiere/Espace_Exclusive_Collection/531121-wsk5x9hnat-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lroc_summer.pdf" + }, + "description_title": "Un écrin de luxe au coeur du Resort de la Rosière", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\nPosée sur les flancs de la Tarentaise, non loin du Beaufortain et face aux Arcs, La Rosière est surnommée le Balcon de la Tarentaise pour son panorama exceptionnel à 180° où que l’on soit, orienté plein Sud. Face à vous : le Parc National de la Vanoise. \nIci les sommets sont rois. La face italienne du Mont Blanc domine l’espace San Bernardo, unique domaine skiable franco-italien qui relie La Rosière à La Thuile dans le Val d’Aoste. Trait d’union entre les 2 pays, le Col du Petit-Saint-Bernard s’inscrit depuis la nuit des temps entre la grande et la petite histoire. \nLa Thuile est nichée au creux d’une petit vallon mythique du Val d’Aoste. Dernière commune italienne sur la route du Col du Petit-Saint-Bernard, on y parle le français et l’italien. La gastronomie est ici fine et variée, et les paysages alpins à couper le souffle. " + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_la_rosiere", + "label": "Savoie - La Rosiere" + } + }, + "full_title": "La Rosière Espace Exclusive Collection", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 2681, + "per_trip_with_fees": 2701, + "per_night": 383, + "per_night_with_fees": 386 + }, + "best_price": { + "per_trip": 2279, + "per_trip_with_fees": 2299, + "per_night": 326, + "per_night_with_fees": 329 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "S4+", + "label": "Espace Exclusive Collection, Suite Famille avec vue " + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "LROV", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "LROV_WINTER", + "title": "La Rosière Espace Exclusive Collection", + "capacity_max": 91, + "accommodations_introduction": { + "description": "", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 23 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-rosiere-espace-exclusive-collection/y" + } + ] + }, + { + "id": "KEMC", + "access_conditions": { + "is_for_adult_only": true, + "min_authorized_age_in_months": 216 + }, + "areas": [ + { + "id": "AREA_KEMC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Kemer/37465-m1mrpc4g5n-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Kemer/37489-q1u2xdensy-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Kemer/37663-4ucq5lw2am-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_KEMC.pdf" + }, + "description_title": "Vacances festives au pied des monts Taurus", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie", + "description": "La Turquie en quelques mots\n\n\n- Superficie: 783 562 km2 \n\n- Capitale : Ankara\n\n- Langue officielle : Turc\n \n- Monnaie : La Livre Turque. \n\n\n\nProfitez des environs du Village de Kemer pour découvrir au cours de votre séjour en Turquie, la beauté et les richesses culturelles de la région.\n \nLe Club Med de Kemer est situé :\n\n\n- à 5 km de la charmante petite station balnéaire de Kemer, très animée avec ses bars, restaurants et nombreux magasins pour ceux qui souhaitent faire des achats souvenirs \n\n- à 12 km de Beldi, à découvrir pour sa grotte et ses vestiges préhistoriques \n\n- à 50 km d’Antalya, capitale touristique de la côte méditerranéenne turque, surnommée la Riviera Turque." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_antalya", + "label": "Antalya - Kemer" + } + }, + "full_title": "Kemer", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "KEMC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Kemer", + "capacity_max": 979, + "accommodations_introduction": { + "description": "Typique des paysages méditerranéens, Kemer est le lieu de tous les contrastes chromatiques. Bleu intense de la mer, vert profond de la pinède, blanc éclatant des bungalows. A flanc de colline, les chambres sont disséminées dans de petits bâtiments de 2 étages, lesquels se fondent dans la nature sauvage. Les GM® venant seuls à Kemer ont la possibilité de partager leur chambre. \n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Kemer/37486-tha1acp617-swhr.jpg" + ], + "rooms_count": 462 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Été 2023", + "text_color_id": "#CF4A2A", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kemer/y" + } + ] + }, + { + "id": "TVCC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_TVCC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/80599-5fjwu2smen-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_TVCC.pdf" + }, + "description_title": "Sensations fortes du ski et charme de la Vanoise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Tignes Val Claret pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\nEn Savoie, dans la Haute Tarentaise, la station de Tignes, dans le massif de la Vanoise, est implanté à plus de 2 000 mètres d’altitude. \n\n\nA découvrir : Le vieux village de Val d’Isère avec son église baroque Saint Bernard de Menthon, ses chapelles du Fornet, du Laisinant, du Joseray, de la Daille, ainsi que ses grands chalets de pierre aux balcons de bois sculpté. \n\n\nLe Club Med de Tignes Val Claret est situé : \n\n- A 6 km de Val d’Isère et son vieux village\n \n- A 15 km de la réserve naturelle des Hauts-de-Villaroger, faune (cerfs, sangliers, écureuils...) et flore (pins cembro, rhododendrons) à découvrir à travers plusieurs sentiers balisés\n\n- A 18 km de Sainte-Foy Tarentaise qui est un bourg de montagne avec quelques hameaux à découvrir : le Miroir, avec sa chapelle et ses maisons à colonnes de pierre ; le Monal, village classé à 1 874 m. d’altitude, qui est un hameau d’habitation temporaire accessible uniquement à pied en 1h30\n\n- A 90 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_tignes_bourg_st_maurice", + "label": "Savoie - Tignes Val Claret" + } + }, + "full_title": "Tignes Val Claret", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "TVCC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Tignes Val Claret", + "capacity_max": 561, + "accommodations_introduction": { + "description": "Situé au cœur de Tignes Val Claret, station emblématique des Alpes françaises, l’hôtel est à la fois un lieu sportif, familial et convivial. Composé de deux bâtiments distincts, le Val Claret et le Petit Claret, les familles préfèrent le bâtiment principal pour rejoindre plus facilement les espaces communs avec les enfants.\n", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 228 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/tignes-val-claret/y" + } + ] + }, + { + "id": "SANC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SANC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Sandpiper_Bay/219826-rwf1t2xrf8-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Sandpiper_Bay/56704-xph2jbkob1-swhr.jpg" + ], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_SANC.pdf" + }, + "description_title": "Le meilleur Resort tout-compris de Floride", + "destination": { + "countries": [ + { + "id": "US", + "label": "Etats Unis", + "description": "La Floride en quelques mots :\n\n\n\n- Superficie: 170 451 km²\n\n- Capitale : Tallahassee\n\n- Langue officielle : Anglais\n \n- Monnaie : Dollar.\n\n\n\nProfitez des environs du Resort de Sandpiper Bay pour découvrir au cours de votre séjour en Floride (Etats-Unis), la beauté et les richesses culturelles de la région.\n\nA proximité : \n- A 90 km du Resort, Palm Beach, la ville la plus orientale de Floride \n\n\n- A environ 180 km de route du Resort, Miami. Découvrez ses différents quartiers : Little Havana, Coconut Grove, Miami Beach et la célèbre rue Art déco qui rassemblent de nombreux bâtiments des années 30\n\n- Fort Lauderdale, pour s’imprégner de l’ambiance du sud de la Floride\n\n- Les célèbres parcs d’attraction d’Orlando tels que : Universal Studios , Disney World, Hollywood Studios, Kennedy Space Center, Sea World." + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "REGION_florida", + "label": "Floride" + } + }, + "full_title": "Sandpiper Bay", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "SANC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sandpiper Bay", + "capacity_max": 614, + "accommodations_introduction": { + "description": "Après une journée rythmée par le sport enseigné par le meilleur des coachs, prenez le temps de vous reposer. Les chambres, grandes et modernes, sont réparties dans des bâtiments à l’architecture cubique de 2 étages, typique de l’Amérique des années 50. Des palmiers, des frangipaniers et une belle mangrove en bord de rivière habitent le vaste jardin. Observez l’élégance des grues venues y trouver refuge.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Sandpiper_Bay/56689-c1f93myypq-swhr.jpg" + ], + "rooms_count": 307 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/sandpiper-bay/y" + } + ] + }, + { + "id": "AGAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_AGAC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_AGAC.pdf" + }, + "description_title": "Authenticité marocaine et fraîcheur de l'océan", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc", + "description": "Le Maroc en quelques mots\n\n\n- Superficie : 446 550 km2 (710 850 km2 avec le Sahara occidental)\n\n- Capitale : Rabat\n- Langue officielle : L’Arabe (littéraire) et l’Amazighe (berbère). Le français reste très présent.\n\n- Monnaie : Le Dirham.\n\n\n\n\n\nProfitez des environs du Village d’Agadir pour découvrir au cours de votre séjour au Maroc, la beauté et les richesses culturelles de la région.\n\n\nAgadir, est une ville du sud-ouest marocain, sur la côte atlantique, dans la région de Sousse.\n\nLe Club Med d’Agadir, longé par une longue plage de 6 km, est situé :\n\n\n- à 20 min à pied du centre-ville, à découvrir : la vallée des oiseaux (jardin avec volières, mouflons et chèvres), le grand souk, le port et sa célèbre criée, l’ancienne kasbah et sa vue imprenable sur la ville sans oublier sa surprenante nouvelle médina\n\n- à 19 km Taghazout, spot de surf reconnu\n\n- à 60 km d’Imouzzer et ses cascades\n\n- à 260 km de Marrakech, cité impériale bordée par les montagnes du haut atlas." + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "REGION_souss_massa", + "label": "Souss - Massa" + } + }, + "full_title": "Agadir", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "AGAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Agadir", + "capacity_max": 938, + "accommodations_introduction": { + "description": "Rejoindre sa chambre au milieu des mille et une variétés de palmiers et graminées est une vraie promenade régénérante. Réparties dans de nombreux petits bâtiments hauts de deux étages, les chambres font la part belle à l’art de vivre marocain. A l’instar des zelliges, des lampes et autres banquettes orientales.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 374 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/agadir/y" + } + ] + }, + { + "id": "CERC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_CERC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Cervinia/73399-1hnfrfkxy3-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Cervinia/73393-4o7h6wquq5-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/Italie/Cervinia/80524-5o0vku8l59-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CERC.pdf" + }, + "description_title": "Skier d'Italie en Suisse à l'ombre du Mont Cervin", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots\n\n\n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien \n \n- Monnaie : Euro.\n\n\n\nProfitez des environs du Village de Cervinia pour découvrir au cours de votre séjour en Italie, la beauté et les richesses culturelles de la région.\n\n\nVilles historiques situées à proximité :\n\n\n- Saint Vincent\nVille situé à 30km du Village.\n\nLes thermes de Saint Vincent sont très connus et attirent de nombreuses curiosités de même que le casino de la Vallée. La ville dispose également de 3 musées\n\n\n- Aoste \n Ville située à 60 km du Village.\n\nCapitale de la vallée d’Aoste, la ville possède un patrimoine romain important, notamment l’Arc de triomphe d’Auguste, le théâtre romain, l’amphithéâtre romain, le pont de Pierre, le musée archéologique régional de la Vallée d’Aoste…\n\nDurée du trajet : 1h15 de route\n\n\n- Courmayeur\n Ville située à 90km du Village.\n\nCommune la plus haute d’Italie dont la renommée internationale est liée au début du tourisme thermal au XVIIe siècle avec ses 4 sources d’eaux sulfureuses. Vous pouvez visiter le musée du guide de montagne, les thermes à Près Saint Didier (5 min de Courmayeur) ou prendre le funiculaire pour faire la traversée du Mont Blanc…\n\nDurée du trajet : 1h15 de route\n\n\n- Turin\n Ville située à 100 km du village.\n \nDans le patrimoine piémontais, figure la ville de Turin, considérée comme le berceau de l’unité italienne. Victor Emmanuel II, originaire de la ville, en fit la première capitale de l’Italie contemporaine. \n\nDurée du trajet: 2h de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_val_d_aoste", + "label": "Val d'Aoste" + } + }, + "full_title": "Cervinia", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "CERC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cervinia", + "capacity_max": 521, + "accommodations_introduction": { + "description": "Cette imposante bâtisse montagnarde paraît presque discrète à côté du majestueux mont Cervin. Réparties sur deux bâtiments, le Cristallo et le Cristallino, reliés par un passage souterrain, les chambres sont fonctionnelles et chaleureuses avec leurs tons naturels. Préférez le Cristallo si vous désirez être au cœur du Resort.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 199 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/cervinia/y" + } + ] + }, + { + "id": "KAHC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_KAHC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33040-kqtw7oayo4-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33418-vb7a2jefmh-swhr.jpg" + ], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_KAHC.pdf" + }, + "description_title": "Goûtez à la douceur du Sud de la Sicile", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots \n\n\n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien\n \n- Monnaie : Euro.\n\n\n\nProfitez des environs du Village de Kamarina pour découvrir au cours de votre séjour en Sicile, la beauté et les richesses culturelles de la région.\n \nLa Sicile est la plus grande île de la Méditerranée.\n De nombreuses villes historiques sont situées à proximité du Village :\n\n\n- Santa Croce Camerina. \n Ville située à 11km du village.\n\nMusée archéologique de Kamarina. Réalisé sur les ruines de la cité grecque de Kamarina, sous colonie de Syracuse fondée en 598 av. J.C. Très belle collection sous-marine ou encore d’amphores du monde antique…\n\nDurée du trajet : 13 minutes de route\n\n\n- Cava d’Ispica. \nVille située à 25km du Village.\n\nSite archéologique situé dans le fond d’un canyon dans un cadre naturel exceptionnel des hauts plateaux ibléens. Entre nécropoles préhistoriques, catacombes chrétiennes, oratoires rupestres…on découvre les maquis, la végétation méditerranéenne. \n\nDurée du trajet : 35 minutes de route\n\n\n- Ragusa. \nVille située à 29km du village.\n\n Inscrite au Patrimoine Mondial de l’Humanité par l’Unesco en 2002, Raguse est un endroit idéal pour les amoureux d’histoire et de la mer. Parmi les monuments à découvrir, la cathédrale di San Giovanni Battista ou encore le musée archéologique Ibleo. \n\nDurée du trajet : 35 minutes de route\n\n\n Agrigento. \nVille située à 120km du village. \n \nC’est l’une des principales citées du monde méditerranéen offrant de nombreux vestiges de magnifiques temples doriques qui dominaient la cité antique.\n\nDurée du trajet : 2 heures de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_sicily_ragusa", + "label": "Sicile - Raguse" + } + }, + "full_title": "Kamarina Hotel", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "KAHC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Kamarina Hotel", + "capacity_max": 376, + "accommodations_introduction": { + "description": "L’hôtel, édifice moderne, est situé au cœur d’un jardin méditerranéen. Les chambres s’ouvrent sur des balcons. Il fait bon y lézarder et s’enivrer des essences de la végétation et de la mer. Sur le toit, ne ratez pas le bar « Roof garden » pour y déguster un San Bitter, l’apéritif typiquement italien et les olives de la région.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/32977-d84pddslbp-swhr.jpg" + ], + "rooms_count": 152 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kamarina-hotel/y" + } + ] + }, + { + "id": "VISC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VISC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + }, + { + "id": "AREA_VISC_E5T", + "label": "Espace Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/80599-5fjwu2smen-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_VISC.pdf" + }, + "description_title": "Dévaler les pistes cultes d'une station branchée", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro. \n\n\nProfitez des environs du Village de Val d’Isère pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n \nEn Savoie, dans la Haute Tarentaise, la station de Val d’Isère dans le massif de la Vanoise, accueille chaque année les épreuves de la coupe du monde de ski alpin.\n\n\n\nA découvrir …Le vieux village de Val d’Isère avec son église baroque Saint Bernard de Menthon, ses chapelles du Fornet, du Laisinant, du Joseray, de la Daille, ainsi que ses grands chalets de pierre aux balcons de bois sculpté.\n \nLe Club Med de Val d’Isère est situé : \n \n- A 6 km de Tignes, station de ski implantée à plus de 2 000 mètres d’altitude, internationalement réputée pour son domaine skiable\n\n- A 90 km de la ville d’Albertville qui a accueilli les Jeux Olympiques en 1992." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_val_d_isere", + "label": "Savoie - Val d'Isère" + } + }, + "full_title": "VAL d'ISERE", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "VISC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Val d'Isère", + "capacity_max": 568, + "accommodations_introduction": { + "description": "Vous aimez le ski quand il rime avec défi sportif et station chic ? Val d’Isère est pour vous. Ici vous skiez dans les traces des plus grands champions dans un village savoyard à la douce harmonie. L’hôtel haut de 4 étages au cœur de la montagne est chaleureux et cosy. Les chanceux de l’Espace 5 tridents font le plein de soleil sur la terrasse ou dans le bain à remous extérieur.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 215 + }, + "product_line": ["CORE", "EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/val-d-isere/y" + } + ] + }, + { + "id": "MCHC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_MCHC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_MCHC.pdf" + }, + "description_title": "Séjour à Méribel dans le Resort de Méribel Le Chalet , des vacances au cœur de la Savoie authentique", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Le Français\n \n- Monnaie : L’Euro.\n\n\n\nProfitez des environs du Village Club Med de Méribel pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\n\nLa station de Meribel, 1 450 m, située au coeur des 3 Vallées, reste est en totale harmonie avec l’environnement montagnard de la région.\n\n\nA découvrir, grâce aux navettes de la station les villages de Méribel :\n\n- Meribel les Allues, village à 1 100 m d'altitude, au caractère authentique, situé juste avant le coeur de la station\n\n- Meribel Village, village traditionnel, à 1 400 m d'altitude, situé sur la route de la Tania et son architecture en totale harmonie avec l'environnement ses chalets\n\n- Meribel-Mottaret, à 1 850 m d'altitude, situé en aval de la réserve naturelle et du lac de Tuéda.\n\n \n\nLe Club Med de Meribel est situé à : \n\n- à 30 km d’Albertville, ville olympique qui porte également le label « Ville d’art et d’histoire\"\n\n- à 40 km de l’authentique village savoyard de Bonneval classé parmi les 151 plus beaux villages de France au coeur du parc naturel de la Vanoise.\n\n\n\nLes Club Med de Méribel l’Antares et le Chalet sont distants de quelques centaines de mètres." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_meribel", + "label": "Savoie - Méribel" + } + }, + "full_title": "Méribel le Chalet", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "MCHC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Méribel le Chalet", + "capacity_max": 68, + "accommodations_introduction": { + "description": "Ici vous êtes presque comme à la maison. Pratiquer les sports d’hiver dans l’un des plus intimes des Resort du Club Med est une expérience à part. Les chambres réparties dans un chalet de 4 étages célèbrent la montagne. A l’intérieur, le bois, les matières douces, les couleurs chatoyantes et les codes traditionnels des Alpes cohabitent dans une parfaite harmonie.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 34 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/meribel-le-chalet/y" + } + ] + }, + { + "id": "KAMC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_KAMC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33283-mm71lh8vx7-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33418-vb7a2jefmh-swhr.jpg" + ], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_KAMC.pdf" + }, + "description_title": "Goûtez à la douceur du Sud de la Sicile", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots \n\n\n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien\n \n- Monnaie : Euro.\n\n\n\nProfitez des environs du Village de Kamarina pour découvrir au cours de votre séjour en Sicile, la beauté et les richesses culturelles de la région.\n \nLa Sicile est la plus grande île de la Méditerranée.\n De nombreuses villes historiques sont situées à proximité du Village :\n\n\n- Santa Croce Camerina. \n Ville située à 11km du village.\n\nMusée archéologique de Kamarina. Réalisé sur les ruines de la cité grecque de Kamarina, sous colonie de Syracuse fondée en 598 av. J.C. Très belle collection sous-marine ou encore d’amphores du monde antique…\n\nDurée du trajet : 13 minutes de route\n\n\n- Cava d’Ispica. \nVille située à 25km du Village.\n\nSite archéologique situé dans le fond d’un canyon dans un cadre naturel exceptionnel des hauts plateaux ibléens. Entre nécropoles préhistoriques, catacombes chrétiennes, oratoires rupestres…on découvre les maquis, la végétation méditerranéenne. \n\nDurée du trajet : 35 minutes de route\n\n\n- Ragusa. \nVille située à 29km du village.\n\n Inscrite au Patrimoine Mondial de l’Humanité par l’Unesco en 2002, Raguse est un endroit idéal pour les amoureux d’histoire et de la mer. Parmi les monuments à découvrir, la cathédrale di San Giovanni Battista ou encore le musée archéologique Ibleo. \n\nDurée du trajet : 35 minutes de route\n\n\n Agrigento. \nVille située à 120km du village. \n \nC’est l’une des principales citées du monde méditerranéen offrant de nombreux vestiges de magnifiques temples doriques qui dominaient la cité antique.\n\nDurée du trajet : 2 heures de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_sicily_ragusa", + "label": "Sicile - Raguse" + } + }, + "full_title": "Kamarina", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "KAMC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Kamarina", + "capacity_max": 1943, + "accommodations_introduction": { + "description": "Déambuler dans les ruelles fleuries du Villagio. Chercher l’ombre des bougainvilliers, des oliviers et des palmiers. S’amuser à reconnaître les essences méditerranéennes. Bienvenue dans ce petit hameau sicilien fait de petites maisonnettes de pierres, hautes d’un petit étage. Immergé dans une végétation généreuse, vivez à l’heure sicilienne.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Kamarina/33397-l6fv5r56rn-swhr.jpg" + ], + "rooms_count": 689 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kamarina/y" + } + ] + }, + { + "id": "MANC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_MANC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_MANC.pdf" + }, + "description_title": "Séjour à Méribel dans le Resort de Méribel l'Antarès, raffinement et plaisirs de la glisse en Savoie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Le Français\n \n- Monnaie : L’Euro.\n\n\n\nProfitez des environs du Village Club Med de Méribel pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\n\nLa station de Meribel, 1 450 m, située au coeur des 3 Vallées, reste est en totale harmonie avec l’environnement montagnard de la région.\n\n\nA découvrir, grâce aux navettes de la station les villages de Méribel :\n\n- Meribel les Allues, village à 1 100 m d'altitude, au caractère authentique, situé juste avant le coeur de la station\n\n- Meribel Village, village traditionnel, à 1 400 m d'altitude, situé sur la route de la Tania et son architecture en totale harmonie avec l'environnement ses chalets\n\n- Meribel-Mottaret, à 1 850 m d'altitude, situé en aval de la réserve naturelle et du lac de Tuéda.\n\n \n\nLe Club Med de Meribel est situé à : \n\n- à 30 km d’Albertville, ville olympique qui porte également le label « Ville d’art et d’histoire\"\n\n- à 40 km de l’authentique village savoyard de Bonneval classé parmi les 151 plus beaux villages de France au coeur du parc naturel de la Vanoise.\n\n\n\nLes Club Med de Méribel l’Antares et le Chalet sont distants de quelques centaines de mètres." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_meribel", + "label": "Savoie - Méribel" + } + }, + "full_title": "Méribel l'Antarès", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "MANC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Méribel l'Antarès", + "capacity_max": 140, + "accommodations_introduction": { + "description": "La montagne est belle depuis cet impressionnant chalet traditionnel. Son bardage en bois cuivré contraste avec les sapins de la plus belle manière. La décoration intérieure du Resort, respecte les codes classiques des grands \nhôtels : c’est le vrai chic à la française. \nRéparties sur 5 étages, les chambres sont pour la plupart exposées plein sud.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 70 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/meribel-l-antares/y" + } + ] + }, + { + "id": "VSOC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VSOC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Séjour à Villars-sur-Ollon, un palace dédié aux familles au coeur des Alpes vaudoises", + "destination": { + "countries": [ + { + "id": "CH", + "label": "Suisse", + "description": "La Suisse en quelques mots\n\n\n- Appellation officielle : Confédération suisse ou helvétique, composée de 26 cantons\n\n- Superficie: 41 285 Km2 dont 1289 km2 de lacs\n\n- Capitale : Berne\n\n- Langue officielle : Allemand, Français, Italien, Romanche\n \n- Monnaie : Le Franc Suisse.\n\n\n\nProfitez des environs du Village de Villars-sur-Ollon pour découvrir au cours de votre séjour en Suisse, la beauté et les richesses culturelles de la région.\n\n \nA 1300 mètres d’altitude au coeur des Alpes Vaudoises, la cosmopolite station de Villars-sur-Ollon, offre une vue incomparable sur les Dents-du-Midi et le massif du Mont Blanc.\n\nLe Club Med de Villars-sur-Ollon est situé :\n\n\n- à 15 km d’Aigle, ses vignes, son château et sa gare ferroviaire passage obligé pour rejoindre les différentes stations alpines\n\n- à 20 min par le train rouge du col de Bretaye\n\n- à 15 km des mines de sel à Bex, pour découvrir les différentes techniques d’exploitation utilisées depuis la 1ere galerie à nos jours \n\n- à 45 min, depuis Aigle, des Diablerets et son Glacier qui culmine à 3000 mètre d’altitude (sommet le plus élevé des Alpes Vaudoises)." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_canton_of_vaud", + "label": "Canton de Vaud" + } + }, + "full_title": "Villars-sur-Ollon", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "VSOC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Villars-sur-Ollon", + "capacity_max": 497, + "accommodations_introduction": { + "description": "Le \"Villars Palace\" a tout le charme et le confort d'un palace à l'ancienne dont le restaurant, le hall et le théâtre sont classés monuments historiques. \nL'hôtel propose une grande diversité de chambres, 215 chambres au total, réparties sur 6 étages (avec ascenseur) dont certaines en rez-de-jardin.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 215 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/villars-sur-ollon/y" + } + ] + }, + { + "id": "APLC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_APLC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Aime_la_Plagne/70618-w1yfw4c5bb-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Aime_la_Plagne/70618-w1yfw4c5bb-swhr.jpg" + ], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_APLC.pdf" + }, + "description_title": "Un séjour à la neige face au mont-Blanc.", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Le Français\n \n- Monnaie : L’Euro.\n\n\n\nProfitez des environs du Village d’Aime la Plagne pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n\n\nFace au Mont-Blanc et au massif du Beaufortin, La Plagne est une station de sports d'hiver située en Savoie, dans la Vallée de la Tarentaise.\nLa Plagne est répartie sur plusieurs sites d’altitudes, partagés entre :\n\n\n- des villages aux couleurs savoyardes et traditionnelles (la Plagne Montalbert, Montchavin, Les Coches, Champagny en Vanoise)\n\n- des infrastructures urbaines et modernes pour les passionnés de glisse, et reliées entre elles par des navettes sans supplément (Plagne 1800 m, Plagne Bellecote 1930 m, Plagne centre 1970 m, Belle Plagne, Plagne Village, Plagne Soleil 2050 m, Plagne 2100 m).\n\n\nLes Club Med de La Plagne 2100 et d'Aime la Plagne sont distants de quelques centaines de mètres." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_aime_la_plagne", + "label": "Savoie - Aime La Plagne" + } + }, + "full_title": "Aime la Plagne", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "APLC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Aime la Plagne", + "capacity_max": 484, + "accommodations_introduction": { + "description": "Retrouvez l’atmosphère conviviale et l’esprit chalet à la montagne. Avec ses boiseries, ses couleurs chaudes, les chambres sont à la fois contemporaines et chaleureuses. Réparties sur deux bâtiments dont le plus grand comporte 7 étages, elles offrent toutes une vue dégagée sur la montagne, avec le soleil le matin ou l’après-midi.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 240 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/aime-la-plagne/y" + } + ] + }, + { + "id": "DALC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_DALC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Un séjour aux Deux-Alpes au pied du glacier Meije pour les amateurs de ski", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n\n- Superficie : 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\n\n\nProfitez des environs du Village des Deux Alpes pour découvrir au cours de votre séjour en Isère, la beauté et les richesses culturelles de la région. \n\n\nLe Village des Deux Alpes est situé à 1650m d’altitude dans le massif de l’Oisans dont le domaine skiable monte jusqu’à 3600m d’altitude. \n\n\nAux alentours du Club Med des Deux Alpes vous pourrez découvrir :\n\n\n- Les Deux Alpes. La station possède l’un des plus grands glaciers skiables d’Europe. C’est l’une des premières stations de ski en France. En 1998 et 2002, la ville a accueilli le Tour de France cycliste comme ville d’arrivée de l’étape \n\n\n- De nombreux Villages typiques sont situés aux alentours : Auris-en-Oisans, Huez-en-Oisans, La Garde, Oz-en-Oisans, Vaujany, et Villard Reculas \n\n\n- Grenoble, ville située à 65 km, la 3è commune de la région Rhône Alpes abritant de nombreux édifices religieux, de grands espaces verts, des salles de spectacle et un patrimoine gastronomique très riche." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_isere", + "label": "Isère - Les Deux Alpes" + } + }, + "full_title": "Les Deux Alpes", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "DALC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Deux Alpes", + "capacity_max": 498, + "accommodations_introduction": { + "description": "Dans cet hôtel de 8 étages, des chambres à la décoration intérieure chaleureuse.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 249 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/les-deux-alpes/y" + } + ] + }, + { + "id": "AHSC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_AHSC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_AHSC.pdf" + }, + "description_title": "Séjour à l'Alpe d' Huez, soleil, sensations dans les Alpes du sud", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n\n- Superficie : 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\n\n\nProfitez des environs du Village de l’Alpe d’Huez la Sarenne pour découvrir au cours de votre séjour en Isère, la beauté et les richesses culturelles de la région. \n\n\nLa station de l’Alpe d’Huez fait partie d’un des plus grands domaines skiables en France avec 237 kms de pistes de ski alpin ou encore 50 km de pistes de ski de fond. \n\n\nDepuis le Club Med de l’Alpe d’Huez la Sarenne, des navettes vous permettent de vous baladez et découvrir les villages environnants :\n\n\n- L’Alpe d’Huez. \n Le Village possède une très belle église moderne et originale, l’église Notre-Dame des neiges, vous pourrez aussi visiter la grotte de glace renfermant de très belles sculptures sur glace mais aussi un altiport construit à l’occasion des 10é Jeux Olympiques d’hiver de Grenoble en 1968. Tous les ans, au mois de janvier, a également lieu le Festival international du film de comédie\n\n\n- De nombreux villages typiques, sont situés aux alentours :\n Auris-en-Oisans, Huez-en-Oisans, La Garde, Oz-en-Oisans, Vaujany, et Villard Reculas\n\n\n- Grenoble.\nVille située à 65 km, 3è commune de la région Rhône Alpes abrite de nombreux édifices religieux, de grands espaces verts, des salles de spectacle et un patrimoine gastronomique très riche." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_isere_l_alpe_d_huez", + "label": "Isère - L'Alpe d'Huez" + } + }, + "full_title": "L'Alpe d'Huez la Sarenne", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "AHSC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "L'Alpe d'Huez la Sarenne", + "capacity_max": 770, + "accommodations_introduction": { + "description": "Descendre la Sarenne, la plus longue piste noire du monde, est un vrai challenge. Après un tel effort, trouvez le réconfort dans les chambres simples et fonctionnelles des bâtiments Sarenne ou Marmotte. La montagne s’impose à vous où que vous soyez, n’oubliez pas que vous êtes à 1850 mètres d’altitude au cœur d’anciens alpages.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 364 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/l-alpe-d-huez-la-sarenne/y" + } + ] + }, + { + "id": "SAMC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SAMC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_SAMC.pdf" + }, + "description_title": "Corse, paysages sauvages et odeurs de maquis", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La Corse en quelques mots \n\n- Superficie: 8 680 km²\n\n- 2 Départements : \n Haute-Corse : préfecture Bastia / Corse du Sud : préfecture Ajaccio\n \n- Langue officielle : \n le Français et langue régionale Corse\n\n- Monnaie : Euro. \n\n\nProfitez des environs du Village de Sant’Ambroggio pour découvrir au cours de votre séjour en Haute Corse, la beauté et les richesses culturelles de la région.\nA proximité : \n- A 15 km du Village, Calvi, capitale de la Balagne. Sur un promontoire rocheux, dominant la ville, découvrez la citadelle et ses nombreux monuments : l’oratoire Saint-Antoine, la poudrière, la caserne Sampiero et la maison de Christophe Colomb.\n- A 82 km du Village, Découvrez Bastia, la vieille ville « Terra Vecchia « à travers ses églises, les quais du vieux port.\n- A 120 km du Village, le Cap Corse avec ses villages de pêcheurs et ses hameaux perchés sur les hauteurs.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_corsica_sant_ambroggio", + "label": "Corse (Sant'Ambroggio)" + } + }, + "full_title": "Sant'Ambroggio", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "SAMC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Sant'Ambroggio", + "capacity_max": 580, + "accommodations_introduction": { + "description": "La Corse n’en finit pas d’émerveiller. Vous êtes ici dans un écrin typique et authentique de cette “île de beauté” bordée par la Méditerranée. Composé d’une multitude de maisonnettes mitoyennes à un étage, le Resort a tout d’un véritable village corse avec le maquis à deux pas. Immergez-vous dans ces paysages sauvages.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 290 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/sant-ambroggio/y" + } + ] + }, + { + "id": "CRGC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_CRGC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Cargese/18892-bard5fppyp-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Cargese/18892-bard5fppyp-swhr.jpg" + ], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CRGC.pdf" + }, + "description_title": "Un séjour à Cargèse, au nord d'Ajaccio pour de parfaites vacances en famille", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La Corse en quelques mots \n\n\n- Superficie: 8 680 km²\n\n- 2 Départements : \n Haute-Corse : préfecture Bastia / Corse du Sud : préfecture Ajaccio\n \n- Langue officielle : \n le Français et langue régionale Corse\n\n- Monnaie : Euro. \n\n\nProfitez des environs du Village de Cargèse pour découvrir au cours de votre séjour en Haute Corse, la beauté et les richesses culturelles de la région.\n \nA proximité : \n- A 7 km du Village, découvrez Cargèse avec ses églises grecques et latines ainsi que son port de pêche et de plaisance\n \n- A 50 km du Village, Ajaccio la cité impériale où le musée Fesch regroupe la plus importante collection de tableaux de la Renaissance Italienne\n \n- A 20 km du Village, découvrez également les Calanche de Piana, les réserves naturelles de Girolata et Scandola, sites inscrits sur la liste du Patrimoine Mondial de l’Unesco." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_corsica", + "label": "Corse " + } + }, + "full_title": "Cargèse", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "CRGC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cargèse", + "capacity_max": 840, + "accommodations_introduction": { + "description": "Au cœur d’une anse au sable doré et à la mer d’un bleu intense : bienvenue à Cargèse. Avec leurs toits de couleur verte, les bungalows du Resort semblent vouloir jouer à cache-cache dans cette nature dense. Disséminés à flanc de colline, ils se font discrets en ne comptant qu’un étage.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 420 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/cargese/y" + } + ] + }, + { + "id": "AVOC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_AVOC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/72082-we3xrps4c1-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Séjour à Avoriaz au Club Med, un Resort au pied d'un immense domaine Franco-Suisse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\n\n\nEn Haute-Savoie, à 1 800 mètres d’altitude, en plein coeur du domaine skiable des Portes du Soleil, Avoriaz est une station piétonne complètement intégrée au domaine skiable, où l'on se promène skis aux pieds, à pieds ou bien en calèche.\n\n\nLe Club Med d’Avoriaz est situé :\n\n- A 46 km de Thonon-les-Bains, ville réputée pour ses thermes\n\n- A 83 km de Chamonix Mont-Blanc, station de renommée internationale." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_avoriaz", + "label": "Haute-Savoie - Avoriaz" + } + }, + "full_title": "Avoriaz", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "AVOC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Avoriaz", + "capacity_max": 496, + "accommodations_introduction": { + "description": "Séjourner dans cet hôtel de 248 chambres, au style raffiné, c'est profiter d'un cadre typiquement montagnard, avec ses anciens objets savoyards chinés, et d'une ambiance dépaysante.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 248 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/avoriaz/y" + } + ] + }, + { + "id": "NAPC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_NAPC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Séjour à Napitia, en Calabre pour des vacances authentiques en famille dans l'Italie du Sud", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie", + "description": "L’Italie en quelques mots \n\n\n\n- Superficie : 301 300 km²\n\n- Capitale : Rome \n\n- Langue officielle : Italien \n \n- Monnaie : Euro. \n\n\n\nProfitez des environs du Village de Napitia pour découvrir au cours de votre séjour en Italie, la beauté et les richesses culturelles de la région. \n\n\nVilles historiques situées à proximité :\n\n\n- Pizzo Calabro : \n Ville située à 12km du village.\n\nPetit Village d’origine médiévale construit en second lieu sur les\nRuines de Napitia. Elle fut détruite au cours du IV siècle avant J.C. suite à l'attaque des Saraceni mais, les survivants, la reconstruisirent au début du X siècle. Surplombant la mer, son centre historique est un dédale de ruelles très animées durant l’été. Les promenades dans le centre historique offres des vues panoramiques remarquables. Le Village est aussi connu pour abriter la petite église de Piedigrotta, construite dans le tuf, en face de la plage, à la fin du XVIIe siècle \n\n\n- Lamezia Terme : \n Ville située à 18km du village.\n\nCette commune est culturellement très riche. Outre les ruines du château, les ruines de l’abbaye Santa Maria, la zone archéologique de Terina, la nature est très présente avec notamment le jardin botanique. \n\nDurée du trajet : 25 minutes de route \n\n\n- Vibo Valentia :\n Ville située à 20km du village.\n\nLa ville conserve un véritable centre historique. L’ensemble est dominé par le Grand Castello Normanno (château normand) avec le musée archéologique national. D’autres monuments historiques sont aussi à visiter comme la Cathédrale, l’église du Rosaire ou encore les ruines de la ville grecque. \n\nDurée du trajet : 30 minutes de route." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_calabria", + "label": "Calabre" + } + }, + "full_title": "Napitia", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "NAPC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Napitia", + "capacity_max": 1284, + "accommodations_introduction": { + "description": "Le Resort se situe au coeur d’une pinède dont la végétation dense ravit les amateurs de nature. Les chambres sont réparties dans des petits hôtels de maximum 4 étages couverts de bougainvilliers. Ils répondent aux doux noms de Hibiscus, Magnolia, Eucalyptus, Magnolia et Russelia. D’autres chambres sont logées dans des bungalows appelés \"Stecche\", ils sont immergés dans la nature.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Napitia/38929-lt6jobnv6h-swhr.jpg" + ], + "rooms_count": 585 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/napitia/y" + } + ] + }, + { + "id": "ITAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_ITAC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ITAC.pdf" + }, + "description_title": "Partez sur l'île d'Itaparica au Brésil, véritable paradis terrestre à 1h de Salvador de Bahia", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil", + "description": "Le Brésil en quelques mots :\n- Superficie : 8 514 876 km²\n- Capitale : Brasilia\n- Langue officielle : Portugais\n- Monnaie : Réal\n\n\nProfitez des environs du Club Med d’Itaparica pour découvrir au cours de votre séjour au Brésil, la beauté et les richesses culturelles de la région.\nVilles situées à proximité :\n\n\n- Bom Despacho :\nVille située à 12km. \nDurée de trajet : 15 minutes de route.\n\n\n- Mar Grande : \nVille située à 13km .\nLa journée comme le soir, Mar Grande est une ville en mouvement. Le centre du village est très agréable, de même que la plage où vous pourrez en profiter pour vous baigner.\nDurée de trajet: 15 minutes de route.\n\n\n- Itaparica : \nVille située à 18km.\nLa ville, située dans la baie de tous les Saints est la capitale de l’île d’Itaparica. Très prisée des brésiliens, cette station balnéaire est réputée pour ses belles plages et aussi comme station thermale grâce à son eau minérale.\nA voir : Ruines de la 3ème église construite au Brésil, la fontaine de Jouvence, le fort São Lourenço et le centre historique d'Itaparica.\nDurée de trajet : 20 minutes de route.\n\n\n- Morro de São Paulo :\nA voir : La forteresse construite en 1830. Les plages désertes creusées de piscines naturelles ou les bancs de sable à fleur d'eau, découverts à marée basse.\n\n\n- Salvador :\nVille située à 60km .\nLa capitale de l’Etat de Bahia est située au bord d’une très belle baie nichée dans les terres. Cette ville, unique au Brésil, se compose de la ville haute, où se concentre une grande ferveur populaire et la ville basse, réunissant le quartier des affaires et des commerces .De magnifiques plages s’étendent également tout le long de la côte sud de la ville.\nA voir : Les églises du Bonfim et Saint François d'Assises, du Fort Mont Serrat, du phare de Barra et sa célèbre plage.\nLe vieux quartier du Pelourinho, d'aspect colonial et coloré. Le marché Modelo.\nDurée du trajet: 1h30 par la route et en ferry." + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "REGION_state_of_bahia_itaparica", + "label": "Etat de Bahia - Itaparica" + } + }, + "full_title": "Itaparica", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "ITAC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Itaparica", + "capacity_max": 668, + "accommodations_introduction": { + "description": "Ici flotte l’esprit de Bahia, cœur afro-américain du Brésil. Cette magie n’en finit pas de se répandre sur le Resort où tout n’est qu’harmonie. La lagune, la cocoteraie, l’artisanat brésilien et le sourire des locaux, vous vivez un rêve. Ici, les chambres sont réparties dans de jolis petits édifices de couleur ocre suspendus sur la lagune.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 234 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/itaparica/y" + } + ] + }, + { + "id": "YABC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "AREA_YABC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/174082-vxi8d0a46m-swhr.jpg", + "surroundings_images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/174070-cec354nev9-swhr.jpg"], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Yabuli/94540-dx1da2vmsg-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_YABC_SUMMER.pdf" + }, + "description_title": "Respirez l'air pur en famille", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine en quelques mots :\n\n- Superficie : 9 707 000 km²\n- Capitale : Beijing\n- Langue officielle : Mandarin, Cantonais\n- Monnaie : Yuan.\n\nProfitez des environs du Resort de Yabuli pour découvrir au cours de votre séjour en Chine, la beauté et les richesses culturelles de la région.\n\nLa Chine comprend une immense variété de paysages et une multitude de villes et villages riches de monuments de renommée internationale, d’une architecture ancienne, de palais, de jardins impériaux et des temples, de magnifiques édifices et de jardins d’agréments. \n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_heilongjiang", + "label": "Heilongjiang" + } + }, + "full_title": "Yabuli", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "YABC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "YABC_WINTER", + "title": "Yabuli", + "capacity_max": 976, + "accommodations_introduction": { + "description": "Les chambres modernes au mobilier en bois épuré et aux tons naturels donnent sur la montagne et la réserve naturelle environnantes. Ce Resort spacieux est idéal pour passer de bons moments en famille.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 260 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/yabuli/s" + } + ] + }, + { + "id": "KIPC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [ + { + "id": "area_KPIC_exclusive_collection", + "label": "Espace 4T", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kiroro_Peak/433341-1p0gu7d4tr-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kiroro_Grand/369814-pos1a31ga0-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kiroro_Grand/369814-pos1a31ga0-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kipc_summer.pdf" + }, + "description_title": "Découvrez l'authentique Hokkaïdo", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en bref\n\n- Superficie : 377 900 km²\n\n- Capitale : Tokyo\n \n- Langue officielle : japonais \n\n- Monnaie : Yen \n\nProfitez de votre séjour pour partir à la découverte de la beauté naturelle et de la culture fascinante de la région.\n\nPrès du village, vous trouverez : \n\nla ville côtière d'Otaru\nà 28 km du Club Med\nUne ville côtière connue pour sa verrerie, ses fabriques de lampes à huile, ses boîtes à musique et ses distilleries de saké.\nTemps de trajet : 40 minutes en voiture\n\u000b\nUpopoy, musée et parc national du peuple Aïnou\nà 147 km du Club Med\nUn musée destiné à promouvoir et à sensibiliser le public à la culture, à l'histoire et à l'artisanat traditionnel des Aïnous (peuple indigène qui fut le premier à s'installer à Hokkaido).\nTemps de trajet : 2 heures en voiture\n\u000b\nHopi Hills\n à 6,5 km du Club Med\n Sur plus de 40 hectares, dans la campagne d'Hokkaido, approchez des animaux de la ferme, participez à un atelier ou dégustez de délicieux plats préparés à partir d'ingrédients cultivés sur place.\n Temps de trajet : 10 minutes en voiture\n\u000b\nDistillerie Yoichi\n à 35 km du Club Med\n Connu comme l'un des meilleurs whiskies single mat, plongez dans l'histoire du whisky Nikka et découvrez le processus de fabrication du whisky.\n Temps de trajet : 40 minutes en voiture\n\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido_2", + "label": "Hokkaido" + } + }, + "full_title": "Kiroro Peak", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "KIPC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "KIPC_WINTER", + "title": "Kiroro Peak", + "capacity_max": 327, + "accommodations_introduction": { + "description": "Niché au cœur d'une nature préservée, le Resort mixe tradition japonaise et art avant-gardiste. Des tatamis à la calligraphie, chaque chambre se démarque par un design unique.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 126 + }, + "product_line": ["EXCLUSIVE_COLLECTION"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kiroro-peak/s" + } + ] + }, + { + "id": "VLPC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_VLPC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/70252-v1vnr8labm-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/70252-v1vnr8labm-swhr.jpg" + ], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vlpc.pdf" + }, + "description_title": "Sport et thermalisme dans un océan de verdure", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Vittel pour découvrir au cours de votre séjour dans les Vosges la beauté et les richesses culturelles de la région. \n\nA Vittel :\n \n- Musée du Patrimoine et du Thermalisme : ce musée raconte l’histoire de Vittel, la découverte de la source thermale en 1854 \n\n- Les Jardins de la Terre, situés au coeur du parc thermal de Vittel, au-dessus des nappes phréatiques\n\n- La Vigie de l’Eau, espace de culture scientifique dédiée à l’eau avec des expositions permanentes, des ateliers et la Cyberthèque\n\n- L’église Saint-Remy, inscrite aux Monuments historiques en 1926.\n\nA Nancy, à 90 km du Village :\n\n- Les places Stanislas et de la Carrière et d’Alliance inscrites au Patrimoine Mondial de l’Unesco." + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "REGION_lorraine", + "label": "Lorraine" + } + }, + "full_title": "Vittel le Parc", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "VLPC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Vittel le Parc", + "capacity_max": 927, + "accommodations_introduction": { + "description": "Le Grand Hôtel de Vittel, joyau de l’architecture anglo-normande des années 30, séduit encore et toujours. Avec ses hauts plafonds, ses salles de bain rétro et ses cheminées en marbre, le charme des chambres demeure. Laissez-vous porter par cette vie de château et vagabondez dans ce parc aux arbres centenaires. Un Resort au patrimoine saisissant.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Vittel_Ermitage/70159-nsq2c667m5-swhr.jpg" + ], + "rooms_count": 363 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/vittel-le-parc/y" + } + ] + }, + { + "id": "CRNATV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Martinique/Les_Boucaniers/490818-roh24j3f6t-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Costa_Rica/Circuits___Escapade/505619-4uas34osf5-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_crnatv.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CR", + "label": "Costa Rica" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4290, + "per_trip_with_fees": 4300, + "per_night": 390, + "per_night_with_fees": 391 + }, + "best_price": { + "per_trip": 4290, + "per_trip_with_fees": 4300, + "per_night": 390, + "per_night_with_fees": 391 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250311", + "arrival_date": "20250311", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Natura verde", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/natura-verde/y" + } + ] + }, + { + "id": "KETESA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/505184-cwxknm243e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/505310-aeeolxbqmb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ketesa.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KE", + "label": "Kenya" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3490, + "per_trip_with_fees": 3500, + "per_night": 582, + "per_night_with_fees": 584 + }, + "best_price": { + "per_trip": 3490, + "per_trip_with_fees": 3500, + "per_night": 582, + "per_night_with_fees": 584 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250525", + "arrival_date": "20250525", + "stay_duration": 6, + "total_duration": 6, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Comme aux premiers matins du monde, vous découvrez au fil des safaris la savane aux bruissements sauvages et inconnus. Vous entendez l'appel des éléphants, surprenez la course des léopards et enviez les lions alanguis au soleil. La réserve protégée du Masai Mara, territoire du peuple Masai, vous ouvre ses plaines infinies où gambadent gnous, zèbres et gazelles. ", + "sibling_id": "", + "title": "Kenya terre sauvage", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/terre-sauvage/y" + } + ] + }, + { + "id": "VNPIND", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/123148-xbj2cyconj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/264238-wyaqse8ds3-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_VNPIND.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VN", + "label": "Vietnam" + }, + { + "id": "KH", + "label": "Cambodge" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2590, + "per_trip_with_fees": 2600, + "per_night": 288, + "per_night_with_fees": 289 + }, + "best_price": { + "per_trip": 2590, + "per_trip_with_fees": 2600, + "per_night": 288, + "per_night_with_fees": 289 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250508", + "arrival_date": "20250508", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Parfums d’Indochine", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/parfums-d-indochine/y" + } + ] + }, + { + "id": "COHOCO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Colombie/Circuits___Escapade/121543-gpmqx1whfm-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Colombie/Circuits___Escapade/505622-yxt0pgl3jp-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cohoco.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CO", + "label": "Colombie" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 399, + "per_night_with_fees": 400 + }, + "best_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 399, + "per_night_with_fees": 400 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250719", + "arrival_date": "20250719", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Holà Colombia", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/hola-colombia/y" + } + ] + }, + { + "id": "MAHEM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/505202-hut6spf0hg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/505313-f1ynghl738-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mahem.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "best_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250519", + "arrival_date": "20250519", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Au fil des villes impériales, les influences culturelles deviennent évidentes et les traditions locales se révèlent. Au Maroc, le soleil se couche sur douze siècles d’histoire, mais dont les témoignages vivants ne demandent qu’à être partagés. Vivez des expériences hautes en couleurs du bleu de Fès à Marrakech, la ville rouge en passant par le blanc écume d'Essaouira.", + "sibling_id": "", + "title": "Héritage marocain", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/heritage-marocain/y" + } + ] + }, + { + "id": "JPZEEX", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/505211-657d9pssvx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/505616-sbvj3w2rkd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_jpzeex.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 5190, + "per_trip_with_fees": 5200, + "per_night": 577, + "per_night_with_fees": 578 + }, + "best_price": { + "per_trip": 5190, + "per_trip_with_fees": 5200, + "per_night": 577, + "per_night_with_fees": 578 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250706", + "arrival_date": "20250706", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Archipel zen et Exposition Universelle", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/archipel-zen-et-exposition-universelle/y" + } + ] + }, + { + "id": "MXESYU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/530494-8l8ngtaywu-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/121456-j46uprenuv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mxesyu.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1840, + "per_trip_with_fees": 1850, + "per_night": 460, + "per_night_with_fees": 463 + }, + "best_price": { + "per_trip": 1840, + "per_trip_with_fees": 1850, + "per_night": 460, + "per_night_with_fees": 463 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250205", + "arrival_date": "20250205", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "La mer turquoise et le sable blanc de Cancún vous attendent pour une immersion au cœur de la civilisation maya entre les temples et les pyramides de Chichén Itzá et Tulum, avant de flâner au sein de Mérida, la « ville blanche ».", + "sibling_id": "", + "title": "Escapade dans le Yucatán", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-dans-le-yucatan/y" + } + ] + }, + { + "id": "THESKS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/197015-kh5apbkbfb-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Cambodge/Circuits___Escapade/280144-733vm479de-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_thesks.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TH", + "label": "Thaïlande" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1090, + "per_trip_with_fees": 1100, + "per_night": 218, + "per_night_with_fees": 220 + }, + "best_price": { + "per_trip": 1090, + "per_trip_with_fees": 1100, + "per_night": 218, + "per_night_with_fees": 220 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250404", + "arrival_date": "20250404", + "stay_duration": 5, + "total_duration": 5, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade nature à Khao Sok", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-nature-a-khao-sok/y" + } + ] + }, + { + "id": "LKESSR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/493346-ptwcfl2w5k-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122293-t0nj59c3r9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lkessr.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "LK", + "label": "Sri Lanka" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 690, + "per_trip_with_fees": 700, + "per_night": 138, + "per_night_with_fees": 140 + }, + "best_price": { + "per_trip": 690, + "per_trip_with_fees": 700, + "per_night": 138, + "per_night_with_fees": 140 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250930", + "arrival_date": "20250930", + "stay_duration": 5, + "total_duration": 5, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade au Sri Lanka", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-au-sri-lanka/y" + } + ] + }, + { + "id": "IDESBA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/530695-fu7gjqnuf0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/464379-euh9qys310-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_idesba.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1090, + "per_trip_with_fees": 1100, + "per_night": 218, + "per_night_with_fees": 220 + }, + "best_price": { + "per_trip": 1090, + "per_trip_with_fees": 1100, + "per_night": 218, + "per_night_with_fees": 220 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250630", + "arrival_date": "20250630", + "stay_duration": 5, + "total_duration": 5, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Bali", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-bali/y" + } + ] + }, + { + "id": "GRBCYC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123499-s7ve7cnknj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/342343-wn0iec861t-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_grbcyc.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3690, + "per_trip_with_fees": 3700, + "per_night": 528, + "per_night_with_fees": 529 + }, + "best_price": { + "per_trip": 3690, + "per_trip_with_fees": 3700, + "per_night": 528, + "per_night_with_fees": 529 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250503", + "arrival_date": "20250503", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Le bleu des Cyclades", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/le-bleu-des-cyclades/y" + } + ] + }, + { + "id": "GRLEDI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123511-cvbteq692w-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/316246-hhmyhlg946-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_grledi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 356, + "per_night_with_fees": 358 + }, + "best_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 356, + "per_night_with_fees": 358 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250419", + "arrival_date": "20250419", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "Du paysage grandiose des Météores aux sites légendaires chargés d'histoires et d'oracles, ce parcours combine idéalement la Grèce antique encore vivante et la richesse Byzantine. ", + "sibling_id": "", + "title": "Légendes des dieux", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/legendes-des-dieux/y" + } + ] + }, + { + "id": "GRESAI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/531175-5w5f2b1i5h-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/397492-dgk2ne9wch-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gresai.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 610, + "per_trip_with_fees": 620, + "per_night": 153, + "per_night_with_fees": 155 + }, + "best_price": { + "per_trip": 610, + "per_trip_with_fees": 620, + "per_night": 153, + "per_night_with_fees": 155 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250315", + "arrival_date": "20250315", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "A Athènes, vibrez au rythme de la capitale au savoureux cocktail de modernité et d'antiquité, que vous apprécierez avec vos papilles en dégustant de délicieux loukoums, Koulouris (pain rond au sésame), accompagnés de l'incontournable café grec. ", + "sibling_id": "", + "title": "Escapade à Athènes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-athenes/y" + } + ] + }, + { + "id": "ITNAP", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/467472-8rllffibyb-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/539356-x1krtvskim-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itnap.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2790, + "per_trip_with_fees": 2800, + "per_night": 465, + "per_night_with_fees": 467 + }, + "best_price": { + "per_trip": 2790, + "per_trip_with_fees": 2800, + "per_night": 465, + "per_night_with_fees": 467 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250718", + "arrival_date": "20250718", + "stay_duration": 6, + "total_duration": 6, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Napoli e mare", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/napoli-e-mare/y" + } + ] + }, + { + "id": "ITSAV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123682-puabber16x-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/538591-cjqtjeicpm-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itsav.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2890, + "per_trip_with_fees": 2900, + "per_night": 413, + "per_night_with_fees": 415 + }, + "best_price": { + "per_trip": 2890, + "per_trip_with_fees": 2900, + "per_night": 413, + "per_night_with_fees": 415 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250419", + "arrival_date": "20250419", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Saveurs du Sud et Trulli", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/saveurs-du-sud-et-trulli/y" + } + ] + }, + { + "id": "ITVSS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/178210-40kqdxrk3c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/466392-afxof8td4r-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itvss.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "best_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251005", + "arrival_date": "20251005", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "Entre mer et volcan, de sites archéologiques en églises médiévales, Syracuse, Taormine, Erice et Palerme… Des noms magiques, des paysages contrastés et trois mille ans de culture Méditerranéenne. ", + "sibling_id": "", + "title": "Vestiges et saveurs de Sicile", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/vestiges-et-saveurs-de-sicile/y" + } + ] + }, + { + "id": "ITFTO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/276493-4m9ssdfb8l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/342346-rcbqj7ppat-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itfto.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Flâneries toscanes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/flaneries-toscanes/y" + } + ] + }, + { + "id": "ITESVE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/197018-nj48rss4s2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/336298-mdiibvrpyu-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itesve.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Venise", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-venise/y" + } + ] + }, + { + "id": "ITEROM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123655-xwnyjdp5yw-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/397504-xens2e5rtj-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_iterom.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Rome", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-rome/y" + } + ] + }, + { + "id": "ITEES", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/463725-okl46alvi2-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itees.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Au sud de la Sicile, entre cités baroques, sites archéologiques de le Grèce antique et églises médiévales, Raguse, Syracuse ou Agrigente vous offrent un bouillon de culture et d’histoire Méditerranéenne. ", + "sibling_id": "", + "title": "Escapade en Sicile", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-en-sicile/y" + } + ] + }, + { + "id": "ESESSE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/390997-l3qfwrovyr-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/336292-x0tesw7eui-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_esesse.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 790, + "per_trip_with_fees": 800, + "per_night": 198, + "per_night_with_fees": 200 + }, + "best_price": { + "per_trip": 790, + "per_trip_with_fees": 800, + "per_night": 198, + "per_night_with_fees": 200 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250331", + "arrival_date": "20250331", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Une immersion dans l’atmosphère baignée de lumière Sévillane, pour profiter de l’énergie de la population andalouse, avant de découvrir Cordoue et sa fameuse mosquée-cathédrale, ou encore la belle Cadix bordant l’Océan Atlantique.", + "sibling_id": "", + "title": "Escapade à Séville", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-seville/y" + } + ] + }, + { + "id": "ESESMA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/493349-k4wmhwd9tc-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/397510-yeivwauit5-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_esesma.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 810, + "per_trip_with_fees": 820, + "per_night": 203, + "per_night_with_fees": 205 + }, + "best_price": { + "per_trip": 810, + "per_trip_with_fees": 820, + "per_night": 203, + "per_night_with_fees": 205 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250228", + "arrival_date": "20250228", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Madrid", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-madrid/y" + } + ] + }, + { + "id": "NOODE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Norvege/Circuits___Escapade/236675-iay486j6dq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Norvege/Circuits___Escapade/314452-b9epohgkeu-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_noode.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NO", + "label": "Norvège" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4690, + "per_trip_with_fees": 4700, + "per_night": 670, + "per_night_with_fees": 672 + }, + "best_price": { + "per_trip": 4690, + "per_trip_with_fees": 4700, + "per_night": 670, + "per_night_with_fees": 672 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250913", + "arrival_date": "20250913", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Ode aux fjords norvégiens", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/ode-aux-fjords-norvegiens/y" + } + ] + }, + { + "id": "PTBDF", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/178189-vw7yd8u971-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/237227-a3wcir5gha-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ptbdf.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2590, + "per_trip_with_fees": 2600, + "per_night": 370, + "per_night_with_fees": 372 + }, + "best_price": { + "per_trip": 2590, + "per_trip_with_fees": 2600, + "per_night": 370, + "per_night_with_fees": 372 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250928", + "arrival_date": "20250928", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Balade entre Douro et Fado", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/balade-entre-douro-et-fado/y" + } + ] + }, + { + "id": "PTMFO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123832-2i0ngm4wx1-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/178291-kcdk43x1e3-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ptmfo.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PT-30", + "label": "Madère " + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2090, + "per_trip_with_fees": 2100, + "per_night": 299, + "per_night_with_fees": 300 + }, + "best_price": { + "per_trip": 2090, + "per_trip_with_fees": 2100, + "per_night": 299, + "per_night_with_fees": 300 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250326", + "arrival_date": "20250326", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Madère fleur de l’océan", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/madere-fleur-de-l-ocean/y" + } + ] + }, + { + "id": "PTESLI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123826-p75o4e8i5c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/340708-jnef2gjhk4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ptesli.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 570, + "per_trip_with_fees": 580, + "per_night": 143, + "per_night_with_fees": 145 + }, + "best_price": { + "per_trip": 570, + "per_trip_with_fees": 580, + "per_night": 143, + "per_night_with_fees": 145 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250228", + "arrival_date": "20250228", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Trois jours sur le balcon de l'Atlantique pour découvrir l'âme de Lisboète et ses quartiers-villages en permanente ébullition. Le charme de la côte et les magnifiques plais de Sintra complèterons vos découvertes. ", + "sibling_id": "", + "title": "Escapade à Lisbonne", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-lisbonne/y" + } + ] + }, + { + "id": "SELAP", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Suede/Circuits___Escapade/530878-vd00sun0l8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Suede/Circuits___Escapade/347866-utf3vosidm-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_selap.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "SE", + "label": "Suède" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 6390, + "per_trip_with_fees": 6400, + "per_night": 913, + "per_night_with_fees": 915 + }, + "best_price": { + "per_trip": 6390, + "per_trip_with_fees": 6400, + "per_night": 913, + "per_night_with_fees": 915 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250220", + "arrival_date": "20250220", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Rêve en Laponie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/reve-en-laponie/y" + } + ] + }, + { + "id": "TRCVS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/465660-w6top6w4qt-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/466395-w6ea7unh7k-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_trcvs.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2290, + "per_trip_with_fees": 2300, + "per_night": 328, + "per_night_with_fees": 329 + }, + "best_price": { + "per_trip": 2290, + "per_trip_with_fees": 2300, + "per_night": 328, + "per_night_with_fees": 329 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250503", + "arrival_date": "20250503", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cappadoce et vallées secrètes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/cappadoce-et-vallees-secretes/y" + } + ] + }, + { + "id": "TREIS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/497939-ffopnt48sy-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/397519-dpal8rjgc7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_treis.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 390, + "per_trip_with_fees": 400, + "per_night": 98, + "per_night_with_fees": 100 + }, + "best_price": { + "per_trip": 390, + "per_trip_with_fees": 400, + "per_night": 98, + "per_night_with_fees": 100 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250314", + "arrival_date": "20250314", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Istanbul", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-istanbul/y" + } + ] + }, + { + "id": "CZCDD", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Hongrie/Circuits___Escapade/123589-01q9ypy6lq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Republique_Tcheque/Circuits___Escapade/237230-0m4ioyejw0-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_czcdd.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CZ", + "label": "République Tchèque" + }, + { + "id": "AT", + "label": "Autriche" + }, + { + "id": "SK", + "label": "Slovaquie" + }, + { + "id": "HU", + "label": "Hongrie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 570, + "per_night_with_fees": 572 + }, + "best_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 570, + "per_night_with_fees": 572 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250802", + "arrival_date": "20250802", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les cités du Danube", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-cites-du-danube/y" + } + ] + }, + { + "id": "HRMBA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Ecosse/Circuits___Escapade/123355-t2ddrweobs-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Croatie/Circuits___Escapade/242204-q274iaqpe6-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_hrmba.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "SI", + "label": "Slovénie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4290, + "per_trip_with_fees": 4300, + "per_night": 537, + "per_night_with_fees": 538 + }, + "best_price": { + "per_trip": 4290, + "per_trip_with_fees": 4300, + "per_night": 537, + "per_night_with_fees": 538 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250517", + "arrival_date": "20250517", + "stay_duration": 8, + "total_duration": 8, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Miroirs des Balkans", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/miroirs-des-balkans/y" + } + ] + }, + { + "id": "GBRECO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Ecosse/Circuits___Escapade/123403-am58o6kjgp-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Ecosse/Circuits___Escapade/466380-nr85xwqded-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gbreco.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GB-SCT", + "label": "Ecosse" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4990, + "per_trip_with_fees": 5000, + "per_night": 713, + "per_night_with_fees": 715 + }, + "best_price": { + "per_trip": 4990, + "per_trip_with_fees": 5000, + "per_night": 713, + "per_night_with_fees": 715 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250621", + "arrival_date": "20250621", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Le royaume d'Ecosse", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/le-royaume-d-ecosse/y" + } + ] + }, + { + "id": "USPACA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121801-kcrnx4njx0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/237953-3gsapnx6gg-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_USPACA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "US", + "label": "Etats-Unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grands Parcs et Californie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/grands-parcs-et-californie/y" + } + ] + }, + { + "id": "USESNY", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121705-79l1tn7g0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/419004-swswl1bnuc-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_usesny.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "US", + "label": "Etats-Unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à New York", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-new-york/y" + } + ] + }, + { + "id": "USESMI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121891-29d6l7syxx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/413554-dbucj96fye-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_usesmi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "US", + "label": "Etats-Unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Miami", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-miami/y" + } + ] + }, + { + "id": "CAGRN", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/128092-cejh298trn-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/369694-kxp6q1wpxl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cagrn.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 7590, + "per_trip_with_fees": 7600, + "per_night": 759, + "per_night_with_fees": 760 + }, + "best_price": { + "per_trip": 7590, + "per_trip_with_fees": 7600, + "per_night": 759, + "per_night_with_fees": 760 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250613", + "arrival_date": "20250613", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Canada grandeur nature", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/canada-grandeur-nature/y" + } + ] + }, + { + "id": "CAQNB", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/314632-rwyrfexxx1-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/314458-nvdc9bd1fg-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_caqnb.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "Après deux escales urbaines dans la dynamique Montréal et l’historique Québec▲, cap hors des sentiers battus vers le Nouveau Brunswick, sa nature en version XXL et sa beauté sauvage. Découvrez Hopewell Rocks ces rochers évoquant des champignons. Partagez la joie de vivre des Acadiens au Pays de la Sagouine, avant de déguster la spécialité de la province, le homard bleu.", + "sibling_id": "", + "title": "Québec et Nouveau Brunswick", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/quebec-et-nouveau-brunswick/y" + } + ] + }, + { + "id": "CATRAI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/295063-jfxbqg2y3s-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/298387-0p4vbi2rdq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_catrai.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De Niagara à Québec en train", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/de-niagara-a-quebec-en-train/y" + } + ] + }, + { + "id": "CUHVAR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 216 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121639-oevcr08mbf-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121441-l4nvkffql2-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Havane à Varadero", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/de-la-havane-a-varadero/y" + } + ] + }, + { + "id": "CAESMO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/226339-ehfnplp8ha-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/397477-1lwcrgbyvn-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_caesmo.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 590, + "per_trip_with_fees": 600, + "per_night": 197, + "per_night_with_fees": 200 + }, + "best_price": { + "per_trip": 590, + "per_trip_with_fees": 600, + "per_night": 197, + "per_night_with_fees": 200 + }, + "fee": { + "per_trip": 10, + "per_night": 4 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250314", + "arrival_date": "20250314", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Montréal", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-montreal/y" + } + ] + }, + { + "id": "CAESQU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/367885-fplkkn47m4-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/413545-1vkoco2hra-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_caesqu.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 660, + "per_trip_with_fees": 670, + "per_night": 220, + "per_night_with_fees": 224 + }, + "best_price": { + "per_trip": 660, + "per_trip_with_fees": 670, + "per_night": 220, + "per_night_with_fees": 224 + }, + "fee": { + "per_trip": 10, + "per_night": 4 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250201", + "arrival_date": "20250201", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Québec", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-quebec/y" + } + ] + }, + { + "id": "CAESTO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/420006-r1n5c7v3nm-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/464385-uh041phppw-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_caesto.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 790, + "per_trip_with_fees": 800, + "per_night": 264, + "per_night_with_fees": 267 + }, + "best_price": { + "per_trip": 790, + "per_trip_with_fees": 800, + "per_night": 264, + "per_night_with_fees": 267 + }, + "fee": { + "per_trip": 10, + "per_night": 4 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250430", + "arrival_date": "20250430", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Toronto et Niagara", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-toronto-et-niagara/y" + } + ] + }, + { + "id": "CLPAT2", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Chili/Circuits___Escapade/530869-w9xy38ssiv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Chili/Circuits___Escapade/121429-y2u24mhxbp-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_clpat2.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CL", + "label": "Chili" + }, + { + "id": "AR", + "label": "Argentine" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 6990, + "per_trip_with_fees": 7000, + "per_night": 699, + "per_night_with_fees": 700 + }, + "best_price": { + "per_trip": 6990, + "per_trip_with_fees": 7000, + "per_night": 699, + "per_night_with_fees": 700 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250328", + "arrival_date": "20250328", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Patagonie et croisière au bout du monde", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/patagonie-et-croisiere-au-bout-du-monde/y" + } + ] + }, + { + "id": "ECCOE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Equateur/Circuits___Escapade/121666-v1a81qtkf2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Equateur/Circuits___Escapade/237131-l79ekvf3go-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_eccoe.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EC", + "label": "Equateur" + }, + { + "id": "EC-W", + "label": "Galapagos" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleurs d'Équateur", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/couleurs-d-equateur/y" + } + ] + }, + { + "id": "GDODC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/107350-6wy7nkwgq0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Guadeloupe/Circuits___Escapade/208334-xqifyw0g3x-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gdodc.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1820, + "per_trip_with_fees": 1830, + "per_night": 260, + "per_night_with_fees": 262 + }, + "best_price": { + "per_trip": 1820, + "per_trip_with_fees": 1830, + "per_night": 260, + "per_night_with_fees": 262 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250614", + "arrival_date": "20250614", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Croisière au vent caribéen", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/croisiere-au-vent-caribeen/y" + } + ] + }, + { + "id": "GTMAYS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Guatemala_Honduras/Circuits___Escapade/121963-tbnkrvyis0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Guatemala_Honduras/Circuits___Escapade/262669-q92ixwwb3y-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_GTMAYS.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GT", + "label": "Guatemala" + }, + { + "id": "HN", + "label": "Honduras" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mystères mayas", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mysteres-mayas/y" + } + ] + }, + { + "id": "MXGTY", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122029-0pihook8w5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/121459-1kikmx4n2c-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mxgty.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2190, + "per_trip_with_fees": 2200, + "per_night": 313, + "per_night_with_fees": 315 + }, + "best_price": { + "per_trip": 2190, + "per_trip_with_fees": 2200, + "per_night": 313, + "per_night_with_fees": 315 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250503", + "arrival_date": "20250503", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand tour du Yucatán", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/grand-tour-du-yucatan/y" + } + ] + }, + { + "id": "MXMPCO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122014-yjrlufwnda-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/121462-3veoqcno57-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_MXMPCO.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mexique précolombien", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mexique-precolombien/y" + } + ] + }, + { + "id": "PEMERI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122062-78hepgkyql-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/105262-2vv4ylmfny-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_pemeri.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PE", + "label": "Pérou" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles Incas", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-incas/y" + } + ] + }, + { + "id": "PEMON", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122098-9vmowha4sl-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/491325-afds80dx6l-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_pemon.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PE", + "label": "Pérou" + }, + { + "id": "BO", + "label": "Bolivie" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 5790, + "per_trip_with_fees": 5800, + "per_night": 527, + "per_night_with_fees": 528 + }, + "best_price": { + "per_trip": 5790, + "per_trip_with_fees": 5800, + "per_night": 527, + "per_night_with_fees": 528 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250607", + "arrival_date": "20250607", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les montagnes du Dieu Soleil", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-montagnes-du-dieu-soleil/y" + } + ] + }, + { + "id": "ARATFE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Argentine/Circuits___Escapade/530872-11lpy762rx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Argentine/Circuits___Escapade/424815-ameaxsijq0-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_aratfe.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "AR", + "label": "Argentine" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 8290, + "per_trip_with_fees": 8300, + "per_night": 593, + "per_night_with_fees": 593 + }, + "best_price": { + "per_trip": 8290, + "per_trip_with_fees": 8300, + "per_night": 593, + "per_night_with_fees": 593 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250330", + "arrival_date": "20250330", + "stay_duration": 14, + "total_duration": 14, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Des Andes à la Terre de Feu", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/des-andes-a-la-terre-de-feu/y" + } + ] + }, + { + "id": "BRCRIO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/241058-iunefxnm00-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/262615-vahfl9j7dr-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_brcrio.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Brésil et Carnaval de Rio", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bresil-et-carnaval-de-rio/y" + } + ] + }, + { + "id": "BRECAL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121324-e9myg8s15t-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/466371-8w7i8khcun-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_brecal.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4890, + "per_trip_with_fees": 4900, + "per_night": 699, + "per_night_with_fees": 700 + }, + "best_price": { + "per_trip": 4890, + "per_trip_with_fees": 4900, + "per_night": 699, + "per_night_with_fees": 700 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250315", + "arrival_date": "20250315", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Brésil tropical", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bresil-tropical/y" + } + ] + }, + { + "id": "BRESRI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/530491-ikdy8gpmqd-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/336286-mg7kaj1muq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_bresri.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 890, + "per_trip_with_fees": 900, + "per_night": 223, + "per_night_with_fees": 225 + }, + "best_price": { + "per_trip": 890, + "per_trip_with_fees": 900, + "per_night": 223, + "per_night_with_fees": 225 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250227", + "arrival_date": "20250227", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Rio de Janeiro", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-rio-de-janeiro/y" + } + ] + }, + { + "id": "NAVFA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/120988-mo3y7a1xi5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/424842-b3kfjabuoy-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_navfa.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NA", + "label": "Namibie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4690, + "per_trip_with_fees": 4700, + "per_night": 522, + "per_night_with_fees": 523 + }, + "best_price": { + "per_trip": 4690, + "per_trip_with_fees": 4700, + "per_night": 522, + "per_night_with_fees": 523 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250206", + "arrival_date": "20250206", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Variations fauves", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/variations-fauves/y" + } + ] + }, + { + "id": "KESGE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/120811-06g9mp8fd5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/424836-rmts1mj0th-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kesge.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KE", + "label": "Kenya" + }, + { + "id": "TZ", + "label": "Tanzanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Safari des grands espaces", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/safari-des-grands-espaces/y" + } + ] + }, + { + "id": "TZPTA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/201059-7lnljpmpep-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/178264-8q5jno70rw-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_tzpta.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TZ", + "label": "Tanzanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 570, + "per_night_with_fees": 572 + }, + "best_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 570, + "per_night_with_fees": 572 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250503", + "arrival_date": "20250503", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les plaines de Tanzanie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-plaines-de-tanzanie/y" + } + ] + }, + { + "id": "ZWRFE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/203948-18r2dg9f25-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/424839-s1fnpgcs8m-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_zwrfe.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NA", + "label": "Namibie" + }, + { + "id": "BW", + "label": "Botswana" + }, + { + "id": "ZW", + "label": "Zimbabwe" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 7390, + "per_trip_with_fees": 7400, + "per_night": 822, + "per_night_with_fees": 823 + }, + "best_price": { + "per_trip": 7390, + "per_trip_with_fees": 7400, + "per_night": 822, + "per_night_with_fees": 823 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250319", + "arrival_date": "20250319", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Réserves au fil de l'eau", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/reserves-au-fil-de-l-eau/y" + } + ] + }, + { + "id": "MAEVI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Marrakech_la_Palmeraie/366175-x3jr8w81og-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/228850-qxmdkhfimk-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_maevi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 890, + "per_trip_with_fees": 900, + "per_night": 223, + "per_night_with_fees": 225 + }, + "best_price": { + "per_trip": 890, + "per_trip_with_fees": 900, + "per_night": 223, + "per_night_with_fees": 225 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250131", + "arrival_date": "20250131", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Au Maroc, le temps semble s'être arrêté: chaque ruelle de la médina inspire et envoûte. C'est ce que vous vivrez dans ce périple à travers les villes impériales. Meknès l'impériale vous ouvre les portes aux arabesques colorées de sa médina; Fès la féérique, vous invite à un voyage dans le temps où se perpétuent les gestes ancestraux des artisans ou encore Volubilis, avec son ancienne cité romaine qui se déploie face aux contreforts de l'Atlas.", + "sibling_id": "", + "title": "Escapade Villes impériales", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-villes-imperiales/y" + } + ] + }, + { + "id": "MAESYA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/227698-3p3pph5uuo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/228841-4064h02ugo-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_maesya.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1190, + "per_trip_with_fees": 1200, + "per_night": 298, + "per_night_with_fees": 300 + }, + "best_price": { + "per_trip": 1190, + "per_trip_with_fees": 1200, + "per_night": 298, + "per_night_with_fees": 300 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250630", + "arrival_date": "20250630", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade Rif et médinas", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-rif-et-medinas/y" + } + ] + }, + { + "id": "MGLTM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Madagascar/Circuits___Escapade/209311-tnapbm2apg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Madagascar/Circuits___Escapade/369682-cw0m0xleee-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mgltm.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MG", + "label": "Madagascar" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3790, + "per_trip_with_fees": 3800, + "per_night": 316, + "per_night_with_fees": 317 + }, + "best_price": { + "per_trip": 3790, + "per_trip_with_fees": 3800, + "per_night": 316, + "per_night_with_fees": 317 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250603", + "arrival_date": "20250603", + "stay_duration": 12, + "total_duration": 12, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Terres Malgaches et lémuriens", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/terres-malgaches-et-lemuriens/y" + } + ] + }, + { + "id": "SCJOS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/527728-lt8mun1m7v-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Circuits___Escapade/336310-951ujya5xq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_scjos.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "SC", + "label": "Les Seychelles" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4690, + "per_trip_with_fees": 4700, + "per_night": 670, + "per_night_with_fees": 672 + }, + "best_price": { + "per_trip": 4690, + "per_trip_with_fees": 4700, + "per_night": 670, + "per_night_with_fees": 672 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250907", + "arrival_date": "20250907", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Joyaux des Seychelles", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/joyaux-des-seychelles/y" + } + ] + }, + { + "id": "SCEAP", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Seychelles/527704-c25mn1hq9r-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Circuits___Escapade/336304-xgekhqmke3-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_sceap.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "SC", + "label": "Les Seychelles" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1190, + "per_trip_with_fees": 1200, + "per_night": 298, + "per_night_with_fees": 300 + }, + "best_price": { + "per_trip": 1190, + "per_trip_with_fees": 1200, + "per_night": 298, + "per_night_with_fees": 300 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250430", + "arrival_date": "20250430", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Véritable jardin d’Éden, l'île de Praslin vous dévoile ses richesses, de ses eaux turquoise à la Vallée de Mai et ses étonnants cocotiers de mer. Rencontrez aussi les tortues géantes de l 'île de Curieuse et pédalez le long des plages immaculées de l 'île de La Digue.", + "sibling_id": "", + "title": "Escapade à Praslin", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-praslin/y" + } + ] + }, + { + "id": "RNCRE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/127204-dk8xp7mgcx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/369688-s9rkjhb418-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_rncre.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RE", + "label": "Île de la Réunion" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 570, + "per_night_with_fees": 572 + }, + "best_price": { + "per_trip": 3990, + "per_trip_with_fees": 4000, + "per_night": 570, + "per_night_with_fees": 572 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250505", + "arrival_date": "20250505", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au coeur de la Réunion", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/au-coeur-de-la-reunion/y" + } + ] + }, + { + "id": "RNERU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/121024-scpjtoy1ct-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/340696-n312v8yr0l-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_rneru.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RE", + "label": "Île de la Réunion" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 850, + "per_trip_with_fees": 860, + "per_night": 213, + "per_night_with_fees": 215 + }, + "best_price": { + "per_trip": 850, + "per_trip_with_fees": 860, + "per_night": 213, + "per_night_with_fees": 215 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250704", + "arrival_date": "20250704", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à La Réunion", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-la-reunion/y" + } + ] + }, + { + "id": "OMFSUO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Oman/Circuits___Escapade/124267-0lh4nr8kwi-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Oman/Circuits___Escapade/211138-txulmsyx5f-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_omfsuo.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "OM", + "label": "Oman" + }, + { + "id": "AE", + "label": "Émirats arabes unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2890, + "per_trip_with_fees": 2900, + "per_night": 578, + "per_night_with_fees": 580 + }, + "best_price": { + "per_trip": 2890, + "per_trip_with_fees": 2900, + "per_night": 578, + "per_night_with_fees": 580 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250405", + "arrival_date": "20250405", + "stay_duration": 5, + "total_duration": 5, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Féérie au Sultanat d'Oman", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/feerie-au-sultanat-d-oman/y" + } + ] + }, + { + "id": "EAESDU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Emirats_Arabes_Unis/Circuits___Escapade/124171-iubvf31wyf-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Emirats_Arabes_Unis/Circuits___Escapade/397489-d93g5k8inu-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_eaesdu.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "AE", + "label": "Émirats arabes unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 390, + "per_trip_with_fees": 400, + "per_night": 98, + "per_night_with_fees": 100 + }, + "best_price": { + "per_trip": 390, + "per_trip_with_fees": 400, + "per_night": 98, + "per_night_with_fees": 100 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250530", + "arrival_date": "20250530", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Dubaï", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-dubai/y" + } + ] + }, + { + "id": "EGCISI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/213508-y1c2hylt7x-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/315463-d1prhkouia-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_egcisi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Isis", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/isis/y" + } + ] + }, + { + "id": "EGCNUB", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/118909-lw2ic0pb24-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/280210-0gp04ha5i5-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_egcnub.pdf" + }, + "description_title": "- 2 croisières sur 2 bateaux 5* : une sur le Lac Nasser et l’autre sur le Nil (en formule \"tout inclus\" boissons locales incluses)\n- Découverte de sites rarement visités tels que Dendérah et Medinet Habu ▲\n- Spectacles \"Son et Lumière\" inclus au temple d'Abou Simbel ▲et au Temple de Karnak▲\n- Excursion Abou Simbel ▲", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4290, + "per_trip_with_fees": 4300, + "per_night": 429, + "per_night_with_fees": 430 + }, + "best_price": { + "per_trip": 4290, + "per_trip_with_fees": 4300, + "per_night": 429, + "per_night_with_fees": 430 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250409", + "arrival_date": "20250409", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Nubie Eternelle", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/nubie-eternelle/y" + } + ] + }, + { + "id": "EGRAMS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/505157-a6llsr519g-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/466383-ktnrv0iw6n-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_egrams.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "best_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250524", + "arrival_date": "20250524", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Ramsès II", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/ramses-ii/y" + } + ] + }, + { + "id": "ILCDT", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Israel/Circuits___Escapade/124225-0p5hje71v8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Israel/Circuits___Escapade/424824-jjbq2peb2u-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ilcdt.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IL", + "label": "Israël" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3790, + "per_trip_with_fees": 3800, + "per_night": 542, + "per_night_with_fees": 543 + }, + "best_price": { + "per_trip": 3790, + "per_trip_with_fees": 3800, + "per_night": 542, + "per_night_with_fees": 543 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250720", + "arrival_date": "20250720", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Carrefour du temps", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/carrefour-du-temps/y" + } + ] + }, + { + "id": "JOROJ", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/124261-l53tkwuecn-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/211237-p41fxw88gn-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_joroj.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "JO", + "label": "Jordanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "best_price": { + "per_trip": 2990, + "per_trip_with_fees": 3000, + "per_night": 428, + "per_night_with_fees": 429 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250208", + "arrival_date": "20250208", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Royaume de Jordanie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/royaume-de-jordanie/y" + } + ] + }, + { + "id": "UZSOIE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ouzbekistan/Circuits___Escapade/124282-x58xfhfy1m-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ouzbekistan/Circuits___Escapade/280234-68r8qwfp0o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_uzsoie.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "UZ", + "label": "Ouzbékistan" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 277, + "per_night_with_fees": 278 + }, + "best_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 277, + "per_night_with_fees": 278 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250612", + "arrival_date": "20250612", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Chemins d'or et de soie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/chemins-d-or-et-de-soie/y" + } + ] + }, + { + "id": "AMSAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Armenie/Circuits___Escapade/118522-8av1vc0a2l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/179635-mgqomx2eo4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_amsac.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "AM", + "label": "Arménie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Arménie sacrée", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/armenie-sacree/y" + } + ] + }, + { + "id": "JPVOTA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/122737-biva0887bf-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/505613-8si96u5b1r-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_jpvota.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 6490, + "per_trip_with_fees": 6500, + "per_night": 590, + "per_night_with_fees": 591 + }, + "best_price": { + "per_trip": 6490, + "per_trip_with_fees": 6500, + "per_night": 590, + "per_night_with_fees": 591 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250308", + "arrival_date": "20250308", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les voies du Tokaido", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-voies-du-tokaido/y" + } + ] + }, + { + "id": "IDVBAL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122692-bukb2o4fio-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122257-977t2iehta-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_IDVBAL.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Bali et le Kawah Ijen", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bali-et-le-kawah-ijen/y" + } + ] + }, + { + "id": "INSIB", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122563-iyuexoo53a-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/262675-8wf7ld8sb2-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_INSIB.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand sud indien", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/grand-sud-indien/y" + } + ] + }, + { + "id": "INSPRA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/531178-2twvl850dq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/424827-6lod19mo9w-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_inspra.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4490, + "per_trip_with_fees": 4500, + "per_night": 375, + "per_night_with_fees": 375 + }, + "best_price": { + "per_trip": 4490, + "per_trip_with_fees": 4500, + "per_night": 375, + "per_night_with_fees": 375 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250927", + "arrival_date": "20250927", + "stay_duration": 12, + "total_duration": 12, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Splendeurs du Rajasthan", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/splendeurs-du-rajasthan/y" + } + ] + }, + { + "id": "LKSRIL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/420111-hlwc8viw1c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/209050-53e9f5gsvh-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lksril.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "LK", + "label": "Sri Lanka" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 249, + "per_night_with_fees": 250 + }, + "best_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 249, + "per_night_with_fees": 250 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250505", + "arrival_date": "20250505", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "C'est depuis le joyeux tintamarre d'un train local que vous découvrez la nature luxuriante du pays. Vous passerez une nuit au milieu des plantations de thé, dans une ancienne manufacture ayant conservé tout son cachet colonial. Vous serez également invité à une dégustation de mélanges raffinés lors du tea time. Direction ensuite Wilpattu, une réserve animalière encore confidentielle que vous sillonnez au petit matin… Avec un peu de chance, vous apercevrez crocodiles, singes et même léopards.", + "sibling_id": "", + "title": "Sourires du Sri Lanka", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/sourires-du-sri-lanka/y" + } + ] + }, + { + "id": "NPSANH", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Nepal/Circuits___Escapade/211291-2kiaf6meaa-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Nepal/Circuits___Escapade/424833-0tmfjdkvee-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_npsanh.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NP", + "label": "Népal" + }, + { + "id": "BT", + "label": "Bouthan" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 5990, + "per_trip_with_fees": 6000, + "per_night": 545, + "per_night_with_fees": 546 + }, + "best_price": { + "per_trip": 5990, + "per_trip_with_fees": 6000, + "per_night": 545, + "per_night_with_fees": 546 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250317", + "arrival_date": "20250317", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sanctuaires de l'Himalaya", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/sanctuaires-de-l-himalaya/y" + } + ] + }, + { + "id": "VNPIAN", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/123148-xbj2cyconj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/264238-wyaqse8ds3-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_VNPIAN.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VN", + "label": "Vietnam" + }, + { + "id": "KH", + "label": "Cambodge" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Parfums d’Indochine et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "THBKRK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/118450-bwu22iyybk-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/197366-8f66vb6xwe-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_thbkrk.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TH", + "label": "Thaïlande" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 790, + "per_trip_with_fees": 800, + "per_night": 198, + "per_night_with_fees": 200 + }, + "best_price": { + "per_trip": 790, + "per_trip_with_fees": 800, + "per_night": 198, + "per_night_with_fees": 200 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250404", + "arrival_date": "20250404", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Séjournez au cœur de la capitale, dans la nouvelle adresse¬ tendance et design, au Sofitel So Bangkok*****(1).\nDécouvrez aussi notre sélection d’hôtels avec l'option Confort. ", + "sibling_id": "", + "title": "Escapade Bangkok et Rivière Kwai", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-bangkok-et-riviere-kwai/y" + } + ] + }, + { + "id": "CNPAMA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122428-x44axkmjq6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/538579-s75gx0vocc-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cnpama.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3590, + "per_trip_with_fees": 3600, + "per_night": 327, + "per_night_with_fees": 328 + }, + "best_price": { + "per_trip": 3590, + "per_trip_with_fees": 3600, + "per_night": 327, + "per_night_with_fees": 328 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250313", + "arrival_date": "20250313", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Parcours du mandarin", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/parcours-du-mandarin/y" + } + ] + }, + { + "id": "CNYJSL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122371-053uf8rxli-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/262474-eutvlxs2s1-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cnyjsl.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Yunnan et Shangri-La", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/yunnan-et-shangri-la/y" + } + ] + }, + { + "id": "SGESSI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 1, + "in_days": 2 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Singapour/Circuits___Escapade/122899-qg3bf4owdo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Singapour/Circuits___Escapade/228844-txsn9xie71-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_sgessi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "SG", + "label": "Singapour" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Singapour", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-singapour/y" + } + ] + }, + { + "id": "KHESAN", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Cambodge/Circuits___Escapade/122158-sdrul30jna-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Cambodge/Circuits___Escapade/197354-er2ilk9g20-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_khesan.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KH", + "label": "Cambodge" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Angkor", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-angkor/y" + } + ] + }, + { + "id": "CNESCH", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 5, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122338-w6g98k2ku2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122212-hgfgsnrhdy-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_privilege", + "label": "Circuit Privilège" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escales chinoises", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escales-chinoises/y" + } + ] + }, + { + "id": "CNEHKG", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122350-45w2gnnpn8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/228832-ik6t26yyic-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cnehkg.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Hong Kong", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-hong-kong/y" + } + ] + }, + { + "id": "CNEMAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122383-w826uq51i9-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122218-151l4kbo0f-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cnemac.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Macao", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-macao/y" + } + ] + }, + { + "id": "CNEPEK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122542-cdcvbdf1va-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122221-qxw66eh0lc-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cnepek.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Pékin", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-pekin/y" + } + ] + }, + { + "id": "CNEAS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122443-yruknqqsp9-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122224-t450r2jf1x-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cneas.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Shanghai", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-shanghai/y" + } + ] + }, + { + "id": "MYESPI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Circuits___Escapade/122824-ofd4nxe7bl-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122254-nvgjjeo8a1-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_myespi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MY", + "label": "Malaisie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade sur la Péninsule", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-sur-la-peninsule/y" + } + ] + }, + { + "id": "BRETRO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121324-e9myg8s15t-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/262609-4rtv7ns2vu-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_BRETRO.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Brésil tropical", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bresil-tropical/y" + } + ] + }, + { + "id": "LACITE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Laos/Circuits___Escapade/122788-phpm9ppp6a-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122275-hpq7f1if2w-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KH", + "label": "Cambodge" + }, + { + "id": "LA", + "label": "Laos" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cité et fleuves légendaires", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/cite-et-fleuves-legendaires/y" + } + ] + }, + { + "id": "CNYJCI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122371-053uf8rxli-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/262474-eutvlxs2s1-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CNYJCI.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Yunnan et Shangri-La", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/yunnan-et-shangri-la/y" + } + ] + }, + { + "id": "INMAK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 10 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122239-cnbdbm43gb-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De Madras au Kerala", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/de-madras-au-kerala/y" + } + ] + }, + { + "id": "INGSD", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122563-iyuexoo53a-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/262672-6fxo7sfode-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ingsd.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2390, + "per_trip_with_fees": 2400, + "per_night": 239, + "per_night_with_fees": 240 + }, + "best_price": { + "per_trip": 2390, + "per_trip_with_fees": 2400, + "per_night": 239, + "per_night_with_fees": 240 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250404", + "arrival_date": "20250404", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand sud indien", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/grand-sud-indien/y" + } + ] + }, + { + "id": "INRDMA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 13, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122545-45jhxo3ckm-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122248-hm9ygujy08-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Route des maharajas", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/route-des-maharajas/y" + } + ] + }, + { + "id": "IDMMB", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122716-df2tt6kl7d-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122266-n705m4bmwu-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Monts et merveilles balinais", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/monts-et-merveilles-balinais/y" + } + ] + }, + { + "id": "MMMBRM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Birmanie/Circuits___Escapade/122833-oym64tbxcc-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122197-y2n318evr0-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MM", + "label": "Myanmar (Birmanie)" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mystères birmans", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mysteres-birmans/y" + } + ] + }, + { + "id": "MMPFO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Birmanie/Circuits___Escapade/122839-wm7wcmd6gu-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Birmanie/Circuits___Escapade/237278-sl0kldp0x8-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mmpfo.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MM", + "label": "Myanmar (Birmanie)" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Pagodes et feuilles d’or", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/pagodes-et-feuilles-d-or/y" + } + ] + }, + { + "id": "LKCMAG", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Sri_Lanka/Circuits___Escapade/122932-thdljwwfsq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122290-vnr9u1lgs7-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "LK", + "label": "Sri Lanka" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Ceylan magique", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/ceylan-magique/y" + } + ] + }, + { + "id": "THGSIA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/123025-fg3a3rddva-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122305-en00g9nkw7-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TH", + "label": "Thaïlande" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand tour du Siam", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/grand-tour-du-siam/y" + } + ] + }, + { + "id": "THORCA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/123049-qnwwpmmt3m-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Thailande/Circuits___Escapade/424830-xw6koa8nyf-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_thorca.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TH", + "label": "Thaïlande" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3590, + "per_trip_with_fees": 3600, + "per_night": 513, + "per_night_with_fees": 515 + }, + "best_price": { + "per_trip": 3590, + "per_trip_with_fees": 3600, + "per_night": 513, + "per_night_with_fees": 515 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250502", + "arrival_date": "20250502", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Orchidées sacrées", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/orchidees-sacrees/y" + } + ] + }, + { + "id": "VNINDO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/123094-cdrwq2trp2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/264325-7mk1f57yna-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vnindo.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KH", + "label": "Cambodge" + }, + { + "id": "VN", + "label": "Vietnam" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Routes indochinoises", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/routes-indochinoises/y" + } + ] + }, + { + "id": "SCVES", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Circuits___Escapade/121066-khk92s2g28-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "SC", + "label": "Les Seychelles" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au vent des Seychelles", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/au-vent-des-seychelles/y" + } + ] + }, + { + "id": "RNDRE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/121012-shfs6k5c1q-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ile_de_la_Reunion/Circuits___Escapade/120772-l3ixh68i0x-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RE", + "label": "Île de la Réunion" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Douce Réunion", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/douce-reunion/y" + } + ] + }, + { + "id": "ZACAK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120595-rg3vmm3mjx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120736-ar28b5vbhp-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ZA", + "label": "Afrique du Sud" + }, + { + "id": "ZW", + "label": "Zimbabwe" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Du Cap au Kruger", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/du-cap-au-kruger/y" + } + ] + }, + { + "id": "ZAMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120586-q1g5383hm7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120739-x1df56dc3i-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_zamer.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ZA", + "label": "Afrique du Sud" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "BW", + "label": "Botswana" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4190, + "per_trip_with_fees": 4200, + "per_night": 381, + "per_night_with_fees": 382 + }, + "best_price": { + "per_trip": 4190, + "per_trip_with_fees": 4200, + "per_night": 381, + "per_night_with_fees": 382 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250615", + "arrival_date": "20250615", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Depuis l'hélicoptère, Le Cap révèle ses contrastes saisissants. Vous retrouvez les vallées verdoyantes de la région de Stellenbosch et de Franschhoek et goûtez les meilleurs crus. Puis direction Durban, l'indienne, avant de monter à bord d'un véhicule 4x4 à la recherche des fameux \"Big Five\" dans une réserve privée.", + "sibling_id": "", + "title": "Merveilles australes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-australes/y" + } + ] + }, + { + "id": "ETTCA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Ethiopie/Circuits___Escapade/120787-mkrbrlqtno-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Ethiopie/Circuits___Escapade/208238-xyj765y6t7-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ETTCA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ET", + "label": "Ethiopie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors cachés d’Abyssinie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/tresors-caches-d-abyssinie/y" + } + ] + }, + { + "id": "NAENA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/120991-hq0n40fm80-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/120763-5kqctbxhsg-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NA", + "label": "Namibie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Étonnante Namibie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/etonnante-namibie/y" + } + ] + }, + { + "id": "NAMSA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 14 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/120766-autxwl1tuc-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_NAMSA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NA", + "label": "Namibie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles sauvages", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-sauvages/y" + } + ] + }, + { + "id": "BRBDC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121291-efip7q9cun-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121411-ydu6n097g7-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Balade Carioca", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/balade-carioca/y" + } + ] + }, + { + "id": "ESMOE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101755-72kymreffk-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123265-l54kq2vwdc-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "De la Castille à la Catalogne, vous aurez l’impression de voyager dans le temps. Vous sillonnerez ainsi les fortifications mauresques de Cuenca et déambulerez dans les ruelles de Tolède, la “ville aux trois cultures”, entre synagogues, mosquées et cathédrales. La tradition vous attend aussi dans l’assiette, notamment au foisonnant marché de Valence parmi les étals de produits locaux. Enfin, vous bouclerez cette traversée de l’Histoire à Barcelone, dans les volutes Art nouveau de Gaudí, le maître du modernisme catalan.", + "sibling_id": "", + "title": "Mosaïques d’Espagne", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mosaiques-d-espagne/y" + } + ] + }, + { + "id": "PTAZU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123877-n9boqglqqg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123319-4xs381t27y-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Pays des azulejos", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/pays-des-azulejos/y" + } + ] + }, + { + "id": "RULGC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123925-3yq81moy9b-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123331-w7wwg4m5xu-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RU", + "label": "Russie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les grandes capitales russes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-grandes-capitales-russes/y" + } + ] + }, + { + "id": "RUSTPE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123943-tgply9n9al-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123337-6i2fxvgfl8-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RU", + "label": "Russie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Saint-Pétersbourg éternelle", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/saint-petersbourg-eternelle/y" + } + ] + }, + { + "id": "JORFDE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/124261-l53tkwuecn-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/211237-p41fxw88gn-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_JORFDE.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "JO", + "label": "Jordanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Royaume de Jordanie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/royaume-de-jordanie/y" + } + ] + }, + { + "id": "CAESCA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/121336-2noxrfke91-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/237086-pyg7ank0tc-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_caesca.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "L’Est canadien", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/l-est-canadien/y" + } + ] + }, + { + "id": "MXESMX", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/121996-n6iamexefy-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/121453-baqb5x5rpp-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mxesmx.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Mexico", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-mexico/y" + } + ] + }, + { + "id": "MXESBE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/95176-gb6oq9n3et-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Belize/Circuits___Escapade/121408-b8b5od8qsb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mxesbe.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BZ", + "label": "Belize" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade au Belize", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-au-belize/y" + } + ] + }, + { + "id": "MTEMSA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Malte/Circuits___Escapade/123778-8pvja39q0f-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Malte/Circuits___Escapade/123307-x9syyh98ql-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mtemsa.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MT", + "label": "Malte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Malte", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-malte/y" + } + ] + }, + { + "id": "ITLEV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123742-j247pyw3ff-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123295-hjvw2w7vxx-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Lombardie et Vénétie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/lombardie-et-venetie/y" + } + ] + }, + { + "id": "ISVOGL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Islande/Circuits___Escapade/123610-f1s90qkn5b-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Islande/Circuits___Escapade/123283-1do2cpqyse-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IS", + "label": "Islande" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Volcans et Glaciers d’Islande", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/volcans-et-glaciers-d-islande/y" + } + ] + }, + { + "id": "SCEAS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Seychelles/Circuits___Escapade/120778-m2g3j3g3bk-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_sceas.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "SC", + "label": "Les Seychelles" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade aux Seychelles", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-aux-seychelles/y" + } + ] + }, + { + "id": "IDESBO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122662-b4dkcq7i3o-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/203723-vex2omng17-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_idesbo.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Borobudur", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-borobudur/y" + } + ] + }, + { + "id": "ALBEAD", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Allemagne/Circuits___Escapade/123214-wmsjq06v6j-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Allemagne/Circuits___Escapade/123247-lmq0nj88jj-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DE", + "label": "Allemagne" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_privilege", + "label": "Circuit Privilège" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Berlin à Dresde", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/de-berlin-a-dresde/y" + } + ] + }, + { + "id": "CNCUCH", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122446-eqr9k2bjut-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/178204-xx8coclutp-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CNCUCH.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cultures chinoises", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/cultures-chinoises/y" + } + ] + }, + { + "id": "CNCHTI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122467-ksmfgx896d-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122311-mddsa81dsw-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_privilege", + "label": "Circuit Privilège" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les chemins du Tibet", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-chemins-du-tibet/y" + } + ] + }, + { + "id": "KRCSON", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/467469-h5t0t294b8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/466374-e6smobjmv9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_krcson.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KR", + "label": "Corée du Sud" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 5590, + "per_trip_with_fees": 5600, + "per_night": 622, + "per_night_with_fees": 623 + }, + "best_price": { + "per_trip": 5590, + "per_trip_with_fees": 5600, + "per_night": 622, + "per_night_with_fees": 623 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251113", + "arrival_date": "20251113", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Songe coréen", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [ + { + "title": "Nouveau circuit ", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/songe-coreen/y" + } + ] + }, + { + "id": "USLOUS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121930-oggtr9r9hl-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121186-j3bktq2fus-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "US", + "label": "Etats-Unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Louisiane", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/louisiane/y" + } + ] + }, + { + "id": "GRSPOR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123565-uqw5cxp9ox-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123277-skgtb9ubhh-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_GRSPOR.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Thessalonique et les îles Sporades", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/thessalonique-et-les-iles-sporades/y" + } + ] + }, + { + "id": "IDVORI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122674-4pahb09r0g-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/238553-om0ojvmc8i-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_IDVORI.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Volcans et rizières", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/volcans-et-rizieres/y" + } + ] + }, + { + "id": "MYPEN", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 13 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Malaisie/Circuits___Escapade/237197-qf31v6bnqr-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_MYPEN.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MY", + "label": "Malaisie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Péninsule et Bornéo", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/peninsule-et-borneo/y" + } + ] + }, + { + "id": "ITCPV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123658-kapl53w0cj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123286-blpvyplh4k-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Du Colisée au Ponte Vecchio", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/du-colisee-au-ponte-vecchio/y" + } + ] + }, + { + "id": "ITTRI3", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123673-3ye9jpny0p-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123301-yvv3mfms1s-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER"], + "seo_description": "Entre mer et volcan, de sites archéologiques en églises médiévales, Syracuse, Taormine, Erice et Palerme… Des noms magiques, des paysages contrastés et trois mille ans de culture Méditerranéenne. ", + "sibling_id": "", + "title": "Trinacria", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/trinacria/y" + } + ] + }, + { + "id": "UZORSO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ouzbekistan/Circuits___Escapade/124282-x58xfhfy1m-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Ouzbekistan/Circuits___Escapade/280234-68r8qwfp0o-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_UZORSO.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "UZ", + "label": "Ouzbékistan" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Chemins d'or et de soie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/chemins-d-or-et-de-soie/y" + } + ] + }, + { + "id": "PLVAPP", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Pologne/Circuits___Escapade/123805-5gbb5dbgul-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Pologne/Circuits___Escapade/123310-xv94tebos5-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PL", + "label": "Pologne" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_privilege", + "label": "Circuit Privilège" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Varsovie et la petite Pologne", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/varsovie-et-la-petite-pologne/y" + } + ] + }, + { + "id": "PTDFO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123820-wy1iunqfli-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123322-y8sq3mlj7r-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_essentiel", + "label": "Circuit Essentiel" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Douro Vallée et fleuve d'or", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/douro-vallee-et-fleuve-d-or/y" + } + ] + }, + { + "id": "ROTRAN", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Roumanie/Circuits___Escapade/118789-kva38p8wea-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Roumanie/Circuits___Escapade/123328-v2y3gwc5o0-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RO", + "label": "Roumanie" + } + ], + "geographical_area": { + "id": "", + "label": "" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_privilege", + "label": "Circuit Privilège" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Bucarest et la Transylvanie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bucarest-et-la-transylvanie/y" + } + ] + }, + { + "id": "RUMAV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123952-rt8dixwek3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123334-08f8ybueti-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RU", + "label": "Russie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Moscou à Vladivostok", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/de-moscou-a-vladivostok/y" + } + ] + }, + { + "id": "KEPRM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/121126-0q65jlh9ld-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/120754-ynnjxttb23-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KE", + "label": "Kenya" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Petit prince masaï", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/petit-prince-masai/y" + } + ] + }, + { + "id": "CM2C_20180706_20180714", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180706" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20180714" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101065-alxesx0w8n-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Côtes italiennes & Sicile", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Côtes italiennes et Sicile", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180706/20180714" + } + ] + }, + { + "id": "CM2C_20180714_20180721", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Palerme", + "date": "20180714" + }, + "arrival_details": { + "country": "Malte", + "city": "La Valette", + "date": "20180721" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101095-hf9l8keimj-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Côtes italiennes et Malte", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "MT", + "label": "Malte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Côtes italiennes et Malte", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180714/20180721" + } + ] + }, + { + "id": "CM2C_20180721_20180728", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Malte", + "city": "La Valette", + "date": "20180721" + }, + "arrival_details": { + "country": "Italie", + "city": "Ravenne", + "date": "20180728" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101092-1368lkr2w2-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "MT", + "label": "Malte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Corfou, Croatie et Venise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180721/20180728" + } + ] + }, + { + "id": "CM2C_20180728_20180804", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Ravenne", + "date": "20180728" + }, + "arrival_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20180804" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Croatie & Montenegro", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Croatie et Montenegro", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180728/20180804" + } + ] + }, + { + "id": "CM2C_20180804_20180811", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20180804" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20180811" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101068-rnk4uk30fl-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Grèce & Albanie", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grèce & Albanie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180804/20180811" + } + ] + }, + { + "id": "CM2C_20180811_20180818", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20180811" + }, + "arrival_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20180818" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101101-kf4mu2rloy-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Grèce et Albanie", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grèce et Albanie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180811/20180818" + } + ] + }, + { + "id": "CM2C_20180818_20180825", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20180818" + }, + "arrival_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20180825" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101083-acivue7r4l-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Grèce, Sicile & Malte", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grèce, Sicile et Malte", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180818/20180825" + } + ] + }, + { + "id": "CM2C_20180825_20180901", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Malte", + "city": "La Valette", + "date": "20180825" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20180901" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175546-6d1ino2oku-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Malte & Côtes siciliennes ", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "MT", + "label": "Malte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Malte & Côtes siciliennes ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180825/20180901" + } + ] + }, + { + "id": "CM2C_20180901_20180911", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Palerme", + "date": "20180901" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180911" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101056-5go8kvjjlx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Sicile et Côtes Italiennes", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Sicile et côtes italiennes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180901/20180911" + } + ] + }, + { + "id": "CM2C_20180911_20180915", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180911" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180915" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101113-goasf917fr-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Iles et côtes italiennes", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Iles et côtes italiennes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180911/20180915" + } + ] + }, + { + "id": "CM2C_20180920_20180926", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 95 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180920" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180926" + }, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101335-7p6cl8du4r-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Corse Italie & Côte d'Azur", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Corse, Italie & Côte d'Azur", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180920/20180926" + } + ] + }, + { + "id": "CM2C_20180929_20181006", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180929" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20181006" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101074-fpca9b3okl-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Côtes espagnoles & Lisbonne", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Côtes espagnoles et Lisbonne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180929/20181006" + } + ] + }, + { + "id": "CM2C_20181109_20181123", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20181109" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181123" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181109_20181123.pdf" + }, + "description_title": "Transatlantique d'automne", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique d'automne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181109/20181123" + } + ] + }, + { + "id": "CM2C_20181123_20181130", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181123" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181130" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101692-en5fqu75op-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99070-943npl83vx-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181123_20181130.pdf" + }, + "description_title": "St Barth & Îles vierges", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth & îles vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181123/20181130" + } + ] + }, + { + "id": "CM2C_20181130_20181207", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181130" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20181207" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101923-j3fitaevpe-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181130_20181207.pdf" + }, + "description_title": "Antigua & les îles Vierges", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Antigua, St-Barth, Anguilla, Nevis", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181130/20181207" + } + ] + }, + { + "id": "CM2C_20181207_20181214", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20181207" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181214" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101716-2k4ls68a2h-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181207_20181214.pdf" + }, + "description_title": "Marie-Galante et Iles Grenadines", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Marie-Galante et îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181207/20181214" + } + ] + }, + { + "id": "CM2C_20181214_20181221", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181214" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181221" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/CIRCUITS_DECOUVERTE/Ameriques___Antilles/Guadeloupe/121951-c15stt4g36-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181214_20181221.pdf" + }, + "description_title": "Les Saintes, Virgin Gorda & St Kitts", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Saintes, Virgin Gorda & St Kitts", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181214/20181221" + } + ] + }, + { + "id": "CM2C_20181221_20181228", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181221" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181228" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101635-pwtcl4o6qe-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181221_20181228.pdf" + }, + "description_title": "Noël aux Iles Grenadines ", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël aux îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181221/20181228" + } + ] + }, + { + "id": "CM2C_20181228_20190104", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20181228" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190104" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20181228_20190104.pdf" + }, + "description_title": "Nouvel An à St Barthélémy", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Nouvel An à saint-Barthelemy", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20181228/20190104" + } + ] + }, + { + "id": "CM2C_20190104_20190111", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190104" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190111" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101710-4gc0j7u0j6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190104_20190111.pdf" + }, + "description_title": "La Dominique & les Grenadines", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La Dominique & les Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190104/20190111" + } + ] + }, + { + "id": "CM2C_20190111_20190118", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190111" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20190118" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190111_20190118.pdf" + }, + "description_title": "Les îles Vierges & la Guadeloupe", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Îles vierges & Guadeloupe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190111/20190118" + } + ] + }, + { + "id": "CM2C_20190118_20190128", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20190118" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20190128" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101638-n2w6haxyf4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190118_20190128.pdf" + }, + "description_title": "Grenadines, St Barth, St Kitts & Nevis ", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Des Grenadines à St-Barth", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190118/20190128" + } + ] + }, + { + "id": "CM2C_20190128_20190204", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20190128" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190204" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100879-60r1kikck6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190128_20190204.pdf" + }, + "description_title": "Les îles Vierges & la Guadeloupe", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Îles vierges et Guadeloupe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190128/20190204" + } + ] + }, + { + "id": "CM2C_20190204_20190211", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190204" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20190211" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101728-ibff8vnepu-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190204_20190211.pdf" + }, + "description_title": "Les Îles Grenadines", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "TT", + "label": "Trinidad et Tobago" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190204/20190211" + } + ] + }, + { + "id": "CM2C_20190211_20190218", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20190211" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20190218" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100516-58cejqxc2r-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200211_20200218.pdf" + }, + "description_title": "St Barth & les îles Vierges", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth & les îles vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190211/20190218" + } + ] + }, + { + "id": "CM2C_20190218_20190226", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20190218" + }, + "arrival_details": { + "country": "", + "city": "", + "date": "20190226" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101776-oqhq65bamk-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190218_20190226.pdf" + }, + "description_title": "Jamaïque, Costa Rica, Panama", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Jamaïque, Costa Rica, Panama", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190218/20190226" + } + ] + }, + { + "id": "CM2C_20190226_20190308", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Panama", + "city": "Colon", + "date": "20190226" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190308" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101482-i1u4ecthwu-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190226_20190308.pdf" + }, + "description_title": "Panama, Colombie, Vénézuela", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CO", + "label": "Colombie" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Panama Colombie Vénézuela", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190226/20190308" + } + ] + }, + { + "id": "CM2C_20190308_20190315", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190308" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190315" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101665-nfqs3oxd1x-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190308_20190315.pdf" + }, + "description_title": "Les Grenadines", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190308/20190315" + } + ] + }, + { + "id": "CM2C_20190315_20190322", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190315" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190322" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100516-58cejqxc2r-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190315_20190322.pdf" + }, + "description_title": "St Barth, Antigua & St Pierre ", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth, Antigua et St-Pierre ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190315/20190322" + } + ] + }, + { + "id": "CM2C_20190322_20190403", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190322" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190403" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101719-vk2fi64s8e-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190322_20190403.pdf" + }, + "description_title": "Antilles néerlandaises & Vénézuela ", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Antilles néerlandaises", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190322/20190403" + } + ] + }, + { + "id": "CM2C_20190403_20190416", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20190403" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20190416" + }, + "duration": { + "in_nights": 13, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101593-oegutrijnx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190403_20190416.pdf" + }, + "description_title": "Transatlantique de Printemps", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de Printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190403/20190416" + } + ] + }, + { + "id": "CM2C_20190416_20190425", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20190416" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190425" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/123916-l1bgxpbtib-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Lisbonne & côtes espagnoles", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Lisbonne & côtes espagnoles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190416/20190425" + } + ] + }, + { + "id": "CM2C_20190425_20190429", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190425" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190429" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98455-u94y34mhk6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190425_20190429.pdf" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190425/20190429" + } + ] + }, + { + "id": "VNESTO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 4 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_VNESTO.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VN", + "label": "Vietnam" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade au Tonkin", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-au-tonkin/y" + } + ] + }, + { + "id": "CNPFLB", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122323-rhdhrwuw11-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CNPFLB.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Pandas et fleuve bleu", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/pandas-et-fleuve-bleu/y" + } + ] + }, + { + "id": "MGPEL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Madagascar/Circuits___Escapade/120877-o73usltb88-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Madagascar/Circuits___Escapade/205988-h9p10x9e6l-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MG", + "label": "Madagascar" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paysages sacrés et lémuriens", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/paysages-sacres-et-lemuriens/y" + } + ] + }, + { + "id": "RUCAP", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/123925-3yq81moy9b-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Russie/Circuits___Escapade/237236-mi2c64a3hl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_rucap.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RU", + "label": "Russie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Capitales Rivales", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/capitales-rivales/y" + } + ] + }, + { + "id": "ITGVL", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/182092-26bpaal018-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ITGVL.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les grands lacs et Venise", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-grands-lacs-et-venise/y" + } + ] + }, + { + "id": "ZASMY", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 13 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/208235-d3bu0wn4af-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZASMY.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ZA", + "label": "Afrique du Sud" + }, + { + "id": "ZW", + "label": "Zimbabwe" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sites mythiques en Afrique Australe", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/sites-mythiques-en-afrique-australe/y" + } + ] + }, + { + "id": "NAPPR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 11 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/178234-orfo1kx4h4-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_NAPPR.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NA", + "label": "Namibie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au pays du peuple rouge", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/au-pays-du-peuple-rouge/y" + } + ] + }, + { + "id": "CHAC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_CHAC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Un séjour à Chamonix pour savourer le raffinement d'une station mythique", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nProfitez des environs du Village de Chamonix Mont Blanc pour découvrir au cours de votre séjour en Savoie, la beauté et les richesses culturelles de la région.\n \nEn Haute-Savoie, la commune de Chamonix Mont-Blanc située au pied du Mont-Blanc, comprend 16 villages ou hameaux : Le Tour, Montroc, Le Planet, Argentière, Les Chosalets, Le Lavancher, Les Tines, Les Bois, Les-Praz-de-Chamonix, Les Pècles, Les Mouilles, Les Barrats, Les Pélerins, Les Gaillands, Les Bossons.\n \nLa station de renommée internationale est très prisée des amateurs d’alpinisme et de sportifs de montagne en général.\n\n\nLe Club Med de Chamonix Mont-Blanc est situé à 10 mn à pied du centre-ville, à découvrir :\n\n- A la sortie du Village, le vieux Chamonix avec ses édifices tels que l’église Saint-Michel et la place Jacques Balmat\n \n- Le musée alpin et le musée des Cristaux\n\n- Le Montenvers, emprunter la crémaillère pour 20 mn de montée vers la mer de glace\n\n- L’Aiguille du Midi, accès en téléphérique\n\n- A 8 km du Village, Argentière, petit village au pied du glacier, avec ses vieilles maisons autour de l’église." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_chamonix_mont_blanc", + "label": "Haute Savoie - Chamonix Mont-Blanc" + } + }, + "full_title": "Chamonix Mont-Blanc", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "CHAC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "CHAC_WINTER", + "title": "Chamonix Mont-Blanc", + "capacity_max": 495, + "accommodations_introduction": { + "description": "Le Village de 249 chambres composé d'un hôtel de plusieurs ailes est situé à moins de 5 minutes à pied du centre ville de Chamonix. \n\nLe Savoy, aile principale de 5 étages avec ascenseur où sont situés le restaurant, le bar et la Réception. \n\nLe Mont Blanc, seconde aile de 5 étages avec ascenseur, accolé au Savoy. \n\nLe Brévent, aile de 4 étages avec ascenseur où se trouve le Spa CINQ MONDES* et disposant d'un accès direct à la piscine extérieure est relié par une galerie aux deux autres hôtels.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 249 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/chamonix-mont-blanc/s" + } + ] + }, + { + "id": "CM2C_20190429_20190505", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190429" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190505" + }, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/175864-c1mvlhfgin-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190429_20190505.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Côtes espagnoles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190429/20190505" + } + ] + }, + { + "id": "CM2C_20190505_20190508", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190505" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190508" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101485-pp7wfwvp44-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190505/20190508" + } + ] + }, + { + "id": "CM2C_20190508_20190510", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190508" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190510" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190508_20190510.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190508/20190510" + } + ] + }, + { + "id": "CM2C_20190513_20190517", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190513" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190517" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190513/20190517" + } + ] + }, + { + "id": "CM2C_20190520_20190524", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190520" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190524" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101245-5gb2ucewty-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190520/20190524" + } + ] + }, + { + "id": "CM2C_20190527_20190529", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Villefranche-sur-mer", + "date": "20190527" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190529" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190527_20190529.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190527/20190529" + } + ] + }, + { + "id": "CM2C_20190529_20190602", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190529" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190602" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190529_20190602.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190529/20190602" + } + ] + }, + { + "id": "CM2C_20190602_20190607", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190602" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190607" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190602_20190607.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'île d'Elbe ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190602/20190607" + } + ] + }, + { + "id": "CM2C_20190607_20190610", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190607" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190610" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101374-vewg385qf1-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190607_20190610.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'île Rousse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190607/20190610" + } + ] + }, + { + "id": "CM2C_20190618_20190620", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190618" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190620" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101107-dpdf0who21-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190618_20190620.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190618/20190620" + } + ] + }, + { + "id": "CM2C_20190624_20190629", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190624" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190629" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "http://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190624_20190629.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi et St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190624/20190629" + } + ] + }, + { + "id": "CM2C_20190629_20190706", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190629" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190706" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/175867-d4wrc9a29r-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190629_20190706.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Sète aux îles Baléares", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190629/20190706" + } + ] + }, + { + "id": "CM2C_20190706_20190713", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190706" + }, + "arrival_details": { + "country": "Italie", + "city": "Naples", + "date": "20190713" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101158-miksfppo34-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190706_20190713.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "La Corse et les côtes italiennes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190706/20190713" + } + ] + }, + { + "id": "CM2C_20190713_20190720", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Naples", + "date": "20190713" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20190720" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101425-0cuwmx13ws-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Naples et le golfe Saronique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190713/20190720" + } + ] + }, + { + "id": "CM2C_20190720_20190727", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20190720" + }, + "arrival_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20190727" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Joyaux d'Istanbul et de Thessalie ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190720/20190727" + } + ] + }, + { + "id": "CM2C_20190727_20190803", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20190727" + }, + "arrival_details": { + "country": "Turquie", + "city": "Bodrum", + "date": "20190803" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190727_20190803.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Istanbul et les trésors de la Crète", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190727/20190803" + } + ] + }, + { + "id": "CM2C_20190803_20190810", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Bodrum", + "date": "20190803" + }, + "arrival_details": { + "country": "Turquie", + "city": "Bodrum", + "date": "20190810" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/99916-3ofndjl9ay-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190803_20190810.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Chypre et antique Halicarnasse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190803/20190810" + } + ] + }, + { + "id": "CM2C_20190810_20190817", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Bodrum", + "date": "20190810" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20190817" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190810_20190817.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Bodrum et les Cyclades", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190810/20190817" + } + ] + }, + { + "id": "CM2C_20190817_20190824", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20190817" + }, + "arrival_details": { + "country": "Turquie", + "city": "Bodrum", + "date": "20190824" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/99964-ql36yorp23-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190817_20190824.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Vestiges antiques de méditerranée", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190817/20190824" + } + ] + }, + { + "id": "CM2C_20190824_20190831", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Bodrum", + "date": "20190824" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20190831" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/118888-4pdxpf7ivx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190824_20190831.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors de la mer Égée et Istanbul", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190824/20190831" + } + ] + }, + { + "id": "CM2C_20190831_20190910", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20190831" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190910" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123511-cvbteq692w-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190831_20190910.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De l'Acropole à la côte d'azur", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190831/20190910" + } + ] + }, + { + "id": "CM2C_20190910_20190913", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190910" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190913" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20190910_20190913.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière italienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190910/20190913" + } + ] + }, + { + "id": "CM2C_20190923_20190927", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20190923" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20190927" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175090-1ma805ucot-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière espagnole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20190923/20190927" + } + ] + }, + { + "id": "CM2C_20191003_20191006", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20191003" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20191006" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101626-7prvvfehkc-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Ajaccio", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191003/20191006" + } + ] + }, + { + "id": "CM2C_20191006_20191010", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20191006" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20191010" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101077-0tnbpb6pi5-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191006_20191010.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et italienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191006/20191010" + } + ] + }, + { + "id": "CM2C_20191010_20191014", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20191010" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20191014" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191010_20191014.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière italienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191010/20191014" + } + ] + }, + { + "id": "CM2C_20191014_20191017", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20191014" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20191017" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101293-3sbky5ncje-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175090-1ma805ucot-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191014_20191017.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191014/20191017" + } + ] + }, + { + "id": "CM2C_20191017_20191025", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20191017" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20191025" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101614-q88m6p2ja7-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191017_20191025.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Baléares et côtes espagnoles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191017/20191025" + } + ] + }, + { + "id": "CM2C_20191025_20191108", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20191025" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20191108" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175054-six44nmfrl-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191025_20191108.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "MA", + "label": "Maroc" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Au gré des alizés", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191025/20191108" + } + ] + }, + { + "id": "CM2C_20191108_20191115", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20191108" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20191115" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102019-ms8kobod9y-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191108_20191115.pdf" + }, + "description_title": "Les Grenadines", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191108/20191115" + } + ] + }, + { + "id": "CM2C_20191115_20191123", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20191115" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20191123" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175372-0mfspa12dx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191115_20191123.pdf" + }, + "description_title": "Les îles Vierges et la République Dominicaine", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "PR", + "label": "Puerto Rico" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Vierges et la baie de Samana", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191115/20191123" + } + ] + }, + { + "id": "CM2C_20191123_20191205", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20191123" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20191205" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Belize/Circuits___Escapade/117475-onxyp8iqjn-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191123_20191205.pdf" + }, + "description_title": "Les deux Amériques", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "KY", + "label": "Îles Caïmans" + }, + { + "id": "MX", + "label": "Mexique" + }, + { + "id": "BZ", + "label": "Belize" + }, + { + "id": "HN", + "label": "Honduras" + }, + { + "id": "GT", + "label": "Guatemala" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers les deux Amériques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191123/20191205" + } + ] + }, + { + "id": "CM2C_20191205_20191213", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20191205" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20191213" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191205_20191213.pdf" + }, + "description_title": "îles du Nord et baie de Samana", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "PR", + "label": "Puerto Rico" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth et la baie de Samana", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191205/20191213" + } + ] + }, + { + "id": "CM2C_20191213_20191220", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20191213" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20191220" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101782-ghey8sv9lc-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191213_20191220.pdf" + }, + "description_title": "Venzuela et Grenadines", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Romana aux Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191213/20191220" + } + ] + }, + { + "id": "CM2C_20191220_20191227", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20191220" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20191227" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101728-ibff8vnepu-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191220_20191227.pdf" + }, + "description_title": "Les îles Grenadines", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "TT", + "label": "Trinidad et Tobago" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël aux Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191220/20191227" + } + ] + }, + { + "id": "CM2C_20191227_20200103", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20191227" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200103" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20191227_20200103.pdf" + }, + "description_title": "Les îles Vierges Britaniques", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "PR", + "label": "Puerto Rico" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La St-Sylvestre à St-Barth", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20191227/20200103" + } + ] + }, + { + "id": "CM2C_20200103_20200113", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200103" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200113" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101791-4fsuew4v5n-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200103_20200113.pdf" + }, + "description_title": "Le delta de l'Orénoque", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "TT", + "label": "Trinidad et Tobago" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Colombie et les Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200103/20200113" + } + ] + }, + { + "id": "CM2C_20200113_20200123", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200113" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200123" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200113_20200123.pdf" + }, + "description_title": "Les îles Vierges britanniques et la baie de Samana", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "PR", + "label": "Puerto Rico" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Des îles Vierges à la baie de Samana", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200113/20200123" + } + ] + }, + { + "id": "CM2C_20200123_20200131", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200123" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20200131" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101623-chcd40i3hr-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200123_20200131.pdf" + }, + "description_title": "D'archipel en archipel", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "D'archipel en archipel", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200123/20200131" + } + ] + }, + { + "id": "CM2C_20200131_20200207", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20200131" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200207" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175372-0mfspa12dx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200131_20200207.pdf" + }, + "description_title": "Les îles Vierges britanniques et la Dominique", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "DM", + "label": "Dominique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paradis créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200131/20200207" + } + ] + }, + { + "id": "CM2C_20200207_20200214", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200207" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200214" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200207_20200214.pdf" + }, + "description_title": "Les Petites Antilles et l'Archipel de Los Roques", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel des Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200207/20200214" + } + ] + }, + { + "id": "CM2C_20200214_20200221", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200214" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200221" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175372-0mfspa12dx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200214_20200221.pdf" + }, + "description_title": "Les îles Vierges", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Douceur créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200214/20200221" + } + ] + }, + { + "id": "CM2C_20200221_20200228", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200221" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200228" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101575-xy9bmfr3yn-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200221_20200228.pdf" + }, + "description_title": "Les Petites Antilles et l'Archipel de Los Roques", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel des Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200221/20200228" + } + ] + }, + { + "id": "CM2C_20200228_20200308", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200228" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200308" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101968-3mto6s9e7t-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200228_20200308.pdf" + }, + "description_title": "La Dominique, les îles Vierges et la baie de Samana", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Dominique à la baie de Samana", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200228/20200308" + } + ] + }, + { + "id": "CM2C_20200308_20200320", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200308" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200320" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122005-nwdvceekhv-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200308_20200320.pdf" + }, + "description_title": "Les deux Amériques", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "KY", + "label": "Îles Caïmans" + }, + { + "id": "MX", + "label": "Mexique" + }, + { + "id": "HN", + "label": "Honduras" + }, + { + "id": "GT", + "label": "Guatemala" + }, + { + "id": "BZ", + "label": "Belize" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers les deux Amériques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200308/20200320" + } + ] + }, + { + "id": "CM2C_20200320_20200327", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200320" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200327" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100621-gxnmykmjto-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200320_20200327.pdf" + }, + "description_title": "La République Dominicaines et les îles Vierges", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Vierges et la baie de Samana", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200320/20200327" + } + ] + }, + { + "id": "CM2C_20200327_20200404", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20200327" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200404" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101494-q8nxl1k5b8-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200327_20200404.pdf" + }, + "description_title": "les Petites Antilles", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "BB", + "label": "Barbade" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Magie des îles Sous-le-Vent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200327/20200404" + } + ] + }, + { + "id": "CM2C_20200404_20200417", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20200404" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20200417" + }, + "duration": { + "in_nights": 13, + "in_days": 14 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200404_20200417.pdf" + }, + "description_title": "Transatlantique de Printemps", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "MA", + "label": "Maroc" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de Printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200404/20200417" + } + ] + }, + { + "id": "CM2C_20200417_20200425", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20200417" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200425" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101689-ksbcjwvhhm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200417_20200425.pdf" + }, + "description_title": "Gibraltar et les côtes espagnoles", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Gibraltar et les côtes espagnoles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200417/20200425" + } + ] + }, + { + "id": "CM2C_20200425_20200429", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200425" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200429" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101110-ukokvb2pgm-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/175096-3wsjc731mv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200425_20200429.pdf" + }, + "description_title": "L'île de beauté", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "L'île de beauté", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200425/20200429" + } + ] + }, + { + "id": "CM2C_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99238-vb87thc7nk-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Retrouvez votre âme d’explorateur sur un cinq-mâts de légende dans les îles des Caraïbes", + "destination": { + "countries": [], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "CM2C_SUMMER", + "title": "Croisières Club Med 2 ®", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/croisieres-club-med-2/w" + } + ] + }, + { + "id": "CM2C_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98362-2sdfrssngn-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Retrouvez votre âme d’explorateur sur un cinq-mâts de légende le long des côtes méditerranéennes", + "destination": { + "countries": [], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "CM2C_WINTER", + "title": "Croisières Club Med 2 ®", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/croisieres-club-med-2/s" + } + ] + }, + { + "id": "VNESTK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 4 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/197369-lss546iyr6-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_vnestk.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VN", + "label": "Vietnam" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade tonkinoise", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-tonkinoise/y" + } + ] + }, + { + "id": "CUESHA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101761-8hou11grq3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/196901-qvrhfg0vx9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cuesha.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["WINTER"], + "seo_description": "Le temps semble suspendu sur le Parque Central de La Havane où défilent de vieilles voitures américaines, entre le capitole et les bâtisses pastels de la vieille ville. Puis le rythme de la cité vous entraîne au mythique club Tropicana, pour un spectacle haut en couleur. Vous suivez également les traces d’Hemingway, l’écrivain voyageur, de sa villa coloniale au charmant bar Floridita.", + "sibling_id": "", + "title": "Escapade à La Havane", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-la-havane/y" + } + ] + }, + { + "id": "EGISIS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/213508-y1c2hylt7x-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/280216-9xjlej8x5q-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_egisis.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Isis", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/isis/y" + } + ] + }, + { + "id": "INNARA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/118222-c8jxfqtxlo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/262681-67dokie5o2-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_INNARA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Namaste Rajasthan", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/namaste-rajasthan/y" + } + ] + }, + { + "id": "VNMPK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Cambodge/Circuits___Escapade/122182-5aw879q91u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Vietnam/Circuits___Escapade/262711-764fvh9xfk-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_VNMPK.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VN", + "label": "Vietnam" + }, + { + "id": "KH", + "label": "Cambodge" + }, + { + "id": "LA", + "label": "Laos" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mékong et pays Khmer", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mekong-et-pays-khmer/y" + } + ] + }, + { + "id": "CM2C_20200429_20200502", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200429" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200502" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101485-pp7wfwvp44-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200429_20200502.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200429/20200502" + } + ] + }, + { + "id": "CM2C_20200502_20200506", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200502" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200506" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200502_20200506.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière St-Tropez & Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200502/20200506" + } + ] + }, + { + "id": "CM2C_20200506_20200510", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200506" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200510" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101293-3sbky5ncje-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210223_20210302.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200506/20200510" + } + ] + }, + { + "id": "CM2C_20200516_20200523", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200516" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200523" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218605-ybivppn2xc-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200516_20200523.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel des Baléares", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200516/20200523" + } + ] + }, + { + "id": "CM2C_20200529_20200602", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200529" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200602" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101245-5gb2ucewty-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200529_20200602.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Sardaigne & Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200529/20200602" + } + ] + }, + { + "id": "CM2C_20200602_20200605", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200602" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200605" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224059-x9t7xc8ewg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200602_20200605.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Bastia", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200602/20200605" + } + ] + }, + { + "id": "CM2C_20200607_20200610", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200607" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200610" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101089-d3iegfmnxg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200607_20200610.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200607/20200610" + } + ] + }, + { + "id": "CM2C_20200614_20200618", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200614" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200618" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portovenere", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200614/20200618" + } + ] + }, + { + "id": "CM2C_20200618_20200622", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200618" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200622" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226252-obpnocm2kv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200618_20200622.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Marseille", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200618/20200622" + } + ] + }, + { + "id": "CM2C_20200622_20200626", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200622" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200626" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101500-b5nu9jn0in-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200622_20200626.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200622/20200626" + } + ] + }, + { + "id": "CM2C_20200626_20200704", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200626" + }, + "arrival_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20200704" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218932-yepfxp7q87-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "TN", + "label": "Tunisie" + }, + { + "id": "MT", + "label": "Malte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Tunis et les Pouilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200626/20200704" + } + ] + }, + { + "id": "CM2C_20200704_20200711", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20200704" + }, + "arrival_details": { + "country": "Croatie", + "city": "Split", + "date": "20200711" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219061-9fic3a6cas-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200704_20200711.pdf" + }, + "description_title": "Brindisi, Split", + "destination": { + "countries": [ + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Croatie d'île en île", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200704/20200711" + } + ] + }, + { + "id": "CM2C_20200711_20200718", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Croatie", + "city": "Split", + "date": "20200711" + }, + "arrival_details": { + "country": "Croatie", + "city": "Split", + "date": "20200718" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218926-u5jgw6avgh-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Split, Split", + "destination": { + "countries": [ + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "SI", + "label": "Slovénie" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Dalmatie et cité des Doges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200711/20200718" + } + ] + }, + { + "id": "CM2C_20200718_20200725", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Croatie", + "city": "Split", + "date": "20200718" + }, + "arrival_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20200725" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Croatie/Circuits___Escapade/118579-j1pp4uutof-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200718_20200725.pdf" + }, + "description_title": "Split, Brindisi", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "ME", + "label": "Monténégro" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles de l'Adriatique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200718/20200725" + } + ] + }, + { + "id": "CM2C_20200725_20200801", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20200725" + }, + "arrival_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20200801" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123742-j247pyw3ff-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200725_20200801.pdf" + }, + "description_title": "Brindisi, Brindisi", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "SI", + "label": "Slovénie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Venise et la péninsule d'Istrie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200725/20200801" + } + ] + }, + { + "id": "CM2C_20200801_20200808", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20200801" + }, + "arrival_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20200808" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101242-rtpw6wxq6y-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200801_20200808.pdf" + }, + "description_title": "Brindisi, Antalya", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Cyclades et Halicarnasse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200801/20200808" + } + ] + }, + { + "id": "CM2C_20200808_20200815", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20200808" + }, + "arrival_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20200815" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219730-6m3aajrtxw-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200808_20200815.pdf" + }, + "description_title": "Antalya, Antalya", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "À la croisée des cultures", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200808/20200815" + } + ] + }, + { + "id": "CM2C_20200815_20200822", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20200815" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20200822" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219661-xjutgube3s-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200815_20200822.pdf" + }, + "description_title": "Antalya, Athènes", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Joyaux de la mer Égée", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200815/20200822" + } + ] + }, + { + "id": "CM2C_20200822_20200829", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20200822" + }, + "arrival_details": { + "country": "Turquie", + "city": "", + "date": "20200829" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223951-smk04dxikw-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200822_20200829.pdf" + }, + "description_title": "Athens, Antalya", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Des Cyclades au Dodécanèse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200822/20200829" + } + ] + }, + { + "id": "CM2C_20200829_20200905", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20200829" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20200905" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224797-2feaiq7fr8-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200829_20200905.pdf" + }, + "description_title": "Antalya, Athènes", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les civilisations antiques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200829/20200905" + } + ] + }, + { + "id": "CM2C_20200910_20200919", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20200910" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200919" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Malte/Circuits___Escapade/123787-yssu4vdewa-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200910_20200919.pdf" + }, + "description_title": "Athens, Nice", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "MT", + "label": "Malte" + }, + { + "id": "TN", + "label": "Tunisie" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles de la Méditerranée", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200910/20200919" + } + ] + }, + { + "id": "CM2C_20200919_20200921", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200919" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20200921" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200919_20200921.pdf" + }, + "description_title": "Nice, Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200919/20200921" + } + ] + }, + { + "id": "CM2C_20200927_20201003", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20200927" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20201003" + }, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20200927_20201003.pdf" + }, + "description_title": "Corfou, Croatie & Venise", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Collioure et la côte espagnole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20200927/20201003" + } + ] + }, + { + "id": "CM2C_20201108_20201121", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20201108" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201121" + }, + "duration": { + "in_nights": 13, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100657-hvpt266w99-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20201108_20201121.pdf" + }, + "description_title": "Au gré des alizés", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au gré des alizés", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20201108/20201121" + } + ] + }, + { + "id": "CM2C_20201122_20201205", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20201122" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201205" + }, + "duration": { + "in_nights": 13, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100657-hvpt266w99-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20201108_20201121.pdf" + }, + "description_title": "Au gré des alizés", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au gré des alizés", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20201122/20201205" + } + ] + }, + { + "id": "CM2C_20201128_20201205", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201128" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201205" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226216-90jemvfrhx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226222-hl1nephglh-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20201128_20201205.pdf" + }, + "description_title": "Sud Caraïbes", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sud Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20201128/20201205" + } + ] + }, + { + "id": "CM2C_20201212_20201219", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20201212" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201219" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101680-es97x63cp4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "De La Romana aux Grenadines", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De La Romana aux Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20201212/20201219" + } + ] + }, + { + "id": "CM2C_20201219_20201226", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201219" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201226" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226228-mjx5vufnhx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Noël aux îles Vierges", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël aux îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20201219/20201226" + } + ] + }, + { + "id": "CM2C_20201226_20210102", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20201226" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210102" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226231-sadl0dwqpt-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20201226_20210102.pdf" + }, + "description_title": "Réveillon Caraïbes", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "BQ", + "label": "Bonaire" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "TT", + "label": "Trinidad et Tobago" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Réveillon Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20201226/20210102" + } + ] + }, + { + "id": "CM2C_20210102_20210112", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210102" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210112" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225295-81p9gfm8us-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Couleur Turquoise", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VE", + "label": "Venezuela" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleur Turquoise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210102/20210112" + } + ] + }, + { + "id": "CM2C_20210112_20210120", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210112" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210120" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226249-o3829vqmc1-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "La Romana, La Romana", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Évasion Jamaïcaine", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210112/20210120" + } + ] + }, + { + "id": "CM2C_20210120_20210127", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210120" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20210127" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224077-kxpmnledeh-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Baie de Samana & îles Vierges", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Baie de Samana & îles Vierges ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210120/20210127" + } + ] + }, + { + "id": "CM2C_20210127_20210203", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20210127" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210203" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224800-negyip53ba-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Sainte-Lucie et les Grenadines", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sainte-Lucie et les Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210127/20210203" + } + ] + }, + { + "id": "CM2C_20210203_20210211", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210203" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210211" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225052-wfnm0fu8xe-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Perles des Petites Antilles", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles des Petites Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210203/20210211" + } + ] + }, + { + "id": "CM2C_20210211_20210223", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210211" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210223" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226234-pexvfm1rlq-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Carnaval colombien", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "CO", + "label": "Colombie" + }, + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CR", + "label": "Costa Rica" + }, + { + "id": "JM", + "label": "Jamaïque" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Carnaval colombien", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210211/20210223" + } + ] + }, + { + "id": "CM2C_20210223_20210302", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210223" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20210302" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225052-wfnm0fu8xe-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210223_2021030.pdf" + }, + "description_title": "Baie de Samana & îles Vierges ", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Baie de Samana & îles Vierges ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210223/20210302" + } + ] + }, + { + "id": "CM2C_20210302_20210309", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20210302" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210309" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225142-3j72pgqm6b-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Sainte-Lucie et les Grenadines", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Sainte-Lucie et les Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210302/20210309" + } + ] + }, + { + "id": "CM2C_20210309_20210316", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210309" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210316" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100612-ip6ix06wuv-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Alizés marins", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Alizés marins", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210309/20210316" + } + ] + }, + { + "id": "CM2C_20210316_20210321", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210316" + }, + "arrival_details": { + "country": "Bahamas", + "city": "Nassau", + "date": "20210321" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226243-j9hv7uirw8-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "De La Romana à Nassau", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BS", + "label": "Bahamas" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De La Romana à Nassau", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210316/20210321" + } + ] + }, + { + "id": "CM2C_20210321_20210326", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Bahamas", + "city": "Nassau", + "date": "20210321" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210326" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224812-wvtxwh1n6w-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "De Nassau à La Romana", + "destination": { + "countries": [ + { + "id": "BS", + "label": "Bahamas" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De Nassau à La Romana", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210321/20210326" + } + ] + }, + { + "id": "CM2C_20210316_20210326", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210316" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210326" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226240-dhwpj0ufcm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "l'archipel des Bahamas", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BS", + "label": "Bahamas" + }, + { + "id": "TC", + "label": "Îles Turks et Caicos (RU)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel des Bahamas", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210316/20210326" + } + ] + }, + { + "id": "CM2C_20210326_20210402", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20210326" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210402" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Paradis créole", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paradis créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210326/20210402" + } + ] + }, + { + "id": "CM2C_20210402_20210414", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20210402" + }, + "arrival_details": { + "country": "Espagne", + "city": "Las Palmas", + "date": "20210414" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98329-2tbjty1n7g-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20201108_20201121.pdf" + }, + "description_title": "Transatlantique de Printemps", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "CV", + "label": "Cap-Vert" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de Printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210402/20210414" + } + ] + }, + { + "id": "CM2C_20210414_20210422", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Las Palmas", + "date": "20210414" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20210422" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224806-fwa4cgqpnk-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Canaries et côtes marocaines", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Canaries et côtes marocaines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210414/20210422" + } + ] + }, + { + "id": "CM2C_20210422_20210430", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20210422" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210430" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226246-2eva62p3lo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Côtes espagnoles et Alger", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "DZ", + "label": "Algérie" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Côtes espagnoles et Alger", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210422/20210430" + } + ] + }, + { + "id": "ITESMI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/227503-5d0b05yk2f-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/228838-kspxaqh901-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itesmi.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Escapade à Milan", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-a-milan/y" + } + ] + }, + { + "id": "INLRD", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/236729-jefy8uh2m4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_INLRD.pdf" + }, + "description_title": "", + "destination": { + "countries": [], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "Envie d’ailleurs ? Poussez les portes du Laddakh, un\nautre visage de l’Inde. Vêtu d’un costume traditionnel, une\ntasse de thé beurré à la main, comptemplez les paysages\ngrandioses qui s’offrent à vous : à gauche, les hauts\nsommets ennégés de l’Himalaya, à droite les drapeaux de\nprières multicolores qui claquent au vent.", + "sibling_id": "", + "title": "Ladakh, sommet des dieux", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/ladakh-sommet-des-dieux/y" + } + ] + }, + { + "id": "TROCEG", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/236717-af77otije2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/236822-gbcl1ttk6s-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_TROCEG.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "Depuis Bodrum, votre caïque traditionnel en bois\négraine les plages et les criques secrètes de la mer Egée.\nUne halte à Marmaris dans la péninsule de Datça vous fera\napprécier la douceur de vivre turque entre eau turquoise\net montagnes recouvertes de pins en toile de fond. De quoi\nvivre aussi la Turquie en mode farniente !", + "sibling_id": "", + "title": "Odyssée criques égéennes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/odyssee-criques-egeennes/y" + } + ] + }, + { + "id": "RUTAI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Mongolie/Circuits___Escapade/236450-13p9ngg17l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Mongolie/Circuits___Escapade/237239-pbamssunro-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_rutai.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "RU", + "label": "Russie" + }, + { + "id": "MO", + "label": "Mongolie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Taïga et steppes mongoles", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/taiga-et-steppes-mongoles/y" + } + ] + }, + { + "id": "CM2C_20180502_20180505", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180502" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180505" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101086-onr0ev2k5a-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Elbe", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse & Île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20171222_20171229", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20171222" + }, + "arrival_details": { + "country": "Anguilla", + "city": "Pointe-à-Pitre", + "date": "20171229" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99142-dl4mpwb1ba-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Mayreau & Antigua", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "AI", + "label": "Anguilla" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mayreau & Antigua", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20171229_20180105", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20171229" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180105" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99316-wp4sgf3t9y-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Iles Grenadines ", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Iles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180105_20180115", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180105" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180115" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102010-123dou7pt4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Antilles néerlandaises & Vénézuela ", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Antilles néerlandaises et Vénézuela ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180115_20180125", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180115" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180125" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Les Grenadines & Trinité", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Iles Grenadines & Trinidad", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180125_20180202", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180125" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180202" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100879-60r1kikck6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Antigua & les îles Vierges", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Antigua & les Îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180202_20180209", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180202" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180209" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102043-c2vchfyt96-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "St Barth & les îles Vierges", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St Barth et les Îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180209_20180216", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20171215" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20171222" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100870-pi0ty1img9-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Les Iles Grenadines", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Iles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180209_20180216", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180209" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180216" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102019-ms8kobod9y-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Les Iles Grenadines ", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180216_20180223", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180216" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180223" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "St Kitts & Nevis, Antigua", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St Kitts & Nevis, Antigua", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180223_20180302", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180223" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Fort de France", + "date": "20180302" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101692-en5fqu75op-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/99139-q17d7vqgfy-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "St Barth & les Îles Vierges", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St Barth & les Îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180302_20180309", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20180302" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180309" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102013-jugkmqoyb2-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Les Grenadines", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180309_20180317", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20180309" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20180317" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101998-3l9x4bwnme-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "St Barth & les Îles vierges", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St Barth & St Lucie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180317_20180327", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20180317" + }, + "arrival_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20180327" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102031-97ponqc6ij-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "La Jamaïque, les îles Caïman et Cuba", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Jamaïque, Îles Caïmans & Cuba", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180327_20180404", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20180327" + }, + "arrival_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20180404" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121618-wbixrnwt16-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "À la découverte de Cuba\t", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "À la découverte de Cuba\t\t\t\t\t\t\t", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180404_20180420", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20180404" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20180420" + }, + "duration": { + "in_nights": 16, + "in_days": 17 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102004-pp6gf9tnnr-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Transatlantique de Printemps", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180420_20180428", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20180420" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180428" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101431-6re0qyybq0-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Lisbonne & côtes espagnoles ", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Lisbonne et côtes espagnoles ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180428_20180502", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180428" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180502" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98455-u94y34mhk6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180505_20180510", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180505" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180510" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101110-ukokvb2pgm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180510_20180513", + "access_conditions": { + "is_for_adult_only": true, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180510" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180513" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180518_20180521", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180518" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180521" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180521_20180524", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180521" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180524" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101077-0tnbpb6pi5-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse & Île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180530_20180602", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180530" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180602" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101683-r9qwfrfvj5-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Elbe", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et Ile d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180608_20180611", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180608" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180611" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101107-dpdf0who21-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Sardaigne", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Sardaigne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180623_20180625", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180623" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180625" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180625_20180630", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180625" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180630" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101080-87tp3dekr6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse & Île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180917_20180920", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180917" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180920" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101020-en65o13mna-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "CM2C_20180926_20180929", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20180926" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20180929" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98455-u94y34mhk6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière Corse Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20180926/20180929" + } + ] + }, + { + "id": "NAMYN", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/260944-hptfjbwi2a-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Namibie/Circuits___Escapade/262696-lrry46vjjw-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_NAMYN.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "NA", + "label": "Namibie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mystérieuse Namibie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mysterieuse-namibie/y" + } + ] + }, + { + "id": "CM2C_20210430_20210503", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210430" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210503" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268723-ieaghxmqat-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210430_20210503.pdf" + }, + "description_title": "Mini croisière à l'île d'Elbe", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210430/20210503" + } + ] + }, + { + "id": "CM2C_20210503_20210506", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210503" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210506" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210503_20210506.pdf" + }, + "description_title": "Mini croisière Portofino et Calvi", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino et Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210503/20210506" + } + ] + }, + { + "id": "CM2C_20210506_20210508", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210506" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210508" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière à Portofino", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210506/20210508" + } + ] + }, + { + "id": "CM2C_20210508_20210515", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210508" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210515" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210508_20210515.pdf" + }, + "description_title": "Îles de la mer Tyrrhénienne", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Îles de la mer Tyrrhénienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210508/20210515" + } + ] + }, + { + "id": "CM2C_20210515_20210518", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210515" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210518" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224059-x9t7xc8ewg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210515_20210518.pdf" + }, + "description_title": "Mini croisière Corse et Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210515/20210518" + } + ] + }, + { + "id": "CM2C_20210518_20210521", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210518" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210521" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268924-qx0isp76hp-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210518_20210521.pdf" + }, + "description_title": "Mini croisière à Saint-Florent", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Saint-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210518/20210521" + } + ] + }, + { + "id": "CM2C_20210521_20210524", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210521" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210524" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210521_20210524.pdf" + }, + "description_title": "Mini croisière à St-Tropez", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210521/20210524" + } + ] + }, + { + "id": "CM2C_20210524_20210527", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210524" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210527" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière à l'Île-Rousse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'Île-Rousse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210524/20210527" + } + ] + }, + { + "id": "CM2C_20210527_20210530", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210527" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210530" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268924-qx0isp76hp-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière à Saint-Florent", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Saint-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210527/20210530" + } + ] + }, + { + "id": "CM2C_20210530_20210603", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210530" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210603" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268933-fovhflbpet-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210530_20210603.pdf" + }, + "description_title": "Mini croisière de Calvi à St-Tropez", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Calvi à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210530/20210603" + } + ] + }, + { + "id": "CM2C_20210603_20210605", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210603" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210605" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/228127-t2jk7m17n7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210603_20210605.pdf" + }, + "description_title": "Mini croisière à Portofino", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210603/20210605" + } + ] + }, + { + "id": "CM2C_20210605_20210609", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210605" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210609" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière en Corse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière en Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210605/20210609" + } + ] + }, + { + "id": "CM2C_20210609_20210613", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210609" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210613" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière de Calvi à St-Tropez", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Calvi à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210609/20210613" + } + ] + }, + { + "id": "CM2C_20210613_20210625", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210613" + }, + "arrival_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20210625" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268912-sgfl39foaf-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/272488-9aq794t83q-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210613_20210625.pdf" + }, + "description_title": "De Nice à la Terre sainte", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "IL", + "label": "Israël" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Nice à la Terre sainte", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210613/20210625" + } + ] + }, + { + "id": "CM2C_20210625_20210703", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20210625" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210703" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/239774-wsecenhkk0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/272398-aipekmuwum-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210625_20210703.pdf" + }, + "description_title": "De côtes turques en îles grecques", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De côtes turques en îles grecques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210625/20210703" + } + ] + }, + { + "id": "CM2C_20210703_20210710", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210703" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210710" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268930-ifpak3fhxl-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/272467-l75pmgq9xm-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210703_20210710.pdf" + }, + "description_title": "Des vestiges de Troie à Istanbul", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Des vestiges de Troie à Istanbul", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210703/20210710" + } + ] + }, + { + "id": "CM2C_20210710_20210717", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210710" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210717" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210710_20210717.pdf" + }, + "description_title": "Littoral d'Occitanie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Littoral d'Occitanie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210710/20210717" + } + ] + }, + { + "id": "CM2C_20210717_20210724", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210717" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210724" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101110-ukokvb2pgm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210717_20210724.pdf" + }, + "description_title": "Grand tour de la Corse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand tour de la Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210717/20210724" + } + ] + }, + { + "id": "CM2C_20210724_20210731", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210724" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210731" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210724_20210731.pdf" + }, + "description_title": "Trésors de la Côte d'Azur", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors de la Côte d'Azur", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210724/20210731" + } + ] + }, + { + "id": "CM2C_20210731_20210807", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210731" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210807" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224071-u4jt18k0l4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210731_20210807.pdf" + }, + "description_title": "Littoral d'Occitanie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Littoral d'Occitanie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210731/20210807" + } + ] + }, + { + "id": "CM2C_20210807_20210814", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210807" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210814" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210807_20210814.pdf" + }, + "description_title": "Grand tour de la Corse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand tour de la Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210807/20210814" + } + ] + }, + { + "id": "CM2C_20210814_20210821", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210814" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210821" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210814_20210821.pdf" + }, + "description_title": "Trésors de la Côte d'Azur", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors de la Côte d'Azur", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210814/20210821" + } + ] + }, + { + "id": "CM2C_20210821_20210828", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210821" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210828" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210508_20210515.pdf" + }, + "description_title": "Grand tour de la Corse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Grand tour de la Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210821/20210828" + } + ] + }, + { + "id": "CM2C_20210828_20210901", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210828" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210901" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière en Grèce", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière en Grèce", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210828/20210901" + } + ] + }, + { + "id": "CM2C_20210901_20210906", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210901" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210906" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "Mini croisière dans les Cyclades", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière dans les Cyclades", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210901/20210906" + } + ] + }, + { + "id": "CM2C_20210906_20210917", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20210906" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210917" + }, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268951-er6c3xvubt-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210906_20210917.pdf" + }, + "description_title": "Les mers Ionienne et Tyrrhénienne", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les mers Ionienne et Tyrrhénienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210906/20210917" + } + ] + }, + { + "id": "CM2C_20210917_20210922", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210917" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210922" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268954-j1i8uw938x-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210917_20210922.pdf" + }, + "description_title": "Mini croisière Portofino et Bandol", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi et Bandol", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210917/20210922" + } + ] + }, + { + "id": "CM2C_20210922_20210926", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210922" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210926" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268957-pw24o9lg6w-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210922_20210926.pdf" + }, + "description_title": "Mini croisière de Cannes à Calvi", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Cannes à Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210922/20210926" + } + ] + }, + { + "id": "CM2C_20210926_20210930", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210926" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20210930" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268924-qx0isp76hp-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210926_20210930.pdf" + }, + "description_title": "Mini croisière à St-Florent", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210926/20210930" + } + ] + }, + { + "id": "CM2C_20210930_20211003", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20210930" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20211003" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20210930_20211003.pdf" + }, + "description_title": "Mini croisière Corse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20210930/20211003" + } + ] + }, + { + "id": "CM2C_20211003_20211008", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20211003" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20211008" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269506-qoga171vmo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211003_20211008.pdf" + }, + "description_title": "Mini croisière tour de Corse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière tour de Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211003/20211008" + } + ] + }, + { + "id": "CM2C_20211008_20211013", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20211008" + }, + "arrival_details": { + "country": "Espagne", + "city": "Barcelone", + "date": "20211013" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268966-jvqbs0r0sm-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/272476-xvvwq8aari-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211008_20211013.pdf" + }, + "description_title": "Mini croisière à Barcelone", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Barcelone", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211008/20211013" + } + ] + }, + { + "id": "CM2C_20211013_20211020", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Barcelone", + "date": "20211013" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20211020" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268969-yqbx31hkgg-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211013_20211020.pdf" + }, + "description_title": "La côte espagnole", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "La côte espagnole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211013/20211020" + } + ] + }, + { + "id": "CM2C_20211020_20211029", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20211020" + }, + "arrival_details": { + "country": "Portugal", + "city": "Funchal", + "date": "20211029" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224806-fwa4cgqpnk-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211020_20211029.pdf" + }, + "description_title": "Les îles Canaries\n", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Canaries", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211020/20211029" + } + ] + }, + { + "id": "CM2C_20211029_20211107", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Funchal", + "date": "20211029" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20211107" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Portugal/Circuits___Escapade/240638-qv1pqpg71w-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211029_20211107.pdf" + }, + "description_title": "Madère et les îles Canaries", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Madère et les îles Canaries", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211029/20211107" + } + ] + }, + { + "id": "CM2C_20211107_20211121", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20211107" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211121" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/227455-tq3dwy31qg-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211107_20211121.pdf" + }, + "description_title": "Au gré des alizés", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au gré des alizés", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211107/20211121" + } + ] + }, + { + "id": "CM2C_20211121_20211128", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211121" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211128" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225049-chhhy4e7x9-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211121_20211128.pdf" + }, + "description_title": "Hispaniola et les îles Vierges Britanniques", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Hispaniola et les îles Vierges Britanniques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211121/20211128" + } + ] + }, + { + "id": "CM2C_20211128_20211205", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211128" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211205" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211128_20211205.pdf" + }, + "description_title": "Hispaniola et les îles Vierges Britanniques", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Hispaniola et les îles Vierges Britanniques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211128/20211205" + } + ] + }, + { + "id": "CM2C_20211205_20211212", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20211205" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20211212" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226231-sadl0dwqpt-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/272416-y5l91i3dug-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211205_20211212.pdf" + }, + "description_title": "Les îles Grenadines", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211205/20211212" + } + ] + }, + { + "id": "CM2C_20211212_20211219", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211212" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211219" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269008-4ck6jqlxsu-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211212_20211219.pdf" + }, + "description_title": "Hispaniola et les îles Vierges Britanniques", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Hispaniola et les îles Vierges Britanniques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211212/20211219" + } + ] + }, + { + "id": "CM2C_20211219_20211226", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211219" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211226" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226228-mjx5vufnhx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211219_20211226.pdf" + }, + "description_title": "Noël antillais", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël antillais", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211219/20211226" + } + ] + }, + { + "id": "CM2C_20211226_20220102", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20211226" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220102" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269575-u8xqd2tfc4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20211226_20220102.pdf" + }, + "description_title": "Réveillon Caraïbes", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Réveillon Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20211226/20220102" + } + ] + }, + { + "id": "CM2C_20220102_20220110", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220102" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220110" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269008-4ck6jqlxsu-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220102_20220110.pdf" + }, + "description_title": "Perles des Caraïbes", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles des Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220102/20220110" + } + ] + }, + { + "id": "CM2C_20220110_20220119", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220110" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220119" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101992-5xxe72vl9l-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220110_20220119.pdf" + }, + "description_title": "Eaux Turquoise", + "destination": { + "countries": [ + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Eaux Turquoise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220110/20220119" + } + ] + }, + { + "id": "CM2C_20220119_20220127", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220119" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220127" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269005-yie2qle85i-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220119_20220127.pdf" + }, + "description_title": "Trésors des petites Antilles", + "destination": { + "countries": [ + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors des petites Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220119/20220127" + } + ] + }, + { + "id": "CM2C_20220127_20220203", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220127" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220203" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220127_20220203.pdf" + }, + "description_title": "De Saint-Martin aux îles Vierges", + "destination": { + "countries": [ + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De Saint-Martin aux îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220127/20220203" + } + ] + }, + { + "id": "CM2C_20220203_20220212", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220203" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220212" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269476-4rhn9upjkl-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220203_20220212.pdf" + }, + "description_title": "Petites Antilles & île Catalina", + "destination": { + "countries": [ + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Petites Antilles & île Catalina", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220203/20220212" + } + ] + }, + { + "id": "CM2C_20220212_20220223", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220212" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220223" + }, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226240-dhwpj0ufcm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220212_20220223.pdf" + }, + "description_title": "Les Bahamas d'île en île", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BS", + "label": "Bahamas" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Bahamas d'île en île", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220212/20220223" + } + ] + }, + { + "id": "CM2C_20220223_20220304", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220223" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220304" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269053-52uticqo93-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220223_20220304.pdf" + }, + "description_title": "De la Romana à Saint-Martin", + "destination": { + "countries": [ + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Romana à Saint-Martin", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220223/20220304" + } + ] + }, + { + "id": "CM2C_20220304_20220311", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220304" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220311" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268993-wscwuy997h-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220304_20220311.pdf" + }, + "description_title": "Évasion créole", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Évasion créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220304/20220311" + } + ] + }, + { + "id": "CM2C_20220311_20220318", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20220311" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220318" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269023-hdr2bb14oo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220311_20220318.pdf" + }, + "description_title": "Alizés marins", + "destination": { + "countries": [ + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Alizés marins", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220311/20220318" + } + ] + }, + { + "id": "CM2C_20220318_20220330", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220318" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220330" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269020-yna2lx8suh-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220318_20220330.pdf" + }, + "description_title": "Cap vers les deux Amériques", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "HN", + "label": "Honduras" + }, + { + "id": "GT", + "label": "Guatemala" + }, + { + "id": "BZ", + "label": "Belize" + }, + { + "id": "MX", + "label": "Mexique" + }, + { + "id": "KY", + "label": "Îles Caïmans" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers les deux Amériques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220318/20220330" + } + ] + }, + { + "id": "CM2C_20220330_20220413", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20220330" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20220413" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/100783-tvj90tbdtp-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220330_20220413.pdf" + }, + "description_title": "Transatlantique de Printemps", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "BM", + "label": "Bermudes" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de Printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220330/20220413" + } + ] + }, + { + "id": "CM2C_20220413_20220422", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20220413" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20220422" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269014-ftwmu9lh78-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/273328-lbqp58j4xw-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220413_20220422.pdf" + }, + "description_title": "Cap vers l'estuaire de la Gironde", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers l'estuaire de la Gironde", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220413/20220422" + } + ] + }, + { + "id": "CM2C_20220422_20220430", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20220422" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220430" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269017-l2qvwekwgo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220422_20220430.pdf" + }, + "description_title": "De Lisbonne à Nice", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De Lisbonne à Nice", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220422/20220430" + } + ] + }, + { + "id": "SCGMAC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "summer_camp", + "label": "Summer Camp" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots\n\n\n- Superficie: 632 834 km²\n- Capitale : Paris\n- Langue officielle : Français\n- Monnaie : Euro.\n\nProfitez des environs du Village de Grand Massif Samoêns Morillon pour découvrir au cours de votre séjour en Haute-Savoie, la beauté et les richesses culturelles de la région. \n\nA découvrir ...\n\n- Les hameaux de Chantemerle, l'un des plus hauts avec sa vue panoramique, Vercland, situé sur l'envers de la vallée, creuset historique des tailleurs de pierres, Vallons et ses fermes ...\n\n\nLe Club Med de Grand Massif Samoêns Morillon est situé :\n\n- A 68 km de Genève\n- A 87 km d'Annecy" + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_haute_savoie_samoens", + "label": "Haute Savoie - Samoëns" + } + }, + "full_title": "Summer Camp GMAC", + "opening_status": "OPEN", + "type": { + "id": "SUMMER_CAMP", + "label": "Summer Camp" + }, + "price": {}, + "resort_id": "asset_SCMAC", + "range": { + "id": "product_range_summer_camp", + "label": "Summer Camp" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Summer Camps by Club Med", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": [], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/summer-camps-by-club-med/y" + } + ] + }, + { + "id": "ITFLO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/276493-4m9ssdfb8l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/278959-eadr1nx55j-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ITFLO.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Flâneries toscanes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/flaneries-toscanes/y" + } + ] + }, + { + "id": "LJIC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_LJIC_4T", + "label": "4 tridents", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "sun", + "label": "Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Lijiang/433152-l7nrwdl34x-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Lijiang/312439-vdc28xengc-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Lijiang/328804-to8hxh8t26-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ljic.pdf" + }, + "description_title": "Evasion au cœur des merveilles de Lijiang", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine : carte d'identité \n\n- Superficie : 9 707 000 km² \n\n- Capitale : Pékin \n\n- Langues officielles : Mandarin, Cantonais \n\n- Devise : Yuan \n\nProfitez au maximum de votre séjour au Resort Cub Med Lijiang pour découvrir la beauté naturelle et la culture fascinante de la région. \n\nLa Chine comprend une immense variété de paysages et une multitude de villes et villages riches de monuments de renommée internationale, d’une architecture ancienne, de palais, de jardins impériaux et des temples, de magnifiques édifices et de jardins d’agréments.\n\nLijiang se trouve au nord-ouest du Yunnan, une province réputée pour ses paysages extraordinaires, ses montagnes enneigées, ses forêts luxuriantes, ses vieilles villes pleines de charme et ses villages historiques fondés il y a plus de 800 ans. Principalement connu comme le centre culturel du peuple Naxi et de l'écriture hiéroglyphique Dongba, Lijiang fait partie des 3 destinations les plus populaires de Chine. \n\nVous trouverez à proximité : \n\n- La vieille ville de Lijiang (à 15 km et environ 25 minutes de voiture du Resort), située sur un plateau perché à 2 400 mètres au-dessus du niveau de la mer. Ce célèbre site touristique propose de nombreuses activités liées à la culture folklorique, comme des représentations de musique Naxi, des cérémonies Dongba, des séances de divination, etc. Inscrite sur la liste du patrimoine mondial de l'UNESCO en 1997, elle se distingue par sa géographie unique, son patrimoine historique et sa population multiraciale, qui en font un site à part. \n\n- La vieille ville de Baisha (à 10 km et 25 minutes de voiture de la vieille ville de Lijiang) est un arrêt incontournable pour découvrir le mode de vie authentique du peuple Naxi. Niché au pied du Mont enneigé du Dragon de jade, le village a conservé toute sa beauté d'antan. Là, vous pourrez vivre au rythme serein des coutumes du peuple Naxi. \n\n- Le Mont enneigé du Dragon de jade (à 15 km et environ 40 minutes de la vieille ville de Lijiang) est un site panoramique célèbre pour ses paysages, ses randonnées, ses sites d'alpinisme et ses promenades. Depuis la vieille ville de Lijiang, la cime recouverte de neige et cernée de brouillard évoque un dragon de jade couché sur les nuages, d'où son nom. \n\n- La vieille ville de Shuhe (à 4 km et environ 10 minutes de voiture du Resort) est un petit village caché dans la forêt, situé au pied du mont enneigé du Dragon de jade. " + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_yunnan", + "label": "Yunnan" + } + }, + "full_title": "Lijiang", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 884, + "per_trip_with_fees": 904, + "per_night": 127, + "per_night_with_fees": 130 + }, + "best_price": { + "per_trip": 884, + "per_trip_with_fees": 904, + "per_night": 127, + "per_night_with_fees": 130 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250531", + "arrival_date": "20250531", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 49, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Chambre Supérieure - Rez-de-chaussée" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "LJIC", + "range": null, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Lijiang", + "capacity_max": 936, + "accommodations_introduction": { + "description": "Le Resort offre une réinterprétation moderne de l'architecture traditionnelle Naxi. Chaque chambre dispose d'un balcon pour profiter de la vue et de l'air frais de la montagne.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 292 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/lijiang/y" + } + ] + }, + { + "id": "CM2C_20220430_20220505", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220430" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220505" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268954-j1i8uw938x-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220430_20220505.pdf" + }, + "description_title": "De Portofino à Bandol", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Portofino à Bandol", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220430/20220505" + } + ] + }, + { + "id": "CM2C_20220505_20220507", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220505" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220507" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220505_20220507.pdf" + }, + "description_title": "Mini croisière à Portofino", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220505/20220507" + } + ] + }, + { + "id": "CM2C_20220507_20220514", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220507" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220514" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218605-ybivppn2xc-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220507_20220514.pdf" + }, + "description_title": "Sète et les îles Baléares", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Sète et les îles Baléares", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220507/20220514" + } + ] + }, + { + "id": "CM2C_20220514_20220516", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220514" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220516" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268903-uad9xyn9p7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220514_20220516.pdf" + }, + "description_title": "Mini croisière à Portofino", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220514/20220516" + } + ] + }, + { + "id": "CM2C_20220516_20220519", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220516" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220519" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220516_20220519.pdf" + }, + "description_title": "Mini croisière aux Cinque Terre", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière aux Cinque Terre", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220516/20220519" + } + ] + }, + { + "id": "CM2C_20220519_20220522", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220519" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220522" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268723-ieaghxmqat-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220519_20220522.pdf" + }, + "description_title": "Mini croisière à l'île d'Elbe", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à l'île d'Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220519/20220522" + } + ] + }, + { + "id": "CM2C_20220522_20220525", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220522" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220525" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220522_20220525.pdf" + }, + "description_title": "Mini croisière à île Rousse", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à île Rousse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220522/20220525" + } + ] + }, + { + "id": "CM2C_20220525_20220529", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220525" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20220529" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226252-obpnocm2kv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220525_20220529.pdf" + }, + "description_title": "Mini croisière de Nice à Marseille", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Nice à Marseille", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220525/20220529" + } + ] + }, + { + "id": "CM2C_20220529_20220601", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20220529" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220601" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220529_20220601.pdf" + }, + "description_title": "Mini croisière de Marseille à Nice", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Marseille à Nice", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220529/20220601" + } + ] + }, + { + "id": "CM2C_20220601_20220604", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220601" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220604" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220601_20220604.pdf" + }, + "description_title": "Mini croisière Corse et Italie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220601/20220604" + } + ] + }, + { + "id": "CM2C_20220604_20220607", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220604" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220607" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220604_20220607.pdf" + }, + "description_title": "Mini croisière Elbe et Antibes", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe et Antibes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220604/20220607" + } + ] + }, + { + "id": "CM2C_20220607_20220611", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220607" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220611" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220607_20220611.pdf" + }, + "description_title": "Mini croisière Corse et Sardaigne", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Corse et Sardaigne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220607/20220611" + } + ] + }, + { + "id": "CM2C_20220611_20220615", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220611" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220615" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220611_20220615.pdf" + }, + "description_title": "Mini croisière de Portofino à Calvi", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Portofino à Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220611/20220615" + } + ] + }, + { + "id": "CM2C_20220615_20220619", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220615" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220619" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220615_20220619.pdf" + }, + "description_title": "Mini croisière à Santa Manza", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Santa Manza", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220615/20220619" + } + ] + }, + { + "id": "CM2C_20220619_20220701", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220619" + }, + "arrival_details": { + "country": "Jordanie", + "city": "Aqaba", + "date": "20220701" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Jordanie/Circuits___Escapade/240116-rc7livmhq2-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220619_20220701.pdf" + }, + "description_title": "De Nice à la Jordanie", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "TN", + "label": "Tunisie" + }, + { + "id": "MT", + "label": "Malte" + }, + { + "id": "GR-M", + "label": "Crète" + }, + { + "id": "JO", + "label": "Jordanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Méditerranée à la mer Rouge", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220619/20220701" + } + ] + }, + { + "id": "CM2C_20220701_20220709", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Jordanie", + "city": "Aqaba", + "date": "20220701" + }, + "arrival_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20220709" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224797-2feaiq7fr8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313450-nktvo7ms7g-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220701_20220709.pdf" + }, + "description_title": "Trésors de Jordanie et d'Égypte", + "destination": { + "countries": [ + { + "id": "JO", + "label": "Jordanie" + }, + { + "id": "EG", + "label": "Egypte" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors de Jordanie et d'Égypte", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220701/20220709" + } + ] + }, + { + "id": "CM2C_20220709_20220716", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20220709" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes, Lavrio", + "date": "20220716" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219661-xjutgube3s-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348805-fa4cttf3ea-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220709_20220716.pdf" + }, + "description_title": "De côtes turques en îles grecques", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De côtes turques en îles grecques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220709/20220716" + } + ] + }, + { + "id": "CM2C_20220716_20220723", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes, Lavrio", + "date": "20220716" + }, + "arrival_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20220723" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269611-58x1knokrq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348802-hctm8hu6l1-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220716_20220723.pdf" + }, + "description_title": "Mykonos, Éden cycladique", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mykonos, Éden cycladique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220716/20220723" + } + ] + }, + { + "id": "CM2C_20220723_20220730", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20220723" + }, + "arrival_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20220730" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218989-pkcmqs267p-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313462-85tjadene0-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220723_20220730.pdf" + }, + "description_title": "De la côte turquoise aux Pouilles", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la côte turquoise aux Pouilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-10%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220723/20220730" + } + ] + }, + { + "id": "CM2C_20220730_20220806", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20220730" + }, + "arrival_details": { + "country": "Croatie", + "city": "Zadar", + "date": "20220806" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219061-9fic3a6cas-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313438-cu8xyu1jra-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220730_20220806.pdf" + }, + "description_title": "Merveilles dalmates et Slovénie", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "HR", + "label": "Croatie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles dalmates et Slovénie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-10%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220730/20220806" + } + ] + }, + { + "id": "CM2C_20220806_20220813", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Croatie", + "city": "Zadar", + "date": "20220806" + }, + "arrival_details": { + "country": "Italie", + "city": "Ancône", + "date": "20220813" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223933-cln0cphadv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313432-6u0pnh11ye-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220806_20220813.pdf" + }, + "description_title": "La Croatie d'île en île", + "destination": { + "countries": [ + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "La Croatie d'île en île", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220806/20220813" + } + ] + }, + { + "id": "CM2C_20220813_20220820", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Ancône", + "date": "20220813" + }, + "arrival_details": { + "country": "Croatie", + "city": "Zadar", + "date": "20220820" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/196421-n1fliid10q-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313456-0lvxfbuvlo-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220813_20220820.pdf" + }, + "description_title": "Dalmatie et cité des Doges", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "HR", + "label": "Croatie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Dalmatie et cité des Doges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-10%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220813/20220820" + } + ] + }, + { + "id": "CM2C_20220820_20220827", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Croatie", + "city": "Zadar", + "date": "20220820" + }, + "arrival_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20220827" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218710-7gcrtw06qi-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313444-xewihe1iy0-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220820_20220827.pdf" + }, + "description_title": "Perles de l'Adriatique", + "destination": { + "countries": [ + { + "id": "HR", + "label": "Croatie" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles de l'Adriatique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-10%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220820/20220827" + } + ] + }, + { + "id": "CM2C_20220827_20220908", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20220827" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220908" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101584-d4gimmdlpb-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220827_20220908.pdf" + }, + "description_title": "Littoral méditerranéen", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "MT", + "label": "Malte" + }, + { + "id": "TN", + "label": "Tunisie" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Littoral méditerranéen", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-10%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220827/20220908" + } + ] + }, + { + "id": "CM2C_20220908_20220911", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220908" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220911" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220908_20220911.pdf" + }, + "description_title": "Mini croisière de St Tropez à Portofino", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de St Tropez à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220908/20220911" + } + ] + }, + { + "id": "CM2C_20220911_20220915", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220911" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220915" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220911_20220915.pdf" + }, + "description_title": "Mini croisière Portofino et St-Tropez", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino et St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220911/20220915" + } + ] + }, + { + "id": "CM2C_20220915_20220917", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220915" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220917" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268903-uad9xyn9p7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220915_20220917.pdf" + }, + "description_title": "Mini croisière à Portofino", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220915/20220917" + } + ] + }, + { + "id": "CM2C_20220917_20220921", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220917" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220921" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268723-ieaghxmqat-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220917_20220921.pdf" + }, + "description_title": "Mini croisière Elbe et St-Tropez", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe et St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220917/20220921" + } + ] + }, + { + "id": "CM2C_20220921_20220924", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220921" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220924" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101683-r9qwfrfvj5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220921_20220924.pdf" + }, + "description_title": "Mini croisière à Sanary sur Mer", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Sanary sur Mer", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-15%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220921/20220924" + } + ] + }, + { + "id": "CM2C_20220927_20220930", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220927" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20220930" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220927_20220930.pdf" + }, + "description_title": "Mini croisière Portofino et St Tropez", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino et St Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "-15%", + "text_color_id": "#FFFFFF", + "background_color_id": "#C54B7B" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220927/20220930" + } + ] + }, + { + "id": "CM2C_20220930_20221008", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20220930" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20221008" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269140-sexnrxdn58-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/313453-c7hfxew5kw-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20220930_20221008.pdf" + }, + "description_title": "Cap sur la péninsule Ibérique", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap sur la péninsule Ibérique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20220930/20221008" + } + ] + }, + { + "id": "ZAAIR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/295171-7i9morfjfh-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/307957-3as7p3ty43-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZAAIR.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BW", + "label": "Botswana" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "ZA", + "label": "Afrique du Sud" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Voici une Afrique du Sud plus confidentielle, celle des côtes escarpées le long de la pittoresque Route des Jardins, des cascades dans la forêt de Tsitsikamma, des fynbos et des protéas, emblème du pays. Vous accédez à votre eco-lodge en bateau, puis partez à la rencontre des « Big Five » en 4x4 ou à pied dans une nature généreuse.", + "sibling_id": "", + "title": "Au grand air sud africain", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/au-grand-air-sud-africain/y" + } + ] + }, + { + "id": "CM2C_20221205_20221219", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20221205" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20221219" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20221205_20221219.pdf" + }, + "description_title": "Au gré des Alizés", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au gré des Alizés", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20221205/20221219" + } + ] + }, + { + "id": "CM2C_20221219_20221226", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20221219" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20221226" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269491-2htk3uek2u-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20221219_20221226.pdf" + }, + "description_title": "Noël aux Grenadines", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël aux Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20221219/20221226" + } + ] + }, + { + "id": "CM2C_20221226_20230102", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20221226" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20230102" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269476-4rhn9upjkl-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20221226_20230102.pdf" + }, + "description_title": "Réveillon Caraïbes", + "destination": { + "countries": [ + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Réveillon Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20221226/20230102" + } + ] + }, + { + "id": "CM2C_20230102_20230109", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20230102" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20230109" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230102_20230109.pdf" + }, + "description_title": "Les Grenadines", + "destination": { + "countries": [ + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230102/20230109" + } + ] + }, + { + "id": "CM2C_20230109_20230118", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20230109" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20230118" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101680-es97x63cp4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230109_20230118.pdf" + }, + "description_title": "Couleur Turquoise", + "destination": { + "countries": [ + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleur Turquoise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230109/20230118" + } + ] + }, + { + "id": "CM2C_20230118_20230125", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20230118" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20230125" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/336007-hbnc000qkj-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230118_20230125.pdf" + }, + "description_title": "St-Barth et les îles Vierges", + "destination": { + "countries": [ + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth et les îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230118/20230125" + } + ] + }, + { + "id": "CM2C_20230125_20230201", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20230125" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20230201" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269053-52uticqo93-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230125_20230201.pdf" + }, + "description_title": "De St-Martin à l'île Catalina", + "destination": { + "countries": [ + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AI", + "label": "Anguilla" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De St-Martin à l'île Catalina", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230125/20230201" + } + ] + }, + { + "id": "CM2C_20230201_20230221", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20230201" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "Saint Domingue", + "date": "20230221" + }, + "duration": { + "in_nights": 20, + "in_days": 21 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/335998-yskfq9txx6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230201_20230221.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "KY", + "label": "Îles Caïmans" + }, + { + "id": "CU", + "label": "Cuba" + }, + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CO", + "label": "Colombie" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cuba et le carnaval colombien", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230201/20230221" + } + ] + }, + { + "id": "CM2C_20230201_20230213", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20230201" + }, + "arrival_details": { + "country": "Panama", + "city": "Colon", + "date": "20230213" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101914-qkl5u4ykkj-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230201_20230213.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KY", + "label": "Îles Caïmans" + }, + { + "id": "CU", + "label": "Cuba" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CO", + "label": "Colombie" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors de Cuba et le Panama", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230201/20230213" + } + ] + }, + { + "id": "CM2C_20230213_20230221", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Panama", + "city": "Colon", + "date": "20230213" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "Saint Domingue", + "date": "20230221" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226234-pexvfm1rlq-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230213_20230221.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CO", + "label": "Colombie" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Carnaval colombien", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230213/20230221" + } + ] + }, + { + "id": "CM2C_20230221_20230228", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "Saint Domingue", + "date": "20230221" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20230228" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/335992-77v1s0hqf3-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230221_20230228.pdf" + }, + "description_title": "Les îles Vierges Britanniques ", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Vierges Britanniques ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230221/20230228" + } + ] + }, + { + "id": "CM2C_20230228_20230307", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20230228" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "Saint Domingue", + "date": "20230307" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269023-hdr2bb14oo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230228_20230307.pdf" + }, + "description_title": "Perles des Petites Antilles", + "destination": { + "countries": [ + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles des Petites Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230228/20230307" + } + ] + }, + { + "id": "CM2C_20230307_20230315", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "Saint Domingue", + "date": "20230307" + }, + "arrival_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20230315" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101761-8hou11grq3-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230307_20230315.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Rencontres en terres cubaines ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230307/20230315" + } + ] + }, + { + "id": "CM2C_20230315_20230324", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20230315" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20230324" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102016-03oiefycbd-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230315_20230324.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + }, + { + "id": "KY", + "label": "Îles Caïmans" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Havane à la République Dominicaine", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230315/20230324" + } + ] + }, + { + "id": "CM2C_20230324_20230331", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20230324" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20230331" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/225049-chhhy4e7x9-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230324_20230331.pdf" + }, + "description_title": "Paradis créole", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paradis créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230324/20230331" + } + ] + }, + { + "id": "CM2C_20230331_20230412", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20230331" + }, + "arrival_details": { + "country": "Espagne", + "city": "Las Palmas", + "date": "20230412" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98431-l9e2em38mw-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230331_20230412.pdf" + }, + "description_title": "Transatlantique de Printemps", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "CV", + "label": "Cap-Vert" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de Printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230331/20230412" + } + ] + }, + { + "id": "CM2C_20230412_20230421", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Las Palmas", + "date": "20230412" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20230421" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224806-fwa4cgqpnk-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230412_20230421.pdf" + }, + "description_title": "Îles Canaries et côtes marocaines", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Îles Canaries et côtes marocaines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230412/20230421" + } + ] + }, + { + "id": "CM2C_20230421_20230430", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20230421" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230430" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269167-nbmu8q28xc-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230421_20230430.pdf" + }, + "description_title": "Le long des côtes Ibériques ", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Le long des côtes Ibériques ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230421/20230430" + } + ] + }, + { + "id": "CBAC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 24 + }, + "areas": [ + { + "id": "area_CBAC_4T", + "label": "Espace 4T", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Changbaishan/363772-encv7k1aa7-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Changbaishan/343501-297e9htqq1-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Chine/Changbaishan/311728-a8jt580ydi-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cbac_summer.pdf" + }, + "description_title": "Se laisser embarquer par l'énergie de Changbaishan", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine", + "description": "La Chine : carte d'identité \n- Superficie : 9 707 000 km² \n- Capitale : Pékin \n- Langues officielles : Mandarin, Cantonais \n- Devise : Yuan \n\nProfitez de chaque instant de votre séjour au Resort Club Med de Changbaishan en partant à la découverte de la beauté naturelle et de la culture fascinante de la région. \nOffrant une impressionnante variété de paysages naturels et urbains ainsi que de petits villages, la Chine regorge de monuments, d'architectures anciennes, de palaces, de jardins impériaux et de temples, ou encore de superbes parcs et bâtiments. \nSitué à cheval sur la frontière entre le nord-est de la Chine et la République démocratique populaire de Corée, Changbaishan est une réserve naturelle nationale qui renferme un volcan inactif. Signifiant littéralement « Région de la montagne toujours blanche », le parc se trouve dans la province de Jilin, une région montagneuse connue pour ses forêts luxuriantes et son épaisse couverture neigeuse en hiver. \n\nVous trouverez à proximité : \n\nTianchi : logé au sommet du principal cône volcanique du massif du Changbai, ce lac de cratère culmine à 2 189 mètres d'altitude. Considéré comme le plus haut lac volcanique au monde, c'est le point de vue le plus célèbre de Changbaishan et un arrêt incontournable dans la région.\n\nTapissant les vallées de Changbaishan, la Forêt souterraine est un paysage boisé réputé pour ses frondaisons vierges, qui regorge de trésors naturels tels que des pins, des champignons (non comestibles), des petits ruisseaux et des cascades. Vous pouvez aussi y admirer de superbes fleurs alpines.\n\nMusée Mandchou : situé à Changbaishan, berceau de la culture mandchoue, ce musée est le seul de Chine qui se consacre à cette culture traditionnelle locale. Il compte 11 salles d'expositions, dont l'une est dédiée au mont Changbai, autrefois vénéré par les Mandchous. Vous y découvrirez les techniques artisanales des Mandchous de la région ainsi que leurs coutumes, leur culture, leur histoire et leur art. \n\nSki en hiver : profitant d'un excellent enneigement, la région est parfaite pour les amateurs de ski. Comptant plus de 40 km de pistes, le Changbaishan International Ski Center est l'un des plus grands domaines skiables de Chine. La zone réservée aux sports d'hiver se trouve entre 820 m et 1 210 m d'altitude.\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_fusong_county", + "label": "Xian de Fusong" + } + }, + "full_title": "Changbaishan", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1014, + "per_trip_with_fees": 1034, + "per_night": 145, + "per_night_with_fees": 148 + }, + "best_price": { + "per_trip": 1014, + "per_trip_with_fees": 1034, + "per_night": 145, + "per_night_with_fees": 148 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250620", + "arrival_date": "20250620", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 24, + "number_of_adults": 2, + "accomodation": { + "id": "A3+", + "label": "Chambre Deluxe - Balcon" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CBAC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "CBAC_WINTER", + "title": "Changbaishan", + "capacity_max": 343, + "accommodations_introduction": { + "description": "Mêlant héritage mandchou et codes contemporains, les chambres conçues avec goût sont nichées dans un décor exceptionnel et offrent des vues sublimes depuis la fenêtre ou le balcon.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 107 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/changbaishan/s" + } + ] + }, + { + "id": "CM2C_20230430_20230507", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230430" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230507" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/397417-cirp4xco8b-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230430_20230507.pdf" + }, + "description_title": " ", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles de la Corse et d'Italie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230430/20230507" + } + ] + }, + { + "id": "CM2C_20230507_20230510", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230507" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230510" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230507_20230510.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230507/20230510" + } + ] + }, + { + "id": "CM2C_20230513_20230520", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230513" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230520" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101584-d4gimmdlpb-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230513_20230520.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De l'Occitanie aux Baléares", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230513/20230520" + } + ] + }, + { + "id": "CM2C_20230520_20230523", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230520" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230523" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230520_20230523.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230520/20230523" + } + ] + }, + { + "id": "CM2C_20230523_20230526", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230523" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230526" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303829-0bd63m9ysv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230523_20230526.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Elbe et Antibes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230523/20230526" + } + ] + }, + { + "id": "CM2C_20230526_20230529", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230526" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20230529" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269125-64ynlsby06-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230526_20230529.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Riviera ligure", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230526/20230529" + } + ] + }, + { + "id": "CM2C_20230529_20230602", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20230529" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230602" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226252-obpnocm2kv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20230529_20230602.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Marseille à Nice", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230529/20230602" + } + ] + }, + { + "id": "CM2C_20230602_20230605", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230602" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230605" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230602_20230605.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Cinque Terre et Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230602/20230605" + } + ] + }, + { + "id": "CM2C_20230605_20230609", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230605" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230609" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230605_20230609.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Sanremo à St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230605/20230609" + } + ] + }, + { + "id": "CM2C_20230609_20230612", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230609" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230612" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230609_20230612.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230609/20230612" + } + ] + }, + { + "id": "CM2C_20230612_20230615", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230612" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230615" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303850-y8enjmgida-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230612_20230615.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe et Cannes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230612/20230615" + } + ] + }, + { + "id": "CM2C_20230615_20230618", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230615" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230618" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230615_20230618.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere et Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230615/20230618" + } + ] + }, + { + "id": "CM2C_20230618_20230708", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230618" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230708" + }, + "duration": { + "in_nights": 20, + "in_days": 21 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268912-sgfl39foaf-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230618_20230708.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "IL", + "label": "Israël" + }, + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors de la Méditerranée orientale", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230618/20230708" + } + ] + }, + { + "id": "CM2C_20230618_20230627", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230618" + }, + "arrival_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20230627" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348820-u3pncvs4i6-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230618_20230627.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Nice à Istanbul", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230618/20230627" + } + ] + }, + { + "id": "CM2C_20230627_20230708", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20230627" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230708" + }, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269530-h2e7pk835e-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230627_20230708.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "IL", + "label": "Israël" + }, + { + "id": "EG", + "label": "Egypte" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Joyaux d'Israël et d'Egypte ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230627/20230708" + } + ] + }, + { + "id": "CM2C_20230708_20230715", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230708" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230715" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348823-dem289m80w-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230708_20230715.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Cyclades d'île en île", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230708/20230715" + } + ] + }, + { + "id": "CM2C_20230715_20230722", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230715" + }, + "arrival_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20230722" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268909-hbnuc46eem-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230715_20230722.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la mer Égée à Istanbul", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230715/20230722" + } + ] + }, + { + "id": "CM2C_20230722_20230729", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20230722" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230729" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348811-i33tusl3l4-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230722_20230729.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Istanbul et les Cyclades", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230722/20230729" + } + ] + }, + { + "id": "CM2C_20230729_20230805", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230729" + }, + "arrival_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20230805" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348817-9pta8f9ote-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230729_20230805.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "AL", + "label": "Albanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Le Péloponnèse et les îles Ioniennes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230729/20230805" + } + ] + }, + { + "id": "CM2C_20230805_20230812", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20230805" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20230812" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268936-64uim48a2l-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230805_20230812.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Des Pouilles à la côte amalfitaine", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230805/20230812" + } + ] + }, + { + "id": "CM2C_20230812_20230819", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Palerme", + "date": "20230812" + }, + "arrival_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20230819" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268900-mjhgor41cs-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230812_20230819.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Palerme à la mer Ionienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230812/20230819" + } + ] + }, + { + "id": "CM2C_20230819_20230826", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Brindisi", + "date": "20230819" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230826" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123547-ao8f2pn5bv-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230819_20230826.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "AL", + "label": "Albanie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "L'Albanie et les îles grecques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230819/20230826" + } + ] + }, + { + "id": "CM2C_20230826_20230908", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20230826" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230908" + }, + "duration": { + "in_nights": 13, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269095-drp2kpg513-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230826_20230908.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "FR", + "label": "France" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la mer Égée à la mer Ionienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230826/20230908" + } + ] + }, + { + "id": "CM2C_20230911_20230914", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230911" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230914" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230911_20230914.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230911/20230914" + } + ] + }, + { + "id": "CM2C_20230914_20230918", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230914" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230918" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348814-hgtyqro5v0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230914_20230918.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Sanary Sur Mer", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230914/20230918" + } + ] + }, + { + "id": "CM2C_20230918_20230922", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230918" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230922" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/311455-uacawjn8s4-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230918_20230922.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230918/20230922" + } + ] + }, + { + "id": "CM2C_20230922_20230925", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230922" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230925" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230922_20230925.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230922/20230925" + } + ] + }, + { + "id": "CM2C_20230925_20230929", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230925" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20230929" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230925_20230929.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Calvi à Portovenere", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230925/20230929" + } + ] + }, + { + "id": "CM2C_20230929_20231003", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20230929" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20231003" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269533-4hpcivom5e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20230929_20231003.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière d'Elbe à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20230929/20231003" + } + ] + }, + { + "id": "CM2C_20231003_20231006", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20231003" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20231006" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231003_20231006.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, Antibes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231003/20231006" + } + ] + }, + { + "id": "CM2C_20231006_20231009", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20231006" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20231009" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269509-77vsytdxth-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231006_20231009.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231006/20231009" + } + ] + }, + { + "id": "CM2C_20231009_20231013", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20231009" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20231013" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269539-jl6nqicefw-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/226210-jb0bkyr9hd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231009_20231013.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Portofino à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231009/20231013" + } + ] + }, + { + "id": "CM2C_20231016_20231021", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20231016" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20231021" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269173-mtvufqc7lo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231016_20231021.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Nice à Marseille", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231016/20231021" + } + ] + }, + { + "id": "CM2C_20231021_20231028", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20231021" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20231028" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231021_20231028.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Occitanie et côte Ibérique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231021/20231028" + } + ] + }, + { + "id": "CM2C_20231028_20231111", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20231028" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231111" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/227383-1vkhu8exy8-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231028_20231111.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "MA", + "label": "Maroc" + }, + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Au gré des alizés", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231028/20231111" + } + ] + }, + { + "id": "BRETAM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/121324-e9myg8s15t-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Bresil/Circuits___Escapade/262609-4rtv7ns2vu-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_BRECAL.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Brésil tropical et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bresil-tropical-et-extension/y" + } + ] + }, + { + "id": "CUCAYO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121645-2jfw3ky6m6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Cuba/Circuits___Escapade/121438-js2a1c2qg6-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CUTERR.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_rencontres_inoubliables", + "label": "Circuit Rencontres Inoubliables" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Terres cubaines et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/terres-cubaines-et-extension/y" + } + ] + }, + { + "id": "PEMIKU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 16, + "in_days": 18 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122062-78hepgkyql-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/105262-2vv4ylmfny-swhr.jpg", + "fact_sheet_url": "" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PE", + "label": "Pérou" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles Incas et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-incas-et-extension/y" + } + ] + }, + { + "id": "PEMODY", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 15, + "in_days": 17 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/122098-9vmowha4sl-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Perou/Circuits___Escapade/369685-siuqpdewsl-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_PEMON.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PE", + "label": "Pérou" + }, + { + "id": "BO", + "label": "Bolivie" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les montagnes du Dieu Soleil et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-montagnes-du-dieu-soleil-et-extension/y" + } + ] + }, + { + "id": "CNPMHK", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 13, + "in_days": 16 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Coree_du_sud/Circuits___Escapade/122428-x44axkmjq6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122230-jr5mrltdqf-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CNPAMA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CN", + "label": "Chine" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Parcours du mandarin et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/parcours-du-mandarin-et-extension/y" + } + ] + }, + { + "id": "INSRGS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 16, + "in_days": 18 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/122515-q6a0rm1uql-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Inde/Circuits___Escapade/209026-u0gu1wspq3-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_INSPRA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IN", + "label": "Inde" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Splendeurs du Rajasthan et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/splendeurs-du-rajasthan-et-extension/y" + } + ] + }, + { + "id": "ZAMERF", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 14, + "in_days": 16 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120586-q1g5383hm7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120739-x1df56dc3i-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZAMER.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ZA", + "label": "Afrique du Sud" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "BW", + "label": "Botswana" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Depuis l'hélicoptère, Le Cap révèle ses contrastes saisissants. Vous retrouvez les vallées verdoyantes de la région de Stellenbosch et de Franschhoek et goûtez les meilleurs crus. Puis direction Durban, l'indienne, avant de monter à bord d'un véhicule 4x4 à la recherche des fameux \"Big Five\" dans une réserve privée.", + "sibling_id": "", + "title": "Merveilles australes et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-australes-et-extension/y" + } + ] + }, + { + "id": "KESEZ", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/120811-06g9mp8fd5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Kenya/Circuits___Escapade/237191-77spwuyec6-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_KESGE.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KE", + "label": "Kenya" + }, + { + "id": "TZ", + "label": "Tanzanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Safari des grands espaces et extension zanzibar", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/safari-des-grands-espaces-et-extension-zanzibar/y" + } + ] + }, + { + "id": "TZPTZ", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/201059-7lnljpmpep-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/178264-8q5jno70rw-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_TZPTA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TZ", + "label": "Tanzanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les plaines de Tanzanie et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-plaines-de-tanzanie-et-extension/y" + } + ] + }, + { + "id": "EGCARA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/124129-wr4y15216c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/315469-54y3ijop1a-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_EGRAMS.pdf" + }, + "description_title": " L’excursion à Abou Simbel▲, spectaculaires temples en bordure du lac Nasser.\n La visite du temple d’Hathor à Denderah, rarement visité.\n Le séjour au Caire, à l’hôtel Sofitel El Gezirah*****(1), au bord du Nil.", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Ramsès II et extension Caire", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/ramses-ii-et-extension-caire/y" + } + ] + }, + { + "id": "EGCANI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/110377-fob9ejrc6k-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/315466-q0irnw6pmv-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_EGNDAB.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Le Nil en dahabieh", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/le-nil-en-dahabieh/y" + } + ] + }, + { + "id": "ECCEG", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 15, + "in_days": 17 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Equateur/Circuits___Escapade/121666-v1a81qtkf2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Equateur/Circuits___Escapade/237131-l79ekvf3go-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ECCOE.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EC", + "label": "Equateur" + }, + { + "id": "EC-W", + "label": "Galapagos" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleurs d'Équateur et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/couleurs-d-equateur-et-extension/y" + } + ] + }, + { + "id": "CAGTR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 16, + "in_days": 18 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/GENERIQUE_PDM/Factsheets/128092-cejh298trn-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/237089-q2qdmc7tq2-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CAGRN.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Canada grandeur nature et extension rocheuse", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/canada-grandeur-nature-et-extension-rocheuse/y" + } + ] + }, + { + "id": "GRNCRE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Croatie/Circuits___Escapade/123352-e203nrrdyn-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/466377-c48et9yoyy-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_grncre.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2890, + "per_trip_with_fees": 2900, + "per_night": 413, + "per_night_with_fees": 415 + }, + "best_price": { + "per_trip": 2890, + "per_trip_with_fees": 2900, + "per_night": 413, + "per_night_with_fees": 415 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250517", + "arrival_date": "20250517", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Au cœur de la Crète", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/au-coeur-de-la-crete/y" + } + ] + }, + { + "id": "ITVAR", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123658-kapl53w0cj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/369679-r5t0bbt76h-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itvar.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "Laissez-vous porter par les merveilles des plus belles villes italiennes. Profitez des îles de la lagune de Venise▲avant de vous abandonner à la magie de Florence▲, berceau de la Renaissance. À Rome▲, le temps semble suspendu à l’ombre des places inondées de lumière aux fontaines baroques exubérantes.", + "sibling_id": "", + "title": "Villes d'art italiennes", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/villes-d-art-italiennes/y" + } + ] + }, + { + "id": "ESHIA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123469-r17p99i6ud-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/466386-m8mnxjfu56-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_eshia.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3690, + "per_trip_with_fees": 3700, + "per_night": 528, + "per_night_with_fees": 529 + }, + "best_price": { + "per_trip": 3690, + "per_trip_with_fees": 3700, + "per_night": 528, + "per_night_with_fees": 529 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250719", + "arrival_date": "20250719", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Histoires andalouses", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/histoires-andalouses/y" + } + ] + }, + { + "id": "CAROCH", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/117556-ox16yjvqhs-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/466398-nry6hq3228-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CAROCH.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "Traversez les Rocheuses, de Vancouver à Calgary, sur les traces des fameux chercheurs d’or et à travers des paysages majestueux classés par l’Unesco. Vous croisez, animaux sauvages, canyons, lacs, sommets affûtés et glaciers étincelants.", + "sibling_id": "", + "title": "La traversée des Rocheuses", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [ + { + "title": "Nouveau Circuit", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/la-traversee-des-rocheuses/y" + } + ] + }, + { + "id": "USRTEO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/121720-b02gj4tkmh-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Etats_Unis/Circuits___Escapade/417061-jmumunaxgl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_usrteo.pdf" + }, + "description_title": "Les indiens Navajos nous accueillent pour partager leur histoire et nous guident à travers les terres de leurs ancêtres… un vrai choc des cultures !", + "destination": { + "countries": [ + { + "id": "US", + "label": "Etats-Unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 7990, + "per_trip_with_fees": 8000, + "per_night": 727, + "per_night_with_fees": 728 + }, + "best_price": { + "per_trip": 7990, + "per_trip_with_fees": 8000, + "per_night": 727, + "per_night_with_fees": 728 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250502", + "arrival_date": "20250502", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Sur les routes de l'Ouest", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/sur-les-routes-de-l-ouest/y" + } + ] + }, + { + "id": "EGCANX", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/124129-wr4y15216c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/315469-54y3ijop1a-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_EGRAMS.pdf" + }, + "description_title": " L’excursion à Abou Simbel▲, spectaculaires temples en bordure du lac Nasser.\n La visite du temple d’Hathor à Denderah, rarement visité.\n Le séjour au Caire, à l’hôtel Sofitel El Gezirah*****(1), au bord du Nil.", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Ramsès II Privatif", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/ramses-ii-privatif/y" + } + ] + }, + { + "id": "IEINCE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Irlande/Circuits___Escapade/274990-moo57x6k8w-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Irlande/Circuits___Escapade/370012-ecd99ivs2c-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_ieince.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IE", + "label": "Irlande" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3690, + "per_trip_with_fees": 3700, + "per_night": 462, + "per_night_with_fees": 463 + }, + "best_price": { + "per_trip": 3690, + "per_trip_with_fees": 3700, + "per_night": 462, + "per_night_with_fees": 463 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250504", + "arrival_date": "20250504", + "stay_duration": 8, + "total_duration": 8, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Inspirations celtiques", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/inspirations-celtiques/y" + } + ] + }, + { + "id": "MAERM", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/227698-3p3pph5uuo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Maroc/Circuits___Escapade/228841-4064h02ugo-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_maerm.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Circuit Maroc", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/circuit-maroc/y" + } + ] + }, + { + "id": "TZPZA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/201059-7lnljpmpep-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tanzanie/Circuits___Escapade/178264-8q5jno70rw-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_TZPTA.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TZ", + "label": "Tanzanie" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les plaines de Tanzanie Extension E23", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-plaines-de-tanzanie-extension-e23/y" + } + ] + }, + { + "id": "ZATLFA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 15 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/314431-qybt62108q-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZARPTV.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BW", + "label": "Botswana" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "ZA", + "label": "Afrique du Sud" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Circuit Afrique du Sud", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/circuit-afrique-du-sud/y" + } + ] + }, + { + "id": "ZATLVA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 15 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/314431-qybt62108q-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZARPTV.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BW", + "label": "Botswana" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "ZA", + "label": "Afrique du Sud" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Circuit Afrique du Sud II", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/circuit-afrique-du-sud-ii/y" + } + ] + }, + { + "id": "ZATLVF", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 12, + "in_days": 15 + } + }, + "media": { + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/314431-qybt62108q-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZARPTV.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BW", + "label": "Botswana" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "ZA", + "label": "Afrique du Sud" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Circuit Afrique du Sud III", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/circuit-afrique-du-sud-iii/y" + } + ] + }, + { + "id": "ZAMEFA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 14, + "in_days": 16 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120586-q1g5383hm7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/120739-x1df56dc3i-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_ZAMER.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ZA", + "label": "Afrique du Sud" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "BW", + "label": "Botswana" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Depuis l'hélicoptère, Le Cap révèle ses contrastes saisissants. Vous retrouvez les vallées verdoyantes de la région de Stellenbosch et de Franschhoek et goûtez les meilleurs crus. Puis direction Durban, l'indienne, avant de monter à bord d'un véhicule 4x4 à la recherche des fameux \"Big Five\" dans une réserve privée.", + "sibling_id": "", + "title": "Merveilles australes et extension", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-australes-et-extension/y" + } + ] + }, + { + "id": "KIGC_SUMMER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_KIGC_4T", + "label": "Espace 4T", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["PLANNING", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "summer_mountain_resort", + "label": "Village Montagne Soleil" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection des services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Kiroro_Grand/369799-om40mw25up-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kigc_summer.pdf" + }, + "description_title": "Découvrez l'authentique Hokkaido", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en bref\n\n- Superficie : 377 900 km²\n\n- Capitale : Tokyo\n \n- Langue officielle : japonais \n\n- Monnaie : Yen \n\nProfitez de votre séjour pour partir à la découverte de la beauté naturelle et de la culture fascinante de la région.\n\nPrès du village, vous trouverez : \n\nla ville côtière d'Otaru\nà 28 km du Club Med\nUne ville côtière connue pour sa verrerie, ses fabriques de lampes à huile, ses boîtes à musique et ses distilleries de saké.\nTemps de trajet : 40 minutes en voiture\n\u000b\nUpopoy, musée et parc national du peuple Aïnou\nà 147 km du Club Med\nUn musée destiné à promouvoir et à sensibiliser le public à la culture, à l'histoire et à l'artisanat traditionnel des Aïnous (peuple indigène qui fut le premier à s'installer à Hokkaido).\nTemps de trajet : 2 heures en voiture\n\u000b\nHopi Hills\n à 6,5 km du Club Med\n Sur plus de 40 hectares, dans la campagne d'Hokkaido, approchez des animaux de la ferme, participez à un atelier ou dégustez de délicieux plats préparés à partir d'ingrédients cultivés sur place.\n Temps de trajet : 10 minutes en voiture\n\u000b\nDistillerie Yoichi\n à 35 km du Club Med\n Connu comme l'un des meilleurs whiskies single mat, plongez dans l'histoire du whisky Nikka et découvrez le processus de fabrication du whisky.\n Temps de trajet : 40 minutes en voiture\n\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido_2", + "label": "Hokkaido" + } + }, + "full_title": "Kiroro Grand", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 1218, + "per_trip_with_fees": 1238, + "per_night": 174, + "per_night_with_fees": 177 + }, + "best_price": { + "per_trip": 1218, + "per_trip_with_fees": 1238, + "per_night": 174, + "per_night_with_fees": 177 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250627", + "arrival_date": "20250627", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 58, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure Junior Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "KIGC", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "KIGC_WINTER", + "title": "Kiroro Grand", + "capacity_max": 887, + "accommodations_introduction": { + "description": "Niché au cœur d'une nature sauvage, le Resort redonne vie aux traditions Ainu avec ses chambres inspirées de la forêt enchantée. Spacieuses et familiales, elles sont modernes et cosy.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 266 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kiroro-grand/s" + } + ] + }, + { + "id": "KIGC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_KIGC_4T", + "label": "Espace 4T", + "comfort": { + "level": 4, + "label": "4 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_SERVICE", "DRESSCODE"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": false, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 4, + "label": "4 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/351925-0omlpgn968-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/351040-1ue4d42g1h-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Asie/Japon/Kiroro_Peak/356545-cdvd9xljxv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_kigc_winter.pdf" + }, + "description_title": "L'authentique Hokkaido", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon", + "description": "Le Japon en bref\n\n- Superficie : 377 900 km²\n\n- Capitale : Tokyo\n \n- Langue officielle : japonais \n\n- Monnaie : Yen \n\nProfitez de votre séjour pour partir à la découverte de la beauté naturelle et de la culture fascinante de la région.\n\nPrès du village, vous trouverez : \n\nla ville côtière d'Otaru\nà 28 km du Club Med\nUne ville côtière connue pour sa verrerie, ses fabriques de lampes à huile, ses boîtes à musique et ses distilleries de saké.\nTemps de trajet : 40 minutes en voiture\n\u000b\nUpopoy, musée et parc national du peuple Aïnou\nà 147 km du Club Med\nUn musée destiné à promouvoir et à sensibiliser le public à la culture, à l'histoire et à l'artisanat traditionnel des Aïnous (peuple indigène qui fut le premier à s'installer à Hokkaido).\nTemps de trajet : 2 heures en voiture\n\u000b\nHopi Hills\n à 6,5 km du Club Med\n Sur plus de 40 hectares, dans la campagne d'Hokkaido, approchez des animaux de la ferme, participez à un atelier ou dégustez de délicieux plats préparés à partir d'ingrédients cultivés sur place.\n Temps de trajet : 10 minutes en voiture\n\u000b\nDistillerie Yoichi\n à 35 km du Club Med\n Connu comme l'un des meilleurs whiskies single mat, plongez dans l'histoire du whisky Nikka et découvrez le processus de fabrication du whisky.\n Temps de trajet : 40 minutes en voiture\n\n" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "REGION_hokkaido_2", + "label": "Hokkaido" + } + }, + "full_title": "Kiroro Grand", + "opening_status": "OPEN", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": { + "initial_price": { + "per_trip": 2247, + "per_trip_with_fees": 2267, + "per_night": 321, + "per_night_with_fees": 324 + }, + "best_price": { + "per_trip": 2247, + "per_trip_with_fees": 2267, + "per_night": 321, + "per_night_with_fees": 324 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250416", + "arrival_date": "20250416", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 6, + "number_of_adults": 2, + "accomodation": { + "id": "C3", + "label": "Chambre Supérieure Junior Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "KIGC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "KIGC_SUMMER", + "title": "Kiroro Grand", + "capacity_max": 887, + "accommodations_introduction": { + "description": "Niché au cœur d'une nature sauvage, le Resort redonne vie aux traditions Ainu avec ses chambres inspirées de la forêt enchantée. Spacieuses et familiales, elles sont modernes et cosy.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 266 + }, + "product_line": ["CORE"], + "tags": [ + { + "title": "Nouveau Resort", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/kiroro-grand/w" + } + ] + }, + { + "id": "CM2C_20231119_20231128", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231119" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231128" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101494-q8nxl1k5b8-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231119_20231128.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "BQ", + "label": "Bonaire" + }, + { + "id": "GD", + "label": "Grenade" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers les îles ABC", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231119/20231128" + } + ] + }, + { + "id": "CM2C_20231128_20231205", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231128" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231205" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/102019-ms8kobod9y-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231128_20231205.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "DM", + "label": "Dominique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Douceur créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231128/20231205" + } + ] + }, + { + "id": "CM2C_20231205_20231212", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231205" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231212" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269023-hdr2bb14oo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231205_20231212.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth et les îles Vierges", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231205/20231212" + } + ] + }, + { + "id": "CM2C_20231212_20231219", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231212" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20231219" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20231212_20231219.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au cœur des Petites Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231212/20231219" + } + ] + }, + { + "id": "CM2C_20231219_20231223", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20231219" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231223" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231219_20231223.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231219/20231223" + } + ] + }, + { + "id": "CM2C_20231223_20231230", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231223" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231230" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269557-7ocb37tw0c-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231223_20231230.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231223/20231230" + } + ] + }, + { + "id": "CM2C_20231230_20240106", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231230" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20240106" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269056-v5twadmqaw-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231230_20240106.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "BB", + "label": "Barbade" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Réveillon tropical", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231230/20240106" + } + ] + }, + { + "id": "CM2C_20240106_20240118", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20240106" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240118" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269479-yysse5j8fo-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240106_20240118.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les Petites Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240106/20240118" + } + ] + }, + { + "id": "CM2C_20240118_20240125", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240118" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240125" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224800-negyip53ba-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240118_20240125.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleur Turquoise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240118/20240125" + } + ] + }, + { + "id": "CM2C_20240125_20240201", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240125" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20240201" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101674-yt1kht9k4f-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240125_20240201.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paradis créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240125/20240201" + } + ] + }, + { + "id": "CM2C_20240201_20240208", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20240201" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240208" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269008-4ck6jqlxsu-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240201_20240208.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St Barth et l'île Catalina", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240201/20240208" + } + ] + }, + { + "id": "CM2C_20240208_20240215", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240208" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20240215" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101923-j3fitaevpe-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240208_20240215.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleur Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240208/20240215" + } + ] + }, + { + "id": "CM2C_20240215_20240222", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20240215" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240222" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226216-90jemvfrhx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240215_20240222.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles du Vent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "Invité spécial à bord", + "text_color_id": "#FFFFFF", + "background_color_id": "#934834" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240215/20240222" + } + ] + }, + { + "id": "CM2C_20240222_20240229", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240222" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20240229" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269053-52uticqo93-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240222_20240229.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AI", + "label": "Anguilla" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De Fort de France à St Martin", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240222/20240229" + } + ] + }, + { + "id": "CM2C_20240229_20240307", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20240229" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240307" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269566-b7yt4j6ft2-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240229_20240307.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Barbuda et l'île Catalina", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240229/20240307" + } + ] + }, + { + "id": "CM2C_20240307_20240328", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240307" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240328" + }, + "duration": { + "in_nights": 21, + "in_days": 22 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269188-oxt6yb68w0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/479793-ly1i0ificp-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240307_20240328.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BS", + "label": "Bahamas" + }, + { + "id": "CU", + "label": "Cuba" + }, + { + "id": "MX", + "label": "Mexique" + }, + { + "id": "BZ", + "label": "Belize" + }, + { + "id": "HN", + "label": "Honduras" + }, + { + "id": "JM", + "label": "Jamaïque" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Bahamas et péninsule du Yucatán", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240307/20240328" + } + ] + }, + { + "id": "CM2C_20240307_20240316", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240307" + }, + "arrival_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20240316" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/226240-dhwpj0ufcm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240307_20240316.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BS", + "label": "Bahamas" + }, + { + "id": "CU", + "label": "Cuba" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel des Bahamas", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240307/20240316" + } + ] + }, + { + "id": "CM2C_20240316_20240328", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Cuba", + "city": "La Havane", + "date": "20240316" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240328" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122032-h04u2aikh5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/479712-cato7n4l4w-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240316_20240328.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CU", + "label": "Cuba" + }, + { + "id": "MX", + "label": "Mexique" + }, + { + "id": "BZ", + "label": "Belize" + }, + { + "id": "HN", + "label": "Honduras" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": " Joyaux cachés du Yucatán", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240316/20240328" + } + ] + }, + { + "id": "CM2C_20240430_20240505", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240430" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240505" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240430_20240505.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de St-Tropez à Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240430/20240505" + } + ] + }, + { + "id": "CM2C_20240328_20240404", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20240328" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240404" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/A_RANGER/REPORTAGES_GENERIQUES/Generique_Getty_Images/360424-ky9c9mivj0-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240328_20240404.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles des Petites Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240328/20240404" + } + ] + }, + { + "id": "CM2C_20240404_20240418", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20240404" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20240418" + }, + "duration": { + "in_nights": 14, + "in_days": 15 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101560-ehmp302y4q-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240404_20240418.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "PT-30", + "label": "Madère " + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [ + { + "title": "Invité spécial à bord", + "text_color_id": "#FFFFFF", + "background_color_id": "#934834" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240404/20240418" + } + ] + }, + { + "id": "CM2C_20240418_20240425", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20240418" + }, + "arrival_details": { + "country": "Espagne", + "city": "Barcelone", + "date": "20240425" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268966-jvqbs0r0sm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240418_20240425.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "La péninsule Ibérique", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240418/20240425" + } + ] + }, + { + "id": "CM2C_20240623_20240629", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240623" + }, + "arrival_details": { + "country": "Italie", + "city": "Civitavecchia/Rome", + "date": "20240629" + }, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398605-405059eor2-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503249-foas957skt-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240623_20240629.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Monaco et la côte des Étrusques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240623/20240629" + } + ] + }, + { + "id": "CM2C_20240425_20240430", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Barcelone", + "date": "20240425" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240430" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224068-bno4ym0r83-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240425_20240430.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Occitanie et Côte d'Azur", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240425/20240430" + } + ] + }, + { + "id": "CM2C_20240505_20240508", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240505" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240508" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240505_20240508.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240505/20240508" + } + ] + }, + { + "id": "CM2C_20240508_20240512", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240508" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240512" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/311455-uacawjn8s4-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240508_20240512.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino à St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240508/20240512" + } + ] + }, + { + "id": "CM2C_20240512_20240515", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240512" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240515" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303850-y8enjmgida-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240512_20240515.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe et Cannes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240512/20240515" + } + ] + }, + { + "id": "CM2C_20240515_20240518", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240515" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240518" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224083-vuog9dglen-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240515_20240518.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere, St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240515/20240518" + } + ] + }, + { + "id": "CM2C_20240518_20240520", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240518" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240520" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101119-91vg2o2iat-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240518_20240520.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240518/20240520" + } + ] + }, + { + "id": "CM2C_20240520_20240523", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240520" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240523" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268906-jv0nif3ey8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240520_20240523.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, île Rousse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240520/20240523" + } + ] + }, + { + "id": "CM2C_20240523_20240526", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240523" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240526" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240523_20240526.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240523/20240526" + } + ] + }, + { + "id": "CM2C_20240526_20240528", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240526" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240528" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269539-jl6nqicefw-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240526_20240528.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240526/20240528" + } + ] + }, + { + "id": "CM2C_20240528_20240531", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240528" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240531" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269536-tma8saqbut-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240528_20240531.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere, Bastia", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240528/20240531" + } + ] + }, + { + "id": "CM2C_20240531_20240603", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240531" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240603" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240531_20240603.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino et Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240531/20240603" + } + ] + }, + { + "id": "CM2C_20240603_20240606", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240603" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240606" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269533-4hpcivom5e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240603_20240606.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe et St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240603/20240606" + } + ] + }, + { + "id": "CM2C_20240606_20240609", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240606" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240609" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268918-drmc6a1dgq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240606_20240609.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere, St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240606/20240609" + } + ] + }, + { + "id": "CM2C_20240609_20240614", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240609" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240614" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/123667-mf1mo8rgmu-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240609_20240614.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Rome", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240609/20240614" + } + ] + }, + { + "id": "CM2C_20240614_20240617", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240614" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240617" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/224059-x9t7xc8ewg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240614_20240617.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere, Bastia", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240614/20240617" + } + ] + }, + { + "id": "CM2C_20240617_20240621", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240617" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240621" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101245-5gb2ucewty-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240617_20240621.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Monaco à Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240617/20240621" + } + ] + }, + { + "id": "CM2C_20240621_20240623", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240621" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240623" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101107-dpdf0who21-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240621_20240623.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240621/20240623" + } + ] + }, + { + "id": "CM2C_20240629_20240706", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Civitavecchia/Rome", + "date": "20240629" + }, + "arrival_details": { + "country": "Italie", + "city": "Civitavecchia/Rome", + "date": "20240706" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398617-pgxsclcbva-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503255-qhfuggp5gb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240629_20240706.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors du littoral Corse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240629/20240706" + } + ] + }, + { + "id": "CM2C_20240706_20240713", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Civitavecchia/Rome", + "date": "20240706" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20240713" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398608-j5qigfyb7c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503234-66ehyxf7qg-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240706_20240713.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Campanie à la Sicile", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240706/20240713" + } + ] + }, + { + "id": "CM2C_20240713_20240720", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Palerme", + "date": "20240713" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240720" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398611-pdn47mbgtg-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503237-nn5hwxpdw3-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_CM2C_20240713_20240720.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De l'Etna au Péloponnèse ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240713/20240720" + } + ] + }, + { + "id": "CM2C_20240720_20240727", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240720" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240727" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223951-smk04dxikw-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503240-r15pof7uer-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240720_20240727.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel du Dodécanèse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240720/20240727" + } + ] + }, + { + "id": "CM2C_20240727_20240803", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240727" + }, + "arrival_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20240803" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398620-qu39is7mda-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503243-dyh35xincj-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240727_20240803.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cyclades et joyaux d’Istanbul", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240727/20240803" + } + ] + }, + { + "id": "CM2C_20240803_20240810", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20240803" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240810" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/398602-vwyffagn74-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503246-5pxflhhqvp-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240803_20240810.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Istanbul et les Sporades", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240803/20240810" + } + ] + }, + { + "id": "CM2C_20240810_20240817", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240810" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240817" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223948-b5jgk5r80e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503252-vamnpajrxb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240810_20240817.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "L'archipel du Dodécanèse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240810/20240817" + } + ] + }, + { + "id": "CM2C_20240817_20240824", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20240817" + }, + "arrival_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20240824" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/367960-ti63l6mjym-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503225-srarb1lnfg-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240817_20240824.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "D'île en île grecque ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240817/20240824" + } + ] + }, + { + "id": "CM2C_20240824_20240831", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20240824" + }, + "arrival_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20240831" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348820-u3pncvs4i6-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503222-g3bjyd9cw1-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240824_20240831.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "TR", + "label": "Turquie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "D'Istanbul aux îles Ioniennes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240824/20240831" + } + ] + }, + { + "id": "CM2C_20240831_20240912", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Corfou", + "date": "20240831" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240912" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/219061-9fic3a6cas-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/503228-b68wxupgmk-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240831_20240912.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "HR", + "label": "Croatie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Côte adriatique et tyrrhénienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240831/20240912" + } + ] + }, + { + "id": "CM2C_20240912_20240915", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240912" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240915" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240912_20240915.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240912/20240915" + } + ] + }, + { + "id": "CM2C_20240915_20240918", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240915" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240918" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268927-r18mcofb0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240915_20240918.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Elbe et St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240915/20240918" + } + ] + }, + { + "id": "CM2C_20240918_20240920", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240918" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240920" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101035-3wsvgwfcb3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240918_20240920.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240918/20240920" + } + ] + }, + { + "id": "CM2C_20240920_20240924", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240920" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240924" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/303829-0bd63m9ysv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240920_20240924.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere à Antibes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240920/20240924" + } + ] + }, + { + "id": "CM2C_20240924_20240927", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240924" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240927" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269128-fh63fwq4sp-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240924_20240927.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240924/20240927" + } + ] + }, + { + "id": "CM2C_20240927_20240930", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240927" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20240930" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268918-drmc6a1dgq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240927_20240930.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere et St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240927/20240930" + } + ] + }, + { + "id": "CM2C_20240930_20241008", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20240930" + }, + "arrival_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20241008" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Espagne/Circuits___Escapade/123439-utpmj8680f-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/531181-rct31pvucl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20240930_20241008.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "PT", + "label": "Portugal" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la péninsule ibérique à l'Algarve", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20240930/20241008" + } + ] + }, + { + "id": "LROV_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "area_LROV", + "label": "La Rosière Espace Exclusive Collection", + "comfort": { + "level": 6, + "label": "Villas & Chalets" + } + } + ], + "associated_product_id": "", + "available_services": ["WINTER_SPORTS", "PLANNING", "ROOM_INTERVENTION", "ROOM_SERVICE", "DRESSCODE", "ROOM_READY"], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 6, + "label": "Villas & Chalets" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/La_Rosiere/Espace_Exclusive_Collection/495815-qx5befsxmm-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_lroc_winter.pdf" + }, + "description_title": "Un écrin de luxe au coeur du Resort de la Rosière", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\nPosée sur les flancs de la Tarentaise, non loin du Beaufortain et face aux Arcs, La Rosière est surnommée le Balcon de la Tarentaise pour son panorama exceptionnel à 180° où que l’on soit, orienté plein Sud. Face à vous : le Parc National de la Vanoise. \nIci les sommets sont rois. La face italienne du Mont Blanc domine l’espace San Bernardo, unique domaine skiable franco-italien qui relie La Rosière à La Thuile dans le Val d’Aoste. Trait d’union entre les 2 pays, le Col du Petit-Saint-Bernard s’inscrit depuis la nuit des temps entre la grande et la petite histoire. \nLa Thuile est nichée au creux d’une petit vallon mythique du Val d’Aoste. Dernière commune italienne sur la route du Col du Petit-Saint-Bernard, on y parle le français et l’italien. La gastronomie est ici fine et variée, et les paysages alpins à couper le souffle. " + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_savoy_la_rosiere", + "label": "Savoie - La Rosiere" + } + }, + "full_title": "La Rosière Espace Exclusive Collection", + "opening_status": "OPEN", + "type": { + "id": "VILLA", + "label": "Villas & Chalets" + }, + "price": { + "initial_price": { + "per_trip": 3781, + "per_trip_with_fees": 3801, + "per_night": 541, + "per_night_with_fees": 543 + }, + "best_price": { + "per_trip": 3214, + "per_trip_with_fees": 3234, + "per_night": 460, + "per_night_with_fees": 462 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250413", + "arrival_date": "20250413", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "S4", + "label": "Espace Exclusive Collection, Suite Famille" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "LROV", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "LROV_SUMMER", + "title": "La Rosière Espace Exclusive Collection", + "capacity_max": 91, + "accommodations_introduction": { + "description": "", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [], + "rooms_count": 23 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "VILLA"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/r/la-rosiere-espace-exclusive-collection/y" + } + ] + }, + { + "id": "CM2C_20231212_20231223", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231212" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20231223" + }, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269182-j1qjj3pydx-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231212_20231223.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au cœur des Petites Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231212/20231223" + } + ] + }, + { + "id": "CM2C_20231111_20231119", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231111" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20231119" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268981-3arsnpt2hc-swhr.jpg", + "surroundings_images": [], + "map": "", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20231111_20231119.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20231111/20231119" + } + ] + }, + { + "id": "GTMMAY", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Guatemala_Honduras/Circuits___Escapade/121963-tbnkrvyis0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Guatemala_Honduras/Circuits___Escapade/262669-q92ixwwb3y-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_gtmmay.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GT", + "label": "Guatemala" + }, + { + "id": "HN", + "label": "Honduras" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3290, + "per_trip_with_fees": 3300, + "per_night": 329, + "per_night_with_fees": 330 + }, + "best_price": { + "per_trip": 3290, + "per_trip_with_fees": 3300, + "per_night": 329, + "per_night_with_fees": 330 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250709", + "arrival_date": "20250709", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Mystères mayas", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mysteres-mayas/y" + } + ] + }, + { + "id": "MXMPLC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/122014-yjrlufwnda-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Mexique/Circuits___Escapade/553684-rfovxqcxpq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_mxmplc.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MX", + "label": "Mexique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 4090, + "per_trip_with_fees": 4100, + "per_night": 409, + "per_night_with_fees": 410 + }, + "best_price": { + "per_trip": 4090, + "per_trip_with_fees": 4100, + "per_night": 409, + "per_night_with_fees": 410 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250707", + "arrival_date": "20250707", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mexique précolombien", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/mexique-precolombien/y" + } + ] + }, + { + "id": "EGNIDA", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/505136-hlxx8ahjkj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Egypte/Circuits___Escapade/424818-ve0764avmt-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_egnida.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "EG", + "label": "Egypte" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 356, + "per_night_with_fees": 358 + }, + "best_price": { + "per_trip": 2490, + "per_trip_with_fees": 2500, + "per_night": 356, + "per_night_with_fees": 358 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250607", + "arrival_date": "20250607", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Le Nil en dahabieh", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/le-nil-en-dahabieh/y" + } + ] + }, + { + "id": "EADEF", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Emirats_Arabes_Unis/Circuits___Escapade/424851-4u52j9uhuv-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Emirats_Arabes_Unis/Circuits___Escapade/424821-2ri4mp2qpa-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_eadef.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "AE", + "label": "Émirats arabes unis" + }, + { + "id": "OM", + "label": "Oman" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2690, + "per_trip_with_fees": 2700, + "per_night": 385, + "per_night_with_fees": 386 + }, + "best_price": { + "per_trip": 2690, + "per_trip_with_fees": 2700, + "per_night": 385, + "per_night_with_fees": 386 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250310", + "arrival_date": "20250310", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["WINTER"], + "seo_description": "Laissez- vous surprendre par la démesure de Dubaï et Abou Dhabi et le contraste saisissant avec l'Emirats de Sharja plus authentique ou encore les incroyables paysages des fjords de Mussandam dans le nord du Sultanat d'Oman. ", + "sibling_id": "", + "title": "Entre désert et fjords", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/entre-desert-et-fjords/y" + } + ] + }, + { + "id": "OMSEE", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Oman/Circuits___Escapade/124267-0lh4nr8kwi-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Oman/Circuits___Escapade/211138-txulmsyx5f-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_OMFSUO.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "OM", + "label": "Oman" + }, + { + "id": "AE", + "label": "Émirats arabes unis" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Féérie au Sultanat d'Oman", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/feerie-au-sultanat-d-oman/y" + } + ] + }, + { + "id": "IDBAKI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": null + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Indonesie/Circuits___Escapade/122692-bukb2o4fio-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Chine/Circuits___Escapade/122257-977t2iehta-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_idbaki.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ID", + "label": "Indonésie" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 2290, + "per_trip_with_fees": 2300, + "per_night": 328, + "per_night_with_fees": 329 + }, + "best_price": { + "per_trip": 2290, + "per_trip_with_fees": 2300, + "per_night": 328, + "per_night_with_fees": 329 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251005", + "arrival_date": "20251005", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Bali et le Kawah Ijen", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/bali-et-le-kawah-ijen/y" + } + ] + }, + { + "id": "ITESS", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 48 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "escapade", + "label": "Escapade" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/124033-gqx8c8oky3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/463725-okl46alvi2-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itess.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 1990, + "per_trip_with_fees": 2000, + "per_night": 498, + "per_night_with_fees": 500 + }, + "best_price": { + "per_trip": 1990, + "per_trip_with_fees": 2000, + "per_night": 498, + "per_night_with_fees": 500 + }, + "fee": { + "per_trip": 10, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250331", + "arrival_date": "20250331", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_escapade", + "label": "Escapade" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "Au sud de la Sicile, entre cités baroques, sites archéologiques de le Grèce antique et églises médiévales, Raguse, Syracuse ou Agrigente vous offrent un bouillon de culture et d’histoire Méditerranéenne. ", + "sibling_id": "", + "title": "Escapade sud de la Sicile", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/escapade-sud-de-la-sicile/y" + } + ] + }, + { + "id": "CAROC", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/117556-ox16yjvqhs-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/466398-nry6hq3228-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_caroc.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": {}, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "Traversez les Rocheuses, de Vancouver à Calgary, sur les traces des fameux chercheurs d’or et à travers des paysages majestueux classés par l’Unesco. Vous croisez, animaux sauvages, canyons, lacs, sommets affûtés et glaciers étincelants.", + "sibling_id": "", + "title": "La traversée des Rocheuses", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/la-traversee-des-rocheuses/y" + } + ] + }, + { + "id": "ITLACI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/465642-sesbs4ks0c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/538582-bkevsl31c1-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itlaci.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3590, + "per_trip_with_fees": 3600, + "per_night": 599, + "per_night_with_fees": 600 + }, + "best_price": { + "per_trip": 3590, + "per_trip_with_fees": 3600, + "per_night": 599, + "per_night_with_fees": 600 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250426", + "arrival_date": "20250426", + "stay_duration": 6, + "total_duration": 6, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER", "WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les grands lacs italiens", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [ + { + "title": "Nouveau Circuit ", + "text_color_id": "#924833", + "background_color_id": "#FFFFFF" + } + ], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/les-grands-lacs-italiens/y" + } + ] + }, + { + "id": "CM2C_20241228_20250104", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20241228" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20250104" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/395980-2t6yweua5l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501233-0wjala3q23-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20241228_20250104.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "AI", + "label": "Anguilla" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Réveillon tropical", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20241228/20250104" + } + ] + }, + { + "id": "CM2C_20250104_20250115", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20250104" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250115" + }, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397984-ydjvhxdgvf-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501230-k8nnt9dvvh-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250104_20250115.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Au cœur des Antilles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250104/20250115" + } + ] + }, + { + "id": "CM2C_20250115_20250123", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250115" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250123" + }, + "duration": { + "in_nights": 8, + "in_days": 9 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397963-4xvhye016y-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501239-laftaqn5yv-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250115_20250123.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Romana à Pointe-à-Pitre", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250115/20250123" + } + ] + }, + { + "id": "CM2C_20250123_20250130", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250123" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250130" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/224800-negyip53ba-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/529927-nphs2ov85x-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250123_20250130.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Couleur Turquoise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250123/20250130" + } + ] + }, + { + "id": "CM2C_20250130_20250206", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250130" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250206" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/398173-20xbu28msx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501242-rl5qewrmj0-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250130_20250206.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3313, + "per_trip_with_fees": 3333, + "per_night": 474, + "per_night_with_fees": 477 + }, + "best_price": { + "per_trip": 3313, + "per_trip_with_fees": 3333, + "per_night": 474, + "per_night_with_fees": 477 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250130", + "arrival_date": "20250130", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "St-Barth et les îles Vierges ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250130/20250206" + } + ] + }, + { + "id": "CM2C_20250206_20250215", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250206" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20250215" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/358804-0gd2pnkt92-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/529930-xiwa25jm4o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250206_20250215.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "BB", + "label": "Barbade" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "TT", + "label": "Trinidad et Tobago" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "MQ", + "label": "Martinique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 4201, + "per_trip_with_fees": 4221, + "per_night": 467, + "per_night_with_fees": 469 + }, + "best_price": { + "per_trip": 4201, + "per_trip_with_fees": 4221, + "per_night": 467, + "per_night_with_fees": 469 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250206", + "arrival_date": "20250206", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Cabine Supérieure - Pont C" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paradis bleu turquoise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250206/20250215" + } + ] + }, + { + "id": "CM2C_20250215_20250222", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20250215" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250222" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/417706-64qe07gmv5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501203-r9nsulct6s-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250215_20250222.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "LC", + "label": "Sainte Lucie" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "DM", + "label": "Dominique" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3364, + "per_trip_with_fees": 3384, + "per_night": 481, + "per_night_with_fees": 484 + }, + "best_price": { + "per_trip": 2929, + "per_trip_with_fees": 2949, + "per_night": 419, + "per_night_with_fees": 422 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250215", + "arrival_date": "20250215", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 4, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Perles des Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250215/20250222" + } + ] + }, + { + "id": "CM2C_20250222_20250301", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250222" + }, + "arrival_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250301" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/417835-kvxet2fqv4-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501200-lxf9b4ljlk-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250222_20250301.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "BL", + "label": "Saint Barthélemy" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3314, + "per_trip_with_fees": 3334, + "per_night": 474, + "per_night_with_fees": 477 + }, + "best_price": { + "per_trip": 3169, + "per_trip_with_fees": 3189, + "per_night": 453, + "per_night_with_fees": 456 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250222", + "arrival_date": "20250222", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Les îles Vierges Britanniques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250222/20250301" + } + ] + }, + { + "id": "CM2C_20250301_20250310", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guadeloupe - Antilles Françaises", + "city": "Pointe-à-Pitre", + "date": "20250301" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250310" + }, + "duration": { + "in_nights": 9, + "in_days": 10 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397378-x2ey0xrl7i-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501191-c9d22wwktm-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250301_20250310.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3929, + "per_trip_with_fees": 3949, + "per_night": 437, + "per_night_with_fees": 439 + }, + "best_price": { + "per_trip": 3429, + "per_trip_with_fees": 3449, + "per_night": 381, + "per_night_with_fees": 384 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250301", + "arrival_date": "20250301", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 7, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Douceur créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250301/20250310" + } + ] + }, + { + "id": "CM2C_20250310_20250320", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250310" + }, + "arrival_details": { + "country": "Panama", + "city": "Colon", + "date": "20250320" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/101569-f73u5ieea7-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501188-iromn53dsl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250310_20250320.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BQ", + "label": "Bonaire" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "CO", + "label": "Colombie" + }, + { + "id": "PA", + "label": "Panama" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 4250, + "per_trip_with_fees": 4270, + "per_night": 425, + "per_night_with_fees": 427 + }, + "best_price": { + "per_trip": 4250, + "per_trip_with_fees": 4270, + "per_night": 425, + "per_night_with_fees": 427 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250310", + "arrival_date": "20250310", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Des Grandes Antilles à l'Amérique centrale", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250310/20250320" + } + ] + }, + { + "id": "CM2C_20250310_20250331", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250310" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250331" + }, + "duration": { + "in_nights": 21, + "in_days": 22 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/100516-58cejqxc2r-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501194-ypg1u02im9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250310_20250331.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "BQ", + "label": "Bonaire" + }, + { + "id": "CW", + "label": "Curaçao" + }, + { + "id": "AW", + "label": "Aruba" + }, + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CR", + "label": "Costa Rica" + }, + { + "id": "CO", + "label": "Colombie" + }, + { + "id": "JM", + "label": "Jamaïque" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 8313, + "per_trip_with_fees": 8333, + "per_night": 396, + "per_night_with_fees": 397 + }, + "best_price": { + "per_trip": 8313, + "per_trip_with_fees": 8333, + "per_night": 396, + "per_night_with_fees": 397 + }, + "fee": { + "per_trip": 20, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250310", + "arrival_date": "20250310", + "stay_duration": 21, + "total_duration": 21, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Aventure Caribéenne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250310/20250331" + } + ] + }, + { + "id": "CM2C_20250320_20250331", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Panama", + "city": "Colon", + "date": "20250320" + }, + "arrival_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250331" + }, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/493643-9se8f7g1ya-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501197-7v8qm3qauh-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250320_20250331.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "PA", + "label": "Panama" + }, + { + "id": "CR", + "label": "Costa Rica" + }, + { + "id": "CO", + "label": "Colombie" + }, + { + "id": "JM", + "label": "Jamaïque" + }, + { + "id": "DO", + "label": "République Dominicaine" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 4979, + "per_trip_with_fees": 4999, + "per_night": 453, + "per_night_with_fees": 455 + }, + "best_price": { + "per_trip": 4829, + "per_trip_with_fees": 4849, + "per_night": 439, + "per_night_with_fees": 441 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250320", + "arrival_date": "20250320", + "stay_duration": 11, + "total_duration": 11, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Bocas del Toro et joyaux des Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250320/20250331" + } + ] + }, + { + "id": "CM2C_20250331_20250416", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "République dominicaine", + "city": "La Romana", + "date": "20250331" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20250416" + }, + "duration": { + "in_nights": 16, + "in_days": 17 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/396886-58npbh4coq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501206-5w8qf3r55k-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250331_20250416.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "DO", + "label": "République Dominicaine" + }, + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 4123, + "per_trip_with_fees": 4143, + "per_night": 258, + "per_night_with_fees": 259 + }, + "best_price": { + "per_trip": 3623, + "per_trip_with_fees": 3643, + "per_night": 227, + "per_night_with_fees": 228 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250331", + "arrival_date": "20250331", + "stay_duration": 16, + "total_duration": 16, + "number_of_rooms_available_for_this_comfort": 11, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique de Printemps", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250331/20250416" + } + ] + }, + { + "id": "CM2C_20250516_20250519", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250516" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250519" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494318-m4d0syc24y-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250516_20250519.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1162, + "per_trip_with_fees": 1182, + "per_night": 388, + "per_night_with_fees": 394 + }, + "best_price": { + "per_trip": 1015, + "per_trip_with_fees": 1035, + "per_night": 339, + "per_night_with_fees": 345 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250516", + "arrival_date": "20250516", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 4, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière en Ligurie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250516/20250519" + } + ] + }, + { + "id": "CM2C_20250503_20250507", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250503" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250507" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269128-fh63fwq4sp-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250503_20250507.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250503/20250507" + } + ] + }, + { + "id": "CM2C_20250519_20250521", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250519" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250521" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494339-kr1a4ap46p-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250519_20250521.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 938, + "per_trip_with_fees": 958, + "per_night": 469, + "per_night_with_fees": 479 + }, + "best_price": { + "per_trip": 815, + "per_trip_with_fees": 835, + "per_night": 408, + "per_night_with_fees": 418 + }, + "fee": { + "per_trip": 20, + "per_night": 10 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250519", + "arrival_date": "20250519", + "stay_duration": 2, + "total_duration": 2, + "number_of_rooms_available_for_this_comfort": 27, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Roses", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250519/20250521" + } + ] + }, + { + "id": "CM2C_20250507_20250510", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250507" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250510" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218608-x7vfwsfnu1-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250507_20250510.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1100, + "per_trip_with_fees": 1120, + "per_night": 367, + "per_night_with_fees": 374 + }, + "best_price": { + "per_trip": 962, + "per_trip_with_fees": 982, + "per_night": 321, + "per_night_with_fees": 328 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250507", + "arrival_date": "20250507", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 5, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Roses & Sète", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250507/20250510" + } + ] + }, + { + "id": "CM2C_20250510_20250513", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250510" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250513" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250510_20250513.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1849, + "per_trip_with_fees": 1869, + "per_night": 617, + "per_night_with_fees": 623 + }, + "best_price": { + "per_trip": 1766, + "per_trip_with_fees": 1786, + "per_night": 589, + "per_night_with_fees": 596 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250510", + "arrival_date": "20250510", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "S2", + "label": "Suite - Pont D" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Sanremo & St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250510/20250513" + } + ] + }, + { + "id": "CM2C_20250513_20250516", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250513" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250516" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268960-pe9535ae9e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494195-1877s33ob4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250513_20250516.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1146, + "per_trip_with_fees": 1166, + "per_night": 382, + "per_night_with_fees": 389 + }, + "best_price": { + "per_trip": 1049, + "per_trip_with_fees": 1069, + "per_night": 350, + "per_night_with_fees": 357 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250513", + "arrival_date": "20250513", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 3, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Cabine Supérieure - Pont C" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino & Cannes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250513/20250516" + } + ] + }, + { + "id": "CM2C_20250521_20250526", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250521" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250526" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494195-1877s33ob4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250521_20250526.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 2156, + "per_trip_with_fees": 2176, + "per_night": 432, + "per_night_with_fees": 436 + }, + "best_price": { + "per_trip": 1870, + "per_trip_with_fees": 1890, + "per_night": 374, + "per_night_with_fees": 378 + }, + "fee": { + "per_trip": 20, + "per_night": 4 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250521", + "arrival_date": "20250521", + "stay_duration": 5, + "total_duration": 5, + "number_of_rooms_available_for_this_comfort": 6, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Riviera ligure", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250521/20250526" + } + ] + }, + { + "id": "CM2C_20250526_20250529", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250526" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250529" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101059-174q5npvmx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250526_20250529.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1837, + "per_trip_with_fees": 1857, + "per_night": 613, + "per_night_with_fees": 619 + }, + "best_price": { + "per_trip": 1754, + "per_trip_with_fees": 1774, + "per_night": 585, + "per_night_with_fees": 592 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250526", + "arrival_date": "20250526", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 12, + "number_of_adults": 2, + "accomodation": { + "id": "S2+", + "label": "Suite - Pont D, Rénovée" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250526/20250529" + } + ] + }, + { + "id": "CM2C_20250529_20250602", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250529" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250602" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269590-apiis83rhh-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250529_20250602.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1559, + "per_trip_with_fees": 1579, + "per_night": 390, + "per_night_with_fees": 395 + }, + "best_price": { + "per_trip": 1361, + "per_trip_with_fees": 1381, + "per_night": 341, + "per_night_with_fees": 346 + }, + "fee": { + "per_trip": 20, + "per_night": 5 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250529", + "arrival_date": "20250529", + "stay_duration": 4, + "total_duration": 4, + "number_of_rooms_available_for_this_comfort": 5, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Collioure à Sanary-sur-Mer", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250529/20250602" + } + ] + }, + { + "id": "CM2C_20250602_20250605", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250602" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250605" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494321-dnl5xq3n44-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494195-1877s33ob4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250602_20250605.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Santa Margherita Ligure", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250602/20250605" + } + ] + }, + { + "id": "CM2C_20250605_20250609", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250605" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250609" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268897-knswwc1avx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250605_20250609.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Calvi à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250605/20250609" + } + ] + }, + { + "id": "CM2C_20250609_20250613", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250609" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250613" + }, + "duration": { + "in_nights": 4, + "in_days": 5 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494333-6r6ih1eclx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494195-1877s33ob4-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250609_20250613.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Minorque à Collioure", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250609/20250613" + } + ] + }, + { + "id": "CM2C_20250613_20250705", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250613" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20250705" + }, + "duration": { + "in_nights": 22, + "in_days": 23 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494330-odl4mj5vi5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501278-c7qv9u2pu8-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250613_20250705.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "MT", + "label": "Malte" + }, + { + "id": "TN", + "label": "Tunisie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 17284, + "per_trip_with_fees": 17304, + "per_night": 786, + "per_night_with_fees": 787 + }, + "best_price": { + "per_trip": 17284, + "per_trip_with_fees": 17304, + "per_night": 786, + "per_night_with_fees": 787 + }, + "fee": { + "per_trip": 20, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250613", + "arrival_date": "20250613", + "stay_duration": 22, + "total_duration": 22, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "S2+", + "label": "Suite - Pont D, Rénovée" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles antiques et îles grecques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250613/20250705" + } + ] + }, + { + "id": "CM2C_20250613_20250625", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250613" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20250625" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494324-tpeba81gkh-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501281-bqhp7prxw6-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250613_20250625.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + }, + { + "id": "TN", + "label": "Tunisie" + }, + { + "id": "MT", + "label": "Malte" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 10180, + "per_trip_with_fees": 10200, + "per_night": 849, + "per_night_with_fees": 850 + }, + "best_price": { + "per_trip": 10180, + "per_trip_with_fees": 10200, + "per_night": 849, + "per_night_with_fees": 850 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250613", + "arrival_date": "20250613", + "stay_duration": 12, + "total_duration": 12, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "S2", + "label": "Suite - Pont D" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers les îles grecques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250613/20250625" + } + ] + }, + { + "id": "CM2C_20241119_20241204", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Sénégal", + "city": "Dakar", + "date": "20241119" + }, + "arrival_details": { + "country": "Guyane", + "city": "Cayenne", + "date": "20241204" + }, + "duration": { + "in_nights": 15, + "in_days": 16 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Miches_Playa_Esmeralda/462279-5va23epxg4-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501218-am0ou4jfat-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20241119_20241204.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BR", + "label": "Brésil" + }, + { + "id": "CV", + "label": "Cap-Vert" + }, + { + "id": "SN", + "label": "SENEGAL" + }, + { + "id": "GF", + "label": "Guyane" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Transatlantique sud-américaine", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20241119/20241204" + } + ] + }, + { + "id": "CM2C_20250625_20250705", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20250625" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20250705" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/118657-ww0y4t59u5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501284-hpcm8dli9q-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250625_20250705.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 8574, + "per_trip_with_fees": 8594, + "per_night": 858, + "per_night_with_fees": 860 + }, + "best_price": { + "per_trip": 8574, + "per_trip_with_fees": 8594, + "per_night": 858, + "per_night_with_fees": 860 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250625", + "arrival_date": "20250625", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "S2+", + "label": "Suite - Pont D, Rénovée" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Au cœur des Cyclades", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250625/20250705" + } + ] + }, + { + "id": "CM2C_20250705_20250712", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Palerme", + "date": "20250705" + }, + "arrival_details": { + "country": "Italie", + "city": "Palerme", + "date": "20250712" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268948-xtt49qysp3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501290-4nqb3pkbpf-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250705_20250712.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "MT", + "label": "Malte" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3701, + "per_trip_with_fees": 3721, + "per_night": 529, + "per_night_with_fees": 532 + }, + "best_price": { + "per_trip": 3401, + "per_trip_with_fees": 3421, + "per_night": 486, + "per_night_with_fees": 489 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250705", + "arrival_date": "20250705", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Le long de la côte sicilienne", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250705/20250712" + } + ] + }, + { + "id": "CM2C_20241107_20241119", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Portugal", + "city": "Lisbonne", + "date": "20241107" + }, + "arrival_details": { + "country": "Sénégal", + "city": "Dakar", + "date": "20241119" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Senegal/Cap_Skirring/15805-54sihf72ht-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501215-6tek1170bc-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20241107_20241119.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "PT", + "label": "Portugal" + }, + { + "id": "MA", + "label": "Maroc" + }, + { + "id": "SN", + "label": "SENEGAL" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Expédition Sénégalaise", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20241107/20241119" + } + ] + }, + { + "id": "CM2C_20250712_20250719", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Italie", + "city": "Palerme", + "date": "20250712" + }, + "arrival_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20250719" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/240950-wg6gk5h6bo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501287-h13hggg2lb-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250712_20250719.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + }, + { + "id": "GR", + "label": "Grèce" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3701, + "per_trip_with_fees": 3721, + "per_night": 529, + "per_night_with_fees": 532 + }, + "best_price": { + "per_trip": 3401, + "per_trip_with_fees": 3421, + "per_night": 486, + "per_night_with_fees": 489 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250712", + "arrival_date": "20250712", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 3, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Des îles Éoliennes au Péloponnèse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250712/20250719" + } + ] + }, + { + "id": "CM2C_20250719_20250726", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Athènes", + "date": "20250719" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250726" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/223948-b5jgk5r80e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501293-gt9ocsv00a-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250719_20250726.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3701, + "per_trip_with_fees": 3721, + "per_night": 529, + "per_night_with_fees": 532 + }, + "best_price": { + "per_trip": 3401, + "per_trip_with_fees": 3421, + "per_night": 486, + "per_night_with_fees": 489 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250719", + "arrival_date": "20250719", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Cap vers le Dodécanèse", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250719/20250726" + } + ] + }, + { + "id": "CM2C_20250726_20250802", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250726" + }, + "arrival_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20250802" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269137-apk18s4r6h-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501248-hc2fumjsk2-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250726_20250802.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3974, + "per_trip_with_fees": 3994, + "per_night": 568, + "per_night_with_fees": 571 + }, + "best_price": { + "per_trip": 3474, + "per_trip_with_fees": 3494, + "per_night": 497, + "per_night_with_fees": 500 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250726", + "arrival_date": "20250726", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 4, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De l'Acropole au Bosphore", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250726/20250802" + } + ] + }, + { + "id": "CM2C_20250802_20250809", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Istanbul", + "date": "20250802" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250809" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/118888-4pdxpf7ivx-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501251-lbhr4f461o-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250802_20250809.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3974, + "per_trip_with_fees": 3994, + "per_night": 568, + "per_night_with_fees": 571 + }, + "best_price": { + "per_trip": 3474, + "per_trip_with_fees": 3494, + "per_night": 497, + "per_night_with_fees": 500 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250802", + "arrival_date": "20250802", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 8, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Trésors d'Istanbul et mer Égée ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250802/20250809" + } + ] + }, + { + "id": "CM2C_20250809_20250816", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250809" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250816" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Grece/Circuits___Escapade/123499-s7ve7cnknj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501254-ycnm5b7p19-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250809_20250816.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3974, + "per_trip_with_fees": 3994, + "per_night": 568, + "per_night_with_fees": 571 + }, + "best_price": { + "per_trip": 3474, + "per_trip_with_fees": 3494, + "per_night": 497, + "per_night_with_fees": 500 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250809", + "arrival_date": "20250809", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 6, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Odyssée grecque", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250809/20250816" + } + ] + }, + { + "id": "CM2C_20250816_20250823", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250816" + }, + "arrival_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20250823" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Palmiye/466476-f40txye2nj-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501257-py08x0yeew-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250816_20250823.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3701, + "per_trip_with_fees": 3721, + "per_night": 529, + "per_night_with_fees": 532 + }, + "best_price": { + "per_trip": 3209, + "per_trip_with_fees": 3229, + "per_night": 459, + "per_night_with_fees": 462 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250816", + "arrival_date": "20250816", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 8, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Îles grecques et côtes turques", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250816/20250823" + } + ] + }, + { + "id": "CM2C_20250823_20250830", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Turquie", + "city": "Antalya", + "date": "20250823" + }, + "arrival_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250830" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Turquie/Circuits___Escapade/130465-hy38sw581n-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501260-ix2jqnn54c-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250823_20250830.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "TR", + "label": "Turquie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3657, + "per_trip_with_fees": 3677, + "per_night": 523, + "per_night_with_fees": 526 + }, + "best_price": { + "per_trip": 3179, + "per_trip_with_fees": 3199, + "per_night": 455, + "per_night_with_fees": 457 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250823", + "arrival_date": "20250823", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 14, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Rivages de la mer Égée ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250823/20250830" + } + ] + }, + { + "id": "CM2C_20250830_20250911", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Grèce", + "city": "Lavrio", + "date": "20250830" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250911" + }, + "duration": { + "in_nights": 12, + "in_days": 13 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Tunisie/Djerba_la_douce/452010-tlt3h1pk61-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501263-13cxb5kpxi-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250830_20250911.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "GR", + "label": "Grèce" + }, + { + "id": "MT", + "label": "Malte" + }, + { + "id": "TN", + "label": "Tunisie" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 5199, + "per_trip_with_fees": 5219, + "per_night": 434, + "per_night_with_fees": 435 + }, + "best_price": { + "per_trip": 5199, + "per_trip_with_fees": 5219, + "per_night": 434, + "per_night_with_fees": 435 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250830", + "arrival_date": "20250830", + "stay_duration": 12, + "total_duration": 12, + "number_of_rooms_available_for_this_comfort": 9, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Littoral tunisien et mer Tyrrhénienne ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250830/20250911" + } + ] + }, + { + "id": "CM2C_20250911_20250913", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250911" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250913" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494312-rwae92ck14-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250911_20250913.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 774, + "per_trip_with_fees": 794, + "per_night": 387, + "per_night_with_fees": 397 + }, + "best_price": { + "per_trip": 676, + "per_trip_with_fees": 696, + "per_night": 338, + "per_night_with_fees": 348 + }, + "fee": { + "per_trip": 20, + "per_night": 10 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250911", + "arrival_date": "20250911", + "stay_duration": 2, + "total_duration": 2, + "number_of_rooms_available_for_this_comfort": 11, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250911/20250913" + } + ] + }, + { + "id": "CM2C_20250913_20250915", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250913" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250915" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250913_20250915.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 938, + "per_trip_with_fees": 958, + "per_night": 469, + "per_night_with_fees": 479 + }, + "best_price": { + "per_trip": 815, + "per_trip_with_fees": 835, + "per_night": 408, + "per_night_with_fees": 418 + }, + "fee": { + "per_trip": 20, + "per_night": 10 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250913", + "arrival_date": "20250913", + "stay_duration": 2, + "total_duration": 2, + "number_of_rooms_available_for_this_comfort": 17, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portovenere", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250913/20250915" + } + ] + }, + { + "id": "CM2C_20241221_20241228", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20241221" + }, + "arrival_details": { + "country": "Saint-Martin", + "city": "Saint-Martin", + "date": "20241228" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268981-3arsnpt2hc-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501227-dnms3adfhq-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20241221_20241228.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "DM", + "label": "Dominique" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "GD", + "label": "Grenade" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Noël Caraïbes", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20241221/20241228" + } + ] + }, + { + "id": "CM2C_20241214_20241221", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20241214" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20241221" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/397378-x2ey0xrl7i-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501224-3j4bfqouxr-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20241214_20241221.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "GP", + "label": "Guadeloupe - Antilles Françaises" + }, + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "AG", + "label": "Antigua-et-Barbuda" + }, + { + "id": "MF", + "label": "Saint Martin (France)" + }, + { + "id": "AI", + "label": "Anguilla" + }, + { + "id": "VG", + "label": "Îles Vierges Britanniques" + }, + { + "id": "KN", + "label": "Saint Kitts and Nevis" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Paradis créole", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20241214/20241221" + } + ] + }, + { + "id": "CM2C_20250915_20250918", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250915" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250918" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Corse/Circuits___Escapade/104467-qgw4d6oi7e-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250915_20250918.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1146, + "per_trip_with_fees": 1166, + "per_night": 382, + "per_night_with_fees": 389 + }, + "best_price": { + "per_trip": 1001, + "per_trip_with_fees": 1021, + "per_night": 334, + "per_night_with_fees": 341 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250915", + "arrival_date": "20250915", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 23, + "number_of_adults": 2, + "accomodation": { + "id": "C2", + "label": "Cabine Supérieure - Pont C" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Bastia, Elbe", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250915/20250918" + } + ] + }, + { + "id": "CM2C_20250918_20250920", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250918" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250920" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/292324-3vrnu12h29-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250918_20250920.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 938, + "per_trip_with_fees": 958, + "per_night": 469, + "per_night_with_fees": 479 + }, + "best_price": { + "per_trip": 815, + "per_trip_with_fees": 835, + "per_night": 408, + "per_night_with_fees": 418 + }, + "fee": { + "per_trip": 20, + "per_night": 10 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250918", + "arrival_date": "20250918", + "stay_duration": 2, + "total_duration": 2, + "number_of_rooms_available_for_this_comfort": 7, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portovenere", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250918/20250920" + } + ] + }, + { + "id": "CM2C_20241204_20241214", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Guyane", + "city": "Cayenne", + "date": "20241204" + }, + "arrival_details": { + "country": "Martinique", + "city": "Fort de France", + "date": "20241214" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/268999-ocmi5ywr8b-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/529924-p83ydiiovp-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20241204_20241214.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "MQ", + "label": "Martinique" + }, + { + "id": "VC", + "label": "Saint Vincent et les Grenadines" + }, + { + "id": "TT", + "label": "Trinidad et Tobago" + }, + { + "id": "GF", + "label": "Guyane" + }, + { + "id": "SR", + "label": "Suriname" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "CLOSED", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Forêt tropicale & Grenadines", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20241204/20241214" + } + ] + }, + { + "id": "CM2C_20250920_20250923", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250920" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250923" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494327-d1f0c5kdn0-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250920_20250923.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1309, + "per_trip_with_fees": 1329, + "per_night": 437, + "per_night_with_fees": 443 + }, + "best_price": { + "per_trip": 1253, + "per_trip_with_fees": 1273, + "per_night": 418, + "per_night_with_fees": 425 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250920", + "arrival_date": "20250920", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 1, + "number_of_adults": 2, + "accomodation": { + "id": "D2", + "label": "Cabine Supérieure - Pont D" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portofino, Calvi", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250920/20250923" + } + ] + }, + { + "id": "CM2C_20250923_20250926", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250923" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250926" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269620-kep029koq5-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250923_20250926.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1100, + "per_trip_with_fees": 1120, + "per_night": 367, + "per_night_with_fees": 374 + }, + "best_price": { + "per_trip": 962, + "per_trip_with_fees": 982, + "per_night": 321, + "per_night_with_fees": 328 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250923", + "arrival_date": "20250923", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 4, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de la Ligurie à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250923/20250926" + } + ] + }, + { + "id": "CM2C_20250926_20250929", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250926" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20250929" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Circuits___Escapade/311455-uacawjn8s4-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250926_20250929.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière Portovenere, St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250926/20250929" + } + ] + }, + { + "id": "CM2C_20250929_20251001", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20250929" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20251001" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494342-832dre3oru-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250929_20251001.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 938, + "per_trip_with_fees": 958, + "per_night": 469, + "per_night_with_fees": 479 + }, + "best_price": { + "per_trip": 815, + "per_trip_with_fees": 835, + "per_night": 408, + "per_night_with_fees": 418 + }, + "fee": { + "per_trip": 20, + "per_night": 10 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250929", + "arrival_date": "20250929", + "stay_duration": 2, + "total_duration": 2, + "number_of_rooms_available_for_this_comfort": 22, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250929/20251001" + } + ] + }, + { + "id": "CM2C_20251001_20251003", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20251001" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20251003" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/465873-dlak9piceq-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251001_20251003.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 938, + "per_trip_with_fees": 958, + "per_night": 469, + "per_night_with_fees": 479 + }, + "best_price": { + "per_trip": 815, + "per_trip_with_fees": 835, + "per_night": 408, + "per_night_with_fees": 418 + }, + "fee": { + "per_trip": 20, + "per_night": 10 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251001", + "arrival_date": "20251001", + "stay_duration": 2, + "total_duration": 2, + "number_of_rooms_available_for_this_comfort": 23, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portovenere", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251001/20251003" + } + ] + }, + { + "id": "CM2C_20251003_20251006", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20251003" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20251006" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/France/Opio_en_Provence/469659-r7r3xucwbo-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251003_20251006.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1162, + "per_trip_with_fees": 1182, + "per_night": 388, + "per_night_with_fees": 394 + }, + "best_price": { + "per_trip": 1015, + "per_trip_with_fees": 1035, + "per_night": 339, + "per_night_with_fees": 345 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251003", + "arrival_date": "20251003", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 22, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de la Ligurie à St-Tropez", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251003/20251006" + } + ] + }, + { + "id": "CM2C_20251006_20251008", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20251006" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20251008" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/101119-91vg2o2iat-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251006_20251008.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portofino", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251006/20251008" + } + ] + }, + { + "id": "CM2C_20251008_20251010", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20251008" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20251010" + }, + "duration": { + "in_nights": 2, + "in_days": 3 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/348832-1uihj2ggxk-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251008_20251010.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": {}, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière à Portovenere", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251008/20251010" + } + ] + }, + { + "id": "CM2C_20251010_20251013", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20251010" + }, + "arrival_details": { + "country": "France", + "city": "Nice", + "date": "20251013" + }, + "duration": { + "in_nights": 3, + "in_days": 4 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/494315-fher2vjixe-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501275-9jeohkelu7-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251010_20251013.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1162, + "per_trip_with_fees": 1182, + "per_night": 388, + "per_night_with_fees": 394 + }, + "best_price": { + "per_trip": 1015, + "per_trip_with_fees": 1035, + "per_night": 339, + "per_night_with_fees": 345 + }, + "fee": { + "per_trip": 20, + "per_night": 7 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251010", + "arrival_date": "20251010", + "stay_duration": 3, + "total_duration": 3, + "number_of_rooms_available_for_this_comfort": 11, + "number_of_adults": 2, + "accomodation": { + "id": "B2", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de la Ligurie à St-Florent", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251010/20251013" + } + ] + }, + { + "id": "CM2C_20251013_20251018", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Nice", + "date": "20251013" + }, + "arrival_details": { + "country": "Espagne", + "city": "Barcelone", + "date": "20251018" + }, + "duration": { + "in_nights": 5, + "in_days": 6 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269140-sexnrxdn58-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501266-0dt2xxfdi9-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251013_20251018.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 1812, + "per_trip_with_fees": 1832, + "per_night": 363, + "per_night_with_fees": 367 + }, + "best_price": { + "per_trip": 1585, + "per_trip_with_fees": 1605, + "per_night": 317, + "per_night_with_fees": 321 + }, + "fee": { + "per_trip": 20, + "per_night": 4 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251013", + "arrival_date": "20251013", + "stay_duration": 5, + "total_duration": 5, + "number_of_rooms_available_for_this_comfort": 2, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Mini croisière de Nice à Barcelone", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251013/20251018" + } + ] + }, + { + "id": "CM2C_20251018_20251025", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Barcelone", + "date": "20251018" + }, + "arrival_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20251025" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/493640-qnplk2qf0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/501269-f1coaq0yiw-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251018_20251025.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 2693, + "per_trip_with_fees": 2713, + "per_night": 385, + "per_night_with_fees": 388 + }, + "best_price": { + "per_trip": 2352, + "per_trip_with_fees": 2372, + "per_night": 336, + "per_night_with_fees": 339 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251018", + "arrival_date": "20251018", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 9, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De la Catalogne à l'Andalousie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251018/20251025" + } + ] + }, + { + "id": "CM2C_20251025_20251101", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20251025" + }, + "arrival_details": { + "country": "Espagne", + "city": "Las Palmas", + "date": "20251101" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/269167-nbmu8q28xc-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/527509-t1hjnjoaqd-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20251025_20251101.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "ES", + "label": "Espagne" + }, + { + "id": "MA", + "label": "Maroc" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 2693, + "per_trip_with_fees": 2713, + "per_night": 385, + "per_night_with_fees": 388 + }, + "best_price": { + "per_trip": 2352, + "per_trip_with_fees": 2372, + "per_night": 336, + "per_night_with_fees": 339 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20251025", + "arrival_date": "20251025", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 10, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De Malaga aux îles Canaries ", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20251025/20251101" + } + ] + }, + { + "id": "CM2C_20250416_20250426", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "Espagne", + "city": "Malaga", + "date": "20250416" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250426" + }, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/218608-x7vfwsfnu1-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501209-pq16xl6l6j-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250416_20250426.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 3498, + "per_trip_with_fees": 3518, + "per_night": 350, + "per_night_with_fees": 352 + }, + "best_price": { + "per_trip": 3054, + "per_trip_with_fees": 3074, + "per_night": 306, + "per_night_with_fees": 308 + }, + "fee": { + "per_trip": 20, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250416", + "arrival_date": "20250416", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 8, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "De l'Andalousie à l'Occitanie", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250416/20250426" + } + ] + }, + { + "id": "CM2C_20250426_20250503", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 96 + }, + "areas": [ + { + "id": "AREA_CM2C_5T", + "label": "Exclusive Collection", + "comfort": { + "level": 5, + "label": "5 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "cruise", + "label": "Croisière" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": { + "level": 5, + "label": "Exclusive Collection" + }, + "trip_details": { + "departure_details": { + "country": "France", + "city": "Marseille", + "date": "20250426" + }, + "arrival_details": { + "country": "France", + "city": "Marseille", + "date": "20250503" + }, + "duration": { + "in_nights": 7, + "in_days": 8 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Mediterranee/493640-qnplk2qf0u-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Caraibes/501212-khdhi2gk4k-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cm2c_20250426_20250503.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France" + }, + { + "id": "ES", + "label": "Espagne" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Croisières Club Med 2", + "opening_status": "OPEN", + "type": { + "id": "CRUISE", + "label": "Croisières" + }, + "price": { + "initial_price": { + "per_trip": 2693, + "per_trip_with_fees": 2713, + "per_night": 385, + "per_night_with_fees": 388 + }, + "best_price": { + "per_trip": 2351, + "per_trip_with_fees": 2371, + "per_night": 336, + "per_night_with_fees": 339 + }, + "fee": { + "per_trip": 20, + "per_night": 3 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250426", + "arrival_date": "20250426", + "stay_duration": 7, + "total_duration": 7, + "number_of_rooms_available_for_this_comfort": 11, + "number_of_adults": 2, + "accomodation": { + "id": "B3", + "label": "Cabine Supérieure - Pont B" + }, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [ + { + "id": "TFA", + "label": "Offre Les journées Club Med " + } + ] + } + }, + "resort_id": "CM2C", + "range": null, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Le long des côtes espagnoles", + "capacity_max": 403, + "accommodations_introduction": { + "description": "Bienvenue à bord du plus grand voilier du monde. 5 mâts, 187 mètres de long, 184 cabines, 2000 m² de pont extérieur répartis sur 8 niveaux, les dimensions fascinent. Et il est en de même de son allure majestueuse. De la cabine située sur le pont inférieur à la Suite de l’armateur au plus haut, toutes ont vue sur l’extérieur. Vous serez séduit par le prestige des prestations.", + "short_description": "La chambre idéale pour votre séjour\n", + "images": ["https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Nos_croisieres/Le_bateau/98743-a830sglxl0-swhr.jpg"], + "rooms_count": 184 + }, + "product_line": ["EXCLUSIVE_COLLECTION", "CRUISE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/c/cm2c/20250426/20250503" + } + ] + }, + { + "id": "SCHC_WINTER", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 0 + }, + "areas": [ + { + "id": "AREA_SCHC_3T", + "label": "3 tridents", + "comfort": { + "level": 3, + "label": "3 Tridents" + } + } + ], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "winter_mountain_resort", + "label": "Village Montagne Hiver" + }, + "clubmed_mobile_app": { + "is_available": true, + "description": "Tout ce dont vous avez besoin est dans l’Application My Club Med – votre compagnon de voyage idéal pour préparer et organiser votre séjour. Découvrez le plan du Resort, les infrastructures et les activités , et bénéficiez de services dédiés pour profiter un maximum de votre séjour.\nTéléchargez My Club Med App sur l’App Store ou Google Play" + }, + "easy_arrival": { + "is_available": true, + "description": "Service \"Easy Arrival \"* (Faciliter mon arrivée)\nEnregistrez et gérez vos détails en ligne, nous préparons tout pour faciliter votre arrivée :\nEasy Check in – check out\nDétails sur l'équipement de ski et de snowboard\nInscription aux leçons de ski \nRenseignements pour l’encadrement enfant\nCompte Club Med en ligne\nDisponible sur votre Espace Membre\n*Sélection de services en fonction des Resorts" + }, + "comfort": { + "level": 3, + "label": "3 tridents" + }, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": null + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84196-5fr8alq0n5-swhr.jpg", + "surroundings_images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84229-ulucvuajvj-swhr.jpg" + ], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/341122-bqwp7x99vs-swhr.jpg", + "fact_sheet_url": "https://ns.clubmed.com/icp/factsheet/Factsheet_FR_SCHC_WINTER.pdf" + }, + "description_title": "Skier avec vue sur le Massif des Écrins", + "destination": { + "countries": [ + { + "id": "FR", + "label": "France", + "description": "La France en quelques mots \n\n\n- Superficie: 632 834 km²\n\n- Capitale : Paris\n\n- Langue officielle : Français\n \n- Monnaie : Euro.\n\n\nDans les Hautes-Alpes, au coeur de la vallée de la Guisane, Serre-Chevalier est le regroupement de trois villages : Saint-Chaffrey/Chantemerle, Villeneuve/La Salle les Alpes et le Monêtier les Bains et de la ville de Briançon. \n\n\nA découvrir, été comme hiver. Au départ du Village de Serre Chevalier, longez la Guisane en empruntant des itinéraires balisés, pour découvrir le site du Rocher blanc : plus de 300 millions d’années de la vie de la Terre sur 300 mètres de dénivelé.\n\n \nLe Club Med de Serre Chevalier est situé :\n\n- A 15 km de Briançon ville d’art et d’histoire, avec ses fortifications de Vauban inscrites au patrimoine mondial de l’Unesco; à voir le musée de l’histoire du ski dans le Briançonnais et la Maison du Parc national des Ecrins\n\n- A 48 km, le Parc national des Ecrins, 5ème parc national français, avec ses 740 km de sentiers entretenus et balisés ; des sommets à plus de 3000 mètres et une quarantaine de glaciers." + } + ], + "geographical_area": { + "id": "product_geographical_area_alps", + "label": "les Alpes" + }, + "region": { + "id": "REGION_hautes_alpes_serre_chevalier", + "label": "Hautes-Alpes - Serre Chevalier" + } + }, + "full_title": "Serre-Chevalier", + "opening_status": "CLOSED", + "type": { + "id": "VILLAGE", + "label": "Resorts" + }, + "price": {}, + "resort_id": "SCHC", + "range": null, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "SCHC_SUMMER", + "title": "Serre-Chevalier", + "capacity_max": 1272, + "accommodations_introduction": { + "description": "Inspirées des sapins des Alpes, nos chambres sont des havres de paix. Dotées d’espaces séparés parents/enfants, les chambres sont apaisantes après une escapade ensoleillée.\n ", + "short_description": "La chambre idéale pour votre séjour\n", + "images": [ + "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SNOW/Winter_Alpes/France/Serre_Chevalier/84559-jvgc3ofafw-swhr.jpg" + ], + "rooms_count": 349 + }, + "product_line": ["CORE"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.comundefined" + } + ] + }, + { + "id": "JPVOEX", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 11, + "in_days": 12 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/531670-7oeuhmvj8c-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Ocean_Indien___Asie/Japon/Circuits___Escapade/505613-8si96u5b1r-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_jpvoex.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "JP", + "label": "Japon" + } + ], + "geographical_area": { + "id": "product_geographical_area_asia_indian_ocean", + "label": "Océan Indien & Asie" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "CLOSED", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 5390, + "per_trip_with_fees": 5400, + "per_night": 599, + "per_night_with_fees": 600 + }, + "best_price": { + "per_trip": 5390, + "per_trip_with_fees": 5400, + "per_night": 599, + "per_night_with_fees": 600 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250608", + "arrival_date": "20250608", + "stay_duration": 9, + "total_duration": 9, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Les voies du Tokaido et exposition universelle Osaka", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/archipel-zen-et-exposition-universelle/y" + } + ] + }, + { + "id": "CAILQU", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/117586-6uoacukqn3-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Canada/Circuits___Escapade/538576-yjviu8wtmk-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_cailqu.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CA", + "label": "Canada" + } + ], + "geographical_area": { + "id": "product_geographical_area_caribbean_north_america", + "label": "Caraïbes & Amérique du Nord" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 7690, + "per_trip_with_fees": 7700, + "per_night": 769, + "per_night_with_fees": 770 + }, + "best_price": { + "per_trip": 7690, + "per_trip_with_fees": 7700, + "per_night": 769, + "per_night_with_fees": 770 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250619", + "arrival_date": "20250619", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Québec, Gaspésie et îles de la Madeleine", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/iles-quebecoises/y" + } + ] + }, + { + "id": "CLATAI", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 10, + "in_days": 11 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Chili/Circuits___Escapade/121519-hoooyhjvb8-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Amerique_du_sud___centrale/Chili/Circuits___Escapade/538585-mo99vnfqcl-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_clatai.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "CL", + "label": "Chili" + } + ], + "geographical_area": { + "id": "product_geographical_area_central_south_america", + "label": "Amérique du Sud et Centrale" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 7990, + "per_trip_with_fees": 8000, + "per_night": 799, + "per_night_with_fees": 800 + }, + "best_price": { + "per_trip": 7990, + "per_trip_with_fees": 8000, + "per_night": 799, + "per_night_with_fees": 800 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250714", + "arrival_date": "20250714", + "stay_duration": 10, + "total_duration": 10, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_evasion_nature", + "label": "Circuit Evasion Nature" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "D'Atacama à l'île de Pâques", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/d-atacama-a-l-ile-de-paques/y" + } + ] + }, + { + "id": "ITMTO", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 84 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 6, + "in_days": 7 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/276493-4m9ssdfb8l-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Europe___Mediterranee/Italie/Circuits___Escapade/538588-3lsv03xt4f-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_itmto.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "IT", + "label": "Italie" + } + ], + "geographical_area": { + "id": "product_geographical_area_europe_mediterranean_coasts", + "label": "Europe & Côtes Méditerranéennes" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 3290, + "per_trip_with_fees": 3300, + "per_night": 549, + "per_night_with_fees": 550 + }, + "best_price": { + "per_trip": 3290, + "per_trip_with_fees": 3300, + "per_night": 549, + "per_night_with_fees": 550 + }, + "fee": { + "per_trip": 10, + "per_night": 2 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250426", + "arrival_date": "20250426", + "stay_duration": 6, + "total_duration": 6, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_tresors_culturels", + "label": "Circuit Trésors Culturels" + }, + "seasons": ["SUMMER"], + "seo_description": "", + "sibling_id": "", + "title": "Merveilles de Toscane et Ombrie", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/merveilles-toscane-ombrie/y" + } + ] + }, + { + "id": "ZATLCV", + "access_conditions": { + "is_for_adult_only": false, + "min_authorized_age_in_months": 144 + }, + "areas": [], + "associated_product_id": "", + "available_services": [], + "category": { + "id": "group_circuit", + "label": "Circuit Groupe" + }, + "clubmed_mobile_app": { + "is_available": false, + "description": "" + }, + "easy_arrival": { + "is_available": false, + "description": "" + }, + "comfort": null, + "trip_details": { + "departure_details": null, + "arrival_details": null, + "duration": { + "in_nights": 13, + "in_days": 14 + } + }, + "media": { + "immersive_image": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/117268-bg0xdqb2ac-swhr.jpg", + "surroundings_images": [], + "map": "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Afrique___Moyen_Orient/Afrique_du_Sud/Circuits___Escapade/314431-qybt62108q-swhr.jpg", + "fact_sheet_url": "https://factsheets.clubmed/fr-fr/factsheet_zatlcv.pdf" + }, + "description_title": "", + "destination": { + "countries": [ + { + "id": "BW", + "label": "Botswana" + }, + { + "id": "ZW", + "label": "Zimbabwe" + }, + { + "id": "ZA", + "label": "Afrique du Sud" + } + ], + "geographical_area": { + "id": "product_geographical_area_africa_middle_east", + "label": "Afrique & Moyen-Orient" + }, + "region": { + "id": "", + "label": "" + } + }, + "full_title": "Club Med Tours", + "opening_status": "OPEN", + "type": { + "id": "TOUR", + "label": "Circuits & Escapades" + }, + "price": { + "initial_price": { + "per_trip": 8490, + "per_trip_with_fees": 8500, + "per_night": 654, + "per_night_with_fees": 654 + }, + "best_price": { + "per_trip": 8490, + "per_trip_with_fees": 8500, + "per_night": 654, + "per_night_with_fees": 654 + }, + "fee": { + "per_trip": 10, + "per_night": 1 + }, + "currency": "EUR", + "terms_and_conditions": { + "price_per": "ADULT", + "package": "ALL_INCLUSIVE", + "departure_date": "20250609", + "arrival_date": "20250609", + "stay_duration": 13, + "total_duration": 13, + "number_of_rooms_available_for_this_comfort": 0, + "number_of_adults": 2, + "accomodation": null, + "departure_city": null, + "departure_location": null, + "instalment_count": null, + "default_price_display": "per_trip", + "fees_included": true, + "offers": [] + } + }, + "resort_id": "", + "range": { + "id": "product_range_routes_confidentielles", + "label": "Circuit Routes Confidentielles" + }, + "seasons": ["WINTER"], + "seo_description": "", + "sibling_id": "", + "title": "Train de légende et chutes Victoria", + "capacity_max": null, + "accommodations_introduction": { + "images": [] + }, + "product_line": ["TOUR"], + "tags": [], + "_links": [ + { + "rel": "web_seo_url", + "method": "GET", + "href": "https://www.clubmed.com/i/train-legende-chutes-victoria/y" + } + ] + } +] diff --git a/packages/react-formio/src/molecules/forms/select/Select.interface.ts b/packages/react-formio/src/molecules/forms/select/Select.interface.ts index 494ec784..2e67d1cc 100644 --- a/packages/react-formio/src/molecules/forms/select/Select.interface.ts +++ b/packages/react-formio/src/molecules/forms/select/Select.interface.ts @@ -27,16 +27,19 @@ export interface SelectProps extends FormControlProps; + options: (SelectOptionBaseProps | Omit, "value">)[]; + /** + * @deprecated + */ + choices?: (SelectOptionBaseProps | Omit, "value">)[]; } export interface SelectSingle extends SelectProps { multiple?: false | undefined; - options: (SelectOptionBaseProps | Omit, "value">)[]; } export interface SelectMultiple extends SelectProps { multiple: true; - options: (SelectOptionBaseProps | Omit, "value">)[]; } export type AllSelectProps = SelectSingle | SelectMultiple; diff --git a/packages/react-formio/src/molecules/forms/select/hooks/useOptions.ts b/packages/react-formio/src/molecules/forms/select/hooks/useOptions.ts index b938d5a2..5108af7d 100644 --- a/packages/react-formio/src/molecules/forms/select/hooks/useOptions.ts +++ b/packages/react-formio/src/molecules/forms/select/hooks/useOptions.ts @@ -42,7 +42,11 @@ export function mapOptions(options: AllSelectProps["options"]) { return options; } -export function useOptions({ options }: AllSelectProps) { +export function useOptions({ options, choices }: AllSelectProps) { + if (choices) { + options = choices; + } + return useMemo(() => { return mapOptions(options); }, [options]); diff --git a/packages/react-formio/src/molecules/pagination/Pagination.spec.tsx b/packages/react-formio/src/molecules/pagination/Pagination.spec.tsx index 8607c137..1bef93d4 100644 --- a/packages/react-formio/src/molecules/pagination/Pagination.spec.tsx +++ b/packages/react-formio/src/molecules/pagination/Pagination.spec.tsx @@ -22,9 +22,9 @@ describe("Pagination", () => { expect(allBtnBlocks[allBtnBlocks.length - 1]).toBe("Next"); }); - it("should call previousPage() callback", () => { + it("should call onClickPreviousPage() callback", () => { const previousPageSpy = vi.fn(); - render(); + render(); const paginationBtn = screen.queryAllByTestId("pagination-button"); const btnPreviousPage = paginationBtn.find((btn) => btn.textContent === "Previous"); @@ -33,20 +33,20 @@ describe("Pagination", () => { expect(previousPageSpy).toHaveBeenCalledTimes(1); }); - it("should call nextPage() callback", () => { + it("should call onClickNextPage() callback", () => { const nextPageSpy = vi.fn(); - render(); + render(); fireEvent.click(screen.getByText(/Next/i)); expect(nextPageSpy).toHaveBeenCalledTimes(1); }); - it("should call gotoPage() callback when cliking on a button page", () => { + it("should call onPageIndexChange() callback when cliking on a button page", () => { const gotoPageSpy = vi.fn(); let page: number; - render(); + render(); const paginationBtn = screen.queryAllByTestId("pagination-button"); const buttonsPage = paginationBtn.filter((btn) => btn.textContent !== "Previous" && btn.textContent !== "Next"); @@ -63,7 +63,7 @@ describe("Pagination", () => { it("should have Previous button disabled and not clickable", () => { const previousPageSpy = vi.fn(); - render(); + render(); const previousButton = screen.getByText("Previous"); @@ -74,7 +74,7 @@ describe("Pagination", () => { it("should have Previous button NOT disabled and clickable", () => { const previousPageSpy = vi.fn(); - render(); + render(); const previousButton = screen.getByText("Previous"); @@ -85,7 +85,7 @@ describe("Pagination", () => { it("should have Next button disabled and not clickable", () => { const nextPageSpy = vi.fn(); - render(); + render(); const nextButton = screen.getByText("Next"); expect(nextButton).toHaveAttribute("disabled"); @@ -95,7 +95,7 @@ describe("Pagination", () => { it("should have Next button NOT disabled and clickable", () => { const nextPageSpy = vi.fn(); - render(); + render(); const nextButton = screen.getByText("Next"); expect(nextButton).not.toHaveAttribute("disabled"); fireEvent.click(nextButton); @@ -118,7 +118,7 @@ describe("Pagination", () => { it("should display total length", () => { const pageSizes = [10, 25, 50, 100, 200, 500]; - render(); + render(); expect(screen.getByTestId("pagination-total-items")).toHaveTextContent("1,000 items"); }); diff --git a/packages/react-formio/src/molecules/pagination/Pagination.stories.tsx b/packages/react-formio/src/molecules/pagination/Pagination.stories.tsx index 207425fe..a95886bb 100644 --- a/packages/react-formio/src/molecules/pagination/Pagination.stories.tsx +++ b/packages/react-formio/src/molecules/pagination/Pagination.stories.tsx @@ -42,18 +42,47 @@ export default { title: "Pagination", component: Pagination, parameters: {}, + argTypes: { + pageSizes: { + description: "Pagination steps list" + }, + pageCount: { + description: "Total number of pages", + control: "number" + }, + pageIndex: { + description: "Current page index", + control: "number" + }, + onPageIndexChange: { + description: "Change page index event", + action: "onPageIndexChange" + }, + onClickPreviousPage: { + description: "Click previous page event", + action: "onClickPreviousPage" + }, + onClickNextPage: { + description: "Click next page event", + action: "onClickNextPage" + }, + onPageSizeChange: { + description: "Change page size event", + action: "onPageSizeChange" + } + }, render(args) { // eslint-disable-next-line react-hooks/rules-of-hooks const [currentPageIndex, setPageIndex] = useState(args.pageIndex); // eslint-disable-next-line react-hooks/rules-of-hooks useEffect(() => { - args.gotoPage && args.gotoPage(currentPageIndex); + args.onPageIndexChange && args.onPageIndexChange(currentPageIndex); }, [currentPageIndex]); return (
- +
); } diff --git a/packages/react-formio/src/molecules/pagination/Pagination.tsx b/packages/react-formio/src/molecules/pagination/Pagination.tsx index be1f64a6..9e0e7322 100644 --- a/packages/react-formio/src/molecules/pagination/Pagination.tsx +++ b/packages/react-formio/src/molecules/pagination/Pagination.tsx @@ -2,42 +2,43 @@ import classnames from "classnames"; import { getComponent, registerComponent } from "../../registries/components"; import type { Select as DefaultSelect } from "../forms/select/Select"; -import { getPageNumbers, LEFT_PAGE, RIGHT_PAGE } from "../table"; import type { PaginationButton as DefaultPaginationButton } from "./PaginationButton"; +import { getPageNumbers, LEFT_PAGE, RIGHT_PAGE } from "./utils/getPageNumbers.js"; export interface PaginationProps { className?: string; pageSizes?: number[]; - gotoPage: any; canPreviousPage: boolean; - previousPage: any; - nextPage: any; canNextPage: boolean; pageCount: number; pageIndex: number; pageOptions?: number[]; pageSize: number; - setPageSize: any; - totalLength?: number; + rowCount?: number; layout?: "html5" | "react" | "choicesjs"; i18n?: (f: string) => string; + + onPageIndexChange: (pageIndex: number) => void; + onClickPreviousPage: () => void; + onClickNextPage: () => void; + onPageSizeChange: (pageSize: number) => void; } export function Pagination(props: PaginationProps) { const { className, pageSizes = [10, 25, 50, 100], - gotoPage, + onPageIndexChange, canPreviousPage, - previousPage, - nextPage, + onClickPreviousPage, + onClickNextPage, canNextPage, pageCount, pageIndex = 1, pageOptions, pageSize, - setPageSize, - totalLength, + onPageSizeChange, + rowCount, i18n = (f: string) => f } = props; @@ -46,7 +47,8 @@ export function Pagination(props: PaginationProps) { // pageNeighbours, totalPages: pageCount }); - const choices: any[] = pageSizes.map((value) => ({ value, label: value })); + + const options: any[] = pageSizes.map((value) => ({ value, label: value })); const Select = getComponent("Select"); const PaginationButton = getComponent("PaginationButton"); @@ -54,7 +56,7 @@ export function Pagination(props: PaginationProps) { diff --git a/packages/react-formio/src/molecules/table/utils/getPageNumbers.ts b/packages/react-formio/src/molecules/pagination/utils/getPageNumbers.ts similarity index 100% rename from packages/react-formio/src/molecules/table/utils/getPageNumbers.ts rename to packages/react-formio/src/molecules/pagination/utils/getPageNumbers.ts diff --git a/packages/react-formio/src/molecules/table/Table.stories.tsx b/packages/react-formio/src/molecules/table/Table.stories.tsx index 997504e4..ae314b68 100644 --- a/packages/react-formio/src/molecules/table/Table.stories.tsx +++ b/packages/react-formio/src/molecules/table/Table.stories.tsx @@ -1,122 +1,272 @@ -import "../pagination/all"; -import "../forms/select/all"; +import "./all"; -import { useState } from "react"; +import type { Meta, StoryObj } from "@storybook/react"; +import { expect, fn, userEvent, waitFor, within } from "@storybook/test"; -import { mapPagination } from "../../utils/mapPagination"; +import { SubmissionType } from "../../interfaces"; import FormType from "../__fixtures__/form-schema.json"; import formSubmissions from "../__fixtures__/form-submissions.json"; import { Table } from "./Table"; import { mapFormToColumns } from "./utils/mapFormToColumns"; + +const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms)); + +type ProductSubmission = SubmissionType<{ + id: string; + label: string; + description: string; + image: string; + price?: number; + currency?: string; +}>; + export default { title: "Table", component: Table, - argTypes: {}, + argTypes: { + onClick: { + description: "Click event", + action: "onClick" + }, + onChange: { + description: "Change event", + action: "onChange" + } + }, parameters: {} -}; +} satisfies Meta; + +type Story = StoryObj>; + +export const Usage: Story = { + args: { + data: formSubmissions as ProductSubmission[], + columns: mapFormToColumns(FormType as any), + operations: [ + { + title: "Edit", + action: "edit", + alias: "row", + path: "/resources/:resourceId/submissions/:submissionId", + icon: "edit" + }, + { + action: "delete", + path: "/resources/:resourceId/submissions/:submissionId/delete", + icon: "trash", + buttonType: "danger", + permissionsResolver({ data }: any) { + return data.id === "CSKC"; + } + } + ], + i18n: (f: string) => f, + onClick: fn(), + onChange: fn() + }, + async play({ canvasElement, args }) { + const canvas = within(canvasElement); + + // check headers information + await expect(canvas.getByTestId("head-cell-data_id")).toHaveTextContent("Id"); + await expect(canvas.getByTestId("head-cell-data_label")).toHaveTextContent("Label"); + + // check body information + await expect(canvas.getByTestId("body-row-0")).toBeDefined(); + await expect(canvas.getByTestId("body-cell-0_data_id")).toHaveTextContent("CSKC"); + await expect(canvas.getByTestId("body-cell-0_data_label")).toHaveTextContent("Cap Skirring"); + + const editButton = canvas.getByTestId("operation-0-edit"); + + await userEvent.click(editButton); + + await expect(args.onClick).toHaveBeenCalledWith(formSubmissions[0], args.operations[0]); + + const deleteButton = canvas.getByTestId("operation-0-delete"); + + await userEvent.click(deleteButton); + await expect(args.onClick).toHaveBeenCalledWith(formSubmissions[0], args.operations[1]); + + await expect(canvas.queryByTestId("operation-1-delete")).not.toBeInTheDocument(); + + // check sorting + const sortId = canvas.getByTestId("head-sort-data_id"); + const thId = canvas.getByTestId("head-cell-data_id"); -export const Sandbox = (args: any) => { - const [skip, setSkip] = useState(0); - const [limit, setLimit] = useState(10); - const [serverCount] = useState(87); - - const onChange = (obj: any) => { - setLimit(obj.pageSize); - setSkip(obj.pageIndex * obj.pageSize); - args.onChange && args.onChange(obj); - }; - - return ( - - ); + await userEvent.click(sortId, { delay: 200 }); + + await expect(args.onChange).toHaveBeenCalledWith({ + columnSizing: {}, + columnSizingInfo: { + startOffset: null, + startSize: null, + deltaOffset: null, + deltaPercentage: null, + isResizingColumn: false, + columnSizingStart: [] + }, + rowSelection: {}, + rowPinning: { top: [], bottom: [] }, + expanded: {}, + grouping: [], + sorting: [], + columnFilters: [], + columnPinning: { left: [], right: [] }, + columnOrder: [], + columnVisibility: {}, + pagination: { pageIndex: 0, pageSize: 10 } + }); + + await expect(sortId).toHaveAttribute("aria-pressed", "false"); + await expect(thId).toHaveAttribute("aria-sort", "ascending"); + + await userEvent.click(sortId, { delay: 200 }); + + await expect(sortId).toHaveAttribute("aria-pressed", "true"); + await expect(thId).toHaveAttribute("aria-sort", "descending"); + + await userEvent.click(sortId, { delay: 200 }); + + await expect(sortId).not.toHaveAttribute("aria-pressed"); + await expect(thId).toHaveAttribute("aria-sort", "none"); + + // check filtering + const filterLabel = canvas.getByTestId("input_filter_data_label"); + + await userEvent.type(filterLabel, "La caravelle", { delay: 200 }); + + await waitFor(() => { + return expect(canvas.queryByText("MPEC")).not.toBeInTheDocument(); + }); + + await expect(canvas.getByText("La Caravelle")).toBeInTheDocument(); + + await delay(300); + + await userEvent.clear(filterLabel); + } }; -Sandbox.args = { - data: formSubmissions, - columns: mapFormToColumns(FormType as any), - operations: [ - { - title: "Edit", - action: "edit", - alias: "row", - path: "/resources/:resourceId/submissions/:submissionId", - icon: "edit", - permissionsResolver() { - return true; +export const WithFilters: Story = { + args: { + data: formSubmissions as ProductSubmission[], + columns: mapFormToColumns(FormType as any, [ + { + accessorKey: "data.id", + meta: { + filter: { + variant: "select", + layout: "react" + } + } } - }, - { - action: "delete", - path: "/resources/:resourceId/submissions/:submissionId/delete", - icon: "trash", - buttonType: "danger", - permissionsResolver() { - return true; + ]), + operations: [ + { + title: "Edit", + action: "edit", + alias: "row", + path: "/resources/:resourceId/submissions/:submissionId", + icon: "edit" + }, + { + action: "delete", + path: "/resources/:resourceId/submissions/:submissionId/delete", + icon: "trash", + buttonType: "danger", + permissionsResolver({ data }: any) { + return data.id === "MPEC"; + } } - } - ] + ], + i18n: (f: string) => f, + onClick: fn() + } }; -export const TableWithDragNDrop = (args: any) => { - const [skip, setSkip] = useState(0); - const [limit, setLimit] = useState(10); - const [serverCount] = useState(87); - const [data, setData] = useState(() => formSubmissions); - - const onChange = (obj: any) => { - setLimit(obj.pageSize); - setSkip(obj.pageIndex * obj.pageSize); - args.onChange && args.onChange(obj); - }; - - return ( -
{ - setData(data); - }} - /> - ); -}; +export const WithCustomCell: Story = { + args: { + data: formSubmissions as ProductSubmission[], + columns: mapFormToColumns(FormType as any, [ + { + accessorKey: "data.id", + meta: { + filter: { + variant: "select", + layout: "react" + }, + cellProps: { + colSpan: 2 + } + }, + cell: (context) => { + return ( +
+
+ {context.row.original.data.label} +
+
+
{context.row.original.data.label}
+
{context.getValue()}
+
+
+ ); + } + }, + { + accessorKey: "data.label", + meta: { + hidden: true + } + }, + { + accessorKey: "data.description", + meta: { + filter: { + variant: "text", + disableDatalist: true + } + } + }, + { + accessorKey: "data.price", + cell: (context) => { + const value = context.getValue(); + + if (value === undefined) { + return "-"; + } -TableWithDragNDrop.args = { - enableDragNDrop: true, - data: [], - columns: mapFormToColumns(FormType as any), - operations: [ - { - title: "Edit", - action: "edit", - alias: "row", - path: "/resources/:resourceId/submissions/:submissionId", - icon: "edit", - permissionsResolver() { - return true; + return ( +
+ {Intl.NumberFormat("fr-FR", { + style: "currency", + currency: context.row.original.data.currency + }).format(context.getValue())} +
+ ); + } } - }, - { - action: "delete", - path: "/resources/:resourceId/submissions/:submissionId/delete", - icon: "trash", - buttonType: "danger", - permissionsResolver() { - return true; + ]), + operations: [ + { + title: "Edit", + action: "edit", + alias: "row", + path: "/resources/:resourceId/submissions/:submissionId", + icon: "edit" + }, + { + action: "delete", + path: "/resources/:resourceId/submissions/:submissionId/delete", + icon: "trash", + buttonType: "danger", + permissionsResolver({ data }: any) { + return data.id === "MPEC"; + } } - } - ] + ], + i18n: (f: string) => f, + onClick: fn() + } }; diff --git a/packages/react-formio/src/molecules/table/Table.tsx b/packages/react-formio/src/molecules/table/Table.tsx index c2f7f8e4..0c8d4cb8 100644 --- a/packages/react-formio/src/molecules/table/Table.tsx +++ b/packages/react-formio/src/molecules/table/Table.tsx @@ -1,101 +1,100 @@ -import classnames from "classnames"; +import { flexRender, RowData } from "@tanstack/react-table"; +import cx from "classnames"; import { PropsWithChildren } from "react"; -import { PaginationProps } from "../../molecules/pagination/Pagination"; -import { DrapNDropContainer } from "./components/DragNDropContainer"; -import { TableProps, useCustomTable } from "./hooks/useCustomTable"; +import { getComponent } from "../../registries/components"; +import type { Pagination as DefaultPagination } from "../pagination/Pagination"; +import type { DefaultCellFooter } from "./components/DefaultCellFooter"; +import type { DefaultCellHeader } from "./components/DefaultCellHeader"; +import { useTable, UseTableProps } from "./hooks/useTable"; -export function Table(props: PropsWithChildren>) { - const { - className, - tableInstance, - CellHeader, - isLoading, - onClick, - Loader, - EmptyData, - Row, - data, - disablePagination, - Pagination, - pageIndex, - pageSize, - pageSizes, - setPageSize, - totalLength, - i18n, - enableDragNDrop, - children, - onDrag, - onDrop - } = useCustomTable(props); +export interface TableProps extends UseTableProps { + className?: string; + + enableFooter?: boolean; + + pageSizes?: number[]; +} + +export function Table({ className, enableFooter, children, ...props }: PropsWithChildren>) { + const { tableInstance, i18n } = useTable(props); + const CellHeader = getComponent("CellHeader"); + const CellFooter = getComponent("CellFooter"); + const Pagination = getComponent("Pagination"); + + const { pagination } = tableInstance.getState(); - // Render the UI for your table return ( - -
-
- - {tableInstance.headerGroups.map((headerGroup, i) => ( - - {enableDragNDrop ? ( - - ) : null} - {headerGroup.headers.map((column) => ( +
+
-
-
+ + {tableInstance.getHeaderGroups().map((headerGroup) => ( + + {headerGroup.headers.map((header) => { + const sort = header.column.getIsSorted(); + return ( + ); + })} + + ))} + + + {tableInstance.getRowModel().rows.map((row) => { + return ( + + {row + .getVisibleCells() + .filter((cell) => !cell.column.columnDef.meta?.hidden) + .map((cell) => { + return ( + + ); + })} + + ); + })} + + {enableFooter && ( + + {tableInstance.getFooterGroups().map((footerGroup) => ( + + {footerGroup.headers.map((header) => ( + ))} ))} - - {!isLoading ? ( - - {(tableInstance as unknown as { page: any[] }).page.map((row: any, index: number) => { - tableInstance.prepareRow(row); - return ( - - index={index} - enableDragNDrop={enableDragNDrop} - onClick={onClick} - row={row} - key={`tableInstance.page.${row.id}`} - onDrag={onDrag} - onDrop={onDrop} - /> - ); - })} - - ) : null} -
- + {header.isPlaceholder ? null : }
+ {flexRender(cell.column.columnDef.cell, cell.getContext())} +
{header.isPlaceholder ? null : }
- {isLoading ? : null} - {!data.length ? : null} - {!isLoading && data.length && !disablePagination ? ( -
- -
- ) : null} - {children} + + )} + +
+ {props.data.length && pagination && ( + tableInstance.setPageIndex(page)} + onClickPreviousPage={() => tableInstance.previousPage()} + onClickNextPage={() => tableInstance.nextPage()} + onPageSizeChange={(pageSize) => tableInstance.setPageSize(pageSize)} + /> + )} +
{children}
- + ); } diff --git a/packages/react-formio/src/molecules/table/all.ts b/packages/react-formio/src/molecules/table/all.ts new file mode 100644 index 00000000..5cd55753 --- /dev/null +++ b/packages/react-formio/src/molecules/table/all.ts @@ -0,0 +1,16 @@ +import "./components/DefaultFilter"; +import "./components/DefaultArrowSort"; +import "./components/DefaultCell"; +import "./components/DefaultCellOperations"; +import "./components/DefaultOperationButton"; +import "./components/DefaultCellHeader"; +import "./components/DefaultCellFooter"; +// forms +import "../forms/input-text/InputText"; +import "../forms/select/all"; +// filters +import "./filters/TextFieldFilter"; +import "./filters/SelectFilter"; +import "./filters/RangeFilter"; +// ui +import "../pagination/all"; diff --git a/packages/react-formio/src/molecules/table/components/DefaultArrowSort.tsx b/packages/react-formio/src/molecules/table/components/DefaultArrowSort.tsx index d5b19443..c279dd5d 100644 --- a/packages/react-formio/src/molecules/table/components/DefaultArrowSort.tsx +++ b/packages/react-formio/src/molecules/table/components/DefaultArrowSort.tsx @@ -1,10 +1,26 @@ +import type { Header } from "@tanstack/react-table"; + +import { registerComponent } from "../../../registries/components"; import { iconClass } from "../../../utils/iconClass"; -export function DefaultArrowSort({ column }: any) { - const { isSorted, isSortedDesc } = column; +export interface DefaultArrowSortProps { + header: Header; +} + +export function DefaultArrowSort({ header }: DefaultArrowSortProps) { + const sort = header.column.getIsSorted(); + return ( - - {isSorted ? : ""} + + {sort ? : null} ); } + +registerComponent("ArrowSort", DefaultArrowSort); diff --git a/packages/react-formio/src/molecules/table/components/DefaultCell.tsx b/packages/react-formio/src/molecules/table/components/DefaultCell.tsx index ef287bd4..dc86965d 100644 --- a/packages/react-formio/src/molecules/table/components/DefaultCell.tsx +++ b/packages/react-formio/src/molecules/table/components/DefaultCell.tsx @@ -1,4 +1,11 @@ -export function DefaultCell({ value, render = (f: any) => f }: any): JSX.Element { +import { registerComponent } from "../../../registries/components"; + +export interface DefaultCellProps { + value: Data; + render?: (value: Data) => any; +} + +export function DefaultCell({ value, render = (f: any) => f }: DefaultCellProps): JSX.Element { if (value === undefined) { return ; } @@ -11,3 +18,5 @@ export function DefaultCell({ value, render = (f: any) => f }: any): JSX.Element return {String(value)}; } + +registerComponent("Cell", DefaultCell); diff --git a/packages/react-formio/src/molecules/table/components/DefaultCellFooter.tsx b/packages/react-formio/src/molecules/table/components/DefaultCellFooter.tsx new file mode 100644 index 00000000..72ad9a38 --- /dev/null +++ b/packages/react-formio/src/molecules/table/components/DefaultCellFooter.tsx @@ -0,0 +1,16 @@ +import { flexRender, type Header } from "@tanstack/react-table"; + +import { registerComponent } from "../../../registries/components"; + +export interface DefaultCellHeaderProps { + header: Header; + i18n?: (f: string) => string; +} + +export function DefaultCellFooter(props: DefaultCellHeaderProps) { + const { header } = props; + + return <>{flexRender(header.column.columnDef.footer, header.getContext())}; +} + +registerComponent("CellFooter", DefaultCellFooter); diff --git a/packages/react-formio/src/molecules/table/components/DefaultCellHeader.tsx b/packages/react-formio/src/molecules/table/components/DefaultCellHeader.tsx index 725cabf3..6ee59458 100644 --- a/packages/react-formio/src/molecules/table/components/DefaultCellHeader.tsx +++ b/packages/react-formio/src/molecules/table/components/DefaultCellHeader.tsx @@ -1,22 +1,42 @@ -import { HeaderGroup } from "react-table"; +import { flexRender, type Header } from "@tanstack/react-table"; +import cx from "classnames"; -export interface DefaultCellHeaderProps extends Record { - column: HeaderGroup & { - getSortByToggleProps: () => Record; - canFilter: boolean; - render: (key: string) => any; - }; +import { getComponent, registerComponent } from "../../../registries/components"; +import type { DefaultArrowSort } from "./DefaultArrowSort"; +import type { DefaultFilter } from "./DefaultFilter"; + +export interface DefaultCellHeaderProps { + header: Header; + i18n?: (f: string) => string; } -export function DefaultCellHeader = {}>({ column }: DefaultCellHeaderProps) { +export function DefaultCellHeader(props: DefaultCellHeaderProps) { + const { header, i18n } = props; + + const ArrowSort = getComponent("ArrowSort"); + const Filter = getComponent("Filter"); + const canSort = header.column.getCanSort(); + const canFilter = header.column.getCanFilter(); + return ( -
-
- {column.render("Header") as any} +
+
+ {flexRender(header.column.columnDef.header, header.getContext())} - {column.render("ArrowSort") as any} +
- {column.canFilter ?
{column.render("Filter") as any}
: null} + {canFilter && }
); } + +registerComponent("CellHeader", DefaultCellHeader); diff --git a/packages/react-formio/src/molecules/table/components/DefaultCellOperations.tsx b/packages/react-formio/src/molecules/table/components/DefaultCellOperations.tsx index 3c20524a..2a81898f 100644 --- a/packages/react-formio/src/molecules/table/components/DefaultCellOperations.tsx +++ b/packages/react-formio/src/molecules/table/components/DefaultCellOperations.tsx @@ -1,37 +1,42 @@ -import { DefaultOperationButton, OperationButtonProps } from "./DefaultOperationButton"; +import type { CellContext } from "@tanstack/react-table"; -export interface DefaultCellOperationsProps { - operations: (OperationButtonProps & { - OperationButton: typeof DefaultOperationButton; - permissionsResolver?(data: unknown, ctx: any): boolean; - })[]; - row: any; +import type { Operation } from "../../../interfaces"; +import { getComponent, registerComponent } from "../../../registries/components"; +import type { DefaultOperationButton } from "./DefaultOperationButton"; - onClick: (data: any, action: string) => void; - ctx: any; +export interface DefaultCellOperationsProps { + info: CellContext; + operations: Operation[]; + metadata?: Record; i18n: (i18n: string) => string; + onClick?: (data: any, operation: Operation) => void; } -export function DefaultCellOperations({ operations, row, onClick, ctx, i18n }: DefaultCellOperationsProps) { - const data = row.original; - +export function DefaultCellOperations({ info, metadata, operations, i18n, onClick }: DefaultCellOperationsProps) { + const Button = getComponent("OperationButton"); return (
{operations - .filter(({ permissionsResolver }) => !permissionsResolver || permissionsResolver(data, ctx)) - .map(({ OperationButton = DefaultOperationButton, ...operation }, index: number) => { + .filter(({ permissionsResolver }) => { + return !permissionsResolver || permissionsResolver(info.row.original, metadata); + }) + .map((operation) => { return ( - onClick(data, action)} - data={data} + operation={operation} + metadata={metadata} + info={info} i18n={i18n} - ctx={ctx} + onClick={() => { + onClick?.(info.row.original, operation); + }} /> ); })}
); } + +registerComponent("CellOperations", DefaultCellOperations); diff --git a/packages/react-formio/src/molecules/table/components/DefaultCells.tsx b/packages/react-formio/src/molecules/table/components/DefaultCells.tsx deleted file mode 100644 index 69ea617b..00000000 --- a/packages/react-formio/src/molecules/table/components/DefaultCells.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import { Row } from "react-table"; - -import type { ExtendedCell } from "../hooks/useCustomTable"; - -export function DefaultCells({ row }: { row: Row }) { - return ( - <> - {row.cells.map((cell: ExtendedCell, i) => { - const { hidden, colspan } = cell.column; - - if (hidden) { - return null; - } - - return ( - - {cell.render("Cell") as any} - - ); - })} - - ); -} diff --git a/packages/react-formio/src/molecules/table/components/DefaultFilter.tsx b/packages/react-formio/src/molecules/table/components/DefaultFilter.tsx new file mode 100644 index 00000000..4c5db68b --- /dev/null +++ b/packages/react-formio/src/molecules/table/components/DefaultFilter.tsx @@ -0,0 +1,42 @@ +import "../interfaces/extends"; + +import { Header } from "@tanstack/react-table"; +import type { ComponentType } from "react"; + +import { getComponent, registerComponent } from "../../../registries/components"; + +export interface DefaultFilterProps { + header: Header; + i18n?: (f: string) => string; +} + +export interface FilterProps> { + header: Header; + options: Opts; + i18n?: (f: string) => string; +} + +export function DefaultFilter({ header, i18n }: DefaultFilterProps) { + const { + filter = { + variant: "text" + } + } = header.column.columnDef.meta || {}; + + const { variant: filterVariant } = filter; + const Filter = getComponent>([`Filter.${header.column.id}`, `Filter.${filterVariant}`, "Filter.text"]); + + if (!Filter) { + console.warn("Missing filter for `Filter." + header.column.id + "` or `Filter." + filterVariant + "`"); + + return null; + } + + return ( +
+ +
+ ); +} + +registerComponent("Filter", DefaultFilter); diff --git a/packages/react-formio/src/molecules/table/components/DefaultOperationButton.tsx b/packages/react-formio/src/molecules/table/components/DefaultOperationButton.tsx index 0ab37867..a55105d9 100644 --- a/packages/react-formio/src/molecules/table/components/DefaultOperationButton.tsx +++ b/packages/react-formio/src/molecules/table/components/DefaultOperationButton.tsx @@ -1,49 +1,31 @@ -import classnames from "classnames"; +import { CellContext } from "@tanstack/react-table"; +import cx from "classnames"; import { HTMLAttributes } from "react"; +import { Operation } from "../../../interfaces"; +import { registerComponent } from "../../../registries/components"; import { iconClass } from "../../../utils/iconClass"; import { stopPropagationWrapper } from "../../../utils/stopPropagationWrapper"; -export interface OperationButtonProps extends Omit, "onClick"> { - buttonType?: string; - buttonSize?: string; - buttonOutline?: boolean; - data: any[]; - onClick: (action: string) => void; - action: string; - icon?: string; - title?: string; +export interface OperationButtonProps extends Omit, "onClick"> { + operation: Operation; + info: CellContext; + metadata?: Record; + onClick: () => void; i18n?: (i18n: string) => string; - ctx?: any; - permissionsResolver?: (ctx: any) => boolean; } export function DefaultOperationButton(props: OperationButtonProps) { - const { - className = "btn", - buttonSize = "xs", - buttonType = "primary", - buttonOutline, - onClick, - action, - icon = "", - title = "", - i18n = (f: string) => f, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - data, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - ctx, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - permissionsResolver, - ...otherProps - } = props; + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const { i18n = (f: string) => f, onClick, operation, info, ...extraProps } = props; + const { className = "btn", buttonSize = "xs", buttonType = "primary", buttonOutline, action, title = "", icon = "" } = operation; return ( ); } + +registerComponent("OperationButton", DefaultOperationButton); diff --git a/packages/react-formio/src/molecules/table/components/DefaultRow.tsx b/packages/react-formio/src/molecules/table/components/DefaultRow.tsx deleted file mode 100644 index c61a4fe6..00000000 --- a/packages/react-formio/src/molecules/table/components/DefaultRow.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import classnames from "classnames"; -import omit from "lodash/omit"; -import { DetailedHTMLProps, HTMLAttributes } from "react"; -import { Row } from "react-table"; - -import { iconClass } from "../../../utils/iconClass"; -import { useDndRow } from "../hooks/useDragnDropRow"; -import { DefaultCells } from "./DefaultCells"; - -export interface DefaultRowProps - extends Omit, HTMLTableRowElement>, "onClick" | "onDrag" | "onDrop"> { - onClick: (data: any, action: string) => void; - row: Row; - index: number; - onDrop: (item: Data) => void; - onDrag: (index: number, hoverIndex: number) => void; - enableDragNDrop?: boolean; -} - -export function DefaultDndRow(props: DefaultRowProps) { - const { isDragging, dragRef, dropRef, opacity } = useDndRow(props); - - return ( - - {/* eslint-disable-next-line jsx-a11y/no-interactive-element-to-noninteractive-role */} - -
- -
- - {...props} /> - - ); -} - -export function DefaultRow({ onClick, row, enableDragNDrop, onDrop, onDrag, ...props }: DefaultRowProps) { - const opts = { - ...props, - onClick: () => onClick(row.original, "row"), - ...row.getRowProps() - }; - - if (enableDragNDrop) { - return {...opts} row={row} onDrag={onDrag} onDrop={onDrop} />; - } - - return ( - - row={row} /> - - ); -} diff --git a/packages/react-formio/src/molecules/table/components/DragNDropContainer.tsx b/packages/react-formio/src/molecules/table/components/DragNDropContainer.tsx deleted file mode 100644 index fe0cb439..00000000 --- a/packages/react-formio/src/molecules/table/components/DragNDropContainer.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import { PropsWithChildren } from "react"; -import { DndProvider } from "react-dnd"; -import { HTML5Backend } from "react-dnd-html5-backend"; - -export function DrapNDropContainer({ enableDragNDrop, children }: PropsWithChildren<{ enableDragNDrop?: boolean }>) { - return enableDragNDrop ? {children} : <>{children}; -} diff --git a/packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.spec.tsx b/packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.spec.tsx deleted file mode 100644 index 739ae73d..00000000 --- a/packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.spec.tsx +++ /dev/null @@ -1,33 +0,0 @@ -import "../../../molecules/forms/select/all.ts"; - -import { act, fireEvent, render, screen } from "@testing-library/react"; - -import { DefaultColumnFilter } from "./DefaultColumnFilter"; - -describe("DefaultColumnFilter", () => { - it("should display text-field and handle change", async () => { - const props = { - filterId: "data.id", - setFilterId: vi.fn(), - name: "data.id", - column: { id: "id", filterValue: "", setFilter: vi.fn() } - }; - - render( - // @ts-ignore - - ); - - const input = screen.getByRole("textbox"); - - // eslint-disable-next-line testing-library/no-unnecessary-act - await act(async () => { - fireEvent.change(input, { target: { value: "value-test" } }); - - await new Promise((resolve) => setTimeout(resolve, 300)); - }); - - expect(props.column.setFilter).toHaveBeenCalledWith("value-test"); - expect(props.setFilterId).toHaveBeenCalledWith("id"); - }); -}); diff --git a/packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.tsx b/packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.tsx deleted file mode 100644 index 1e4e4f18..00000000 --- a/packages/react-formio/src/molecules/table/filters/DefaultColumnFilter.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import { useState } from "react"; -import { FilterProps } from "react-table"; - -import { InputText } from "../../../molecules/forms/input-text/InputText"; - -export function DefaultColumnFilter = {}>( - props: FilterProps & { - filterId: string; - setFilterId: any; - column: { id: string; filterValue: any; setFilter: any }; - } -) { - const { - filterId, - setFilterId, - column: { id, filterValue, setFilter } - } = props; - - const [value, setValue] = useState(filterValue || ""); - - /* eslint-disable jsx-a11y/no-autofocus */ - return ( - { - setValue(value); - setFilterId(id); - setFilter(value || undefined); - }} - placeholder={"Search records..."} - /> - ); -} diff --git a/packages/react-formio/src/molecules/table/filters/Filters.d.ts b/packages/react-formio/src/molecules/table/filters/Filters.d.ts new file mode 100644 index 00000000..ccb5dd0d --- /dev/null +++ b/packages/react-formio/src/molecules/table/filters/Filters.d.ts @@ -0,0 +1,31 @@ +import { SelectOptionProps, SelectProps } from "../../forms/select/Select.interface"; + +export type FilterVariants = "text" | "range" | "select" | "boolean"; + +export interface FilterBaseOptions extends Record { + variant: string; +} + +export interface FilterTextOptions extends FilterBaseOptions { + variant: "text"; + disableDatalist?: boolean; +} + +export interface FilterRangeOptions extends FilterBaseOptions { + variant: "range"; + min?: number; + max?: number; + step?: number; +} + +export interface FilterSelectOptions extends FilterBaseOptions, SelectProps { + variant: "select"; + options?: SelectOptionProps[]; +} + +export interface FilterBooleanOptions extends FilterBaseOptions { + variant: "boolean"; + options?: SelectOptionProps[]; +} + +export type FilterOptions = FilterTextOptions | FilterRangeOptions | FilterSelectOptions | FilterBooleanOptions; diff --git a/packages/react-formio/src/molecules/table/filters/RangeFilter.tsx b/packages/react-formio/src/molecules/table/filters/RangeFilter.tsx new file mode 100644 index 00000000..5fd0e93b --- /dev/null +++ b/packages/react-formio/src/molecules/table/filters/RangeFilter.tsx @@ -0,0 +1,43 @@ +import { getComponent, registerComponent } from "../../../registries/components"; +import { type InputText as DefaultInputText } from "../../forms/input-text/InputText"; +import type { FilterProps } from "../components/DefaultFilter"; +import { FilterRangeOptions } from "./Filters"; + +export function RangeFilter({ header, options }: FilterProps) { + const { column } = header; + const InputText = getComponent("InputText"); + const columnFilterValue = header.column.getFilterValue(); + const min = options.min ?? column.getFacetedMinMaxValues()?.[0]; + const max = options.max ?? column.getFacetedMinMaxValues()?.[1]; + const step = options.step ?? 1; + + return ( +
+
+
+ column.setFilterValue((old: [number, number]) => [value, old?.[1]])} + placeholder={`Min ${min !== undefined ? `(${min})` : ""}`} + /> +
+
+ column.setFilterValue((old: [number, number]) => [old?.[0], value])} + placeholder={`Max ${max ? `(${max})` : ""}`} + /> +
+
+
+
+ ); +} + +registerComponent("Filter.range", RangeFilter); diff --git a/packages/react-formio/src/molecules/table/filters/SelectColumnFilter.spec.tsx b/packages/react-formio/src/molecules/table/filters/SelectColumnFilter.spec.tsx deleted file mode 100644 index 65dce764..00000000 --- a/packages/react-formio/src/molecules/table/filters/SelectColumnFilter.spec.tsx +++ /dev/null @@ -1,68 +0,0 @@ -import "../../../molecules/forms/select/all.ts"; - -import { render, screen } from "@testing-library/react"; - -import { SelectColumnFilter } from "./SelectColumnFilter"; - -describe("SelectColumnFilter", () => { - it("should display select with choices", async () => { - const mockSetFilter = vi.fn(); - const props = { - name: "data.id", - setFilter: mockSetFilter, - column: { - id: "id", - preFilteredRows: [{ values: { id: "select-choice-1" } }, { values: { id: "select-choice-2" } }] - } - }; - - render( - // @ts-ignore - - ); - - expect(screen.getByText("select-choice-1")).toBeDefined(); - expect(screen.getByText("select-choice-2")).toBeDefined(); - }); - it("should display select with custom choices", async () => { - const mockSetFilter = vi.fn(); - const props = { - name: "data.id", - setFilter: mockSetFilter, - column: { - id: "id", - preFilteredRows: [{ values: { id: "select-choice-1" } }, { values: { id: "select-choice-2" } }], - choices: [{ label: "fake-choice", value: "fake-choice" }] - } - }; - - render( - // @ts-ignore - - ); - - expect(screen.queryByText("select-choice-1")).toBeNull(); - expect(screen.getByText("fake-choice")).toBeDefined(); - }); - - it("should display select with custom choices (function)", async () => { - const mockSetFilter = vi.fn(); - const props = { - name: "data.id", - setFilter: mockSetFilter, - column: { - id: "id", - preFilteredRows: [{ values: { id: "select-choice-1" } }, { values: { id: "select-choice-2" } }], - choices: () => [{ label: "fake-choice", value: "fake-choice" }] - } - }; - - render( - // @ts-ignore - - ); - - expect(screen.queryByText("select-choice-1")).toBeNull(); - expect(screen.getByText("fake-choice")).toBeDefined(); - }); -}); diff --git a/packages/react-formio/src/molecules/table/filters/SelectColumnFilter.tsx b/packages/react-formio/src/molecules/table/filters/SelectColumnFilter.tsx deleted file mode 100644 index e22bce07..00000000 --- a/packages/react-formio/src/molecules/table/filters/SelectColumnFilter.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import { FilterProps } from "react-table"; - -import { Select } from "../../../molecules/forms/select/Select"; - -export function useSelectColumnFilter = {}>(props: FilterProps) { - const { column } = props; - const { id, preFilteredRows } = column as any; - const { choices: customChoices } = column as any; - const { filterValue, setFilter } = column as any; - - const choices = (() => { - if (customChoices) { - if (typeof customChoices === "function") { - return customChoices(props); - } - return customChoices; - } - - return [...new Set(preFilteredRows.map((row: any) => row.values[id]))] - .filter((value) => value) - .map((value) => ({ - label: value, - value - })); - })(); - - const onChange = (_: string | undefined, value: any) => { - setFilter(value || undefined); - }; - - return { - value: filterValue, - onChange, - options: [{ value: "", label: "All" }].concat(choices) - }; -} - -export function SelectColumnFilter = {}>(props: FilterProps) { - const { value, options, onChange } = useSelectColumnFilter(props); - - return ( - { - setFilter(parseInt(e.target.value, 10)); - }} - /> - - - ); -} diff --git a/packages/react-formio/src/molecules/table/filters/TextFieldFilter.tsx b/packages/react-formio/src/molecules/table/filters/TextFieldFilter.tsx new file mode 100644 index 00000000..5ca993df --- /dev/null +++ b/packages/react-formio/src/molecules/table/filters/TextFieldFilter.tsx @@ -0,0 +1,36 @@ +import { getComponent, registerComponent } from "../../../registries/components"; +import type { InputText as DefaultInputText } from "../../forms/input-text/InputText"; +import type { FilterProps } from "../components/DefaultFilter"; +import { useUniqValues } from "../hooks/useUniqValues"; +import { FilterTextOptions } from "./Filters"; + +export function TextFieldFilter({ header, options }: FilterProps) { + const InputText = getComponent("InputText"); + const columnFilterValue = header.column.getFilterValue(); + const uniqValues = useUniqValues({ header, filterVariant: "text" }); + const datalistId = `data_list_${header.column.id}`; + + return ( + <> + {!options.disableDatalist && ( + + {uniqValues.map((value: any) => ( + + )} + + size='small' + placeholder={`Filter by ${header.column.columnDef.header}`} + {...options} + name={`filter_${header.column.id}`} + data-testid={`filter_${header.column.id}`} + value={(columnFilterValue ?? "") as string} + list={datalistId} + onChange={(_, value) => header.column.setFilterValue(value)} + /> + + ); +} + +registerComponent("Filter.text", TextFieldFilter); diff --git a/packages/react-formio/src/molecules/table/hooks/useCustomTable.tsx b/packages/react-formio/src/molecules/table/hooks/useCustomTable.tsx deleted file mode 100644 index bc65fdd9..00000000 --- a/packages/react-formio/src/molecules/table/hooks/useCustomTable.tsx +++ /dev/null @@ -1,268 +0,0 @@ -import noop from "lodash/noop"; -import { ComponentType, CSSProperties, PropsWithChildren, useEffect, useState } from "react"; -import { - Cell, - CellProps, - Column, - FilterProps, - Renderer, - TableOptions, - useFilters, - useGroupBy, - usePagination, - useSortBy, - useTable -} from "react-table"; - -import { OnClickOperation, Operation, QueryOptions } from "../../../interfaces"; -import { Pagination as DefaultPagination } from "../../../molecules/pagination/Pagination"; -import { DefaultArrowSort } from "../components/DefaultArrowSort"; -import { DefaultCellHeader, DefaultCellHeaderProps } from "../components/DefaultCellHeader"; -import { DefaultRow, DefaultRowProps } from "../components/DefaultRow"; -import { DefaultColumnFilter } from "../filters/DefaultColumnFilter"; -import { swapElements } from "../utils/swapElements"; -import { useOperations } from "./useOperations"; - -export interface ExtraColumnProps { - colspan?: number; - hidden?: boolean; - className?: string; - style?: CSSProperties; -} - -export type ExtendedColumn = Column & ExtraColumnProps; - -export type ExtendedCell = Cell & { - column: ExtraColumnProps; -}; - -export interface TableProps extends TableOptions, Partial { - /** - * extended columns interface - */ - columns: ReadonlyArray>; - - className?: string; - /** - * Call the listener when a filter / pagination / sort change. - */ - onChange?: (query: QueryOptions) => void; - /** - * Call the listener when a line is clicked. - */ - onClick?: OnClickOperation; - /** - * Pagination steps list - */ - pageSizes?: number[]; - /** - * Total length of the data - */ - totalLength?: number; - /** - * - */ - isLoading?: boolean; - /** - * Custom EmptyData displayed when there is no data - */ - EmptyData?: ComponentType; - /** - * Custom ArrowSort - */ - ArrowSort?: ComponentType; - /** - * Custom default ColumnFilter - */ - ColumnFilter?: Renderer>; - /** - * Custom cell - */ - Cell?: ComponentType>; - /** - * Custom Row - */ - Row?: ComponentType>; - /** - * - */ - CellHeader?: ComponentType>; - /** - * - */ - CellOperations?: ComponentType; - /** - * Custom Loader - */ - Loader?: ComponentType; - /** - * Custom Loader - */ - Pagination?: ComponentType; - /** - * Disable filters - */ - disableFilters?: boolean; - /** - * Disable pagination - */ - disablePagination?: boolean; - manualPagination?: boolean; - manualSortBy?: boolean; - manualFilters?: boolean; - /** - * Configuration operation for each line. - */ - operations?: Operation[]; - - i18n?: (f: string) => string; - - /** - * Enable drag and drop rows - */ - enableDragNDrop?: boolean; - onDrag?: (data: Data[]) => void; - onDrop?: (item: Data) => void; -} - -export function getOperationCallback(operations: Operation[], onClick: OnClickOperation) { - return (data: any, action: string) => { - const operation = operations.find((operation) => operation.action === action || operation.alias === action); - if (operation) { - onClick(data, operation); - } - }; -} - -function DefaultLoader() { - return
Loading in progress
; -} - -function DefaultEmptyData() { - return
No data found
; -} - -const hooks = [useFilters, useGroupBy, useSortBy, usePagination]; - -export function useCustomTable(props: PropsWithChildren>) { - const { - children, - className = "", - columns, - data, - onChange = noop, - onClick = noop, - onDrag = noop, - onDrop = noop, - operations = [], - pageSizes = [10, 25, 50, 100], - filters: controlledFilters, - filterId: controlledFilterId, - pageSize: controlledPageSize, - pageIndex: controlledPageIndex, - totalLength, - sortBy: controlledSortBy, - isLoading, - disableFilters, - disablePagination, - ArrowSort = DefaultArrowSort, - ColumnFilter = DefaultColumnFilter, - EmptyData = DefaultEmptyData, - Loader = DefaultLoader, - Pagination = DefaultPagination, - Row = DefaultRow, - CellHeader = DefaultCellHeader as any, - CellOperations, - i18n = (f: string) => f, - ...ctx - } = props; - - const _onClick = getOperationCallback(operations, onClick); - - const defaultColumn = { - Filter: ColumnFilter, - ArrowSort - }; - - const [filterId, setFilterId] = useState(controlledFilterId); - - // DND - const [records, setRecords] = useState(data); - - useEffect(() => { - setRecords(data); - }, [data]); - - const _onDrag = (dragIndex: number, hoverIndex: number) => { - const newRecords = swapElements([...records], dragIndex, hoverIndex); - - setRecords(newRecords); - - onDrag(newRecords); - }; - - const tableInstance = useTable( - { - ...props, - columns, - data, - ctx, - defaultColumn, - // getRowId, - initialState: { - ...(props.initialState || {}), - filters: controlledFilters || [], - pageIndex: controlledPageIndex || 0, - pageSize: controlledPageSize || 10, - sortBy: controlledSortBy || [] - } as any, - manualPagination: props.manualPagination === undefined ? true : props.manualPagination, - manualSortBy: props.manualSortBy === undefined ? true : props.manualPagination, - manualFilters: props.manualFilters === undefined ? true : props.manualFilters, - disableFilters, - filterId, - setFilterId - } as any, - ...hooks, - useOperations({ operations, CellOperations, onClick: _onClick, ctx, i18n }) - ); - - const { - setPageSize, - state: { pageIndex, pageSize, sortBy, filters } - } = tableInstance as any; - - useEffect(() => { - onChange({ - pageIndex, - pageSize, - sortBy, - filters, - filterId - }); - }, [onChange, pageIndex, pageSize, sortBy, filters, filterId]); - - return { - className, - tableInstance, - CellHeader, - isLoading, - Loader, - EmptyData, - Row, - data, - disablePagination, - Pagination, - pageIndex, - pageSize, - pageSizes, - totalLength, - setPageSize, - i18n, - children, - onClick: _onClick as any, - onDrag: _onDrag, - onDrop: onDrop, - enableDragNDrop: props.enableDragNDrop - }; -} diff --git a/packages/react-formio/src/molecules/table/hooks/useDragnDropRow.ts b/packages/react-formio/src/molecules/table/hooks/useDragnDropRow.ts deleted file mode 100644 index d24e08dd..00000000 --- a/packages/react-formio/src/molecules/table/hooks/useDragnDropRow.ts +++ /dev/null @@ -1,80 +0,0 @@ -import { useRef } from "react"; -import { useDrag, useDrop } from "react-dnd"; - -import { DefaultRowProps } from "../components/DefaultRow"; - -const DND_ITEM_TYPE = "row"; - -export function useDndRow({ onDrag, onDrop, index, ...props }: DefaultRowProps) { - const dropRef = useRef(null); - const dragRef = useRef(null); - - const [, drop] = useDrop({ - accept: DND_ITEM_TYPE, - drop(item) { - onDrop(item); - }, - hover(item: any, monitor) { - if (!dropRef.current) { - return; - } - const dragIndex = item.index; - const hoverIndex = index; - // Don't replace items with themselves - if (dragIndex === hoverIndex) { - return; - } - // Determine rectangle on screen - const hoverBoundingRect = dropRef.current!.getBoundingClientRect(); - // Get vertical middle - const hoverMiddleY = (hoverBoundingRect.bottom - hoverBoundingRect.top) / 2; - // Determine mouse position - const clientOffset = monitor.getClientOffset(); - if (!clientOffset) { - return; - } - // Get pixels to the top - const hoverClientY = clientOffset.y - hoverBoundingRect.top; - // Only perform the move when the mouse has crossed half of the items height - // When dragging downwards, only move when the cursor is below 50% - // When dragging upwards, only move when the cursor is above 50% - // Dragging downwards - if (dragIndex < hoverIndex && hoverClientY < hoverMiddleY) { - return; - } - // Dragging upwards - if (dragIndex > hoverIndex && hoverClientY > hoverMiddleY) { - return; - } - - // Time to actually perform the action - onDrag(dragIndex, hoverIndex); - // Note: we're mutating the monitor item here! - // Generally it's better to avoid mutations, - // but it's good here for the sake of performance - // to avoid expensive index searches. - item.index = hoverIndex; - } - }); - - const [{ isDragging }, drag, preview] = useDrag(() => ({ - type: DND_ITEM_TYPE, - item: { index }, - collect: (monitor) => ({ - isDragging: monitor.isDragging() - }) - })); - - const opacity = isDragging ? 0 : 1; - - preview(drop(dropRef)); - drag(dragRef); - - return { - ...props, - opacity, - isDragging, - dropRef, - dragRef - }; -} diff --git a/packages/react-formio/src/molecules/table/hooks/useOperations.tsx b/packages/react-formio/src/molecules/table/hooks/useOperations.tsx deleted file mode 100644 index 162b3246..00000000 --- a/packages/react-formio/src/molecules/table/hooks/useOperations.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import { type ComponentType, type FunctionComponent } from "react"; -import { Hooks } from "react-table"; - -import { Operation } from "../../../interfaces"; -import { DefaultCellOperations } from "../components/DefaultCellOperations"; - -export type UseOperationsHookProps = { - CellOperations?: FunctionComponent | ComponentType<{}>; - operations: Operation[]; - onClick?: (data: any, event: string) => void; - i18n?: (f: string) => string; - ctx?: any; -}; - -export function useOperations({ - operations, - CellOperations = DefaultCellOperations as FunctionComponent, - onClick, - i18n = (f: string) => f, - ctx -}: UseOperationsHookProps) { - return (hooks: Hooks): void => { - hooks.visibleColumns.push((columns) => { - if (!operations.length) { - return columns; - } - - return [ - ...columns, - { - id: "operations", - groupByBoundary: true, - Header: () =>
{i18n("Operations")}
, - Cell: (props: any) => - } - ]; - }); - }; -} diff --git a/packages/react-formio/src/molecules/table/hooks/useTable.tsx b/packages/react-formio/src/molecules/table/hooks/useTable.tsx new file mode 100644 index 00000000..18b1d882 --- /dev/null +++ b/packages/react-formio/src/molecules/table/hooks/useTable.tsx @@ -0,0 +1,75 @@ +import { + type ColumnDef, + getCoreRowModel, + getFacetedRowModel, + getFacetedUniqueValues, + getFilteredRowModel, + getPaginationRowModel, + getSortedRowModel, + type RowData, + type TableOptions, + type TableState, + useReactTable +} from "@tanstack/react-table"; +import { useEffect } from "react"; + +import { Operation } from "../../../interfaces"; +import { getComponent } from "../../../registries/components"; +import type { DefaultCellOperations } from "../components/DefaultCellOperations"; + +export interface UseTableProps extends TableOptions { + operations: Operation[]; + metadata?: Record; + i18n?: (i18n: string) => string; + onClick?: (data: any, operation: Operation) => void; + manualFaceted?: boolean; + onChange?: (query: TableState) => void; + pageSizes?: number[]; +} + +export function useTable(props: UseTableProps) { + const Operations = getComponent("CellOperations"); + const i18n = props.i18n || ((f: string) => f); + + // const [pagination, setPagination] = useState({ + // pageIndex: 0, //initial page index + // pageSize: 10 //default page size + // }); + + const operations = props.operations.length + ? ([ + { + id: "operations", + header: i18n("Operations"), + cell: (info) => ( + + ) + } + ] satisfies ColumnDef[]) + : []; + + const tableInstance = useReactTable({ + ...props, + columns: [...props.columns, ...operations], + getCoreRowModel: getCoreRowModel(), + getPaginationRowModel: getPaginationRowModel(), + getFilteredRowModel: !props.manualFiltering ? getFilteredRowModel() : undefined, + getSortedRowModel: !props.manualSorting ? getSortedRowModel() : undefined, + getFacetedRowModel: !props.manualFaceted ? getFacetedRowModel() : undefined, // client-side faceting + getFacetedUniqueValues: !props.manualFaceted ? getFacetedUniqueValues() : undefined // generate unique values for select filter/autocomplete + }); + + const { columnFilters, sorting, pagination, columnOrder, columnPinning, columnSizing, columnSizingInfo, columnVisibility, globalFilter } = + tableInstance.getState(); + + useEffect(() => { + if (props.onChange) { + props.onChange(tableInstance.getState()); + } + }, [columnFilters, sorting, pagination, columnOrder, columnPinning, columnSizing, columnSizingInfo, columnVisibility, globalFilter]); + + return { + i18n, + tableInstance + }; +} diff --git a/packages/react-formio/src/molecules/table/hooks/useUniqValues.tsx b/packages/react-formio/src/molecules/table/hooks/useUniqValues.tsx new file mode 100644 index 00000000..2d57e559 --- /dev/null +++ b/packages/react-formio/src/molecules/table/hooks/useUniqValues.tsx @@ -0,0 +1,10 @@ +import type { Header } from "@tanstack/react-table"; +import { useMemo } from "react"; + +export function useUniqValues({ header, filterVariant }: { header: Header; filterVariant: string }) { + return useMemo( + () => (filterVariant === "range" ? [] : Array.from(header.column.getFacetedUniqueValues().keys()).flat().sort().slice(0, 5000)), + + [header.column, filterVariant] + ); +} diff --git a/packages/react-formio/src/molecules/table/index.ts b/packages/react-formio/src/molecules/table/index.ts deleted file mode 100644 index 3591de59..00000000 --- a/packages/react-formio/src/molecules/table/index.ts +++ /dev/null @@ -1,15 +0,0 @@ -export * from "./components/DefaultArrowSort"; -export * from "./components/DefaultCell"; -export * from "./components/DefaultCellHeader"; -export * from "./components/DefaultCellHeader"; -export * from "./components/DefaultCellOperations"; -export * from "./components/DefaultOperationButton"; -export * from "./filters/DefaultColumnFilter"; -export * from "./filters/SelectColumnFilter"; -export * from "./filters/SliderColumnFilter"; -export * from "./hooks/useCustomTable"; -export * from "./hooks/useOperations"; -export * from "./Table"; -export * from "./utils/getPageNumbers"; -export * from "./utils/mapFormToColumns"; -export * from "./utils/swapElements"; diff --git a/packages/react-formio/src/molecules/table/interfaces/extends.ts b/packages/react-formio/src/molecules/table/interfaces/extends.ts new file mode 100644 index 00000000..68950fa5 --- /dev/null +++ b/packages/react-formio/src/molecules/table/interfaces/extends.ts @@ -0,0 +1,18 @@ +import type { RowData } from "@tanstack/react-table"; +import { TdHTMLAttributes } from "react"; + +import { FilterOptions } from "../filters/Filters"; + +declare module "@tanstack/react-table" { + //allows us to define custom properties for our columns + // eslint-disable-next-line @typescript-eslint/no-unused-vars + interface ColumnMeta { + filter?: FilterOptions; + sort?: string; + cellProps?: TdHTMLAttributes; + /** + * Hide the cell + */ + hidden?: boolean; + } +} diff --git a/packages/react-formio/src/molecules/table/utils/mapFormToColumns.tsx b/packages/react-formio/src/molecules/table/utils/mapFormToColumns.tsx index 8a627681..d6398d0e 100644 --- a/packages/react-formio/src/molecules/table/utils/mapFormToColumns.tsx +++ b/packages/react-formio/src/molecules/table/utils/mapFormToColumns.tsx @@ -1,32 +1,74 @@ -import { Components, Utils } from "formiojs"; +import "../interfaces/extends"; + +import { ColumnDef, ColumnDefResolved, createColumnHelper } from "@tanstack/react-table"; +import { Components } from "formiojs"; +import cloneDeep from "lodash/cloneDeep"; +import get from "lodash/get"; import type { ComponentType, FormType } from "../../../interfaces"; -import { DefaultCell } from "../components/DefaultCell"; -import { SelectColumnFilter } from "../filters/SelectColumnFilter"; -import { ExtendedColumn } from "../hooks/useCustomTable"; +import { getComponent } from "../../../registries/components"; +import type { DefaultCell } from "../components/DefaultCell"; +import type { FilterVariants } from "../filters/Filters.js"; + +const MAP_TYPES: Record = { + number: "range", + currency: "range", + checkbox: "boolean" +}; -export function mapFormToColumns(form: FormType): ExtendedColumn[] { - const columns: ExtendedColumn[] = []; +export function mapFormToColumns(form: FormType, columns: ColumnDefResolved[] = []): ColumnDef[] { + const columnHelper = createColumnHelper(); + const columnsToKeep = cloneDeep(columns); - Utils.eachComponent(form.components, (component: ComponentType) => { - if (component.tableView && component.key) { + const Cell = getComponent("Cell"); + + const columnsFromComponents = form.components + .flatMap((component) => { + if (component.type === "tabs") { + return component.components.flatMap((subComponent: ComponentType) => subComponent.components); + } + + return [component]; + }) + .filter((component) => component.tableView) + .map((component: ComponentType) => { const cmp: any = Components.create(component, {}, null, true); - const column: ExtendedColumn = { - Header: component.label || component.title || component.key, - accessor: `data.${component.key}`, - className: "text-center", - Cell: (props: any) => cmp.asString(value)} /> - }; + const columnIndex = columnsToKeep.findIndex(({ accessorKey }) => { + return accessorKey === `data.${component.key}`; + }); + + let column = columnsToKeep[columnIndex]; - if (component.type === "select" && component.dataSrc === "values") { - (column as any).Filter = SelectColumnFilter; - (column as any).choices = component.data.values; + if (column) { + columnsToKeep.splice(columnIndex, 1); } - columns.push(column); - } - }); + return columnHelper.accessor(`data.${component.key}` as any, { + header: (component.label || component.title || component.key)?.replace(/:/, ""), + cell: (info) => { + return cmp.asString(value)} />; + }, + meta: { + filter: { variant: MAP_TYPES[component.type!] || "text" }, + ...(column?.meta || {}) + }, + ...(column || {}) + }); + }); + + const mergedColumns = columnsFromComponents.concat(columnsToKeep as any[]).map((column, index) => ({ + ...column, + meta: { + ...(column.meta || {}), + order: get(column, "meta.order", index * 10) + }, + cell: + column.cell || + ((info) => { + return value} />; + }) + })); - return columns; + return mergedColumns.sort((a, b) => (a.meta.order > b.meta.order ? 1 : -1)) as ColumnDef[]; } diff --git a/packages/react-formio/src/molecules/table/utils/swapElements.spec.ts b/packages/react-formio/src/molecules/table/utils/swapElements.spec.ts deleted file mode 100644 index 6c578e11..00000000 --- a/packages/react-formio/src/molecules/table/utils/swapElements.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { swapElements } from "./swapElements"; - -describe("swapElements", () => { - it("should swap elements in array", () => { - expect(swapElements([1, 2, 3, 4, 5], 1, 3)).toEqual([1, 4, 3, 2, 5]); - }); -}); diff --git a/packages/react-formio/src/molecules/table/utils/swapElements.ts b/packages/react-formio/src/molecules/table/utils/swapElements.ts deleted file mode 100644 index 6eb7ba19..00000000 --- a/packages/react-formio/src/molecules/table/utils/swapElements.ts +++ /dev/null @@ -1,7 +0,0 @@ -export const swapElements = (myArray: T[], index1: number, index2: number): T[] => { - myArray = [...myArray]; - - [myArray[index1], myArray[index2]] = [myArray[index2], myArray[index1]]; - - return myArray; -}; diff --git a/packages/react-formio/src/organisms/table/actions/ActionsTable.stories.tsx b/packages/react-formio/src/organisms/table/actions/ActionsTable.stories.tsx index ae415b2c..86c4dba9 100644 --- a/packages/react-formio/src/organisms/table/actions/ActionsTable.stories.tsx +++ b/packages/react-formio/src/organisms/table/actions/ActionsTable.stories.tsx @@ -1,4 +1,5 @@ import "../../../molecules/forms/select/all.ts"; +import "../../../molecules/table/all.ts"; import type { Meta, StoryObj } from "@storybook/react"; import { expect, fn, userEvent, within } from "@storybook/test"; @@ -22,15 +23,15 @@ export default { operations: { control: "object" }, - isLoading: { - control: "boolean" - }, - disableFilters: { - control: "boolean" - }, - disablePagination: { - control: "boolean" - }, + // isLoading: { + // control: "boolean" + // }, + // disableFilters: { + // control: "boolean" + // }, + // disablePagination: { + // control: "boolean" + // }, onAddAction: { action: "onAddAction" } diff --git a/packages/react-formio/src/organisms/table/actions/ActionsTable.tsx b/packages/react-formio/src/organisms/table/actions/ActionsTable.tsx index b9cfad21..f440caf1 100644 --- a/packages/react-formio/src/organisms/table/actions/ActionsTable.tsx +++ b/packages/react-formio/src/organisms/table/actions/ActionsTable.tsx @@ -1,10 +1,11 @@ +import { ColumnDef } from "@tanstack/react-table"; import classnames from "classnames"; import noop from "lodash/noop"; import { useState } from "react"; import { ActionType } from "../../../interfaces"; import { Select } from "../../../molecules/forms/select/Select"; -import { Table, type TableProps } from "../../../molecules/table"; +import { Table, type TableProps } from "../../../molecules/table/Table"; import { iconClass } from "../../../utils/iconClass"; export type ActionsTableProps = Omit, "columns"> & { @@ -12,26 +13,19 @@ export type ActionsTableProps = Omit, "columns"> & { availableActions?: { label: string; value: string }[]; }; -export function ActionsTable({ - disableFilters = true, - disablePagination = true, - availableActions = [], - onAddAction = noop, - ...props -}: ActionsTableProps) { +export function ActionsTable({ availableActions = [], onAddAction = noop, ...props }: ActionsTableProps) { const { i18n = (f: string) => f } = props; const [currentAction, setAction] = useState(""); - const columns = [ + const columns: ColumnDef[] = [ { - Header: i18n("Actions"), - accessor: "title", - id: "title" + header: i18n("Action"), + accessorKey: "title" } ]; return ( - +
; diff --git a/packages/react-formio/src/organisms/table/forms/components/FormCell.tsx b/packages/react-formio/src/organisms/table/forms/components/FormCell.tsx deleted file mode 100644 index 808cebc1..00000000 --- a/packages/react-formio/src/organisms/table/forms/components/FormCell.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import classnames from "classnames"; -import moment from "moment"; -import { CellProps } from "react-table"; - -import type { FormType } from "../../../../interfaces"; -import { iconClass } from "../../../../utils/iconClass"; -import { stopPropagationWrapper } from "../../../../utils/stopPropagationWrapper"; - -export function FormsCell(props: CellProps & { icon: string; i18n: (f: string) => string }) { - const { - icon = "server", - row: { original: form } - } = props; - - return ( -
-

- - {form.title} -

- -
    -
  • Name: {form.name || form.machineName}
  • -
  • - - - Updated {moment(form.modified).fromNow()} - - - {(form.tags || []).map((tag, index) => ( - - ))} -
  • -
-
- ); -} diff --git a/packages/react-formio/src/organisms/table/forms/components/FormsCell.tsx b/packages/react-formio/src/organisms/table/forms/components/FormsCell.tsx new file mode 100644 index 00000000..22b1a05c --- /dev/null +++ b/packages/react-formio/src/organisms/table/forms/components/FormsCell.tsx @@ -0,0 +1,53 @@ +import { CellContext } from "@tanstack/react-table"; +import cx from "classnames"; +import moment from "moment"; + +import type { FormType } from "../../../../interfaces/index.js"; +import { registerComponent } from "../../../../registries/components.js"; +import { iconClass } from "../../../../utils/iconClass"; +import { stopPropagationWrapper } from "../../../../utils/stopPropagationWrapper"; + +export function FormsCell( + props: CellContext & { + i18n: (i18n: string) => string; + } +) { + const { + row: { original: form } + } = props; + + return ( +
+

+ + {form.title} +

+ +
    +
  • Name: {form.name || form.machineName}
  • +
  • + + + Updated {moment(form.modified).fromNow()} + + + {(form.tags || []).map((tag, index) => ( + + ))} +
  • +
+
+ ); +} + +registerComponent("FormsCell", FormsCell); diff --git a/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.stories.tsx b/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.stories.tsx index be719cf9..c05c5ebb 100644 --- a/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.stories.tsx +++ b/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.stories.tsx @@ -2,6 +2,7 @@ import "../../../molecules/button/Button"; import "../../../molecules/forms/input-text/InputText"; import "../../../molecules/forms/select/all"; import "../../../molecules/pagination/all"; +import "../../../molecules/table/all"; import { useState } from "react"; diff --git a/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.tsx b/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.tsx index 45bf3d13..41bbd351 100644 --- a/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.tsx +++ b/packages/react-formio/src/organisms/table/submissions/SubmissionsTable.tsx @@ -1,5 +1,6 @@ import type { FormType, SubmissionType } from "../../../interfaces"; -import { mapFormToColumns, Table, type TableProps } from "../../../molecules/table"; +import { Table, type TableProps } from "../../../molecules/table/Table"; +import { mapFormToColumns } from "../../../molecules/table/utils/mapFormToColumns.js"; export type SubmissionsTableProps = Omit, "columns"> & { form?: FormType; diff --git a/packages/react-formio/src/registries/components.ts b/packages/react-formio/src/registries/components.ts index e6d84958..80608a53 100644 --- a/packages/react-formio/src/registries/components.ts +++ b/packages/react-formio/src/registries/components.ts @@ -13,5 +13,11 @@ export function getComponent(type: string | string[]): Cmp { } } - return components.get(type as string) as unknown as Cmp; + const result = components.get(type as string) as unknown as Cmp; + + if (!result) { + console.warn(`Missing component for ${type}`); + } + + return result; } diff --git a/packages/tailwind-formio/styles/badge.css b/packages/tailwind-formio/styles/badge.css index fde87b15..690e2b52 100644 --- a/packages/tailwind-formio/styles/badge.css +++ b/packages/tailwind-formio/styles/badge.css @@ -4,7 +4,7 @@ Requires one of the contextual, color modifier classes for `color` and */ .badge { - @apply inline-flex py-px px-1.5 font-bold text-center whitespace-nowrap items-center rounded transition-colors; + @apply inline-flex px-1.5 font-bold text-center whitespace-nowrap items-center rounded transition-colors; font-size: 75%; &:empty { @@ -17,8 +17,8 @@ Requires one of the contextual, color modifier classes for `color` and } a .badge { - &:hover, &:focus { - @apply no-underline + &:hover, &:focus, &:active { + @apply no-underline text-white; } } @@ -46,7 +46,7 @@ a .badge.bg-primary, .badge-hover.bg-primary { a .badge.bg-secondary, .badge-hover.bg-secondary { &:hover, &:focus { - @apply hover:text-white hover:bg-secondary-800 focus:bg-secondary-800 hover:border-secondary-800 focus:border-secondary-800 focus:text-secondary-800; + @apply hover:text-white hover:bg-secondary-800 focus:bg-secondary-800 hover:border-secondary-800 focus:border-secondary-800; } } diff --git a/packages/tailwind-formio/styles/choices.css b/packages/tailwind-formio/styles/choices.css index 6af6cee2..4202407f 100644 --- a/packages/tailwind-formio/styles/choices.css +++ b/packages/tailwind-formio/styles/choices.css @@ -350,7 +350,7 @@ .choices__inner { @apply px-2; padding-top: 3px; - min-height: 0; + min-height: 32px; font-size: 14px; } diff --git a/packages/tailwind-formio/styles/react-select.css b/packages/tailwind-formio/styles/react-select.css index 85a2962a..a403206e 100644 --- a/packages/tailwind-formio/styles/react-select.css +++ b/packages/tailwind-formio/styles/react-select.css @@ -4,7 +4,7 @@ flex: 1; .react-select__control { - @apply appearance-none bg-white leading-normal w-full rounded-md border-1 border-gray-300 shadow-sm; + @apply appearance-none bg-white leading-normal w-full rounded-md border-1 border-gray-300; &--is-focused { @apply outline-none border-primary-300 ring ring-primary-50 ring-opacity-50; @@ -58,9 +58,16 @@ .react-select__control { min-height: 28px; } + + .react-select__value-container { + padding-top: 0; + padding-bottom: 0; + } + .react-select__indicator { padding: 3px; } + .react-select__multi-value { &__label { @apply text-white text-xs py-0.5 px-1; @@ -77,9 +84,16 @@ } .react-select__input-container { - margin-top:1px; + margin-top: 1px; margin-bottom: 1px; } + + .react-select__placeholder { + @apply text-gray-500; + } + + .react-select__option, + .react-select__placeholder, .react-select__single-value { @apply text-sm; } diff --git a/packages/tailwind-formio/styles/tables.css b/packages/tailwind-formio/styles/tables.css index 07b74d08..6a114f28 100644 --- a/packages/tailwind-formio/styles/tables.css +++ b/packages/tailwind-formio/styles/tables.css @@ -5,7 +5,7 @@ th, td { - @apply p-3 align-top text-left border-t-1 border-solid border-gray-300; + @apply p-3 align-top text-left border-t-1 border-solid border-gray-300 dark:border-gray-700; &.align-middle { vertical-align: middle; @@ -17,23 +17,30 @@ } thead th { - @apply border-b-2 border-solid border-gray-300; + @apply border-b-2 border-solid border-gray-300 dark:border-gray-700; border-style: solid; } tbody + tbody { - @apply border-t-2 border-solid border-gray-300; + @apply border-t-2 border-solid border-gray-300 dark:border-gray-700; border-style: solid; } } .table-cell-header { + @apply flex flex-col space-y-2; &__label { - @apply flex; + @apply flex items-center justify-center; + > span:first-child { @apply flex-1; } } + + &__sort { + @apply flex items-center justify-center; + } + &__filter { @apply mt-1; } @@ -51,11 +58,11 @@ /* Border versions - Add or remove borders all around the table and between all the columns. */ .table-bordered { - @apply border-1 border-solid border-gray-300; + @apply border-1 border-solid border-gray-300 dark:border-gray-700; th, td { - @apply border-1 border-solid border-gray-300; + @apply border-1 border-solid border-gray-300 dark:border-gray-700; } thead { @@ -79,7 +86,7 @@ .table-striped { tbody tr:nth-of-type(odd) { - @apply bg-gray-100; + @apply bg-gray-100 dark:bg-gray-800; } } @@ -87,69 +94,25 @@ .table-hover { tbody tr { - @apply hover:text-gray-900 hover:bg-gray-200; + @apply hover:text-gray-900 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-100; } } .table-group { - @apply border-1 border-gray-300; + @apply border-1 border-gray-300 dark:border-gray-700; + .table { @apply border-t-0 mb-0; thead th { @apply border-t-0; } } + .pagination-group { - @apply border-t-1 border-gray-300 p-3; + @apply border-t-1 border-gray-300 dark:border-gray-700 p-3; } } -/* -// Dark styles -// -// Same table markup, but inverted color scheme: dark background and light text. - -// stylelint-disable-next-line no-duplicate-selectors -//.table { -// .thead-dark { -// th { -// color: $table-dark-color; -// background-color: $table-dark-bg; -// border-color: $table-dark-border-color; -// } -// } -// -// .thead-light { -// th { -// color: $table-head-color; -// background-color: $table-head-bg; -// border-color: $table-border-color; -// } -// } -//}*/ -/* -// Responsive tables -// -// Generate series of `.table-responsive-*` classes for configuring the screen -// size of where your table will overflow. .table-responsive { - @each $breakpoint in map-keys($grid-breakpoints) { - $next: breakpoint-next($breakpoint, $grid-breakpoints); - $infix: breakpoint-infix($next, $grid-breakpoints); - - &#{$infix} { - @include media-breakpoint-down($breakpoint) { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - - // Prevent double border on horizontal scroll due to use of `display: block;` - > .table-bordered { - border: 0; - } - } - } - } + @apply block w-full overflow-x-auto; } -*/ diff --git a/yarn.lock b/yarn.lock index b0cdde28..adacd8d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4702,6 +4702,17 @@ __metadata: languageName: node linkType: hard +"@storybook/addon-themes@npm:^8.4.7": + version: 8.5.6 + resolution: "@storybook/addon-themes@npm:8.5.6" + dependencies: + ts-dedent: "npm:^2.0.0" + peerDependencies: + storybook: ^8.5.6 + checksum: 10c0/d7181f121eb2d4270ba2460b9cc0788e3b4ee169186abc1064dea1d00069a83544d7e4e701aeefc5d80d718fb446abff6553cdda0c6f7d962450976eb7918cd1 + languageName: node + linkType: hard + "@storybook/addon-toolbars@npm:8.4.7": version: 8.4.7 resolution: "@storybook/addon-toolbars@npm:8.4.7" @@ -5388,6 +5399,25 @@ __metadata: languageName: node linkType: hard +"@tanstack/react-table@npm:>=8.20.6": + version: 8.20.6 + resolution: "@tanstack/react-table@npm:8.20.6" + dependencies: + "@tanstack/table-core": "npm:8.20.5" + peerDependencies: + react: ">=16.8" + react-dom: ">=16.8" + checksum: 10c0/3213dc146f647fbd571f4e347007b969320819e588439b2ee95dd3a65efcbe30d097c24426dd82617041ed1e186182a5b303382bcebed5d61a1c6045a55c58d3 + languageName: node + linkType: hard + +"@tanstack/table-core@npm:8.20.5": + version: 8.20.5 + resolution: "@tanstack/table-core@npm:8.20.5" + checksum: 10c0/3c27b5debd61b6bd9bfbb40bfc7c5d5af90873ae1a566b20e3bf2d2f4f2e9a78061c081aacc5259a00e256f8df506ec250eb5472f5c01ff04baf9918b554982b + languageName: node + linkType: hard + "@testing-library/dom@npm:10.4.0": version: 10.4.0 resolution: "@testing-library/dom@npm:10.4.0" @@ -5606,6 +5636,7 @@ __metadata: version: 0.0.0-use.local resolution: "@tsed/react-formio@workspace:packages/react-formio" dependencies: + "@tanstack/react-table": "npm:>=8.20.6" "@tsed/tailwind-formio": "workspace:*" "@tsed/typescript": "workspace:*" classnames: "npm:^2.3.1" @@ -5616,6 +5647,7 @@ __metadata: vitest: "npm:2.1.8" peerDependencies: "@formio/choices.js": ">=9.0.1" + "@tanstack/react-table": ">=8.20.6" formiojs: ">=4.0.0" lodash: ">=4.17.20" moment: ">=2.30.1" @@ -5654,6 +5686,7 @@ __metadata: "@storybook/addon-interactions": "npm:^8.4.7" "@storybook/addon-links": "npm:^8.4.7" "@storybook/addon-mdx-gfm": "npm:^8.4.7" + "@storybook/addon-themes": "npm:^8.4.7" "@storybook/addon-viewport": "npm:^8.4.7" "@storybook/blocks": "npm:^8.4.7" "@storybook/react": "npm:^8.4.7" @@ -5730,6 +5763,7 @@ __metadata: storybook-addon-mock: "npm:5.0.0" tooltip.js: "npm:^1.3.3" typescript: "npm:5.7.2" + uuid: "npm:^11.0.5" vite: "npm:5.4.11" vite-plugin-dts: "npm:4.4.0" vite-plugin-svgr: "npm:^2.4.0" @@ -23197,6 +23231,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^11.0.5": + version: 11.0.5 + resolution: "uuid@npm:11.0.5" + bin: + uuid: dist/esm/bin/uuid + checksum: 10c0/6f59f0c605e02c14515401084ca124b9cb462b4dcac866916a49862bcf831874508a308588c23a7718269226ad11a92da29b39d761ad2b86e736623e3a33b6e7 + languageName: node + linkType: hard + "uuid@npm:^8.3.2": version: 8.3.2 resolution: "uuid@npm:8.3.2"