{"id":987515600,"date":"2025-10-13T09:40:27","date_gmt":"2025-10-13T13:40:27","guid":{"rendered":"https:\/\/www.expertours.ca\/catalog\/"},"modified":"2025-10-13T09:40:27","modified_gmt":"2025-10-13T13:40:27","slug":"catalog","status":"publish","type":"page","link":"https:\/\/www.expertours.ca\/en\/catalog\/","title":{"rendered":"Catalog"},"content":{"rendered":"    <style>\n        .catalog-container {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            margin: 20px 0;\n        }\n        \n        .catalog-header {\n            background: linear-gradient(135deg, #2B4B5A 0%, #48C9B0 100%);\n            color: white;\n            padding: 20px 30px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .catalog-header h1 {\n            color: #fff;\n            margin: 0;\n            font-size: 22px;\n            font-weight: 600;\n        }\n        \n        .search-bar {\n            background: white;\n            padding: 15px 30px;\n            border-bottom: 2px solid #e0e0e0;\n            display: flex;\n            gap: 10px;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n        \n        .search-bar input,\n        .search-bar select {\n            padding: 10px 15px;\n            border: 1px solid #ddd;\n            border-radius: 6px;\n            font-size: 14px;\n        }\n        \n        .search-bar input {\n            flex: 1;\n            min-width: 250px;\n        }\n        \n        .search-bar select {\n            min-width: 180px;\n        }\n        \n        .results-count {\n            padding: 10px 30px;\n            background: white;\n            border-bottom: 1px solid #e0e0e0;\n            font-size: 13px;\n            color: #666;\n        }\n        \n        .catalog-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .catalog-table thead {\n            background: #f8f9fa;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n        }\n        \n        .catalog-table th {\n            padding: 12px 15px;\n            text-align: left;\n            font-size: 12px;\n            font-weight: 600;\n            color: #666;\n            text-transform: uppercase;\n            border-bottom: 2px solid #e0e0e0;\n        }\n        \n        .catalog-table th.price-col {\n            text-align: right;\n            width: 150px;\n        }\n        \n        .catalog-table th.hebergement-col {\n            text-align: center;\n            width: 100px;\n        }\n\n        .catalog-table td.hebergement-icons {\n            text-align: center;\n            padding: 8px;\n        }\n\n        .catalog-table tbody tr.catalog-row:nth-child(4n+1) {\n            background: #f8fafb;\n        }\n\n        .catalog-table tbody tr.catalog-row:nth-child(4n+3) {\n            background: white;\n        }\n\n        .catalog-table tbody tr.catalog-row:hover {\n            background: #e3f2fd !important;\n        }\n\n        .catalog-table tbody tr.catalog-row.expanded {\n            background: #e3f2fd !important;\n        }\n\n        .hebergement-icon-tooltip {\n            position: relative;\n            cursor: help;\n            display: inline-block;\n            margin: 0 4px;\n        }\n\n        .hebergement-icon-tooltip:hover::after {\n            content: attr(data-tooltip);\n            position: absolute;\n            bottom: 100%;\n            left: 50%;\n            transform: translateX(-50%);\n            padding: 6px 10px;\n            background: rgba(43, 75, 90, 0.95);\n            color: white;\n            font-size: 11px;\n            white-space: nowrap;\n            border-radius: 4px;\n            margin-bottom: 5px;\n            z-index: 1000;\n            pointer-events: none;\n        }\n\n        .hebergement-icon-tooltip:hover::before {\n            content: '';\n            position: absolute;\n            bottom: 100%;\n            left: 50%;\n            transform: translateX(-50%);\n            border: 5px solid transparent;\n            border-top-color: rgba(43, 75, 90, 0.95);\n            z-index: 1000;\n        }\n\n        .hebergement-icon-tooltip i {\n            transition: transform 0.2s;\n        }\n\n        .hebergement-icon-tooltip:hover i {\n            transform: scale(1.1);\n        }\n\n        @media (max-width: 768px) {\n            .hebergement-col {\n                display: none;\n            }\n            \n            .hebergement-icons {\n                display: none;\n            }\n        }\n\n        .catalog-table th.action-col {\n            text-align: center;\n            width: 120px;\n        }\n        \n        .catalog-table tbody tr {\n            border-bottom: 1px solid #f0f0f0;\n            transition: background 0.2s;\n        }\n        \n        .catalog-table tbody tr:hover {\n            background: #f8f9fa;\n        }\n        \n        .catalog-table tbody tr.expanded {\n            background: #e3f2fd;\n        }\n        \n        .catalog-table td {\n            padding: 12px 15px;\n            font-size: 13px;\n        }\n        \n        .accordion-row {\n            display: none;\n        }\n        \n        .accordion-row.active {\n            display: table-row;\n        }\n        \n        .accordion-content {\n            padding: 25px;\n            background: #f9f9f9;\n            border-left: 4px solid #48C9B0;\n        }\n        \n        .accordion-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #ddd;\n        }\n        \n        .accordion-close {\n            background: #e74c3c;\n            color: white;\n            border: none;\n            padding: 8px 16px;\n            border-radius: 6px;\n            cursor: pointer;\n            font-size: 12px;\n            font-weight: 600;\n        }\n        \n        .accordion-close:hover {\n            background: #c0392b;\n        }\n        \n        .loading-spinner {\n            text-align: center;\n            padding: 30px;\n            color: #666;\n        }\n        \n        .voyage-info {\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n            min-height: auto !important;\n            margin-bottom: 0px;\n        }\n        \n        .voyage-title {\n            font-weight: 600;\n            color: #2B4B5A;\n            font-size: 14px;\n        }\n        \n        .voyage-meta {\n            display: flex;\n            gap: 10px;\n            font-size: 12px;\n            color: #666;\n            flex-wrap: wrap;\n        }\n        \n        .meta-item {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n        \n        .badge {\n            display: inline-block;\n            padding: 3px 8px;\n            border-radius: 12px;\n            font-size: 11px;\n            font-weight: 600;\n        }\n        \n        .badge-type {\n            background: #e3f2fd;\n            color: #1976d2;\n        }\n        \n        .badge-date {\n            background: #fff3e0;\n            color: #f57c00;\n        }\n        \n        .badge-garanti {\n            background: #e8f5e9;\n            color: #388e3c;\n        }\n        \n        .price-cell {\n            text-align: right;\n        }\n        \n        .price-main {\n            font-size: 18px;\n            font-weight: 700;\n            color: #2B4B5A;\n        }\n        \n        .price-label {\n            font-size: 11px;\n            color: #999;\n            display: block;\n            margin-bottom: 2px;\n        }\n        \n        .commission-info {\n            font-size: 11px;\n            color: #48C9B0;\n            margin-top: 3px;\n        }\n        \n        .action-cell {\n            text-align: center;\n        }\n        \n        .btn-reserver {\n            background: linear-gradient(135deg, #2B4B5A 0%, #48C9B0 100%);\n            color: white;\n            border: none;\n            padding: 8px 16px;\n            border-radius: 6px;\n            font-size: 12px;\n            font-weight: 600;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n        \n        .btn-reserver:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(72, 201, 176, 0.3);\n            color: white;\n            text-decoration: none;\n        }\n        \n        .btn-voir-produit {\n            background: #666;\n            color: white;\n            border: none;\n            padding: 6px 12px;\n            border-radius: 4px;\n            font-size: 11px;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            margin-top: 5px;\n        }\n        \n        .btn-voir-produit:hover {\n            background: #444;\n            color: white;\n            text-decoration: none;\n        }\n        \n        .addon-section {\n            margin-bottom: 25px;\n        }\n        \n        .addon-option {\n            display: flex;\n            align-items: center;\n            padding: 15px;\n            background: white;\n            margin-bottom: 10px;\n            border-radius: 5px;\n            border: 2px solid #ddd;\n            cursor: pointer;\n            transition: 0.3s;\n        }\n        \n        .addon-option:hover {\n            border-color: #48C9B0;\n            background: #f0f8f5;\n        }\n        \n        .addon-option input {\n            margin-right: 15px;\n            width: 20px;\n            height: 20px;\n            cursor: pointer;\n        }\n        \n        .addon-total {\n            padding: 20px;\n            background: linear-gradient(135deg, #2B4B5A 0%, #48C9B0 100%);\n            border-radius: 8px;\n            text-align: center;\n            margin-bottom: 20px;\n        }\n        \n        .quick-deposit-info {\n            background: #f0f8f5;\n            padding: 15px;\n            border-radius: 6px;\n            border-left: 3px solid #48C9B0;\n            margin-bottom: 20px;\n        }\n        \n        @media (max-width: 768px) {\n            .catalog-table-div {\n                overflow-y: hidden;\n                overflow-x: scroll;\n            }\n            .catalog-table {\n                font-size: 12px;\n                width: 150% !important;\n            }\n            \n            .search-bar {\n                flex-direction: column;\n            }\n            \n            .search-bar input,\n            .search-bar select {\n                width: 100%;\n            }\n        }\n        @media (max-width: 580px) {\n            .catalog-table {\n                width: 200% !important;\n            } \n        }\n        @media (max-width: 400px) {\n            .catalog-table {\n                width: 225% !important;\n            } \n        }\n    <\/style>\n    \n    <div class=\"catalog-container\">\n        <div class=\"catalog-header\">\n            <h1><i class=\"fa-solid fa-list\"><\/i> Catalogue - All trips<\/h1>\n            <div style=\"font-size: 13px; opacity: 0.9;\">\n                <i class=\"fa-solid fa-suitcase\"><\/i> 34 travel            <\/div>\n        <\/div>\n        \n        <div class=\"search-bar\">\n            <i class=\"fa-solid fa-search\" style=\"color: #999;\"><\/i>\n            <input type=\"text\" placeholder=\"Search by destination, trip name...\" id=\"catalogSearch\">\n            <select id=\"filterType\">\n                <option value=\"\">All types<\/option>\n                <option value=\"Croisi\u00e8re\">Cruise<\/option>\n                <option value=\"Croisi\u00e8re accompagn\u00e9\">Accompanied cruise<\/option>\n                <option value=\"Tout inclus\">All inclusive<\/option>\n                <option value=\"Circuit\">Circuit<\/option>\n            <\/select>\n        <\/div>\n        \n        <div class=\"results-count\">\n            <strong id=\"visibleCount\">34 travel<\/strong> available        <\/div>\n        \n        <div class=\"catalog-table-div\">\n            <table class=\"catalog-table\">\n            <thead>\n                <tr>\n                    <th>Destination<\/th>\n                    <th>Date<\/th>\n                    <th>Duration<\/th>\n                    <th class=\"hebergement-col\"><i class=\"fa-solid fa-bed\"><\/i> Accommodation<\/th>\n                    <th class=\"price-col\">Price<\/th>\n                    <th class=\"action-col\">Actions<\/th>\n                <\/tr>\n            <\/thead>\n                <tbody>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518821\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Gourmet Italy<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Italy                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 600 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">17 September 2027<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 2 October 2027<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">15 days - 14 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">9 999 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518821\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/gourmet-italy\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518821\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Gourmet Italy                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518821\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518821\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518807\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Thailand to the Max; MULTIPLE DEPARTURES GUARANTEED<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Thailand                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">9 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 19 December 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">9 days - 8 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">1 959 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518807\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/thailand-to-the-max-multiple-departures-guaranteed\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518807\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Thailand to the Max; MULTIPLE DEPARTURES GUARANTEED                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518807\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518807\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518792\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">The Gems of Southern Madagascar and Anakao<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Madagascar                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">1 May 2027<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 15 May 2027<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">15 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">10 799 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518792\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/the-gems-of-southern-madagascar-and-anakao\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518792\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - The Gems of Southern Madagascar and Anakao                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518792\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518792\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518647\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Circuit Kenya en V.O. &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Kenya                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">24 July 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 1 August 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">9 days - 8 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">6 029 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518647\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/kenya-tour-in-original-version-guaranteed-multiple-departures-copy\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518647\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Circuit Kenya en V.O. &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518647\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518647\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518672\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Circuit Kenya en V.O. &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Kenya                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">19 June 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 20 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">9 days - 8 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">4 419 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518672\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/circuit-kenya-en-v-o-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518672\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Circuit Kenya en V.O. &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518672\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518672\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518703\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Impressions of Kenya tour; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Kenya                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">20 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 17 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">13 days - 12 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">7 249 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518703\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/impressions-of-kenya-tour-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518703\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Impressions of Kenya tour; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518703\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518703\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518712\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Visions of Kenya &#038; Tanzania Tour &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Kenya, Tanzania                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">6 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 17 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">10 days - 9 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 269 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518712\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/visions-of-kenya-tanzania-tour-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518712\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Visions of Kenya &#038; Tanzania Tour &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518712\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518712\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518686\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Circuit Rwanda en V.O. &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Rwanda                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">7 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 4 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">14 319 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518686\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/circuit-rwanda-en-v-o-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518686\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Circuit Rwanda en V.O. &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518686\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518686\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987518064\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Tanzania &#038; Zanzibar Essential Tour; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Tanzania                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">26 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 5 December 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">1 729 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987518064\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/tanzania-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987518064\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Tanzania &#038; Zanzibar Essential Tour; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987518064\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987518064\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516889\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Wonders of Turkey &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Turkey                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">2 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 12 October 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">11 days - 10 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">2 649 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516889\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/wonders-of-turkey-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516889\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Wonders of Turkey &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516889\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516889\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516872\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Impressions of Argentina tour; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Argentina                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">22 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 4 December 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">14 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 379 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516872\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/impressions-of-argentina-tour-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516872\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Impressions of Argentina tour; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516872\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516872\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516854\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Costa Rica Tour; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Costa Rica                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">7 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 2 December 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">11 days - 10 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Luxury double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">3 269 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516854\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/costa-rica-tour-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516854\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Costa Rica Tour; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516854\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516854\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516833\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Visions of Namibia Tour; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Namibia                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">22 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 7 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">14 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">9 539 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516833\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/visions-of-namibia-tour-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516833\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Visions of Namibia Tour; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516833\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516833\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516807\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">South Africa Tour; SEVERAL DEPARTURES GUARANTEED<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Eswatini, South Africa                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">19 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 5 December 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">12 days - 11 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Luxury double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">4 359 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516807\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/south-africa-tour-several-departures-guaranteed\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516807\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - South Africa Tour; SEVERAL DEPARTURES GUARANTEED                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516807\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516807\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516788\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Italy: Italian Lakes and Dolomites. SEVERAL DEPARTURES GUARANTEED<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Italy                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">2 November 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 25 October 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">2 489 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516788\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/italy-italian-lakes-and-dolomites-several-departures-guaranteed\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516788\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Italy: Italian Lakes and Dolomites. SEVERAL DEPARTURES GUARANTEED                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516788\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516788\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516771\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Italy : Puglia Classics &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Italy                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">19 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 7 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">2 239 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516771\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/italy-puglia-classics-several-departures-guaranteed\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516771\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Italy : Puglia Classics &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516771\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516771\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516745\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Italy: Sorrento, Naples and Pompei &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Italy                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">5 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 2 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">2 689 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516745\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/italy-tsorrento-naples-and-pompei-several-guaranteed-departures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516745\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Italy: Sorrento, Naples and Pompei &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516745\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516745\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516718\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Italy: Tuscany and Venice &#8211; SEVERAL GUARANTEED DEPARTURES<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Italy                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 800 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">20 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 18 October 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">2 249 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516718\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/italy-tuscany-and-venice-several-guaranteed-departures-copy\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516718\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Italy: Tuscany and Venice &#8211; SEVERAL GUARANTEED DEPARTURES                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516718\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516718\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987516695\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Tunisia: between bewitching medinas, golden desert and Oriental flavours<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Tunisia                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">14 November 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 28 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">15 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">4 539 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516695\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/tunisia-between-bewitching-medinas-golden-desert-and-oriental-flavours\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516695\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Tunisia: between bewitching medinas, golden desert and Oriental flavours                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516695\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516695\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515611\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Splendors of China<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                China                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"meta-item\" style=\"font-size: 15px; color: #f57c00;\">\n                                                <i class=\"fa-solid fa-calendar-check\"><\/i> Deposit before: 24\/02\/2026                                            <\/span>\n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">23 November 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 7 December 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">13 days - 11 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">6 669 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515611\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/splendors-of-china\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515611\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Splendors of China                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515611\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515611\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Cruise\"\n                            data-product-id=\"987515643\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Discovering the emperor penguin with Quark Expeditions<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Argentina                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                Cruise                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">16 November 2027<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 29 November 2027<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">14 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">29 995 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515643\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/discovering-the-emperor-penguin-with-quark-expeditions\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515643\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Discovering the emperor penguin with Quark Expeditions                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515643\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515643\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515740\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Majestic Rocky Mountains aboard the Rocky Mountaineer<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Canada                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 3 000 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">28 June 2026<\/div>\n                                                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">9 days - 8 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 912 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515740\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/majestic-rocky-mountains-aboard-the-rocky-mountaineer\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515740\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Majestic Rocky Mountains aboard the Rocky Mountaineer                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515740\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515740\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515627\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Eastern majesty: Prague, Vienna, Bratislava, Budapest<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Austria, Czechia                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">22 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 3 October 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">12 days - 10 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">6 519 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515627\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/eastern-majesty-prague-vienna-bratislava-budapest\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515627\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Eastern majesty: Prague, Vienna, Bratislava, Budapest                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515627\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515627\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515621\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Iberian Treasures: From Portugal to Andalusia<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Portugal, Spain                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">3 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 18 October 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">16 days - 14 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">6 999 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515621\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/iberian-treasures-from-portugal-to-andalusia\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515621\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Iberian Treasures: From Portugal to Andalusia                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515621\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515621\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Accompanied cruise\"\n                            data-product-id=\"987515651\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Cruise in the Greek Islands: from Rome to Istanbul<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Turkey, Greece                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                Accompanied cruise                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">13 September 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 27 September 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">15 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 469 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515651\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/cruise-in-the-greek-islands-from-rome-to-istanbul\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515651\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Cruise in the Greek Islands: from Rome to Istanbul                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515651\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515651\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515765\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Vietnam and Cambodia, Duo of timeless treasures &#8211; Maximum group 22 passengers<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Cambodia, Vietnam                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">5 March 2027<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 30 March 2027<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">24 days - 22 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span style=\"color: #999; font-size: 11px;\">N\/A<\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 369 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515765\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/vietnam-and-cambodia-duo-of-timeless-treasures-maximum-group-22-passengers\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515765\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Vietnam and Cambodia, Duo of timeless treasures &#8211; Maximum group 22 passengers                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515765\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515765\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515665\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Greece and Crete, the mythical heritage<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Greece                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">3 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 18 October 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">16 days - 14 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 899 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515665\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/greece-and-crete-the-mythical-heritage\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515665\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Greece and Crete, the mythical heritage                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515665\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515665\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515696\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">The sacred mysteries of the Ganges and North India<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                India                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">29 October 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 17 November 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">19 days - 16 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 249 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515696\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/the-sacred-mysteries-of-the-ganges-and-north-india\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515696\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - The sacred mysteries of the Ganges and North India                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515696\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515696\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515687\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Italian treasures<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Italy                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">9 May 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 24 May 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">16 days - 14 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">7 199 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515687\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/italian-treasures\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515687\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Italian treasures                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515687\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515687\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515799\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">La France Gourmande<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                en                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">29 May 2027<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 12 June 2027<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">15 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">9 799 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515799\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/la-france-gourmande\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515799\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - La France Gourmande                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515799\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515799\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515808\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Treasures of Tanzania: From the Serengeti to the Beaches of Zanzibar<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">9 June 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 22 June 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Occupation double\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Occupation simple\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">9 889 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515808\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/treasures-of-tanzania-from-the-serengeti-to-the-beaches-of-zanzibar\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515808\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Treasures of Tanzania: From the Serengeti to the Beaches of Zanzibar                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515808\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515808\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"Circuit\"\n                            data-product-id=\"987515786\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Mysteries &amp; Treasures of Peru<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Peru                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                <i class=\"fa-solid fa-route\"><\/i> Circuit                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 500 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">15 July 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 29 July 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">15 days - 13 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">8 119 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515786\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/mysteries-treasures-of-peru\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515786\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Mysteries &amp; Treasures of Peru                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515786\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515786\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"All-inclusive\"\n                            data-product-id=\"987515774\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Ski Club Med La Rosi\u00e8re Stay<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                en                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                All-inclusive                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 1 635 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">21 March 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 29 March 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">9 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">5 450 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987515774\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/ski-club-med-la-rosiere-stay\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987515774\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Ski Club Med La Rosi\u00e8re Stay                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987515774\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987515774\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                            <tr class=\"catalog-row\" \n                            data-type=\"All-inclusive\"\n                            data-product-id=\"987516378\">\n                            <td>\n                                <div class=\"voyage-info\">\n                                    <div class=\"voyage-title\">Catalonia Playa Maroma in April<\/div>\n                                        <div class=\"voyage-meta\">\n                                                                                        <span class=\"meta-item\">\n                                                <i class=\"fa-solid fa-map-marker-alt\" style=\"color: #E76F51;\"><\/i>\n                                                Mexico                                            <\/span>\n                                                                                        \n                                                                                        <span class=\"badge badge-type\">\n                                                All-inclusive                                            <\/span>\n                                                                                        \n                                                                            \n                                            \n                                                                                        <span class=\"badge\" style=\"background: #e0f7f4; color: #0d9488;\">\n                                                <i class=\"fa-solid fa-piggy-bank\"><\/i> Deposit: 250 $ \/ non-refundable pers.                                            <\/span>\n                                                                                        \n                                                                                    <\/div>\n                                <\/div>\n                            <\/td>\n                            <td>\n                                                                <div style=\"font-size: 13px; font-weight: 600;\">19 April 2026<\/div>\n                                                                                                <div style=\"font-size: 11px; color: #999;\">Back: 26 April 2026<\/div>\n                                                            <\/td>\n                            <td>\n                                                                <span class=\"badge badge-date\">8 days - 7 nights<\/span>\n                                                            <\/td>\n\n                            <td class=\"hebergement-icons\">\n                                <span class=\"hebergement-icon-tooltip\" data-tooltip=\"Double occupancy\"><i class=\"fa-solid fa-user-group\" style=\"color: #48C9B0; font-size: 20px;\"><\/i><\/span><span style=\"color: #ddd; margin: 0 8px; font-size: 18px;\">|<\/span><span class=\"hebergement-icon-tooltip\" data-tooltip=\"Single occupancy\"><i class=\"fa-solid fa-user\" style=\"color: #E76F51; font-size: 20px;\"><\/i><\/span>                            <\/td>\n\n                            <td class=\"price-cell\">\n                                <span class=\"price-label\">From<\/span>\n                                <div class=\"price-main\">2 395 $<\/div>\n                            <\/td>\n                            <td class=\"action-cell\">\n                                <button class=\"btn-reserver\" data-product-id=\"987516378\">\n                                    <i class=\"fa-solid fa-cart-plus\"><\/i> View options                                <\/button>\n                                <br>\n                                <a href=\"https:\/\/www.expertours.ca\/en\/trip\/catalonia-playa-maroma-in-april\/\" class=\"btn-voir-produit\" target=\"_blank\">\n                                    <i class=\"fa-solid fa-external-link-alt\"><\/i> Full page                                <\/a>\n                            <\/td>\n                        <\/tr>\n                        \n                        <tr class=\"accordion-row\" id=\"accordion-987516378\">\n                            <td colspan=\"6\">\n                                <div class=\"accordion-content\">\n                                    <div class=\"accordion-header\">\n                                        <h3 style=\"margin: 0; color: #2B4B5A;\">\n                                            <i class=\"fa-solid fa-tag\"><\/i> Pricing options - Catalonia Playa Maroma in April                                        <\/h3>\n                                        <button class=\"accordion-close\" data-product-id=\"987516378\">\n                                            <i class=\"fa-solid fa-times\"><\/i> Close                                        <\/button>\n                                    <\/div>\n                                    <div class=\"accordion-body\" id=\"accordion-body-987516378\">\n                                        <div class=\"loading-spinner\">\n                                            <i class=\"fa-solid fa-spinner fa-spin\"><\/i> Loading options...                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/td>\n                        <\/tr>\n                                                        <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n\n    <script>\n    jQuery(document).ready(function($) {\n        $('#catalogSearch').on('input', function() {\n            filterTable();\n        });\n        \n        $('#filterType').on('change', function() {\n            filterTable();\n        });\n        \n        function filterTable() {\n            const searchTerm = $('#catalogSearch').val().toLowerCase();\n            const typeFilter = $('#filterType').val();\n            let visibleCount = 0;\n            \n            $('.catalog-row').each(function() {\n                const $row = $(this);\n                const text = $row.text().toLowerCase();\n                const type = $row.data('type');\n                \n                let show = true;\n                \n                if (searchTerm && !text.includes(searchTerm)) {\n                    show = false;\n                }\n                \n                if (typeFilter && type !== typeFilter) {\n                    show = false;\n                }\n                \n                if (show) {\n                    $row.show();\n                    visibleCount++;\n                } else {\n                    $row.hide();\n                    const productId = $row.data('product-id');\n                    $('#accordion-' + productId).removeClass('active').hide();\n                }\n            });\n            \n            $('#visibleCount').text(visibleCount + ' travel');\n        }\n        \n        $('.btn-reserver').on('click', function(e) {\n            e.preventDefault();\n            const productId = $(this).data('product-id');\n            const $accordionRow = $('#accordion-' + productId);\n            const $catalogRow = $(this).closest('.catalog-row');\n            \n            $('.accordion-row').removeClass('active').slideUp(300);\n            $('.catalog-row').removeClass('expanded');\n            \n            if (!$accordionRow.hasClass('active')) {\n                $accordionRow.addClass('active').slideDown(400);\n                $catalogRow.addClass('expanded');\n                \n                loadProductOptions(productId);\n                \n                setTimeout(function() {\n                    $('html, body').animate({\n                        scrollTop: $accordionRow.offset().top - 100\n                    }, 500);\n                }, 400);\n            }\n        });\n        \n        $('.accordion-close').on('click', function() {\n            const productId = $(this).data('product-id');\n            $('#accordion-' + productId).removeClass('active').slideUp(300);\n            $('.catalog-row[data-product-id=\"' + productId + '\"]').removeClass('expanded');\n        });\n        \n        function loadProductOptions(productId) {\n            const $body = $('#accordion-body-' + productId);\n            \n            $.ajax({\n                url: 'https:\/\/www.expertours.ca\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'get_product_pricing_options',\n                    product_id: productId,\n                    nonce: '144a5f8496'\n                },\n                success: function(response) {\n                    if (response.success) {\n                        $body.html(response.data.html);\n                    } else {\n                        $body.html('<p style=\"color: #e74c3c;\">Error loading options.<\/p>');\n                    }\n                },\n                error: function() {\n                    $body.html('<p style=\"color: #e74c3c;\">Connection error.<\/p>');\n                }\n            });\n        }\n\n        $(document).on('submit', '.catalogue-quick-form', function(e) {\n            e.preventDefault();\n            \n            console.log('\ud83d\udd25 Formulaire intercept\u00e9 !');\n            \n            const $form = $(this);\n            const $btn = $form.find('.quick-add-to-cart');\n            const productId = $form.data('product-id');\n            \n            const quantity = parseInt($form.find('.quick-quantity').val());\n            const occupationType = $form.find('input[name=\"occupation_type_' + productId + '\"]:checked').val();\n            \n            console.log('Produit ID:', productId, 'Quantit\u00e9:', quantity, 'Occupation:', occupationType);\n            \n            $.ajax({\n                url: 'https:\/\/www.expertours.ca\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'check_cart_before_add'\n                },\n                success: function(response) {\n                    console.log('\u2705 R\u00e9ponse v\u00e9rification:', response);\n                    console.log('\ud83d\udd0d Type:', typeof response);\n                    console.log('\ud83d\udd0d response.data:', response.data);\n                    console.log('\ud83d\udd0d response.has_product:', response.has_product);\n                    \n                    const cartData = response.data || response;\n                    const hasProduct = cartData.has_product === true;\n                    \n                    console.log('\ud83c\udfaf hasProduct final:', hasProduct);\n                    if (cartData.has_product === true) {\n                        console.log('\u26a0\ufe0f Panier contient d\u00e9j\u00e0 un produit');\n                        $('body').html('<div style=\"position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 40px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); text-align: center; z-index: 99999; max-width: 500px;\">' +\n                            '<div style=\"width: 80px; height: 80px; margin: 0 auto 20px; background: #fff3cd; border-radius: 50%; display: flex; align-items: center; justify-content: center;\">' +\n                            '<i class=\"fa-solid fa-exclamation-triangle\" style=\"font-size: 40px; color: #856404;\"><\/i>' +\n                            '<\/div>' +\n                            '<h2 style=\"color: #2B4B5A; margin: 0 0 15px 0; font-size: 24px;\">Client file already in progress<\/h2>' +\n                            '<p style=\"color: #666; margin: 0 0 25px 0; line-height: 1.6;\">You already have a trip in your basket. Please complete or empty your current booking before starting a new one.<\/p>' +\n                            '<div style=\"display: flex; gap: 15px; justify-content: center;\">' +\n                            '<a href=\"https:\/\/www.expertours.ca\/en\/reservation\/\" style=\"background: #48C9B0; color: white; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: 600;\">View my cart<\/a>' +\n                            '<button onclick=\"location.reload()\" style=\"background: #666; color: white; padding: 12px 25px; border-radius: 6px; border: none; cursor: pointer; font-weight: 600;\">Close<\/button>' +\n                            '<\/div>' +\n                            '<\/div>');\n                        return;\n                    }\n                    \n                    console.log('\u2705 Panier vide, ajout en cours...');\n                    $btn.prop('disabled', true).html('<i class=\"fa-solid fa-spinner fa-spin\"><\/i> Adding in progress...');\n                    \n                    const formData = new FormData($form[0]);\n                    formData.append('add-to-cart', productId);\n                    formData.append('quantity', quantity);\n                    formData.append('occupation_type', occupationType);\n                    \n                    $.ajax({\n                        url: 'https:\/\/www.expertours.ca\/en\/reservation\/',\n                        type: 'POST',\n                        data: formData,\n                        processData: false,\n                        contentType: false,\n                        success: function() {\n                            console.log('\u2705 Produit ajout\u00e9 !');\n                            $btn.html('<i class=\"fa-solid fa-check\"><\/i> Reservation added!').css('background', '#48C9B0');\n                            $(document.body).trigger('wc_fragment_refresh');\n                            \n                            setTimeout(function() {\n                                window.location.href = 'https:\/\/www.expertours.ca\/en\/reservation\/';\n                            }, 1000);\n                        },\n                        error: function() {\n                            console.log('\u274c Erreur lors de l\\'ajout');\n                            $btn.prop('disabled', false).html('<i class=\"fa-solid fa-times\"><\/i> Error').css('background', '#e74c3c');\n                            \n                            setTimeout(function() {\n                                $btn.html('<i class=\"fa-solid fa-cart-plus\"><\/i> Start booking').css('background', '');\n                            }, 2000);\n                        }\n                    });\n                },\n                error: function(xhr, status, error) {\n                    console.log('\u274c Erreur AJAX compl\u00e8te:', xhr, status, error);\n                    console.log('\u274c Response Text:', xhr.responseText);\n                    alert('Connection error. Please try again.');\n                }\n            });\n        });\n\n    });\n    <\/script>\n    \n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"tags":[],"class_list":["post-987515600","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Catalog - ExperTours<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.expertours.ca\/en\/catalog\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Catalog - ExperTours\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.expertours.ca\/en\/catalog\/\" \/>\n<meta property=\"og:site_name\" content=\"ExperTours\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/catalog\\\/\",\"url\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/catalog\\\/\",\"name\":\"Catalog - ExperTours\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/#website\"},\"datePublished\":\"2025-10-13T13:40:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/catalog\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.expertours.ca\\\/en\\\/catalog\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/catalog\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Catalog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/\",\"name\":\"ExperTours\",\"description\":\"Expertise. Excellence. Confiance\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/#organization\",\"name\":\"ExperTours\",\"url\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.expertours.ca\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Logo-ExperTours-2025_petit.png\",\"contentUrl\":\"https:\\\/\\\/www.expertours.ca\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Logo-ExperTours-2025_petit.png\",\"width\":282,\"height\":200,\"caption\":\"ExperTours\"},\"image\":{\"@id\":\"https:\\\/\\\/www.expertours.ca\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/agencevoyagesparadis\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Catalog - ExperTours","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.expertours.ca\/en\/catalog\/","og_locale":"en_US","og_type":"article","og_title":"Catalog - ExperTours","og_url":"https:\/\/www.expertours.ca\/en\/catalog\/","og_site_name":"ExperTours","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.expertours.ca\/en\/catalog\/","url":"https:\/\/www.expertours.ca\/en\/catalog\/","name":"Catalog - ExperTours","isPartOf":{"@id":"https:\/\/www.expertours.ca\/en\/#website"},"datePublished":"2025-10-13T13:40:27+00:00","breadcrumb":{"@id":"https:\/\/www.expertours.ca\/en\/catalog\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.expertours.ca\/en\/catalog\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.expertours.ca\/en\/catalog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.expertours.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Catalog"}]},{"@type":"WebSite","@id":"https:\/\/www.expertours.ca\/en\/#website","url":"https:\/\/www.expertours.ca\/en\/","name":"ExperTours","description":"Expertise. Excellence. Confiance","publisher":{"@id":"https:\/\/www.expertours.ca\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.expertours.ca\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.expertours.ca\/en\/#organization","name":"ExperTours","url":"https:\/\/www.expertours.ca\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.expertours.ca\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.expertours.ca\/wp-content\/uploads\/2025\/09\/Logo-ExperTours-2025_petit.png","contentUrl":"https:\/\/www.expertours.ca\/wp-content\/uploads\/2025\/09\/Logo-ExperTours-2025_petit.png","width":282,"height":200,"caption":"ExperTours"},"image":{"@id":"https:\/\/www.expertours.ca\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/agencevoyagesparadis"]}]}},"_links":{"self":[{"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/pages\/987515600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/comments?post=987515600"}],"version-history":[{"count":0,"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/pages\/987515600\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/media?parent=987515600"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.expertours.ca\/en\/wp-json\/wp\/v2\/tags?post=987515600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}