{"id":394,"date":"2025-11-03T13:18:09","date_gmt":"2025-11-03T13:18:09","guid":{"rendered":"https:\/\/thetanzaniaguide.com\/?page_id=394"},"modified":"2025-11-16T10:21:07","modified_gmt":"2025-11-16T10:21:07","slug":"plan-your-trip","status":"publish","type":"page","link":"https:\/\/thetanzaniaguide.com\/fr\/plan-your-trip\/","title":{"rendered":"Planifier votre voyage"},"content":{"rendered":"\n<!-- ========== PLAN YOUR TRIP \u2014 same style as Start Adventure ========== -->\n<section id=\"ttg-plan\" class=\"ttg-start-wrap\" aria-label=\"Plan Your Trip\">\n  <style>\n    .ttg-start-wrap{max-width:1100px;margin:20px auto;padding:0 20px}\n\n    \/* Hero (\u0646\u0641\u0633 \u0633\u062a\u0627\u064a\u0644 Start Adventure) *\/\n    .ttg-start-hero{\n  background: radial-gradient(1200px 400px at 20% 0%, #3a2417 0%, #523527 60%, #35241a 100%);\n  color:#fff;border-radius:24px;padding:28px 22px;margin:0 0 18px;\n  position:relative;overflow:hidden;\n  text-align:center;\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n  min-height:180px;\n}\n    .ttg-start-hero h1{margin:0 0 10px;font-size:clamp(26px,4vw,40px);letter-spacing:.5px}\n    .ttg-start-hero p{margin:0;opacity:.9;max-width:750px;font-size:clamp(14px,2.2vw,17px)}\n\n    \/* Form grid *\/\n    .ttg-form{display:grid;gap:14px}\n    .ttg-row{display:grid;gap:12px}\n    .ttg-3{grid-template-columns:repeat(3,1fr)}\n    .ttg-2{grid-template-columns:repeat(2,1fr)}\n    @media (max-width:900px){.ttg-3,.ttg-2{grid-template-columns:1fr}}\n\n    \/* Inputs *\/\n    .ttg-inp,.ttg-text{\n      width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;\n      font:inherit;outline:none;background:#fff\n    }\n    .ttg-inp:focus,.ttg-text:focus{border-color:#8a5b46;box-shadow:0 0 0 3px rgba(138,91,70,.15)}\n    .ttg-label{font-weight:700;color:#0f172a;margin-bottom:6px;display:block}\n\n    \/* Chips *\/\n    .ttg-checkline{display:flex;flex-wrap:wrap;gap:10px}\n    .ttg-chip{\n      display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:999px;\n      padding:10px 14px;background:#fff;cursor:pointer;font-weight:600;color:#2c1f16\n    }\n    .ttg-chip input{appearance:none;width:18px;height:18px;border:2px solid #b99b8c;border-radius:6px;display:grid;place-items:center}\n    .ttg-chip input:checked{border-color:#8a5b46;background:#8a5b46}\n    .ttg-chip input:checked::after{content:\"\";width:10px;height:10px;background:#fff;border-radius:2px}\n\n    \/* Buttons *\/\n    .ttg-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}\n    .ttg-btn{\n      padding:12px 16px;border-radius:999px;border:2px solid transparent;text-decoration:none;\n      font-weight:800;cursor:pointer;transition:.2s ease\n    }\n    .ttg-btn--primary{background:#8a5b46;color:#fff}\n    .ttg-btn--ghost{background:#fff;border-color:#3a2417;color:#3a2417}\n    .ttg-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}\n\n    \/* Back to Home *\/\n    .ttg-backhome{text-align:center;margin-top:20px}\n    .ttg-backhome a{\n      display:inline-block;padding:12px 22px;border-radius:999px;\n      background:#fff;color:#3a2417;border:2px solid #3a2417;\n      font-weight:700;text-decoration:none;transition:.25s\n    }\n    .ttg-backhome a:hover{background:#3a2417;color:#fff}\n\n    \/* \u0625\u062e\u0641\u0627\u0621 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0642\u0627\u0644\u0628 *\/\n    .page .entry-title, .wp-block-post-title, .entry-header{display:none!important}\n  <\/style>\n\n  <!-- Header -->\n  <div class=\"ttg-start-hero\">\n    <h1>Plan Your Trip<\/h1>\n    <p>Tell us your dates, group size, style and budget \u2014 our local experts will map the perfect route &#038; stays.<\/p>\n  <\/div>\n\n  <!-- FORM (\u0646\u0641\u0633 \u0627\u0644\u062a\u0631\u062a\u064a\u0628 \u062a\u0645\u0627\u0645\u064b\u0627 \u0645\u062b\u0644 Start Adventure) -->\n  <form id=\"ttgPlanForm\" class=\"ttg-form\" onsubmit=\"return false;\">\n    <!-- Row 1 -->\n    <div class=\"ttg-row ttg-3\">\n      <div>\n        <label class=\"ttg-label\" for=\"p_name\">Full Name<\/label>\n        <input class=\"ttg-inp\" id=\"p_name\" name=\"name\" type=\"text\" placeholder=\"Your name\" required>\n      <\/div>\n      <div>\n        <label class=\"ttg-label\" for=\"p_email\">Email<\/label>\n        <input class=\"ttg-inp\" id=\"p_email\" name=\"email\" type=\"email\" placeholder=\"you@example.com\" required>\n      <\/div>\n      <div>\n        <label class=\"ttg-label\" for=\"p_dates\">Dates<\/label>\n        <input class=\"ttg-inp\" id=\"p_dates\" name=\"dates\" type=\"text\" placeholder=\"e.g. 12\u201325 July 2026\">\n      <\/div>\n    <\/div>\n\n    <!-- Row 2 -->\n    <div class=\"ttg-row ttg-2\">\n      <div>\n        <label class=\"ttg-label\" for=\"p_group\">Group size<\/label>\n        <input class=\"ttg-inp\" id=\"p_group\" name=\"group\" type=\"number\" min=\"1\" value=\"2\">\n      <\/div>\n      <div>\n        <label class=\"ttg-label\" for=\"p_budget\">Budget (per person, USD)<\/label>\n        <input class=\"ttg-inp\" id=\"p_budget\" name=\"budget\" type=\"number\" placeholder=\"3000\">\n      <\/div>\n    <\/div>\n\n    <!-- Focus -->\n    <div>\n      <span class=\"ttg-label\">Adventure Focus<\/span>\n      <div class=\"ttg-checkline\" id=\"p_focus\">\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Safari\">Safari<\/label>\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Kilimanjaro\">Kilimanjaro<\/label>\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Beach\">Beach<\/label>\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Cultural\">Cultural<\/label>\n      <\/div>\n    <\/div>\n\n    <!-- Add-ons -->\n    <div>\n      <span class=\"ttg-label\">Add-ons<\/span>\n      <div class=\"ttg-checkline\" id=\"p_addons\">\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Honeymoon\">Honeymoon<\/label>\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Photo Safari\">Photo Safari<\/label>\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Balloon Safari\">Balloon Safari<\/label>\n        <label class=\"ttg-chip\"><input type=\"checkbox\" value=\"Birding\">Birding<\/label>\n      <\/div>\n    <\/div>\n\n    <!-- Notes -->\n    <div>\n      <label class=\"ttg-label\" for=\"p_msg\">Additional notes<\/label>\n      <textarea class=\"ttg-text\" id=\"p_msg\" name=\"msg\" rows=\"5\" placeholder=\"Special requests, routes, lodges, etc.\"><\/textarea>\n    <\/div>\n\n    <!-- Actions -->\n    <div class=\"ttg-actions\">\n      <button type=\"button\" class=\"ttg-btn ttg-btn--primary\" id=\"p_sendWA\">Send via WhatsApp<\/button>\n      <button type=\"button\" class=\"ttg-btn ttg-btn--ghost\" id=\"p_sendEmail\">Send via Email<\/button>\n    <\/div>\n\n    <!-- Back to Home -->\n    <div class=\"ttg-backhome\">\n      <a href=\"https:\/\/thetanzaniaguide.com\/\">\u2190 Back to Home<\/a>\n    <\/div>\n  <\/form>\n\n  <script>\n    (function(){\n      const $ = s => document.querySelector(s);\n      const joinChecked = wrapSel => {\n        const wrap = $(wrapSel);\n        if(!wrap) return \"\";\n        return [...wrap.querySelectorAll('input:checked')].map(i=>i.value).join(', ');\n      };\n\n      function summary(){\n        const name=$('#p_name').value.trim();\n        const email=$('#p_email').value.trim();\n        const dates=$('#p_dates').value.trim();\n        const group=$('#p_group').value.trim();\n        const budget=$('#p_budget').value.trim();\n        const focus=joinChecked('#p_focus');\n        const addons=joinChecked('#p_addons');\n        const msg=$('#p_msg').value.trim();\n\n        return [\n          `Name: ${name}`,\n          `Email: ${email}`,\n          dates?`Dates: ${dates}`:'',\n          group?`Group size: ${group}`:'',\n          budget?`Budget: $${budget}`:'',\n          focus?`Focus: ${focus}`:'',\n          addons?`Add-ons: ${addons}`:'',\n          msg?`Notes: ${msg}`:''\n        ].filter(Boolean).join('%0A');\n      }\n\n      \/\/ WhatsApp\n      $('#p_sendWA').addEventListener('click', ()=>{\n        const phone='21621281854';\n        const text=summary();\n        const url=`https:\/\/api.whatsapp.com\/send?phone=${phone}&text=${text}`;\n        window.open(url,'_blank');\n      });\n\n      \/\/ Email\n      $('#p_sendEmail').addEventListener('click', ()=>{\n        const to='info@thetanzaniaguide.com';\n        const subject=encodeURIComponent('Plan Your Trip \u2014 The Tanzania Guide');\n        const body=summary();\n        window.location.href=`mailto:${to}?subject=${subject}&body=${body}`;\n      });\n    })();\n  <\/script>\n<\/section>\n<!-- ========== \/END PLAN YOUR TRIP ========== -->\n","protected":false},"excerpt":{"rendered":"<p>Plan Your Trip Tell us your dates, group size, style and budget \u2014 our local experts will map the perfect route &#038; stays. Full Name Email Dates Group size Budget (per person, USD) Adventure Focus Safari Kilimanjaro Beach Cultural Add-ons Honeymoon Photo Safari Balloon Safari Birding Additional notes Send via WhatsApp Send via Email \u2190 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-394","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Plan Your Trip - The Tanzania Guide<\/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:\/\/thetanzaniaguide.com\/fr\/plan-your-trip\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plan Your Trip - The Tanzania Guide\" \/>\n<meta property=\"og:description\" content=\"Plan Your Trip Tell us your dates, group size, style and budget \u2014 our local experts will map the perfect route &#038; stays. Full Name Email Dates Group size Budget (per person, USD) Adventure Focus Safari Kilimanjaro Beach Cultural Add-ons Honeymoon Photo Safari Balloon Safari Birding Additional notes Send via WhatsApp Send via Email \u2190 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thetanzaniaguide.com\/fr\/plan-your-trip\/\" \/>\n<meta property=\"og:site_name\" content=\"The Tanzania Guide\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-16T10:21:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/plan-your-trip\\\/\",\"url\":\"https:\\\/\\\/thetanzaniaguide.com\\\/plan-your-trip\\\/\",\"name\":\"Plan Your Trip - The Tanzania Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/#website\"},\"datePublished\":\"2025-11-03T13:18:09+00:00\",\"dateModified\":\"2025-11-16T10:21:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/plan-your-trip\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thetanzaniaguide.com\\\/plan-your-trip\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/plan-your-trip\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thetanzaniaguide.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plan Your Trip\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/#website\",\"url\":\"https:\\\/\\\/thetanzaniaguide.com\\\/\",\"name\":\"The Tanzania Guide\",\"description\":\"\u0643\u0644\u064a\u0645\u0646\u062c\u0627\u0631\u0648\u060c\u0634\u0645\u0633\u060c\u0634\u0627\u0637\u0626 \u0632\u0646\u062c\u0628\u0627\u0631\u060c\u0633\u0641\u0627\u0631\u064a\",\"publisher\":{\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thetanzaniaguide.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/#organization\",\"name\":\"The Tanzania Guide\",\"url\":\"https:\\\/\\\/thetanzaniaguide.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/thetanzaniaguide.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/WhatsApp-Image-2025-09-08-at-18.23.36.jpeg\",\"contentUrl\":\"https:\\\/\\\/thetanzaniaguide.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/WhatsApp-Image-2025-09-08-at-18.23.36.jpeg\",\"width\":686,\"height\":782,\"caption\":\"The Tanzania Guide\"},\"image\":{\"@id\":\"https:\\\/\\\/thetanzaniaguide.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/thetanzaniaguide\\\/\",\"http:\\\/\\\/tiktok.com\\\/@thetanzaniaguide\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plan Your Trip - The Tanzania Guide","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:\/\/thetanzaniaguide.com\/fr\/plan-your-trip\/","og_locale":"fr_FR","og_type":"article","og_title":"Plan Your Trip - The Tanzania Guide","og_description":"Plan Your Trip Tell us your dates, group size, style and budget \u2014 our local experts will map the perfect route &#038; stays. Full Name Email Dates Group size Budget (per person, USD) Adventure Focus Safari Kilimanjaro Beach Cultural Add-ons Honeymoon Photo Safari Balloon Safari Birding Additional notes Send via WhatsApp Send via Email \u2190 [&hellip;]","og_url":"https:\/\/thetanzaniaguide.com\/fr\/plan-your-trip\/","og_site_name":"The Tanzania Guide","article_modified_time":"2025-11-16T10:21:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thetanzaniaguide.com\/plan-your-trip\/","url":"https:\/\/thetanzaniaguide.com\/plan-your-trip\/","name":"Plan Your Trip - The Tanzania Guide","isPartOf":{"@id":"https:\/\/thetanzaniaguide.com\/#website"},"datePublished":"2025-11-03T13:18:09+00:00","dateModified":"2025-11-16T10:21:07+00:00","breadcrumb":{"@id":"https:\/\/thetanzaniaguide.com\/plan-your-trip\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thetanzaniaguide.com\/plan-your-trip\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thetanzaniaguide.com\/plan-your-trip\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thetanzaniaguide.com\/"},{"@type":"ListItem","position":2,"name":"Plan Your Trip"}]},{"@type":"WebSite","@id":"https:\/\/thetanzaniaguide.com\/#website","url":"https:\/\/thetanzaniaguide.com\/","name":"Le guide de la Tanzanie","description":"\u0643\u0644\u064a\u0645\u0646\u062c\u0627\u0631\u0648\u060c\u0634\u0645\u0633\u060c\u0634\u0627\u0637\u0626 \u0632\u0646\u062c\u0628\u0627\u0631\u060c\u0633\u0641\u0627\u0631\u064a","publisher":{"@id":"https:\/\/thetanzaniaguide.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thetanzaniaguide.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/thetanzaniaguide.com\/#organization","name":"Le guide de la Tanzanie","url":"https:\/\/thetanzaniaguide.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/thetanzaniaguide.com\/#\/schema\/logo\/image\/","url":"https:\/\/thetanzaniaguide.com\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-08-at-18.23.36.jpeg","contentUrl":"https:\/\/thetanzaniaguide.com\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-08-at-18.23.36.jpeg","width":686,"height":782,"caption":"The Tanzania Guide"},"image":{"@id":"https:\/\/thetanzaniaguide.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/thetanzaniaguide\/","http:\/\/tiktok.com\/@thetanzaniaguide"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/pages\/394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/comments?post=394"}],"version-history":[{"count":4,"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/pages\/394\/revisions"}],"predecessor-version":[{"id":438,"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/pages\/394\/revisions\/438"}],"wp:attachment":[{"href":"https:\/\/thetanzaniaguide.com\/fr\/wp-json\/wp\/v2\/media?parent=394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}