{"id":782,"date":"2021-12-08T14:20:34","date_gmt":"2021-12-08T14:20:34","guid":{"rendered":"https:\/\/senhorviagens.com\/?p=782"},"modified":"2023-01-12T17:15:19","modified_gmt":"2023-01-12T17:15:19","slug":"expedia-e-confiavel","status":"publish","type":"post","link":"https:\/\/senhorviagens.com\/fr\/expedia-e-confiavel\/","title":{"rendered":"Expedia : d\u00e9couvrez comment \u00e7a marche et si c&#039;est fiable !"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-descubra-tudo-sobre-a-expedia-viagens\"><a><\/a>D\u00e9couvrez tout sur Expedia Viagens<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"474\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-1-2-1024x474.jpg\" alt=\"Propagando Expedia\" class=\"w-full object-cover object-center border mx-auto wp-image-785\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-1-2-1024x474.jpg 1024w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-1-2-300x139.jpg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-1-2-768x355.jpg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-1-2.jpg 1414w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >V\u00e9rifiez si Expedia est digne de confiance. Source : Expedia.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>La soci\u00e9t\u00e9 Expedia a vu le jour en 1996, aux Etats-Unis, cr\u00e9\u00e9e par Microsoft. Quelques ann\u00e9es plus tard, elle devient une entreprise ind\u00e9pendante avec un profil ax\u00e9 sur le voyage et la technologie. Mais apr\u00e8s tout, Expedia est-il digne de confiance ?<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z2wUnws\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Comment acheter un billet sur Expedia ?\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\" alt=\"Cada em meio ao oceano\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Comment acheter un billet sur Expedia ?\">\n            Comment acheter un billet sur Expedia ?        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Si vous souhaitez acheter un billet Expedia, mais que vous ne savez toujours pas exactement comment fonctionne le site, consultez les instructions \u00e9tape par \u00e9tape pour l&#039;achat ici !        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuer la conf\u00e9rence            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Comment acheter un billet sur Expedia ?              <\/p>\n              <a href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuer la conf\u00e9rence                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Je me reposerai sur mon propre site Web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Apr\u00e8s tout, c&#039;est aujourd&#039;hui un g\u00e9ant dans le domaine des services de voyages et de tourisme et propose des services int\u00e9ressants pour ceux qui aiment sortir fr\u00e9quemment. Nous allons donc vous donner toutes les informations afin que vous puissiez r\u00e9soudre cette question. V\u00e9rifier!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-o-que-e-a-empresa-expedia\">Qu&#039;est-ce que la soci\u00e9t\u00e9 Expedia ?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img width=\"1000\" height=\"678\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-2.jpeg\" alt=\"Homem com mochila sentado no ch\u00e3o\" class=\"w-full object-cover object-center border mx-auto wp-image-786\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-2.jpeg 1000w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-2-300x203.jpeg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-2-768x521.jpeg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Apr\u00e8s tout, qu\u2019est-ce qu\u2019Expedia ? Source : Pexels.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Premi\u00e8rement, Expedia est une agence de voyages en ligne qui propose des services tels que des billets, des h\u00f4tels, la location de voitures, entre autres. Ainsi, l\u2019entreprise a vu le jour \u00e0 Seattle, aux \u00c9tats-Unis, en 1996. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aujourd&#039;hui, le groupe poss\u00e8de plusieurs autres plateformes li\u00e9es au tourisme comme Hot\u00e9is.com et Trivago par exemple. Et bien qu\u2019il soit connu dans le monde entier, il continue de gagner des parts de march\u00e9 au Br\u00e9sil.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pour cette raison, les gens ont encore des doutes quant \u00e0 la fiabilit\u00e9 d\u2019Expedia. Cependant, il s\u2019agit d\u2019une entreprise grande et consolid\u00e9e, alors n\u2019ayez pas peur d\u2019acheter des produits et services aupr\u00e8s d\u2019elle. D\u00e9couvrez ci-dessous comment fonctionne Expedia.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-como-funciona-viajar-com-a-expedia\"><a><\/a>Comment voyager avec Expedia ?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img width=\"1000\" height=\"667\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-3-1.jpg\" alt=\"Homem de mochila descendo escadas\" class=\"w-full object-cover object-center border mx-auto wp-image-787\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-3-1.jpg 1000w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-3-1-300x200.jpg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Post-1-3-1-768x512.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Apr\u00e8s tout, comment \u00e7a marche ? Source : Pexel.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Expedia est une entreprise compl\u00e8te et fiable. Ainsi, comme nous l&#039;avons dit, elle propose des billets d&#039;avion, des h\u00e9bergements, des locations de voitures, des forfaits de voyage et des activit\u00e9s, telles que des visites guid\u00e9es. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De plus, la soci\u00e9t\u00e9 op\u00e8re dans 29 pays et effectue des r\u00e9servations dans plus de 140 000 h\u00f4tels \u00e0 travers le monde. Ainsi, pour utiliser ses services, vous pouvez acc\u00e9der au site Web de l&#039;entreprise et choisir ce que vous souhaitez acheter. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De plus, Expedia propose \u00e9galement une assistance t\u00e9l\u00e9phonique aux clients au Br\u00e9sil et \u00e0 l&#039;\u00e9tranger. Le service fonctionne de 9h \u00e0 22h et vous pouvez nous contacter aux num\u00e9ros suivants :<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>(11) 4700 2913 (pour les clients au Br\u00e9sil) ;<\/li><li>9493334964 (pour les clients \u00e0 l&#039;\u00e9tranger).<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De plus, si vous souhaitez acheter un service aupr\u00e8s de l&#039;entreprise, acc\u00e9dez au site Internet et choisissez votre destination et vos dates de d\u00e9part et d&#039;arriv\u00e9e pour voir les options.  <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il est \u00e9galement important de noter qu&#039;Expedia accepte les paiements avec des miles a\u00e9riens ou des cartes de cr\u00e9dit Visa, Mastercard ou American Express.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-e-confiavel-e-seguro-comprar-com-a-expedia\"><a><\/a>Est-il fiable et s\u00fbr d\u2019acheter avec Expedia ?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>M\u00eame si l&#039;entreprise n&#039;est pas tr\u00e8s populaire au Br\u00e9sil, Expedia est fiable et vous pouvez utiliser son site Web pour acheter des services et des forfaits sans probl\u00e8me majeur. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En ce sens, Expedia utilise le protocole HTTPS pour crypter les informations fournies sur son site Internet. De plus, elle propose des services dans plusieurs pays, ainsi qu&#039;un num\u00e9ro de t\u00e9l\u00e9phone pour les clients qui se trouvent au Br\u00e9sil ou \u00e0 l&#039;\u00e9tranger. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alors, ne perdez pas de temps et acc\u00e9dez au site Web pour consulter les promotions sur les forfaits et autres services. En fait, si vous souhaitez savoir comment acheter vos billets d\u2019avion avec Expedia, consultez notre contenu ci-dessous avec plus de d\u00e9tails !<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-WUKV7\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Comment acheter un billet sur Expedia ?\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\" alt=\"Cada em meio ao oceano\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Comment acheter un billet sur Expedia ?\">\n            Comment acheter un billet sur Expedia ?        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Si vous souhaitez acheter un billet Expedia, mais que vous ne savez toujours pas exactement comment fonctionne le site, consultez les instructions \u00e9tape par \u00e9tape pour l&#039;achat ici !        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuer la conf\u00e9rence            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Comment acheter un billet sur Expedia ?              <\/p>\n              <a href=\"https:\/\/senhorviagens.com\/fr\/como-comprar-passagem-expedia\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuer la conf\u00e9rence                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Je me reposerai sur mon propre site Web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Expedia est une entreprise nord-am\u00e9ricaine du secteur du tourisme et de la technologie. Ainsi, elle conquiert le march\u00e9 au Br\u00e9sil en proposant des services de voyages diversifi\u00e9s. V\u00e9rifiez s&#039;il est digne de confiance\u00a0!<\/p>","protected":false},"author":6,"featured_media":784,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6,9,5],"tags":[4,29,180,179],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Expedia: saiba como funciona e se \u00e9 confi\u00e1vel! - Senhor Viagens<\/title>\n<meta name=\"description\" content=\"Conhe\u00e7a a Expedia, uma ag\u00eancia de turismo norte-americana que chegou ao Brasil em 2012. Ent\u00e3o, descubra aqui se a Expedia \u00e9 confi\u00e1vel!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/senhorviagens.com\/fr\/expedia-e-confiavel\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel!\" \/>\n<meta property=\"og:description\" content=\"Conhe\u00e7a a Expedia, uma ag\u00eancia de turismo norte-americana que chegou ao Brasil em 2012. Ent\u00e3o, descubra aqui se a Expedia \u00e9 confi\u00e1vel!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/senhorviagens.com\/fr\/expedia-e-confiavel\/\" \/>\n<meta property=\"og:site_name\" content=\"Senhor Viagens\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-08T14:20:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-12T17:15:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1346\" \/>\n\t<meta property=\"og:image:height\" content=\"682\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sam.scorbaioli@gmail.com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Samantha Scorbaioli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/senhorviagens.com\/#website\",\"url\":\"https:\/\/senhorviagens.com\/\",\"name\":\"Senhor Viagens\",\"description\":\"As melhores dicas para voc\u00ea planejar sua pr\u00f3xima viagem\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/senhorviagens.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#primaryimage\",\"url\":\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\",\"contentUrl\":\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg\",\"width\":1346,\"height\":682,\"caption\":\"Fonte: Expedia.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#webpage\",\"url\":\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/\",\"name\":\"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel! - Senhor Viagens\",\"isPartOf\":{\"@id\":\"https:\/\/senhorviagens.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#primaryimage\"},\"datePublished\":\"2021-12-08T14:20:34+00:00\",\"dateModified\":\"2023-01-12T17:15:19+00:00\",\"author\":{\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc\"},\"description\":\"Conhe\u00e7a a Expedia, uma ag\u00eancia de turismo norte-americana que chegou ao Brasil em 2012. Ent\u00e3o, descubra aqui se a Expedia \u00e9 confi\u00e1vel!\",\"breadcrumb\":{\"@id\":\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/senhorviagens.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc\",\"name\":\"Samantha Scorbaioli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"caption\":\"Samantha Scorbaioli\"},\"description\":\"Apaixonada por viver novas experi\u00eancias, culturas e sempre em busca de conhecimento e novos desafios. Possui experi\u00eancia em Hotelaria e Turismo e h\u00e1 alguns anos atua na \u00e1rea de produ\u00e7\u00e3o de conte\u00fado.\",\"sameAs\":[\"https:\/\/twitter.com\/sam.scorbaioli@gmail.com\"],\"url\":\"https:\/\/senhorviagens.com\/fr\/author\/sam-scorbaioligmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel! - Senhor Viagens","description":"Conhe\u00e7a a Expedia, uma ag\u00eancia de turismo norte-americana que chegou ao Brasil em 2012. Ent\u00e3o, descubra aqui se a Expedia \u00e9 confi\u00e1vel!","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:\/\/senhorviagens.com\/fr\/expedia-e-confiavel\/","og_locale":"fr_FR","og_type":"article","og_title":"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel!","og_description":"Conhe\u00e7a a Expedia, uma ag\u00eancia de turismo norte-americana que chegou ao Brasil em 2012. Ent\u00e3o, descubra aqui se a Expedia \u00e9 confi\u00e1vel!","og_url":"https:\/\/senhorviagens.com\/fr\/expedia-e-confiavel\/","og_site_name":"Senhor Viagens","article_published_time":"2021-12-08T14:20:34+00:00","article_modified_time":"2023-01-12T17:15:19+00:00","og_image":[{"width":1346,"height":682,"url":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_creator":"@sam.scorbaioli@gmail.com","twitter_misc":{"Written by":"Samantha Scorbaioli","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/senhorviagens.com\/#website","url":"https:\/\/senhorviagens.com\/","name":"Senhor Viagens","description":"As melhores dicas para voc\u00ea planejar sua pr\u00f3xima viagem","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/senhorviagens.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#primaryimage","url":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg","contentUrl":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2021\/12\/Destaque-1-1.jpg","width":1346,"height":682,"caption":"Fonte: Expedia."},{"@type":"WebPage","@id":"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#webpage","url":"https:\/\/senhorviagens.com\/expedia-e-confiavel\/","name":"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel! - Senhor Viagens","isPartOf":{"@id":"https:\/\/senhorviagens.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#primaryimage"},"datePublished":"2021-12-08T14:20:34+00:00","dateModified":"2023-01-12T17:15:19+00:00","author":{"@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc"},"description":"Conhe\u00e7a a Expedia, uma ag\u00eancia de turismo norte-americana que chegou ao Brasil em 2012. Ent\u00e3o, descubra aqui se a Expedia \u00e9 confi\u00e1vel!","breadcrumb":{"@id":"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/senhorviagens.com\/expedia-e-confiavel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/senhorviagens.com\/expedia-e-confiavel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/senhorviagens.com\/"},{"@type":"ListItem","position":2,"name":"Expedia: saiba como funciona e se \u00e9 confi\u00e1vel!"}]},{"@type":"Person","@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc","name":"Samantha Scorbaioli","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","caption":"Samantha Scorbaioli"},"description":"Apaixonada por viver novas experi\u00eancias, culturas e sempre em busca de conhecimento e novos desafios. Possui experi\u00eancia em Hotelaria e Turismo e h\u00e1 alguns anos atua na \u00e1rea de produ\u00e7\u00e3o de conte\u00fado.","sameAs":["https:\/\/twitter.com\/sam.scorbaioli@gmail.com"],"url":"https:\/\/senhorviagens.com\/fr\/author\/sam-scorbaioligmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/posts\/782"}],"collection":[{"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/comments?post=782"}],"version-history":[{"count":0,"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/posts\/782\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/media\/784"}],"wp:attachment":[{"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/media?parent=782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/categories?post=782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/senhorviagens.com\/fr\/wp-json\/wp\/v2\/tags?post=782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}