<!doctype html >
<html lang="fr-FR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<title>Info Voyage | Guide de voyage</title>
<link rel="canonical" href="https://www.info-aviation.com" />
<style id="rocket-critical-css">h1,h2{overflow-wrap:break-word}p{overflow-wrap:break-word}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.yzp-wrapper.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img,.yzp-inline.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img,.yzp-widget.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img{-ms-grid-row:1;-ms-grid-column:3;grid-area:image}.yzp-wrapper.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-metas,.yzp-inline.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-metas,.yzp-widget.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-metas{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:meta;margin-top:0}.yzp-wrapper.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-title,.yzp-inline.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-title,.yzp-widget.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-title{-ms-grid-row:1;-ms-grid-column:2;grid-area:title;margin:0;font-weight:bold;margin-bottom:.6em}.yzp-wrapper.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-excerpt,.yzp-inline.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-excerpt,.yzp-widget.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-excerpt{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:excerpt}.yzp-wrapper.yzp-layout-list .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img{-ms-grid-row:1;-ms-grid-column:3;grid-area:image}.yzp-wrapper.yzp-layout-list.yzp-template-list-default-image .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img{-ms-grid-row:1;-ms-grid-column:3;grid-area:image}.yzp-wrapper.yzp-layout-list.yzp-template-list-default-image-medium .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img{-ms-grid-row:1;-ms-grid-column:3;grid-area:image}.yzp-wrapper.yzp-layout-inline.yzp-template-inline-yuzo-i .yzp-container .yzp-wrap-item .yzp-item .yzp-item-button,.yzp-wrapper.yzp-layout-inline.yzp-template-inline-yuzo-i2 .yzp-container .yzp-wrap-item .yzp-item .yzp-item-button{-ms-grid-row:1;-ms-grid-column:1;grid-area:button;background:#eaeaea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2.8em;color:#fff}.yzp-wrapper.yzp-layout-inline.yzp-template-inline-yuzo-i2 .yzp-container .yzp-wrap-item .yzp-item .yzp-item-img{-ms-grid-row:1;-ms-grid-column:3;grid-area:image;display:block}.yzp-wrapper.yzp-layout-inline.yzp-template-inline-yuzo-i2 .yzp-container .yzp-wrap-item .yzp-item .yzp-item-title{-ms-grid-row:1;-ms-grid-column:2;grid-area:title;padding:0;padding:10px}.yzp-wrapper.yzp-layout-inline.yzp-template-inline-yuzo-i2 .yzp-container .yzp-wrap-item .yzp-item .yzp-item-button{-ms-grid-row:1;-ms-grid-column:1;grid-area:button;background-color:transparent}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}img{border:0}svg:not(:root){overflow:hidden}input{color:inherit;font:inherit;margin:0}input[type="submit"]{-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img{max-width:100%;width:auto\9;height:auto}.td-main-content-wrap{background-color:#fff}.td-container{width:1068px;margin-right:auto;margin-left:auto}.td-container:before,.td-container:after{display:table;content:'';line-height:0}.td-container:after{clear:both}.td-pb-row{*zoom:1;margin-right:-24px;margin-left:-24px;position:relative}.td-pb-row:before,.td-pb-row:after{display:table;content:''}.td-pb-row:after{clear:both}.td-pb-row [class*="td-pb-span"]{display:block;min-height:1px;float:left;padding-right:24px;padding-left:24px;position:relative}@media (min-width:1019px) and (max-width:1140px){.td-pb-row [class*="td-pb-span"]{padding-right:20px;padding-left:20px}}@media (min-width:768px) and (max-width:1018px){.td-pb-row [class*="td-pb-span"]{padding-right:14px;padding-left:14px}}@media (max-width:767px){.td-pb-row [class*="td-pb-span"]{padding-right:0;padding-left:0;float:none;width:100%}}.td-ss-main-sidebar{-webkit-backface-visibility:hidden;-webkit-perspective:1000}.td-pb-span4{width:33.33333333%}.td-pb-span8{width:66.66666667%}@media (min-width:1019px) and (max-width:1140px){.td-container{width:980px}.td-pb-row{margin-right:-20px;margin-left:-20px}}@media (min-width:768px) and (max-width:1018px){.td-container{width:740px}.td-pb-row{margin-right:-14px;margin-left:-14px}}@media (max-width:767px){.td-container{width:100%;padding-left:20px;padding-right:20px}.td-pb-row{width:100%;margin-left:0;margin-right:0}}.td-header-wrap{position:relative;z-index:2000}.td-header-row{*zoom:1;font-family:'Open Sans','Open Sans Regular',sans-serif}.td-header-row:before,.td-header-row:after{display:table;content:''}.td-header-row:after{clear:both}.td-header-gradient:before{content:"";background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');width:100%;height:12px;position:absolute;left:0;bottom:-12px;z-index:1}@media (max-width:767px){#td-header-search-button{display:none}}#td-header-search-button-mob{display:none}@media (max-width:767px){#td-header-search-button-mob{display:block}}@media (min-width:768px){.td-drop-down-search .td-search-form{margin:20px}}.td-header-wrap .td-drop-down-search{position:absolute;top:100%;right:0;visibility:hidden;opacity:0;transform:translate3d(0,20px,0);-webkit-transform:translate3d(0,20px,0);background-color:#fff;-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);border-top:0;width:342px}.td-header-wrap .td-drop-down-search .btn{position:absolute;height:32px;min-width:67px;line-height:17px;padding:7px 15px 8px;text-shadow:none;vertical-align:top;right:20px;margin:0!important}.td-header-wrap .td-drop-down-search:before{position:absolute;top:-9px;right:19px;display:block;content:'';width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:transparent transparent #4db2ec transparent}.td-header-wrap .td-drop-down-search:after{position:absolute;top:-3px;display:block;content:'';right:0;left:0;margin:0 auto;width:100%;height:3px;background-color:#4db2ec}.td-header-wrap #td-header-search{width:235px;height:32px;margin:0;border-right:0;line-height:17px;border-color:#eaeaea!important}@media (max-width:767px){.td-header-wrap #td-header-search{width:91%;font-size:16px}}.td-banner-wrap-full{position:relative}.td-header-menu-wrap-full{z-index:9998;position:relative}@media (max-width:767px){.td-header-wrap .td-header-menu-wrap-full,.td-header-wrap .td-header-menu-wrap,.td-header-wrap .td-header-main-menu{background-color:#222!important;height:54px!important}.header-search-wrap .td-icon-search{color:#fff!important}}.td-logo-text-container{display:inline-block;vertical-align:middle;line-height:1;z-index:1}.td-logo-text-container span{display:inline-block;width:100%}.td-logo-text-container .td-logo-text{font-size:75px;font-family:serif;color:#222;line-height:1}@media (max-width:767px){.td-logo-text-container .td-logo-text{font-size:36px}}.td-logo-text-container .td-tagline-text{letter-spacing:1.8px;font-size:12px;font-family:serif;color:#777;padding-top:2px;padding-bottom:10px}@media (max-width:767px){.td-logo-text-container .td-tagline-text{font-size:11px}}.td-header-wrap .td-header-menu-wrap-full{background-color:#fff}.td-header-style-1 .td-logo-text-wrap{min-height:130px;line-height:130px}@media (max-width:767px){.td-header-style-1 .td-logo-text-wrap{line-height:90px;min-height:90px}}.td-header-style-1 .td-logo-text-wrap a{position:relative;z-index:1;line-height:130px;display:inline-block;vertical-align:middle}@media (max-width:767px){.td-header-style-1 .td-logo-text-wrap a{line-height:90px}}.td-header-style-1 .td-logo-text-container a{line-height:1}.td-header-style-1 .td-header-sp-logo{text-align:center}.td-header-style-1 .header-search-wrap .td-icon-search{color:#000}@media (max-width:767px){.td-header-style-1 .header-search-wrap .td-icon-search{color:#fff}}.td-header-style-1 .td-header-menu-wrap-full{position:relative}.td-header-main-menu{position:relative;z-index:999;padding-right:48px}@media (max-width:767px){.td-header-main-menu{padding-right:64px;padding-left:2px}}#td-header-menu{display:inline-block;vertical-align:top}.header-search-wrap{position:absolute;top:0;right:0;z-index:999}.header-search-wrap .td-icon-search{display:inline-block;font-size:19px;width:48px;line-height:48px;text-align:center}@media (min-width:768px) and (max-width:1018px){.header-search-wrap .td-icon-search{font-size:15px}}@media (max-width:767px){.header-search-wrap .td-icon-search{height:54px;width:54px;line-height:54px;font-size:22px;margin-right:2px}}#td-outer-wrap{overflow:hidden}@media (max-width:767px){#td-outer-wrap{margin:auto;width:100%;-webkit-transform-origin:50% 200px 0;transform-origin:50% 200px 0}}#td-top-mobile-toggle{display:none}@media (max-width:767px){#td-top-mobile-toggle{display:inline-block;position:relative}}#td-top-mobile-toggle a{display:inline-block}#td-top-mobile-toggle i{font-size:27px;width:64px;line-height:54px;height:54px;display:inline-block;padding-top:1px;color:#fff}.td-menu-background{background-repeat:no-repeat;background-size:cover;background-position:center top;position:fixed;top:0;display:block;width:100%;height:113%;z-index:9999;visibility:hidden;transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0)}.td-menu-background:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0.98;background:#313b45;background:-webkit-gradient(left top,left bottom,color-stop(0%,#313b45),color-stop(100%,#3393b8));background:linear-gradient(to bottom,#313b45 0%,#3393b8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0)}#td-mobile-nav{padding:0;position:fixed;width:100%;height:calc(100% + 1px);top:0;z-index:9999;visibility:hidden;transform:translate3d(-99%,0,0);-webkit-transform:translate3d(-99%,0,0);left:-1%;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif}#td-mobile-nav{height:1px;overflow:hidden}.td-mobile-close{position:absolute;right:1px;top:0;z-index:1000}.td-mobile-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;top:4px;position:relative}.td-mobile-content{padding:20px 20px 0}.td-mobile-container{padding-bottom:20px;position:relative}.td-mobile-container{opacity:1}.td-search-wrap-mob{padding:0;position:absolute;width:100%;height:auto;top:0;text-align:center;z-index:9999;visibility:hidden;color:#fff;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif}.td-search-wrap-mob .td-drop-down-search{opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;position:relative}.td-search-wrap-mob #td-header-search-mob{color:#fff;font-weight:bold;font-size:26px;height:40px;line-height:36px;border:0;background:transparent;outline:0;margin:8px 0;padding:0;text-align:center}.td-search-wrap-mob .td-search-input{margin:0 5%;position:relative}.td-search-wrap-mob .td-search-input span{opacity:0.8;font-size:12px}.td-search-wrap-mob .td-search-input:before,.td-search-wrap-mob .td-search-input:after{content:'';position:absolute;display:block;width:100%;height:1px;background-color:#fff;bottom:0;left:0;opacity:0.2}.td-search-wrap-mob .td-search-input:after{opacity:0.8;transform:scaleX(0);-webkit-transform:scaleX(0)}.td-search-wrap-mob .td-search-form{margin-bottom:30px}.td-search-background{background-repeat:no-repeat;background-size:cover;background-position:center top;position:fixed;top:0;display:block;width:100%;height:113%;z-index:9999;transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);visibility:hidden}.td-search-background:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0.98;background:#313b45;background:-webkit-gradient(left top,left bottom,color-stop(0%,#313b45),color-stop(100%,#3393b8));background:linear-gradient(to bottom,#313b45 0%,#3393b8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0)}.td-search-close{text-align:right;z-index:1000}.td-search-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;position:relative;top:4px;right:0}body{font-family:Verdana,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:14px;line-height:21px}p{margin-top:0;margin-bottom:21px}a{color:#4db2ec;text-decoration:none}h1,h2{font-family:'Roboto',sans-serif;color:#111111;font-weight:400;margin:6px 0}h1{font-size:32px;line-height:40px;margin-top:33px;margin-bottom:23px}h2{font-size:27px;line-height:38px;margin-top:30px;margin-bottom:20px}input[type=submit]{font-family:'Roboto',sans-serif;font-size:13px;background-color:#222222;border-radius:0;color:#fff;border:none;padding:8px 15px;font-weight:500}input[type=text]{font-size:12px;line-height:21px;color:#444;border:1px solid #e1e1e1;width:100%;max-width:100%;height:34px;padding:3px 9px}@media (max-width:767px){input[type=text]{font-size:16px}}.tagdiv-type{font-size:15px;line-height:1.74;color:#222}.tagdiv-type img{margin-bottom:21px}.tagdiv-type p{margin-bottom:26px}@media (max-width:767px){.alignleft{float:none!important}}.alignleft{float:left;margin-top:6px;margin-right:24px!important;margin-bottom:6px!important;margin-left:0}@media (min-width:1019px) and (max-width:1140px){.alignleft{max-width:312px;margin-right:21px}}@media (min-width:768px) and (max-width:1018px){.alignleft{max-width:220px;margin-right:21px}}@media (max-width:767px){.alignleft{text-align:center;margin-left:auto!important;margin-right:auto!important;max-width:100%;margin-bottom:21px}}.entry-title{word-wrap:break-word}.td-page-title{font-size:30px;line-height:38px;margin:-9px 0 19px 0}@media (min-width:768px) and (max-width:1018px){body .td-page-title{font-size:26px;line-height:34px;margin:-2px 0 19px 0}}@media (max-width:767px){body .td-page-title{font-size:24px;line-height:32px}}@media (min-width:768px) and (max-width:1018px){.page-template-default .td-crumb-container{margin-bottom:0}}.td-main-content-wrap{padding-bottom:40px}@media (max-width:767px){.td-main-content-wrap{padding-bottom:26px}}.td-page-content{padding-bottom:26px}.td-ss-main-sidebar{perspective:unset!important}.td-crumb-container{min-height:35px;margin-bottom:9px;padding-top:21px}@media (min-width:768px) and (max-width:1018px){.td-crumb-container{padding-top:16px}}@media (max-width:767px){.td-crumb-container{padding-top:11px}}.entry-crumbs{font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:12px;color:#c3c3c3;line-height:18px;padding-top:1px;padding-bottom:2px}.entry-crumbs a{color:#c3c3c3}.entry-crumbs .td-bread-sep{font-size:8px;margin:0 5px}@font-face{font-family:'newspaper';src:url(wp-content/themes/Newspaper/images/icons/newspaper_20.eot);src:url(wp-content/themes/Newspaper/images/icons/newspaper_20.eot#iefix) format('embedded-opentype'),url(wp-content/themes/Newspaper/images/icons/newspaper_20.woff) format('woff'),url(wp-content/themes/Newspaper/images/icons/newspaper_20.ttf) format('truetype'),url(https://www.info-aviation.com/wp-content/themes/Newspaper/images/icons/newspaper.svg?20#newspaper) format('svg');font-weight:normal;font-style:normal;font-display:swap}[class^="td-icon-"]:before,[class*=" td-icon-"]:before{font-family:'newspaper';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*="td-icon-"]{line-height:1;text-align:center;display:inline-block}.td-icon-right:before{content:'\e803'}.td-icon-search:before{content:'\e80a'}.td-icon-mobile:before{content:'\e83e'}.td-icon-close-mobile:before{content:'\e900'}.tagdiv-small-theme .td-menu-background,.tagdiv-small-theme #td-mobile-nav{visibility:visible}.tagdiv-small-theme #td-mobile-nav .td-mobile-content{padding-top:74px}</style><link rel="preload" as="style" href="//fonts.googleapis.com/css?family=Muli%3A400%2C300%2C500%2C600%2C700%7COpen%20Sans%3A400%2C600%2C700%2C300%2C500%7CRoboto%3A400%2C500%2C700%2C300%2C600%7CMuli%3A600%2C400%2C700%7CParisienne%3A400%2C700%7CMontserrat%3A700%2C600&display=swap"/><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Muli%3A400%2C300%2C500%2C600%2C700%7COpen%20Sans%3A400%2C600%2C700%2C300%2C500%7CRoboto%3A400%2C500%2C700%2C300%2C600%7CMuli%3A600%2C400%2C700%7CParisienne%3A400%2C700%7CMontserrat%3A700%2C600&display=swap" media="print" onload="this.media='all'"/><noscript><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Muli%3A400%2C300%2C500%2C600%2C700%7COpen%20Sans%3A400%2C600%2C700%2C300%2C500%7CRoboto%3A400%2C500%2C700%2C300%2C600%7CMuli%3A600%2C400%2C700%7CParisienne%3A400%2C700%7CMontserrat%3A700%2C600&display=swap"/></noscript><link rel="preload" href="wp-content/cache/min/1/27d84fcad38233447ded14a1cddbbd47.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" media="all" data-minify="1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="pingback" href="https://www.info-aviation.com/xmlrpc.php"/>
<link rel="next" href="page/2/"/><link rel="icon" type="image/png" href="wp-content/uploads/2022/03/guide-voyage-info-aviation-300x106.png"><meta name="dc.title" content="Info Voyage"/>
<meta name="dc.description" content="Guide de voyage"/>
<meta name="dc.relation" content="https://www.info-aviation.com/"/>
<meta name="dc.source" content="https://www.info-aviation.com/"/>
<meta name="dc.language" content="fr_FR"/>
<meta name="description" content="Guide de voyage"/>
<meta name="robots" content="index, follow"/>
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"/>
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"/>
<meta name="google-site-verification" content="sCwZ4FKvGt4IZf-78vWRqPVDMPjefN62cEuWXvZXreU" />
<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "WebSite",
"url" : "https:\/\/www.info-aviation.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https:\/\/www.info-aviation.com\/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}</script>
<meta property="og:url" content="https://www.info-aviation.com/"/>
<meta property="og:site_name" content="Info Voyage"/>
<meta property="og:locale" content="fr_FR"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Info Voyage"/>
<meta property="og:description" content="Guide de voyage"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Info Voyage"/>
<meta name="twitter:description" content="Guide de voyage"/>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/"/>
<link rel="dns-prefetch" href="https://s.w.org/"/>
<link href="https://fonts.gstatic.com/" crossorigin rel="preconnect"/>
<script type="application/ld+json">
{"@context":"https:\/\/schema.org","@type":"Person","name":"Info Voyage","url":"https:\/\/www.info-aviation.com"} </script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<style id="global-styles-inline-css" type="text/css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://www.info-aviation.com/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://www.info-aviation.com/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://www.info-aviation.com/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://www.info-aviation.com/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://www.info-aviation.com/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://www.info-aviation.com/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://www.info-aviation.com/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://www.info-aviation.com/#wp-duotone-blue-orange');--wp--preset--font-size--small: 11px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 32px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 15px;--wp--preset--font-size--larger: 50px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<style id="td-theme-inline-css" type="text/css">
@media (max-width: 767px) {
.td-header-desktop-wrap {
display: none;
}
}
@media (min-width: 767px) {
.td-header-mobile-wrap {
display: none;
}
}
</style>
<style id="rocket-lazyload-inline-css" type="text/css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="text/javascript" src="wp-includes/js/jquery/jquery.min_ver-3.6.0.js" id="jquery-core-js"></script>
<script type="text/javascript" src="wp-includes/js/jquery/jquery-migrate.min_ver-3.3.2.js" id="jquery-migrate-js" defer></script>
<link rel="https://api.w.org/" href="https://www.info-aviation.com/wp-json/"/>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<script type="rocketlazyloadscript">
window.tdb_globals = {"wpRestNonce":"1c90702437","wpRestUrl":"https:\/\/www.info-aviation.com\/wp-json\/","permalinkStructure":"\/%postname%\/","globalSettings":{"tdcSavingHistory":false},"isAjax":false,"isAdminBarShowing":false,"autoloadScrollPercent":50};
</script>
<style id="tdb-global-colors">
:root {--accent-color: #fff;}
</style>
<script type="rocketlazyloadscript">
window.tdwGlobal = {"adminUrl":"https:\/\/www.info-aviation.com\/wp-admin\/","wpRestNonce":"1c90702437","wpRestUrl":"https:\/\/www.info-aviation.com\/wp-json\/","permalinkStructure":"\/%postname%\/"};
</script>
<script type="rocketlazyloadscript">
window.tdaGlobal = {"adminUrl":"https:\/\/www.info-aviation.com\/wp-admin\/","wpRestNonce":"1c90702437","wpRestUrl":"https:\/\/www.info-aviation.com\/wp-json\/","permalinkStructure":"\/%postname%\/","postId":5878};
</script>
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-MXKTZ9CJC5"></script>
<script type="rocketlazyloadscript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MXKTZ9CJC5');
</script>
<!-- JS generated by theme -->
<script>
var tdBlocksArray = []; //here we store all the items for the current page
//td_block class - each ajax block uses a object of this class for requests
function tdBlock() {
this.id = '';
this.block_type = 1; //block type id (1-234 etc)
this.atts = '';
this.td_column_number = '';
this.td_current_page = 1; //
this.post_count = 0; //from wp
this.found_posts = 0; //from wp
this.max_num_pages = 0; //from wp
this.td_filter_value = ''; //current live filter value
this.is_ajax_running = false;
this.td_user_action = ''; // load more or infinite loader (used by the animation)
this.header_color = '';
this.ajax_pagination_infinite_stop = ''; //show load more at page x
}
// td_js_generator - mini detector
(function(){
var htmlTag = document.getElementsByTagName("html")[0];
if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) {
htmlTag.className += ' ie10';
}
if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) {
htmlTag.className += ' ie11';
}
if ( navigator.userAgent.indexOf("Edge") > -1 ) {
htmlTag.className += ' ieEdge';
}
if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) {
htmlTag.className += ' td-md-is-ios';
}
var user_agent = navigator.userAgent.toLowerCase();
if ( user_agent.indexOf("android") > -1 ) {
htmlTag.className += ' td-md-is-android';
}
if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) {
htmlTag.className += ' td-md-is-os-x';
}
if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) {
htmlTag.className += ' td-md-is-chrome';
}
if ( -1 !== navigator.userAgent.indexOf('Firefox') ) {
htmlTag.className += ' td-md-is-firefox';
}
if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) {
htmlTag.className += ' td-md-is-safari';
}
if( -1 !== navigator.userAgent.indexOf('IEMobile') ){
htmlTag.className += ' td-md-is-iemobile';
}
})();
var tdLocalCache = {};
( function () {
"use strict";
tdLocalCache = {
data: {},
remove: function (resource_id) {
delete tdLocalCache.data[resource_id];
},
exist: function (resource_id) {
return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;
},
get: function (resource_id) {
return tdLocalCache.data[resource_id];
},
set: function (resource_id, cachedData) {
tdLocalCache.remove(resource_id);
tdLocalCache.data[resource_id] = cachedData;
}
};
})();
var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}];
var td_animation_stack_effect="type0";
var tds_animation_stack=true;
var td_animation_stack_specific_selectors=".entry-thumb, img, .td-lazy-img";
var td_animation_stack_general_selectors=".td-animation-stack img, .td-animation-stack .entry-thumb, .post img, .td-animation-stack .td-lazy-img";
var tdc_is_installed="yes";
var td_ajax_url="/";
var td_get_template_directory_uri="https:\/\/www.info-aviation.com\/wp-content\/plugins\/td-composer\/legacy\/common";
var tds_snap_menu="";
var tds_logo_on_sticky="";
var tds_header_style="";
var td_please_wait="S'il vous pla\u00eet patienter ...";
var td_email_user_pass_incorrect="Utilisateur ou mot de passe incorrect!";
var td_email_user_incorrect="E-mail ou nom d'utilisateur incorrect !";
var td_email_incorrect="Email incorrect !";
var td_user_incorrect="Username incorrect!";
var td_email_user_empty="Email or username empty!";
var td_pass_empty="Pass empty!";
var td_pass_pattern_incorrect="Invalid Pass Pattern!";
var td_retype_pass_incorrect="Retyped Pass incorrect!";
var tds_more_articles_on_post_enable="";
var tds_more_articles_on_post_time_to_wait="";
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide="#ce9079";
var tds_smart_sidebar="enabled";
var tdThemeName="Newspaper";
var td_magnific_popup_translation_tPrev="Pr\u00e9c\u00e9dente (fl\u00e8che gauche)";
var td_magnific_popup_translation_tNext="Suivante (fl\u00e8che droite)";
var td_magnific_popup_translation_tCounter="%curr% sur %total%";
var td_magnific_popup_translation_ajax_tError="Le contenu de %url% pas pu \u00eatre charg\u00e9.";
var td_magnific_popup_translation_image_tError="L'image #%curr% pas pu \u00eatre charg\u00e9e.";
var tdBlockNonce="eb7c54bdf4";
var tdDateNamesI18n={"month_names":["janvier","f\u00e9vrier","mars","avril","mai","juin","juillet","ao\u00fbt","septembre","octobre","novembre","d\u00e9cembre"],"month_names_short":["Jan","F\u00e9v","Mar","Avr","Mai","Juin","Juil","Ao\u00fbt","Sep","Oct","Nov","D\u00e9c"],"day_names":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"day_names_short":["dim","lun","mar","mer","jeu","ven","sam"]};
var td_ad_background_click_link="";
var td_ad_background_click_target="";
</script>
<!-- Header style compiled by theme -->
<style>
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,
.td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-wrap .black-menu .sf-menu > li > a:hover,
.td-header-wrap .black-menu .sf-menu > .sfHover > a,
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after,
.header-search-wrap .td-drop-down-search:after,
.header-search-wrap .td-drop-down-search .btn:hover,
input[type=submit]:hover,
.td-read-more a,
.td-post-category:hover,
body .td_top_authors .td-active .td-author-post-count,
body .td_top_authors .td-active .td-author-comments-count,
body .td_top_authors .td_mod_wrap:hover .td-author-post-count,
body .td_top_authors .td_mod_wrap:hover .td-author-comments-count,
.td-404-sub-sub-title a:hover,
.td-search-form-widget .wpb_button:hover,
.td-rating-bar-wrap div,
.dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.wpb_default,
.wpb_default:hover,
.td-left-smart-list:hover,
.td-right-smart-list:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type="submit"]:hover,
.single-product .product .summary .cart .button:hover,
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.td-theme-slider:hover .slide-meta-cat a,
a.vc_btn-black:hover,
.td-trending-now-wrapper:hover .td-trending-now-title,
.td-scroll-up,
.td-smart-list-button:hover,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td-pulldown-syle-2 .td-subcat-dropdown ul:after,
.td_block_template_9 .td-block-title:after,
.td_block_template_15 .td-block-title:before,
div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit],
.td-close-video-fixed {
background-color: #ce9079;
}
.td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #ce9079 transparent transparent transparent !important;
}
.td_block_template_4 .td-related-title .td-cur-simple-item,
.td_block_template_3 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title:after {
background-color: #ce9079;
}
a,
cite a:hover,
.td-page-content blockquote p,
.td-post-content blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.td_module_wrap:hover .entry-title a,
.td-subcat-filter .td-subcat-list a:hover,
.td-subcat-filter .td-subcat-dropdown a:hover,
.td_quote_on_blocks,
.dropcap2,
.dropcap3,
body .td_top_authors .td-active .td-authors-name a,
body .td_top_authors .td_mod_wrap:hover .td-authors-name a,
.td-post-next-prev-content a:hover,
.author-box-wrap .td-author-social a:hover,
.td-author-name a:hover,
.td-author-url a:hover,
.comment-reply-link:hover,
.logged-in-as a:hover,
#cancel-comment-reply-link:hover,
.td-search-query,
.widget a:hover,
.td_wp_recentcomments a:hover,
.archive .widget_archive .current,
.archive .widget_archive .current a,
.widget_calendar tfoot a:hover,
#bbpress-forums li.bbp-header .bbp-reply-content span a:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forums-list li a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover,
#bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name,
.td-subfooter-menu li a:hover,
a.vc_btn-black:hover,
.td-smart-list-dropdown-wrap .td-smart-list-button:hover,
.td-instagram-user a,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.td_block_template_2 .td-related-title .td-cur-simple-item,
.td_block_template_5 .td-related-title .td-cur-simple-item,
.td_block_template_6 .td-related-title .td-cur-simple-item,
.td_block_template_7 .td-related-title .td-cur-simple-item,
.td_block_template_8 .td-related-title .td-cur-simple-item,
.td_block_template_9 .td-related-title .td-cur-simple-item,
.td_block_template_10 .td-related-title .td-cur-simple-item,
.td_block_template_11 .td-related-title .td-cur-simple-item,
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item,
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item,
.td_block_template_16 .td-related-title .td-cur-simple-item,
.td_block_template_17 .td-related-title .td-cur-simple-item,
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover,
.td-theme-wrap .sf-menu ul .sfHover > a,
.td-theme-wrap .sf-menu ul .current-menu-ancestor > a,
.td-theme-wrap .sf-menu ul .current-category-ancestor > a,
.td-theme-wrap .sf-menu ul .current-menu-item > a,
.td_outlined_btn,
.td_block_categories_tags .td-ct-item:hover {
color: #ce9079;
}
a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
color: #ce9079 !important;
}
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
#bbpress-forums .bbp-pagination .current,
.post .td_quote_box,
.page .td_quote_box,
a.vc_btn-black:hover,
.td_block_template_5 .td-block-title > *,
.td_outlined_btn {
border-color: #ce9079;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: #ce9079 !important;
}
.header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #ce9079 transparent;
}
.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
body .td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td_3D_btn,
.td_shadow_btn,
.td_default_btn,
.td_round_btn,
.td_outlined_btn:hover {
background-color: #ce9079;
}
.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
border-color: #ce9079;
}
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
color: #ce9079;
}
.td-grid-style-4 .entry-title
{
background-color: rgba(206, 144, 121, 0.7);
}
.td-menu-background:before,
.td-search-background:before {
background: rgba(0,32,102,0.7);
background: -moz-linear-gradient(top, rgba(0,32,102,0.7) 0%, rgba(224,157,62,0.7) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,32,102,0.7)), color-stop(100%, rgba(224,157,62,0.7)));
background: -webkit-linear-gradient(top, rgba(0,32,102,0.7) 0%, rgba(224,157,62,0.7) 100%);
background: -o-linear-gradient(top, rgba(0,32,102,0.7) 0%, rgba(224,157,62,0.7) 100%);
background: -ms-linear-gradient(top, rgba(0,32,102,0.7) 0%, rgba(224,157,62,0.7) 100%);
background: linear-gradient(to bottom, rgba(0,32,102,0.7) 0%, rgba(224,157,62,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,32,102,0.7)', endColorstr='rgba(224,157,62,0.7)', GradientType=0 );
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
color: #ce9079;
}
.td-menu-background,
.td-search-background {
background-image: url('wp-content/uploads/2022/03/1.jpg');
}
.td-mobile-content .td-mobile-main-menu > li > a {
font-size:15px;
font-weight:normal;
text-transform:uppercase;
}
.td-mobile-content .sub-menu a {
font-size:15px;
font-weight:normal;
text-transform:uppercase;
}
#td-mobile-nav,
#td-mobile-nav .wpb_button,
.td-search-wrap-mob {
font-family:Muli;
}
.mfp-content .td-login-button {
color: #222222;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
background-color: #ff7777;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
color: #222222;
}
.white-popup-block:after {
background: rgba(188,103,127,0.84);
background: -moz-linear-gradient(45deg, rgba(188,103,127,0.84) 0%, #edb493 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(188,103,127,0.84)), color-stop(100%, #edb493));
background: -webkit-linear-gradient(45deg, rgba(188,103,127,0.84) 0%, #edb493 100%);
background: linear-gradient(45deg, rgba(188,103,127,0.84) 0%, #edb493 100%);
}
.white-popup-block:before {
background-image: url('wp-content/uploads/2022/03/1.jpg');
}
</style>
<style>.breadcrumb {list-style: none;margin:0}.breadcrumb li {margin:0;display:inline;position:relative}.breadcrumb li::after{content:' - '}.breadcrumb li:last-child::after{display:none}</style><link rel="icon" href="wp-content/uploads/2022/03/cropped-guide-voyage-info-aviation-32x32.png" sizes="32x32"/>
<link rel="icon" href="wp-content/uploads/2022/03/cropped-guide-voyage-info-aviation-192x192.png" sizes="192x192"/>
<link rel="apple-touch-icon" href="wp-content/uploads/2022/03/cropped-guide-voyage-info-aviation-180x180.png"/>
<meta name="msapplication-TileImage" content="https://www.info-aviation.com/wp-content/uploads/2022/03/cropped-guide-voyage-info-aviation-270x270.png"/>
<style> .yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item .yzp-item .yzp-item-title a{ font-weight: 100!important; }.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item .yzp-item .yzp-item-title a{ color: #000!important; } .yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item{display:none;}@media screen and (min-width: 319px) and (max-width: 767px) {.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(1){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(1){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(2){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(2){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(3){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(3){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(4){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(4){list-style:none;}}@media screen and (min-width: 768px) and (max-width: 1024px) {.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(1){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(1){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(2){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(2){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(3){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(3){list-style:none;}}@media screen and (min-width: 1025px) {.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(1){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(1){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(2){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(2){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(3){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(3){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(4){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(4){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(5){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(5){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(6){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(6){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(7){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(7){list-style:none;}.yzp-id-5519.yzp-wrapper .yzp-container .yzp-wrap-item:nth-child(8){display:list-item;}.yzp-id-5519.yzp-wrapper.yzp-layout-grid .yzp-container .yzp-wrap-item:nth-child(8){list-style:none;}}.yzp-id-5519.yzp-wrapper.yzp-aspect-ratio-1-1{ --yzp-aspect-ratio:1/1 } .yzp-id-5519.yzp-wrapper.yzp-aspect-ratio-1-1{ --yzp-aspect-ratio:1/1 } </style>
<!-- Button style compiled by theme -->
<style>
.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title,
.tds-button2 .tdm-btn-text,
.tds-button2 i,
.tds-button5:hover .tdm-btn-text,
.tds-button5:hover i,
.tds-button6 .tdm-btn-text,
.tds-button6 i,
.tdm_block_list .tdm-list-item i,
.tdm_block_pricing .tdm-pricing-feature i,
body .tdm-social-item i {
color: #ce9079;
}
.tds-button1,
.tds-button6:after,
.tds-title2 .tdm-title-line:after,
.tds-title3 .tdm-title-line:after,
.tdm_block_pricing.tdm-pricing-featured:before,
.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header,
.tds-progress-bar1 .tdm-progress-bar:after,
.tds-progress-bar2 .tdm-progress-bar:after,
.tds-social3 .tdm-social-item {
background-color: #ce9079;
}
.tds-button2:before,
.tds-button6:before,
.tds-progress-bar3 .tdm-progress-bar:after {
border-color: #ce9079;
}
.tdm-btn-style1 {
background-color: #ce9079;
}
.tdm-btn-style2:before {
border-color: #ce9079;
}
.tdm-btn-style2 {
color: #ce9079;
}
.tdm-btn-style3 {
-webkit-box-shadow: 0 2px 16px #ce9079;
-moz-box-shadow: 0 2px 16px #ce9079;
box-shadow: 0 2px 16px #ce9079;
}
.tdm-btn-style3:hover {
-webkit-box-shadow: 0 4px 26px #ce9079;
-moz-box-shadow: 0 4px 26px #ce9079;
box-shadow: 0 4px 26px #ce9079;
}
</style>
<style>/* Style for general Yuzo
.wp-yuzo {
color: #000;
}
/* Style for specific Yuzo, where 7465 is the specific Yuzo ID
.wp-yuzo.yzp-id-7465 {
text-align: center;
}*/</style>
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-119980229-45"></script>
<script type="rocketlazyloadscript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}gtag('js', new Date());
gtag('config', 'UA-119980229-45' , {'allow_display_features': false,});
</script>
<style id="tdw-css-placeholder"></style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script></head>
<body class="home page-template-default page page-id-5878 home-2 global-block-template-1 td-travel-pro tdb-template tdc-header-template tdc-footer-template td-animation-stack-type0 td-full-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage">
<div class="td-scroll-up td-hide-scroll-up-on-mob" style="display:none;"><i class="td-icon-menu-up"></i></div>
<div class="td-menu-background" style="visibility:hidden"></div>
<div id="td-mobile-nav" style="visibility:hidden">
<div class="td-mobile-container">
<!-- mobile menu top section -->
<div class="td-menu-socials-wrap">
<!-- socials -->
<div class="td-menu-socials">
</div>
<!-- close button -->
<div class="td-mobile-close">
<a href="#" aria-label="Close"><i class="td-icon-close-mobile"></i></a>
</div>
</div>
<!-- login section -->
<!-- menu section -->
<div class="td-mobile-content">
<div class="menu-menu-container"><ul id="menu-menu" class="td-mobile-main-menu"><li id="menu-item-1563" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-first menu-item-1563"><a href="guide-de-voyage/">Guide de voyage<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li id="menu-item-1564" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1564"><a href="guide-de-voyage/voyager-en-europe/">Voyager en Europe</a></li>
<li id="menu-item-1565" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1565"><a href="guide-de-voyage/voyager-en-amerique/">Voyager en Amérique</a></li>
<li id="menu-item-1566" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1566"><a href="guide-de-voyage/voyager-en-afrique/">Voyager en Afrique</a></li>
<li id="menu-item-1567" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1567"><a href="guide-de-voyage/voyager-en-asie/">Voyager en Asie</a></li>
</ul>
</li>
<li id="menu-item-1568" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1568"><a href="voyage/">Voyage</a></li>
<li id="menu-item-5853" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5853"><a href="astuces/">Astuces</a></li>
<li id="menu-item-5855" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5855"><a href="food/">Food</a></li>
<li id="menu-item-5854" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5854"><a href="bons-plans/">Bons plans</a></li>
</ul></div> </div>
</div>
<!-- register/login section -->
</div> <div class="td-search-background" style="visibility:hidden"></div>
<div class="td-search-wrap-mob" style="visibility:hidden">
<div class="td-drop-down-search">
<form method="get" class="td-search-form" action="/">
<!-- close button -->
<div class="td-search-close">
<a href="#"><i class="td-icon-close-mobile"></i></a>
</div>
<div role="search" class="td-search-input">
<span>Recherche</span>
<input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off"/>
</div>
</form>
<div id="td-aj-search-mob" class="td-ajax-search-flex"></div>
</div>
</div>
<div id="td-outer-wrap" class="td-theme-wrap">
<div class="td-header-template-wrap" style="position: relative">
<div class="td-header-mobile-wrap">
<div id="tdi_1" class="tdc-zone"><div class="tdc_zone tdi_2 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_2{
min-height: 0;
}.td-header-mobile-wrap{
position: relative;
width: 100%;
}
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_2{
position:relative;
}
}
</style>
<div class="tdi_1_rand_style td-element-style"><style>
/* phone */
@media (max-width: 767px)
{
.tdi_1_rand_style{
background-color:#ffffff !important;
}
}
</style></div><div id="tdi_3" class="tdc-row"><div class="vc_row tdi_4 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_4,
.tdi_4 .tdc-columns{
min-height: 0;
}.tdi_4,
.tdi_4 .tdc-columns{
display: block;
}.tdi_4 .tdc-columns{
width: 100%;
}
/* phone */
@media (max-width: 767px){
@media (min-width: 768px) {
.tdi_4 {
margin-left: -0px;
margin-right: -0px;
}
.tdi_4 .tdc-row-video-background-error,
.tdi_4 .vc_column {
padding-left: 0px;
padding-right: 0px;
}
}
}
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_4{
position:relative;
}
}
</style>
<div class="tdi_3_rand_style td-element-style"><style>
/* phone */
@media (max-width: 767px)
{
.tdi_3_rand_style{
background-color:#fcf2ea !important;
}
}
</style></div><div class="vc_column tdi_6 wpb_column vc_column_container tdc-column td-pb-span9">
<style scoped>
/* custom css */
.tdi_6{
vertical-align: baseline;
}.tdi_6 > .wpb_wrapper,
.tdi_6 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_6 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_6 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_6 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_6{
width:60% !important;
display:inline-block !important;
}
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_7 tds_menu_active1 tds_menu_sub_active1 tdb-head-menu-inline td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_7" style=" z-index: 999;">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_7{
margin-left:-7px !important;
}
}
</style>
<style>
/* custom css */
.tdb-header-align{
vertical-align: middle;
}.tdb_header_menu{
margin-bottom: 0;
z-index: 999;
clear: none;
}.tdb_header_menu .tdb-main-sub-icon-fake,
.tdb_header_menu .tdb-sub-icon-fake{
display: none;
}.tdb_header_menu .tdb-menu{
display: inline-block;
vertical-align: middle;
margin: 0;
}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive,
.tdb_header_menu .tdb-menu .tdb-menu-item-inactive{
pointer-events: none;
}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive > ul,
.tdb_header_menu .tdb-menu .tdb-menu-item-inactive > ul{
visibility: hidden;
opacity: 0;
}.tdb_header_menu .tdb-menu .sub-menu{
font-size: 14px;
position: absolute;
top: -999em;
background-color: #fff;
z-index: 99;
}.tdb_header_menu .tdb-menu .sub-menu > li{
list-style-type: none;
margin: 0;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
}.tdb_header_menu .tdb-menu > li{
float: left;
list-style-type: none;
margin: 0;
}.tdb_header_menu .tdb-menu > li > a{
position: relative;
display: inline-block;
padding: 0 14px;
font-weight: 700;
font-size: 14px;
line-height: 48px;
vertical-align: middle;
text-transform: uppercase;
-webkit-backface-visibility: hidden;
color: #000;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
}.tdb_header_menu .tdb-menu > li > a:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 3px;
background-color: #4db2ec;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}.tdb_header_menu .tdb-menu > li > a > .tdb-menu-item-text{
display: inline-block;
}.tdb_header_menu .tdb-menu > li > a .tdb-menu-item-text,
.tdb_header_menu .tdb-menu > li > a span{
vertical-align: middle;
float: left;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon{
margin: 0 0 0 7px;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg{
float: none;
line-height: 0;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg{
width: 14px;
height: auto;
}.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *{
fill: #000;
}.tdb_header_menu .tdb-menu > li.current-menu-item > a:after,
.tdb_header_menu .tdb-menu > li.current-menu-ancestor > a:after,
.tdb_header_menu .tdb-menu > li.current-category-ancestor > a:after,
.tdb_header_menu .tdb-menu > li:hover > a:after,
.tdb_header_menu .tdb-menu > li.tdb-hover > a:after{
width: 100%;
}.tdb_header_menu .tdb-menu > li:hover > ul,
.tdb_header_menu .tdb-menu > li.tdb-hover > ul{
top: auto;
display: block !important;
}.tdb_header_menu .tdb-menu > li.td-normal-menu > ul.sub-menu{
top: auto;
left: 0;
z-index: 99;
}.tdb_header_menu .tdb-menu > li .tdb-menu-sep{
position: relative;
vertical-align: middle;
font-size: 14px;
}.tdb_header_menu .tdb-menu > li .tdb-menu-sep-svg{
line-height: 0;
}.tdb_header_menu .tdb-menu > li .tdb-menu-sep-svg svg{
width: 14px;
height: auto;
}.tdb_header_menu .tdb-menu > li:last-child .tdb-menu-sep{
display: none;
}.tdb_header_menu .tdb-menu-item-text{
word-wrap: break-word;
}.tdb_header_menu .tdb-menu-item-text,
.tdb_header_menu .tdb-sub-menu-icon,
.tdb_header_menu .tdb-menu-more-subicon{
vertical-align: middle;
}.tdb_header_menu .tdb-sub-menu-icon,
.tdb_header_menu .tdb-menu-more-subicon{
position: relative;
top: 0;
padding-left: 0;
}.tdb_header_menu .tdb-normal-menu{
position: relative;
}.tdb_header_menu .tdb-normal-menu ul{
left: 0;
padding: 15px 0;
text-align: left;
}.tdb_header_menu .tdb-normal-menu ul ul{
margin-top: -15px;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item{
position: relative;
list-style-type: none;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a{
position: relative;
display: block;
padding: 7px 30px;
font-size: 12px;
line-height: 20px;
color: #111;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
padding-right: inherit;
font-size: 7px;
line-height: 20px;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon-svg{
line-height: 0;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon-svg svg{
width: 7px;
height: auto;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon svg,
.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon svg *{
fill: #000;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > ul,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > ul{
top: 0;
display: block !important;
}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-item > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-ancestor > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-category-ancestor > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > a{
color: #4db2ec;
}.tdb_header_menu .tdb-normal-menu > ul{
left: -15px;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul,
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{
width: 100% !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul li,
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list li{
display: inline-block;
width: auto !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu,
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item{
position: static;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul ul{
margin-top: 0 !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu > ul{
left: 0 !important;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item > a .tdb-sub-menu-icon{
float: none;
line-height: 1;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item:hover > ul,
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item.tdb-hover > ul{
top: 100%;
}.tdb_header_menu.tdb-menu-sub-inline .tdb-menu-items-dropdown{
position: static;
}.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{
left: 0 !important;
}.tdb-menu .tdb-mega-menu .sub-menu{
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width: 1114px !important;
}.tdb-menu .tdb-mega-menu .sub-menu,
.tdb-menu .tdb-mega-menu .sub-menu > li{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}.tdb-menu .tdb-mega-menu .sub-menu > li{
top: 0;
width: 100%;
max-width: 1114px !important;
height: auto;
background-color: #fff;
border: 1px solid #eaeaea;
overflow: hidden;
}.tdc-dragged .tdb-block-menu ul{
visibility: hidden !important;
opacity: 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu{
-webkit-transform: translateX(0);
transform: translateX(0);
}.tdb-mm-align-parent .tdb-menu .tdb-mega-menu{
position: relative;
}.tdi_7{
display: inline-block;
}.tdi_7 .tdb-menu > li > a,
.tdi_7 .td-subcat-more{
padding: 0 5px;
}.tdi_7 .tdb-menu > li .tdb-menu-sep,
.tdi_7 .tdb-menu-items-dropdown .tdb-menu-sep{
top: 0px;
}.tdi_7 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_7 .td-subcat-more .tdb-menu-more-subicon{
font-size: 33px;
top: -1px;
}.tdi_7 .td-subcat-more .tdb-menu-more-icon{
top: 0px;
}.tdi_7 .tdb-menu > li > a,
.tdi_7 .td-subcat-more,
.tdi_7 .td-subcat-more > .tdb-menu-item-text{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;letter-spacing:1px !important;
}.tdi_7 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_7 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
right: 0;
margin-top: 1px;
}.tdi_7 .tdb-menu .tdb-normal-menu ul,
.tdi_7 .td-pulldown-filter-list,
.tdi_7 .td-pulldown-filter-list .sub-menu{
background-color: #fcf2ea;
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a{
color: #444444;
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{
fill: #444444;
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon{
color: #444444;
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{
fill: #444444;
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_7 .td-pulldown-filter-list li a{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;
}.tdi_7:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_7 .tdb-mega-menu .sub-menu > li{
max-width: 800px !important;
}.tdi_7:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu{
width: 100vw !important;
}.tdi_7 .tdb-mega-menu .sub-menu{
left: 0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
}.tdi_7 .tdb-menu .tdb-mega-menu .sub-menu > li{
border-width: 0px;
box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}@media (max-width: 1140px) {
.tdb-menu .tdb-mega-menu .sub-menu > li {
width: 100% !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_7:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_7 .tdb-mega-menu .sub-menu > li{
max-width: 700px !important;
}.tdi_7:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu{
width: 100vw !important;
}.tdi_7 .tdb-mega-menu .sub-menu > li{
margin-left: -15px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_7:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_7 .tdb-mega-menu .sub-menu > li{
max-width: 640px !important;
}.tdi_7:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu{
width: 100vw !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_7 .tdb-menu > li > a,
.tdi_7 .td-subcat-more,
.tdi_7 .td-subcat-more > .tdb-menu-item-text{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_7 .tdb-normal-menu ul.sub-menu,
.tdi_7 .td-pulldown-filter-list{
width: 160px !important;
}.tdi_7 .tdb-menu > .tdb-normal-menu > ul,
.tdi_7 .td-pulldown-filter-list{
left: -15px;
}.tdi_7 .tdb-menu .tdb-normal-menu ul,
.tdi_7 .td-pulldown-filter-list,
.tdi_7 .td-pulldown-filter-list .sub-menu{
padding: 12px 0;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li > a{
padding: 7px 22px;
}.tdi_7 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_7 .td-pulldown-filter-list li a{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;text-transform:uppercase !important;
}@media (max-width: 1018px) {
.tdi_7 .td-pulldown-filter-list {
left: auto;
right: -15px;
}
}
}
</style>
<style>
.tdi_7 .tdb-menu > li > a:after,
.tdi_7 .tdb-menu-items-dropdown .td-subcat-more:after{
background-color: ;
height: 0px;
bottom: 0px;
}
</style>
<style>
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-item > a,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a,
.tdi_7 .tdb-menu ul .tdb-normal-menu.tdb-hover > a,
.tdi_7 .tdb-menu ul .tdb-normal-menu:hover > a,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a{
color: #444444;
background-color: #ffffff;
}.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg svg *{
fill: #444444;
fill: #444444;
}.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-item > a i,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a i,
.tdi_7 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a i,
.tdi_7 .tdb-menu ul .tdb-normal-menu.tdb-hover > a i,
.tdi_7 .tdb-menu ul .tdb-normal-menu:hover > a i,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg i,
.tdi_7 .tdb-menu-items-dropdown .td-pulldown-filter-list li:hover > a .tdb-sub-menu-icon-svg i{
color: #444444;
}
</style><div id="tdi_7" class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon tdc-font-tdmp tdc-font-tdmp-airplane tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><ul id="menu-menu-1" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1563 tdb-menu-item-inactive"><a href="guide-de-voyage/"><div class="tdb-menu-item-text">Guide de voyage</div><i class="tdb-sub-menu-icon tdc-font-tdmp tdc-font-tdmp-airplane tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1564"><a href="guide-de-voyage/voyager-en-europe/"><div class="tdb-menu-item-text">Voyager en Europe</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1565"><a href="guide-de-voyage/voyager-en-amerique/"><div class="tdb-menu-item-text">Voyager en Amérique</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1566"><a href="guide-de-voyage/voyager-en-afrique/"><div class="tdb-menu-item-text">Voyager en Afrique</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1567"><a href="guide-de-voyage/voyager-en-asie/"><div class="tdb-menu-item-text">Voyager en Asie</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1568"><a href="voyage/"><div class="tdb-menu-item-text">Voyage</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5853"><a href="astuces/"><div class="tdb-menu-item-text">Astuces</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5855"><a href="food/"><div class="tdb-menu-item-text">Food</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5854"><a href="bons-plans/"><div class="tdb-menu-item-text">Bons plans</div></a></li>
</ul></div></div></div></div><div class="vc_column tdi_11 wpb_column vc_column_container tdc-column td-pb-span3">
<style scoped>
/* custom css */
.tdi_11{
vertical-align: baseline;
}.tdi_11 > .wpb_wrapper,
.tdi_11 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_11 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_11 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_11 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_11{
width:40% !important;
justify-content:flex-end !important;
text-align:right !important;
display:inline-block !important;
}
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_mobile_search tdi_12 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_12">
<style>
/* custom css */
.tdb_mobile_search{
margin-bottom: 0;
clear: none;
}.tdb_mobile_search a{
display: inline-block !important;
position: relative;
text-align: center;
color: #4db2ec;
}.tdb_mobile_search a > span{
display: flex;
align-items: center;
justify-content: center;
}.tdb_mobile_search svg{
height: auto;
}.tdb_mobile_search svg,
.tdb_mobile_search svg *{
fill: #4db2ec;
}#tdc-live-iframe .tdb_mobile_search a{
pointer-events: none;
}.tdi_12{
display: inline-block;
}.tdi_12 .tdb-header-search-button-mob i{
font-size: 22px;
width: 55px;
height: 55px;
line-height: 55px;
}.tdi_12 .tdb-header-search-button-mob svg{
width: 22px;
}.tdi_12 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
width: 55px;
height: 55px;
display: flex;
justify-content: center;
}.tdi_12 .tdb-header-search-button-mob{
color: #444444;
}.tdi_12 .tdb-header-search-button-mob svg,
.tdi_12 .tdb-header-search-button-mob svg *{
fill: #444444;
}.tdi_12 .tdb-header-search-button-mob:hover{
color: #ce9079;
}
/* phone */
@media (max-width: 767px){
.tdi_12 .tdb-header-search-button-mob i{
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
}.tdi_12 .tdb-header-search-button-mob svg{
width: 20px;
}.tdi_12 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
width: 40px;
height: 40px;
display: flex;
justify-content: center;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-header-search-button-mob dropdown-toggle" href="#" role="button" aria-label="Search" data-toggle="dropdown"><span class="tdb-mobile-search-icon tdb-mobile-search-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1024"><path d="M932.086 970.495c-7.803 0-15.145-3.031-20.634-8.54l-165.304-165.407-13.343 10.496c-68.311 53.791-153.58 83.415-240.087 83.415-104.018 0.041-201.667-40.387-275.139-113.848-73.523-73.452-113.992-171.1-113.951-274.964-0.041-103.864 40.428-201.503 113.94-274.954 73.421-73.492 170.957-113.951 274.616-113.951 104.294 0 201.83 40.458 275.272 113.93 73.513 73.472 113.951 171.1 113.91 274.975 0.041 86.641-29.583 171.93-83.405 240.23l-10.516 13.322 165.304 165.417c5.54 5.55 8.581 12.892 8.581 20.695 0 7.782-3.041 15.124-8.561 20.623-5.519 5.53-12.872 8.561-20.685 8.561v0zM492.483 171.171c-88.269 0.082-171.213 34.458-233.585 96.799-62.413 62.474-96.778 145.439-96.84 233.677 0.061 88.228 34.427 171.223 96.84 233.626 62.413 62.362 145.367 96.696 233.636 96.737 88.248-0.041 171.223-34.376 233.605-96.717 62.362-62.362 96.717-145.316 96.799-233.626-0.082-88.279-34.437-171.254-96.778-233.677-62.413-62.362-145.377-96.737-233.646-96.819h-0.031z"></path></svg></span></a></div></div> <!-- ./block --><div class="td_block_wrap tdb_mobile_menu tdi_13 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_13">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_13{
margin-right:-14px !important;
margin-left:5px !important;
}
}
</style>
<style>
/* custom css */
.tdb_mobile_menu{
margin-bottom: 0;
clear: none;
}.tdb_mobile_menu a{
display: inline-block !important;
position: relative;
text-align: center;
color: #4db2ec;
}.tdb_mobile_menu a > span{
display: flex;
align-items: center;
justify-content: center;
}.tdb_mobile_menu svg{
height: auto;
}.tdb_mobile_menu svg,
.tdb_mobile_menu svg *{
fill: #4db2ec;
}#tdc-live-iframe .tdb_mobile_menu a{
pointer-events: none;
}.tdi_13{
display: inline-block;
}.tdi_13 .tdb-mobile-menu-button i{
font-size: 22px;
width: 55px;
height: 55px;
line-height: 55px;
}.tdi_13 .tdb-mobile-menu-button svg{
width: 22px;
}.tdi_13 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{
width: 55px;
height: 55px;
}.tdi_13 .tdb-mobile-menu-button{
color: #444444;
}.tdi_13 .tdb-mobile-menu-button svg,
.tdi_13 .tdb-mobile-menu-button svg *{
fill: #444444;
}.tdi_13 .tdb-mobile-menu-button:hover{
color: #ce9079;
}.tdi_13 .tdb-mobile-menu-button:hover svg,
.tdi_13 .tdb-mobile-menu-button:hover svg *{
fill: #ce9079;
}
/* phone */
@media (max-width: 767px){
.tdi_13 .tdb-mobile-menu-button i{
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
}.tdi_13 .tdb-mobile-menu-button svg{
width: 20px;
}.tdi_13 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{
width: 40px;
height: 40px;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-mobile-menu-button" aria-label="menu-button" href="#"><span class="tdb-mobile-menu-icon tdb-mobile-menu-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1024"><path d="M881.172 489.133h-738.365c-17.654 0-31.98 14.305-31.98 32 0 17.705 14.326 32.020 31.98 32.020h738.355c17.674 0 32-14.305 32-32.020 0.010-17.695-14.326-32-31.99-32zM881.172 256.367h-738.365c-17.654 0-31.98 14.316-31.98 31.99 0 17.705 14.326 32.061 31.98 32.061h738.355c17.674 0 32-14.346 32-32.061 0.010-17.674-14.326-31.99-31.99-31.99zM881.152 721.888h-370.586c-17.684 0-32.020 14.326-32.020 32.061 0 17.572 14.336 31.969 32.020 31.969h370.586c17.705 0 32.020-14.397 32.020-31.969 0-17.725-14.316-32.061-32.020-32.061z"></path></svg></span></a></div></div> <!-- ./block --></div></div></div></div><div id="tdi_14" class="tdc-row"><div class="vc_row tdi_15 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_15,
.tdi_15 .tdc-columns{
min-height: 0;
}.tdi_15,
.tdi_15 .tdc-columns{
display: block;
}.tdi_15 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_15{
padding-top:30px !important;
padding-bottom:45px !important;
}
}
</style><div class="vc_column tdi_17 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_17{
vertical-align: baseline;
}.tdi_17 > .wpb_wrapper,
.tdi_17 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_17 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_17 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_17 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_18 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_18">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_18{
margin-right:auto !important;
margin-left:auto !important;
width:85% !important;
}
}
</style>
<style>
/* custom css */
.tdb_header_logo{
margin-bottom: 0;
clear: none;
}.tdb_header_logo .tdb-logo-a,
.tdb_header_logo h1{
display: flex;
pointer-events: auto;
align-items: flex-start;
}.tdb_header_logo h1{
margin: 0;
line-height: 0;
}.tdb_header_logo .tdb-logo-img-wrap img{
display: block;
}.tdb_header_logo .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdb_header_logo .tdb-logo-svg-wrap svg{
width: 50px;
display: block;
transition: fill .3s ease;
}.tdb_header_logo .tdb-logo-text-wrap{
display: flex;
}.tdb_header_logo .tdb-logo-text-title,
.tdb_header_logo .tdb-logo-text-tagline{
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}.tdb_header_logo .tdb-logo-text-title{
background-size: cover;
background-position: center center;
font-size: 75px;
font-family: serif;
line-height: 1.1;
color: #222;
white-space: nowrap;
}.tdb_header_logo .tdb-logo-text-tagline{
margin-top: 2px;
font-size: 12px;
font-family: serif;
letter-spacing: 1.8px;
line-height: 1;
color: #767676;
}.tdb_header_logo .tdb-logo-icon{
position: relative;
font-size: 46px;
color: #000;
}.tdb_header_logo .tdb-logo-icon-svg{
line-height: 0;
}.tdb_header_logo .tdb-logo-icon-svg svg{
width: 46px;
height: auto;
}.tdb_header_logo .tdb-logo-icon-svg svg,
.tdb_header_logo .tdb-logo-icon-svg svg *{
fill: #000;
}.tdi_18 .tdb-logo-a,
.tdi_18 h1{
flex-direction: row;
align-items: center;
justify-content: center;
}.tdi_18 .tdb-logo-svg-wrap{
display: block;
}.tdi_18 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_18 .tdb-logo-img-wrap{
display: block;
}.tdi_18 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
}.tdi_18 .tdb-logo-text-title{
display: block;
}.tdi_18 .tdb-logo-text-wrap{
flex-direction: column;
align-items: flex-start;
}.tdi_18 .tdb-logo-icon{
top: 0px;
display: block;
}@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-title {
font-size: 36px;
}
}@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-tagline {
font-size: 11px;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="/"><h1><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20285%2090'%3E%3C/svg%3E" alt="Logo" title="" width="285" height="90" data-lazy-src="wp-content/uploads/2022/03/logo.png"/><noscript><img class="tdb-logo-img" src="wp-content/uploads/2022/03/logo.png" alt="Logo" title="" width="285" height="90"/></noscript></span></h1></a></div></div> <!-- ./block --></div></div></div></div></div></div> </div>
<div class="td-header-mobile-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="display: none">
<div id="tdi_19" class="tdc-zone"><div class="tdc_zone tdi_20 wpb_row td-pb-row" data-sticky-offset="0">
<style scoped>
/* custom css */
.tdi_20{
min-height: 0;
}.td-header-mobile-sticky-wrap.td-header-active{
opacity: 1;
}
</style><div id="tdi_21" class="tdc-row"><div class="vc_row tdi_22 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_22,
.tdi_22 .tdc-columns{
min-height: 0;
}.tdi_22,
.tdi_22 .tdc-columns{
display: block;
}.tdi_22 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_24 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_24{
vertical-align: baseline;
}.tdi_24 > .wpb_wrapper,
.tdi_24 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_24 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_24 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_24 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"></div></div></div></div></div></div> </div>
<div class="td-header-desktop-wrap">
<div id="tdi_25" class="tdc-zone"><div class="tdc_zone tdi_26 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_26{
min-height: 0;
}.td-header-desktop-wrap{
position: relative;
}
/* inline tdc_css att */
.tdi_26{
position:relative;
}
</style>
<div class="tdi_25_rand_style td-element-style"><style>
.tdi_25_rand_style{
background-color:#ffffff !important;
}
</style></div><div id="tdi_27" class="tdc-row stretch_row_content td-stretch-content"><div class="vc_row tdi_28 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_28,
.tdi_28 .tdc-columns{
min-height: 0;
}.tdi_28,
.tdi_28 .tdc-columns{
display: block;
}.tdi_28 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_28 {
margin-left: -0px;
margin-right: -0px;
}
.tdi_28 .tdc-row-video-background-error,
.tdi_28 .vc_column {
padding-left: 0px;
padding-right: 0px;
}
}
/* inline tdc_css att */
.tdi_28{
position:relative;
}
.tdi_28 .td_block_wrap{ text-align:left }
</style>
<div class="tdi_27_rand_style td-element-style"><style>
.tdi_27_rand_style{
background-color:#fcf2ea !important;
}
</style></div><div class="vc_column tdi_30 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_30{
vertical-align: baseline;
}.tdi_30 > .wpb_wrapper,
.tdi_30 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_30 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_30 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_30 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_31 tds_menu_active1 tds_menu_sub_active1 tdb-head-menu-inline td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_31" style=" z-index: 999;">
<style>
/* inline tdc_css att */
.tdi_31{
margin-left:15px !important;
}
</style>
<style>
/* custom css */
.tdi_31{
display: inline-block;
}.tdi_31 .tdb-menu > li > a,
.tdi_31 .td-subcat-more{
padding: 0 5px;
}.tdi_31 .tdb-menu > li .tdb-menu-sep,
.tdi_31 .tdb-menu-items-dropdown .tdb-menu-sep{
top: 0px;
}.tdi_31 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_31 .td-subcat-more .tdb-menu-more-subicon{
font-size: 33px;
top: -1px;
}.tdi_31 .td-subcat-more .tdb-menu-more-icon{
top: 0px;
}.tdi_31 .tdb-menu > li > a,
.tdi_31 .td-subcat-more,
.tdi_31 .td-subcat-more > .tdb-menu-item-text{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;letter-spacing:1px !important;
}.tdi_31 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_31 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
right: 0;
margin-top: 1px;
}.tdi_31 .tdb-menu .tdb-normal-menu ul,
.tdi_31 .td-pulldown-filter-list,
.tdi_31 .td-pulldown-filter-list .sub-menu{
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}.tdi_31 .tdb-menu .tdb-normal-menu ul .tdb-menu-item > a,
.tdi_31 .td-pulldown-filter-list li a{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;
}.tdi_31:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_31 .tdb-mega-menu .sub-menu > li{
max-width: 800px !important;
}.tdi_31:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu{
width: 100vw !important;
}.tdi_31 .tdb-mega-menu .sub-menu{
left: 0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
}.tdi_31 .tdb-mega-menu .sub-menu > li{
margin-left: -15px;
}.tdi_31 .tdb-menu .tdb-mega-menu .sub-menu > li{
border-width: 0px;
box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_31:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_31 .tdb-mega-menu .sub-menu > li{
max-width: 700px !important;
}.tdi_31:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu{
width: 100vw !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_31:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,
.tdi_31 .tdb-mega-menu .sub-menu > li{
max-width: 640px !important;
}.tdi_31:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu{
width: 100vw !important;
}
}
</style>
<style>
.tdi_31 .tdb-menu > li > a:after,
.tdi_31 .tdb-menu-items-dropdown .td-subcat-more:after{
background-color: ;
height: 0px;
bottom: 0px;
}
</style>
<style>
</style><div id="tdi_31" class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon tdc-font-tdmp tdc-font-tdmp-airplane tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><ul id="menu-menu-2" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1563 tdb-menu-item-inactive"><a href="guide-de-voyage/"><div class="tdb-menu-item-text">Guide de voyage</div><i class="tdb-sub-menu-icon tdc-font-tdmp tdc-font-tdmp-airplane tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1564"><a href="guide-de-voyage/voyager-en-europe/"><div class="tdb-menu-item-text">Voyager en Europe</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1565"><a href="guide-de-voyage/voyager-en-amerique/"><div class="tdb-menu-item-text">Voyager en Amérique</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1566"><a href="guide-de-voyage/voyager-en-afrique/"><div class="tdb-menu-item-text">Voyager en Afrique</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1567"><a href="guide-de-voyage/voyager-en-asie/"><div class="tdb-menu-item-text">Voyager en Asie</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1568"><a href="voyage/"><div class="tdb-menu-item-text">Voyage</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5853"><a href="astuces/"><div class="tdb-menu-item-text">Astuces</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5855"><a href="food/"><div class="tdb-menu-item-text">Food</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5854"><a href="bons-plans/"><div class="tdb-menu-item-text">Bons plans</div></a></li>
</ul></div></div><div class="td_block_wrap tdb_header_search tdi_34 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_34">
<style>
/* inline tdc_css att */
.tdi_34{
margin-top:6px !important;
margin-right:12px !important;
}
</style>
<style>
/* custom css */
.tdb_module_header{
width: 100%;
padding-bottom: 0;
}.tdb_module_header .td-module-container{
display: flex;
flex-direction: column;
position: relative;
}.tdb_module_header .td-module-container:before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}.tdb_module_header .td-image-wrap{
display: block;
position: relative;
padding-bottom: 70%;
}.tdb_module_header .td-image-container{
position: relative;
width: 100%;
flex: 0 0 auto;
}.tdb_module_header .td-module-thumb{
margin-bottom: 0;
}.tdb_module_header .td-module-meta-info{
width: 100%;
margin-bottom: 0;
padding: 7px 0 0 0;
z-index: 1;
border: 0 solid #eaeaea;
min-height: 0;
}.tdb_module_header .entry-title{
margin: 0;
font-size: 13px;
font-weight: 500;
line-height: 18px;
}.tdb_module_header .td-post-author-name,
.tdb_module_header .td-post-date,
.tdb_module_header .td-module-comments{
vertical-align: text-top;
}.tdb_module_header .td-post-author-name,
.tdb_module_header .td-post-date{
top: 3px;
}.tdb_module_header .td-thumb-css{
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.tdb_module_header .td-post-vid-time{
position: absolute;
z-index: 2;
bottom: 0;
}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 0;
}.tdb_module_header .td-post-vid-time{
right: 0;
background-color: #000;
padding: 3px 6px 4px;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
color: #fff;
}.tdb_module_header .td-excerpt{
margin: 20px 0 0;
line-height: 21px;
}.tdb_module_header .td-read-more{
margin: 20px 0 0;
}.tdb_module_search .tdb-author-photo{
display: inline-block;
}.tdb_module_search .tdb-author-photo,
.tdb_module_search .tdb-author-photo img{
vertical-align: middle;
}.tdb_module_search .td-post-author-name{
white-space: normal;
}.tdb_header_search{
margin-bottom: 0;
z-index: 1000;
clear: none;
}.tdb_header_search .tdb-block-inner{
position: relative;
display: inline-block;
width: 100%;
}.tdb_header_search .tdb-head-search-btn{
display: flex;
align-items: center;
position: relative;
text-align: center;
color: #4db2ec;
}.tdb_header_search .tdb-head-search-btn:after{
visibility: hidden;
opacity: 0;
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 6.5px 7px 6.5px;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border-color: transparent transparent #4db2ec transparent;
}.tdb_header_search .tdb-drop-down-search-open + .tdb-head-search-btn:after{
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}.tdb_header_search .tdb-search-icon,
.tdb_header_search .tdb-search-txt,
.tdb_header_search .tdb-search-icon-svg svg *{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}.tdb_header_search .tdb-search-icon-svg{
display: flex;
align-items: center;
justify-content: center;
}.tdb_header_search .tdb-search-icon-svg svg{
height: auto;
}.tdb_header_search .tdb-search-icon-svg svg,
.tdb_header_search .tdb-search-icon-svg svg *{
fill: #4db2ec;
}.tdb_header_search .tdb-search-txt{
position: relative;
line-height: 1;
}.tdb_header_search .tdb-drop-down-search{
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
pointer-events: none;
z-index: 10;
}.tdb_header_search .tdb-drop-down-search-open{
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}.tdb_header_search .tdb-drop-down-search-inner{
position: relative;
max-width: 300px;
pointer-events: all;
}.tdb_header_search .tdb-search-form{
position: relative;
padding: 20px;
border-width: 3px 0 0;
border-style: solid;
border-color: #4db2ec;
pointer-events: auto;
}.tdb_header_search .tdb-search-form:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}.tdb_header_search .tdb-search-form-inner{
position: relative;
display: flex;
background-color: #fff;
}.tdb_header_search .tdb-search-form-inner:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #e1e1e1;
pointer-events: none;
}.tdb_header_search .tdb-head-search-placeholder{
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 3px 9px;
font-size: 12px;
line-height: 21px;
color: #999;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
pointer-events: none;
}.tdb_header_search .tdb-head-search-form-input:focus + .tdb-head-search-placeholder{
opacity: 0;
}.tdb_header_search .tdb-head-search-form-btn,
.tdb_header_search .tdb-head-search-form-input{
height: auto;
min-height: 32px;
}.tdb_header_search .tdb-head-search-form-input{
color: #444;
flex: 1;
background-color: transparent;
border: 0;
}.tdb_header_search .tdb-head-search-form-input.tdb-head-search-nofocus{
color: transparent;
text-shadow: 0 0 0 #444;
}.tdb_header_search .tdb-head-search-form-btn{
margin-bottom: 0;
padding: 0 15px;
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}.tdb_header_search .tdb-head-search-form-btn:hover{
background-color: #4db2ec;
}.tdb_header_search .tdb-head-search-form-btn i,
.tdb_header_search .tdb-head-search-form-btn span{
display: inline-block;
vertical-align: middle;
}.tdb_header_search .tdb-head-search-form-btn i{
font-size: 12px;
}.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon{
position: relative;
}.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon-svg{
line-height: 0;
}.tdb_header_search .tdb-head-search-form-btn svg{
width: 12px;
height: auto;
}.tdb_header_search .tdb-head-search-form-btn svg,
.tdb_header_search .tdb-head-search-form-btn svg *{
fill: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb_header_search .tdb-aj-search-results{
padding: 20px;
background-color: rgba(144, 144, 144, 0.02);
border-width: 1px 0;
border-style: solid;
border-color: #ededed;
background-color: #fff;
}.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child{
margin-bottom: 0;
padding-bottom: 0;
}.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child .td-module-container:before{
display: none;
}.tdb_header_search .tdb-aj-search-inner{
display: flex;
flex-wrap: wrap;
*zoom: 1;
}.tdb_header_search .tdb-aj-search-inner:before,
.tdb_header_search .tdb-aj-search-inner:after{
display: table;
content: '';
line-height: 0;
}.tdb_header_search .tdb-aj-search-inner:after{
clear: both;
}.tdb_header_search .result-msg{
padding: 4px 0 6px 0;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: italic;
background-color: #fff;
}.tdb_header_search .result-msg a{
color: #222;
}.tdb_header_search .result-msg a:hover{
color: #4db2ec;
}.tdb_header_search .td-module-meta-info,
.tdb_header_search .td-next-prev-wrap{
text-align: left;
}.tdb_header_search .td_module_wrap:hover .entry-title a{
color: #4db2ec;
}.tdb_header_search .tdb-aj-cur-element .entry-title a{
color: #4db2ec;
}.tdc-dragged .tdb-head-search-btn:after,
.tdc-dragged .tdb-drop-down-search{
visibility: hidden !important;
opacity: 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdi_34 .tdb-head-search-btn i{
font-size: 22px;
width: 37.4px;
height: 37.4px;
line-height: 37.4px;
color: #444444;
}.tdi_34 .tdb-head-search-btn svg{
width: 22px;
}.tdi_34 .tdb-search-icon-svg{
width: 37.4px;
height: 37.4px;
}.tdi_34{
display: inline-block;
float: right;
clear: none;
}.tdi_34 .tdb-search-txt{
top: 0px;
font-family:Muli !important;font-size:11px !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .tdb-drop-down-search{
top: calc(100% + 5px);
left: auto;
right: 0;
}.tdi_34 .tdb-head-search-btn:after{
bottom: -5px;
border-bottom-color: rgba(255,255,255,0);
}.tdi_34 .tdb-drop-down-search .tdb-drop-down-search-inner{
max-width: 600px;
}.tdi_34 .tdb-search-form{
padding: 22px;
border-width: 0px;
text-align: center;
}.tdi_34 .tdb-drop-down-search-inner,
.tdi_34 .tdb-search-form,
.tdi_34 .tdb-aj-search{
margin-left: auto;
margin-right: 0;
}.tdi_34 .tdb-search-form-inner:after{
border-width: 0 0 1px 0;
border-color: #eaeaea;
}.tdi_34 .tdb-head-search-form-btn-icon{
top: 0px;
}.tdi_34 .tdb-head-search-form-btn{
border-width: 0 0 1px 0;
border-style: solid;
border-color: #000;
color: #444444;
background-color: rgba(255,255,255,0);
border-color: #eaeaea;
font-family:Muli !important;font-size:11px !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .tdb-aj-search-results{
border-width: 0px;
}.tdi_34 .result-msg{
padding: 10px 22px 20px;
text-align: center;
font-family:Muli !important;font-size:11px !important;font-style:normal !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .tdb-head-search-btn svg,
.tdi_34 .tdb-head-search-btn svg *{
fill: #444444;
}.tdi_34 .tdb-head-search-btn:hover i{
color: #ce9079;
}.tdi_34 .tdb-head-search-btn:hover svg,
.tdi_34 .tdb-head-search-btn:hover svg *{
fill: #ce9079;
}.tdi_34 .tdb-drop-down-search-inner{
box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}.tdi_34 .tdb-head-search-form-btn svg,
.tdi_34 .tdb-head-search-form-btn svg *{
fill: #444444;
fill: #444444;
}.tdi_34 .tdb-head-search-form-btn:hover{
color: #ce9079;
background-color: rgba(255,255,255,0);
border-color: #eaeaea;
}.tdi_34 .tdb-head-search-form-btn:hover svg,
.tdi_34 .tdb-head-search-form-btn:hover svg *{
fill: #ce9079;
fill: #ce9079;
}.tdi_34 .tdb-head-search-form-btn i{
color: #444444;
}.tdi_34 .tdb-head-search-form-btn:hover i{
color: #ce9079;
}.tdi_34 .result-msg,
.tdi_34 .result-msg a{
color: #222222;
}.tdi_34 .result-msg a:hover{
color: #d89686;
}.tdi_34 .tdb-head-search-form-input{
font-family:Muli !important;font-size:11px !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .tdb-head-search-placeholder{
font-family:Muli !important;font-size:11px !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .td_module_wrap{
width: 50%;
float: left;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2){
margin-bottom: 0;
padding-bottom: 0;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{
display: none;
}.tdi_34 .tdb-aj-search-inner{
margin-left: -5px;
margin-right: -5px;
}.tdi_34 .td-module-container:before{
bottom: -5px;
border-color: #eaeaea;
}.tdi_34 .td-module-container{
border-color: #eaeaea;
flex-direction: column;
}.tdi_34 .entry-thumb{
background-position: center 50%;
}.tdi_34 .td-image-wrap{
padding-bottom: 70%;
}.tdi_34 .td-image-container{
flex: 0 0 100%;
width: 100%;
display: block; order: 0;
margin-left: auto;
margin-right: auto;
}.ie10 .tdi_34 .td-image-container,
.ie11 .tdi_34 .td-image-container{
flex: 0 0 auto;
}.ie10 .tdi_34 .td-module-meta-info,
.ie11 .tdi_34 .td-module-meta-info{
flex: auto;
}.tdi_34 .td-post-vid-time{
display: block;
}.tdi_34 .td-module-meta-info,
.tdi_34 .td-next-prev-wrap{
text-align: center;
}.tdi_34 .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}.tdi_34 .td-module-meta-info{
padding: 20px 15px;
border-width: 0 1px 1px 1px;
border-color: #eaeaea;
}.tdi_34 .entry-title{
margin: 12px 0 0 0;
font-family:Muli !important;font-size:13px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .td-excerpt{
column-count: 1;
column-gap: 48px;
display: none;
}.tdi_34 .td-post-category{
padding: 0px;
background-color: rgba(255,255,255,0);
color: #444444;
font-family:Parisienne !important;font-size:20px !important;line-height:1 !important;
}.tdi_34 .td-read-more{
display: none;
}.tdi_34 .td-author-date{
display: none;
}.tdi_34 .td-post-author-name{
display: none;
}.tdi_34 .td-post-date,
.tdi_34 .td-post-author-name span{
display: none;
}.tdi_34 .entry-review-stars{
display: none;
}.tdi_34 .td-icon-star,
.tdi_34 .td-icon-star-empty,
.tdi_34 .td-icon-star-half{
font-size: 15px;
}.tdi_34 .td-module-comments{
display: none;
}.tdi_34 .tdb-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_34 .td-post-category:hover{
background-color: rgba(255,255,255,0) !important;
color: #444444;
}.tdi_34 .td-module-title a{
color: #444444;
}.td-theme-wrap .tdi_34 .td_module_wrap:hover .td-module-title a,
.tdi_34 .tdb-aj-cur-element .entry-title a{
color: #d89686 !important;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_34 .tdb-head-search-btn i{
font-size: 20px;
width: 36px;
height: 36px;
line-height: 36px;
}.tdi_34 .tdb-head-search-btn svg{
width: 20px;
}.tdi_34 .tdb-search-icon-svg{
width: 36px;
height: 36px;
}.tdi_34 .td_module_wrap{
padding-bottom: 5px !important;
margin-bottom: 5px !important;
padding-bottom: 5px;
margin-bottom: 5px;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_34 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{
display: none !important;
}.tdi_34 .td-module-container:before{
bottom: -5px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_34 .tdb-head-search-btn i{
font-size: 18px;
width: 36px;
height: 36px;
line-height: 36px;
}.tdi_34 .tdb-head-search-btn svg{
width: 18px;
}.tdi_34 .tdb-search-icon-svg{
width: 36px;
height: 36px;
}.tdi_34 .tdb-drop-down-search{
top: calc(100% + 6px);
}.tdi_34 .tdb-head-search-btn:after{
bottom: -6px;
}.tdi_34 .tdb-drop-down-search .tdb-drop-down-search-inner{
max-width: 500px;
}.tdi_34 .td_module_wrap{
padding-bottom: 3.5px !important;
margin-bottom: 3.5px !important;
padding-left: 3.5px;
padding-right: 3.5px;
padding-bottom: 3.5px;
margin-bottom: 3.5px;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_34 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{
display: none !important;
}.tdi_34 .tdb-aj-search-inner{
margin-left: -3.5px;
margin-right: -3.5px;
}.tdi_34 .td-module-container:before{
bottom: -3.5px;
}.tdi_34 .entry-title{
font-family:Muli !important;font-size:11px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_34 .td-post-category{
font-family:Parisienne !important;font-size:18px !important;line-height:1 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_34 .td_module_wrap{
padding-bottom: 5px !important;
margin-bottom: 5px !important;
padding-bottom: 5px;
margin-bottom: 5px;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_34 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_34 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{
display: none !important;
}.tdi_34 .td-module-container:before{
bottom: -5px;
}
}
</style><div class="tdb-block-inner td-fix-index"><div class="tdb-drop-down-search" aria-labelledby="td-header-search-button"><div class="tdb-drop-down-search-inner"><form method="get" class="tdb-search-form" action="/"><div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" type="text" value="" name="s" autocomplete="off"/><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" type="submit"><span>Recherche</span></button></div></form><div class="tdb-aj-search"></div></div></div><a href="#" role="button" aria-label="Search" class="tdb-head-search-btn dropdown-toggle" data-toggle="dropdown"><span class="tdb-search-icon tdb-search-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1024"><path d="M932.086 970.495c-7.803 0-15.145-3.031-20.634-8.54l-165.304-165.407-13.343 10.496c-68.311 53.791-153.58 83.415-240.087 83.415-104.018 0.041-201.667-40.387-275.139-113.848-73.523-73.452-113.992-171.1-113.951-274.964-0.041-103.864 40.428-201.503 113.94-274.954 73.421-73.492 170.957-113.951 274.616-113.951 104.294 0 201.83 40.458 275.272 113.93 73.513 73.472 113.951 171.1 113.91 274.975 0.041 86.641-29.583 171.93-83.405 240.23l-10.516 13.322 165.304 165.417c5.54 5.55 8.581 12.892 8.581 20.695 0 7.782-3.041 15.124-8.561 20.623-5.519 5.53-12.872 8.561-20.685 8.561v0zM492.483 171.171c-88.269 0.082-171.213 34.458-233.585 96.799-62.413 62.474-96.778 145.439-96.84 233.677 0.061 88.228 34.427 171.223 96.84 233.626 62.413 62.362 145.367 96.696 233.636 96.737 88.248-0.041 171.223-34.376 233.605-96.717 62.362-62.362 96.717-145.316 96.799-233.626-0.082-88.279-34.437-171.254-96.778-233.677-62.413-62.362-145.377-96.737-233.646-96.819h-0.031z"></path></svg></span></a></div></div> <!-- ./block --><div class="vc_row_inner tdi_36 vc_row vc_inner wpb_row td-pb-row absolute_inner_1200 absolute_inner">
<style scoped>
/* custom css */
.tdi_36{
position: absolute !important;
top: 0;
z-index: 1;
}.tdi_36,
.tdi_36 .tdc-inner-columns{
display: block;
}.tdi_36 .tdc-inner-columns{
width: 100%;
}
</style><div class="vc_column_inner tdi_38 wpb_column vc_column_container tdc-inner-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_38{
vertical-align: baseline;
}.tdi_38 .vc_column-inner > .wpb_wrapper,
.tdi_38 .vc_column-inner > .wpb_wrapper .tdc-elements{
display: block;
}.tdi_38 .vc_column-inner > .wpb_wrapper .tdc-elements{
width: 100%;
}
</style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_39 tds_menu_active1 tds_menu_sub_active1 tdb-mm-align-screen td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_39" style=" z-index: 999;">
<style>
/* inline tdc_css att */
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_39{
padding-top:4px !important;
padding-left:70px !important;
}
}
</style>
<style>
/* custom css */
.tdi_39 .td_block_inner{
text-align: center;
}.tdi_39 .tdb-menu > li{
margin-right: 15px;
}.tdi_39 .tdb-menu > li:last-child{
margin-right: 0;
}.tdi_39 .tdb-menu-items-dropdown{
margin-left: 15px;
}.tdi_39 .tdb-menu-items-empty + .tdb-menu-items-dropdown{
margin-left: 0;
}.tdi_39 .tdb-menu > li > a,
.tdi_39 .td-subcat-more{
padding: 0 10px;
color: #444444;
}.tdi_39 .tdb-menu > li .tdb-menu-sep,
.tdi_39 .tdb-menu-items-dropdown .tdb-menu-sep{
top: -1px;
}.tdi_39 .tdb-menu > li > a .tdb-sub-menu-icon,
.tdi_39 .td-subcat-more .tdb-menu-more-subicon{
top: -1px;
}.tdi_39 .td-subcat-more .tdb-menu-more-icon{
top: 0px;
}.tdi_39 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,
.tdi_39 .tdb-menu > li > a .tdb-sub-menu-icon-svg svg *,
.tdi_39 .td-subcat-more .tdb-menu-more-subicon-svg svg,
.tdi_39 .td-subcat-more .tdb-menu-more-subicon-svg svg *,
.tdi_39 .td-subcat-more .tdb-menu-more-icon-svg,
.tdi_39 .td-subcat-more .tdb-menu-more-icon-svg *{
fill: #444444;
}.tdi_39 .tdb-menu > li > a,
.tdi_39 .td-subcat-more,
.tdi_39 .td-subcat-more > .tdb-menu-item-text{
font-family:Muli !important;font-size:11px !important;font-weight:600 !important;letter-spacing:1px !important;
}.tdi_39 .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon,
.tdi_39 .td-pulldown-filter-list .tdb-menu-item > a .tdb-sub-menu-icon{
right: 0;
margin-top: 1px;
}.tdi_39 .tdb-menu .tdb-normal-menu ul,
.tdi_39 .td-pulldown-filter-list,
.tdi_39 .td-pulldown-filter-list .sub-menu{
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}.tdi_39 .tdb-menu .tdb-mega-menu .sub-menu > li{
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_39 .tdb-menu > li{
margin-right: 12px;
}.tdi_39 .tdb-menu > li:last-child{
margin-right: 0;
}.tdi_39 .tdb-menu-items-dropdown{
margin-left: 12px;
}.tdi_39 .tdb-menu-items-empty + .tdb-menu-items-dropdown{
margin-left: 0;
}.tdi_39 .tdb-menu > li > a,
.tdi_39 .td-subcat-more{
padding: 0 7px;
}.tdi_39 .tdb-menu > li > a,
.tdi_39 .td-subcat-more,
.tdi_39 .td-subcat-more > .tdb-menu-item-text{
font-family:Muli !important;font-size:11px !important;line-height:40px !important;font-weight:600 !important;letter-spacing:1px !important;
}
}
</style>
<style>
.tdi_39 .tdb-menu > li.current-menu-item > a,
.tdi_39 .tdb-menu > li.current-menu-ancestor > a,
.tdi_39 .tdb-menu > li.current-category-ancestor > a,
.tdi_39 .tdb-menu > li:hover > a,
.tdi_39 .tdb-menu > li.tdb-hover > a,
.tdi_39 .tdb-menu-items-dropdown:hover .td-subcat-more{
color: #ce9079;
}.tdi_39 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg,
.tdi_39 .tdb-menu > li.current-menu-item > a .tdb-sub-menu-icon-svg svg *,
.tdi_39 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_39 .tdb-menu > li.current-menu-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_39 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg,
.tdi_39 .tdb-menu > li.current-category-ancestor > a .tdb-sub-menu-icon-svg svg *,
.tdi_39 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg,
.tdi_39 .tdb-menu > li:hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_39 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg,
.tdi_39 .tdb-menu > li.tdb-hover > a .tdb-sub-menu-icon-svg svg *,
.tdi_39 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg,
.tdi_39 .tdb-menu-items-dropdown:hover .td-subcat-more .tdb-menu-more-icon-svg svg *{
fill: #ce9079;
}.tdi_39 .tdb-menu > li.current-menu-item > a:after,
.tdi_39 .tdb-menu > li.current-menu-ancestor > a:after,
.tdi_39 .tdb-menu > li.current-category-ancestor > a:after,
.tdi_39 .tdb-menu > li:hover > a:after,
.tdi_39 .tdb-menu > li.tdb-hover > a:after,
.tdi_39 .tdb-menu-items-dropdown:hover .td-subcat-more:after{
width: 0px;
}.tdi_39 .tdb-menu > li > a:after,
.tdi_39 .tdb-menu-items-dropdown .td-subcat-more:after{
height: 0px;
bottom: 0px;
}
</style>
<style>
</style><div id="tdi_39" class="td_block_inner td-fix-index"><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><ul id="menu-menu-3" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1563 tdb-menu-item-inactive"><a href="guide-de-voyage/"><div class="tdb-menu-item-text">Guide de voyage</div></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1564"><a href="guide-de-voyage/voyager-en-europe/"><div class="tdb-menu-item-text">Voyager en Europe</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1565"><a href="guide-de-voyage/voyager-en-amerique/"><div class="tdb-menu-item-text">Voyager en Amérique</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1566"><a href="guide-de-voyage/voyager-en-afrique/"><div class="tdb-menu-item-text">Voyager en Afrique</div></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item tdb-normal-menu menu-item-1567"><a href="guide-de-voyage/voyager-en-asie/"><div class="tdb-menu-item-text">Voyager en Asie</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1568"><a href="voyage/"><div class="tdb-menu-item-text">Voyage</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5853"><a href="astuces/"><div class="tdb-menu-item-text">Astuces</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5855"><a href="food/"><div class="tdb-menu-item-text">Food</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-5854"><a href="bons-plans/"><div class="tdb-menu-item-text">Bons plans</div></a></li>
</ul></div></div></div></div></div></div></div></div></div></div><div id="tdi_42" class="tdc-row stretch_row_content td-stretch-content"><div class="vc_row tdi_43 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_43,
.tdi_43 .tdc-columns{
min-height: 0;
}.tdi_43,
.tdi_43 .tdc-columns{
display: block;
}.tdi_43 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_43{
padding-top:50px !important;
padding-bottom:60px !important;
}
.tdi_43 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_43{
padding-top:30px !important;
padding-bottom:40px !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_43{
padding-top:40px !important;
padding-bottom:50px !important;
}
}
</style><div class="vc_column tdi_45 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_45{
vertical-align: baseline;
}.tdi_45 > .wpb_wrapper,
.tdi_45 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_45 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_45 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_45 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_46 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_46">
<style>
/* custom css */
.tdi_46 .tdb-logo-a,
.tdi_46 h1{
flex-direction: row;
align-items: center;
justify-content: center;
}.tdi_46 .tdb-logo-svg-wrap{
display: block;
}.tdi_46 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_46 .tdb-logo-img-wrap{
display: block;
}.tdi_46 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
}.tdi_46 .tdb-logo-text-title{
display: block;
}.tdi_46 .tdb-logo-text-wrap{
flex-direction: column;
align-items: flex-start;
}.tdi_46 .tdb-logo-icon{
top: 0px;
display: block;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_46 .tdb-logo-img{
max-width: 250px;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="/"><h1><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Logo" title="" data-lazy-src="wp-content/uploads/2022/03/guide-voyage-info-aviation-300x106.png"/><noscript><img class="tdb-logo-img" src="wp-content/uploads/2022/03/guide-voyage-info-aviation-300x106.png" alt="Logo" title=""/></noscript></span></h1></a></div></div> <!-- ./block --></div></div></div></div></div></div> </div>
<div class="td-header-desktop-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="display: none">
<div id="tdi_47" class="tdc-zone"><div class="tdc_zone tdi_48 wpb_row td-pb-row" data-sticky-offset="0">
<style scoped>
/* custom css */
.tdi_48{
min-height: 0;
}.td-header-desktop-sticky-wrap.td-header-active{
opacity: 1;
}
</style><div id="tdi_49" class="tdc-row"><div class="vc_row tdi_50 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_50,
.tdi_50 .tdc-columns{
min-height: 0;
}.tdi_50,
.tdi_50 .tdc-columns{
display: block;
}.tdi_50 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_52 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_52{
vertical-align: baseline;
}.tdi_52 > .wpb_wrapper,
.tdi_52 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_52 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_52 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_52 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"></div></div></div></div></div></div> </div>
</div>
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="tdc-content-wrap">
<div id="tdi_53" class="tdc-zone"><div class="tdc_zone tdi_54 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_54{
min-height: 0;
}
</style><div id="tdi_55" class="tdc-row stretch_row_1600 td-stretch-content"><div class="vc_row tdi_56 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_56,
.tdi_56 .tdc-columns{
min-height: 0;
}.tdi_56,
.tdi_56 .tdc-columns{
display: block;
}.tdi_56 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_56{
margin-bottom:40px !important;
}
.tdi_56 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_56{
margin-bottom:0px !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_56{
margin-bottom:20px !important;
}
}
</style><div class="vc_column tdi_58 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_58{
vertical-align: baseline;
}.tdi_58 > .wpb_wrapper,
.tdi_58 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_58 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_58 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_58 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap td_flex_block_1 tdi_59 td_with_ajax_pagination td-pb-border-top td-travel-slider td_block_template_1 td_flex_block" data-td-block-uid="tdi_59">
<style>
/* inline tdc_css att */
/* phone */
@media (max-width: 767px)
{
.tdi_59{
margin-bottom:20px !important;
}
}
</style>
<style>
/* custom css */
.tdi_59 .td-image-wrap{
padding-bottom: 130%;
}.tdi_59 .entry-thumb{
background-position: center 50%;
}.tdi_59 .td-module-container{
flex-direction: column;
border-color: #eaeaea !important;
}.tdi_59 .td-image-container{
display: block; order: 0;
margin-left: auto;
margin-right: auto;
}.ie10 .tdi_59 .td-module-meta-info,
.ie11 .tdi_59 .td-module-meta-info{
flex: auto;
}.tdi_59 .td-module-meta-info{
padding: 22px 20px;
border-width: 0 1px 1px 1px;
border-color: #eaeaea;
}.tdi_59 .td_module_wrap{
width: 20%;
float: left;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 20px;
margin-bottom: 20px;
}.tdi_59 .td_block_inner{
margin-left: -5px;
margin-right: -5px;
}.tdi_59 .td-module-container:before{
bottom: -20px;
border-color: #eaeaea;
}.tdi_59 .td-post-vid-time{
display: block;
}.tdi_59 .td-post-category{
padding: 5px;
background-color: rgba(255,255,255,0);
color: #444444;
font-family:Parisienne !important;font-size:24px !important;font-weight:700 !important;
}.tdi_59 .td-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_59 .td-excerpt{
display: none;
column-count: 1;
column-gap: 48px;
font-family:Muli !important;font-size:14px !important;line-height:1.2 !important;
}.tdi_59 .td-audio-player{
opacity: 1;
visibility: visible;
height: auto;
font-size: 13px;
}.tdi_59 .td-author-date{
display: none;
}.tdi_59 .td-post-author-name{
display: none;
}.tdi_59 .td-post-date,
.tdi_59 .td-post-author-name span{
display: none;
}.tdi_59 .entry-review-stars{
display: none;
}.tdi_59 .td-icon-star,
.tdi_59 .td-icon-star-empty,
.tdi_59 .td-icon-star-half{
font-size: 15px;
}.tdi_59 .td-module-comments{
display: none;
}.tdi_59 .td_module_wrap:nth-child(5n+1){
clear: both;
}.tdi_59 .td_module_wrap:nth-last-child(-n+5){
margin-bottom: 0;
padding-bottom: 0;
}.tdi_59 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{
display: none;
}.tdi_59 .td-post-category:hover{
background-color: rgba(255,255,255,0) !important;
}.tdi_59 .td_module_wrap:hover .td-module-title a{
color: #ce9079 !important;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_59 .td-load-more-wrap a{
color: #444444;
background-color: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.tdi_59.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg *{
fill: #444444;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a:hover,
.tdi_59 .td-load-more-wrap a:hover{
color: #ce9079;
background-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg *{
fill: #ce9079;
}.tdi_59 .td-module-meta-info,
.tdi_59 .td-next-prev-wrap{
text-align: center;
}.tdi_59 .td-category-pos-above .td-post-category{
align-self: center !important;
}.tdi_59 .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 50%;
right: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}.tdi_59.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category:not(.td-post-extra-category){
transform: translate(-50%, -2px);
-webkit-transform: translate(-50%, -2px);
}.tdi_59 .entry-title{
margin: 10px 0 0 0;
font-family:Muli !important;font-size:15px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_59 .td-read-more{
margin: 30px 0 0;
}.tdi_59 .td-read-more a{
padding: 5px;
background-color: rgba(255,255,255,0) !important;
color: #444444;
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_59 .td-read-more:hover a{
background-color: rgba(255,255,255,0) !important;
color: #444444;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_59 .td-load-more-wrap a i{
font-size: 31px;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 31px;
height: calc( 31px + 1px );
}.tdi_59 .td-editor-date,
.tdi_59 .td-editor-date .td-post-author-name a,
.tdi_59 .td-editor-date .entry-date,
.tdi_59 .td-module-comments a{
font-family:Muli !important;font-size:12px !important;
}html:not([class*='ie']) .tdi_59 .td-module-container:hover .entry-thumb:before{
opacity: 0;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_59 .td-module-meta-info{
padding: 20px 15px;
}.tdi_59 .td_module_wrap{
padding-left: 3.5px;
padding-right: 3.5px;
padding-bottom: 20px;
margin-bottom: 20px;
clear: none !important;
padding-bottom: 20px !important;
margin-bottom: 20px !important;
}.tdi_59 .td_block_inner{
margin-left: -3.5px;
margin-right: -3.5px;
}.tdi_59 .td-module-container:before{
bottom: -20px;
}.tdi_59 .td-post-category{
padding: 3px;
font-family:Parisienne !important;font-size:21px !important;font-weight:700 !important;
}.tdi_59 .td_module_wrap:nth-child(5n+1){
clear: both !important;
}.tdi_59 .td_module_wrap:nth-last-child(-n+5){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_59 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_59 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{
display: none !important;
}.tdi_59 .td-read-more{
margin: 25px 0 0;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_59 .td-load-more-wrap a i{
font-size: 24px;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 24px;
height: calc( 24px + 1px );
}.tdi_59 .entry-title{
font-family:Muli !important;font-size:12px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_59 .td-module-meta-info{
padding: 16px 10px;
}.tdi_59 .td_module_wrap{
padding-left: 2.5px;
padding-right: 2.5px;
padding-bottom: 20px;
margin-bottom: 20px;
clear: none !important;
padding-bottom: 20px !important;
margin-bottom: 20px !important;
}.tdi_59 .td_block_inner{
margin-left: -2.5px;
margin-right: -2.5px;
}.tdi_59 .td-module-container:before{
bottom: -20px;
}.tdi_59 .td-post-category{
padding: 2px;
font-family:Parisienne !important;font-size:20px !important;font-weight:700 !important;
}.tdi_59 .td_module_wrap:nth-child(5n+1){
clear: both !important;
}.tdi_59 .td_module_wrap:nth-last-child(-n+5){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_59 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_59 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{
display: none !important;
}.tdi_59 .entry-title{
margin: 8px 0 0 0;
font-family:Muli !important;font-size:11px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:0px !important;
}.tdi_59 .td-read-more{
margin: 20px 0 0;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_59 .td-load-more-wrap a i{
font-size: 22px;
}.tdi_59.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 22px;
height: calc( 22px + 1px );
}
}
/* phone */
@media (max-width: 767px){
.tdi_59 .td-module-meta-info{
padding: 26px 20px;
}.tdi_59 .td_module_wrap{
width: 100%;
float: left;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
margin-bottom: 5px;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
}.tdi_59 .td_block_inner{
margin-left: -0px;
margin-right: -0px;
}.tdi_59 .td-module-container:before{
bottom: -5px;
}.tdi_59 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_59 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_59 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_59 .td-excerpt{
margin: 14px 0;
font-family:Muli !important;font-size:13px !important;line-height:1.2 !important;
}.tdi_59 .entry-title{
font-family:Muli !important;font-size:17px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><script type="rocketlazyloadscript">var block_tdi_59 = new tdBlock();
block_tdi_59.id = "tdi_59";
block_tdi_59.atts = '{"modules_on_row":"eyJhbGwiOiIyMCUiLCJsYW5kc2NhcGUiOiIyMCUiLCJwaG9uZSI6IjEwMCUifQ==","show_com":"none","show_cat":"","show_btn":"","show_author":"none","f_title_font_family":"406","f_title_font_line_height":"eyJhbGwiOiIxLjIiLCJwb3J0cmFpdCI6IjEuNCJ9","f_title_font_size":"eyJwaG9uZSI6IjE3IiwiYWxsIjoiMTUiLCJwb3J0cmFpdCI6IjExIiwibGFuZHNjYXBlIjoiMTIifQ==","f_title_font_weight":"600","f_title_font_transform":"uppercase","f_ex_font_family":"406","f_ex_font_size":"eyJhbGwiOiIxNCIsInBob25lIjoiMTMifQ==","f_ex_font_line_height":"1.2","f_meta_font_size":"12","f_meta_font_transform":"","mc1_tl":"10","meta_padding":"eyJhbGwiOiIyMnB4IDIwcHgiLCJwaG9uZSI6IjI2cHggMjBweCIsInBvcnRyYWl0IjoiMTZweCAxMHB4IiwibGFuZHNjYXBlIjoiMjBweCAxNXB4In0=","modules_gap":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiNSIsImxhbmRzY2FwZSI6IjciLCJwaG9uZSI6IjAifQ==","all_modules_space":"eyJhbGwiOiI0MCIsInBob25lIjoiMTAifQ==","art_excerpt":"eyJwaG9uZSI6IjE0cHggMCJ9","image_floated":"","f_meta_font_family":"406","mc1_el":"15","modules_category":"above","modules_category_padding":"eyJhbGwiOiI1IiwibGFuZHNjYXBlIjoiMyIsInBvcnRyYWl0IjoiMiJ9","f_cat_font_transform":"","f_cat_font_size":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAiLCJsYW5kc2NhcGUiOiIyMSJ9","f_cat_font_weight":"700","excerpt_middle":"yes","show_excerpt":"eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=","art_title":"eyJhbGwiOiIxMHB4IDAgMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIDAifQ==","image_height":"130","btn_margin":"eyJhbGwiOiIzMHB4IDAgMCIsInBvcnRyYWl0IjoiMjBweCAwIDAiLCJsYW5kc2NhcGUiOiIyNXB4IDAgMCJ9","btn_padding":"5","f_btn_font_transform":"uppercase","f_btn_font_family":"406","meta_info_border_size":"0 1px 1px 1px","show_date":"none","show_review":"none","meta_info_horiz":"content-horiz-center","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#444444","f_cat_font_family":"460","f_title_font_spacing":"eyJhbGwiOiIxIiwicG9ydHJhaXQiOiIwIn0=","btn_bg":"rgba(255,255,255,0)","btn_bg_hover":"rgba(255,255,255,0)","btn_txt":"#444444","f_btn_font_size":"11","ajax_pagination":"next_prev","category_id":"","sort":"random_posts","title_txt_hover":"#ce9079","image_size":"td_1068x0","td_ajax_preloading":"","next_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-cut-right","prev_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-cut-left","pag_icons_size":"eyJhbGwiOiIzMSIsInBvcnRyYWl0IjoiMjIiLCJsYW5kc2NhcGUiOiIyNCJ9","pag_border":"rgba(255,255,255,0)","pag_h_border":"rgba(255,255,255,0)","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","pag_text":"#444444","pag_h_text":"#ce9079","el_class":"td-travel-slider","btn_txt_hover":"#444444","tdc_css":"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9","f_btn_font_spacing":"1","btn_title":"Read More","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_title_tag":"","post_ids":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","limit":"5","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_border":"","btn_border_hover":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":3,"header_color":"","color_preset":"","border_top":"","class":"tdi_59","tdc_css_class":"tdi_59","tdc_css_class_style":"tdi_59_rand_style"}';
block_tdi_59.td_column_number = "3";
block_tdi_59.block_type = "td_flex_block_1";
block_tdi_59.post_count = "5";
block_tdi_59.found_posts = "157";
block_tdi_59.header_color = "";
block_tdi_59.ajax_pagination_infinite_stop = "";
block_tdi_59.max_num_pages = "32";
tdBlocksArray.push(block_tdi_59);
</script><div class="td-block-title-wrap"></div><div id="tdi_59" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="comment-entrer-territoire-neo-zelandais/" rel="bookmark" class="td-image-wrap" title="Comment entrer sur le territoire néo-zélandais ?"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2020/07/twenty20_2427b1d9-93fd-42e0-b2ef-f61f1e40c06c-1068x711.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="comment-entrer-territoire-neo-zelandais/" rel="bookmark" title="Comment entrer sur le territoire néo-zélandais ?">Comment entrer sur le territoire néo-zélandais ?</a></h3>
<div class="td-excerpt">
La Nouvelle-Zélande est un pays qui représente l’une des destinations touristiques préférées des français....</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="comment-entrer-territoire-neo-zelandais/">Read More</a>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="passer-vacances-famille-guadeloupe-comment-preparer-voyage/" rel="bookmark" class="td-image-wrap" title="Passer des vacances en famille en Guadeloupe : comment préparer son voyage ?"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2021/03/shutterstock_162727031-1068x712.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="voyage/" class="td-post-category">Voyage</a>
<h3 class="entry-title td-module-title"><a href="passer-vacances-famille-guadeloupe-comment-preparer-voyage/" rel="bookmark" title="Passer des vacances en famille en Guadeloupe : comment préparer son voyage ?">Passer des vacances en famille en Guadeloupe : comment...</a></h3>
<div class="td-excerpt">Une envie de découvrir la France autrement, direction les Antilles, la Guadeloupe est la...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="passer-vacances-famille-guadeloupe-comment-preparer-voyage/">Read More</a>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="partir-en-decouverte-des-iles-canaries/" rel="bookmark" class="td-image-wrap" title="Partir en découverte des îles Canaries"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/07/PI74029-hr-1068x712.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="partir-en-decouverte-des-iles-canaries/" rel="bookmark" title="Partir en découverte des îles Canaries">Partir en découverte des îles Canaries</a></h3>
<div class="td-excerpt">Les vacances s’annoncent et vous aimeriez bien découvrir des lieux extraordinaires. Nous vous proposons...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="partir-en-decouverte-des-iles-canaries/">Read More</a>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="10-choses-a-voir-et-a-faire-a-medellin/" rel="bookmark" class="td-image-wrap" title="10 choses à voir et à faire à Medellín"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/571.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/voyager-en-amerique/" class="td-post-category">Voyager en Amérique</a>
<h3 class="entry-title td-module-title"><a href="10-choses-a-voir-et-a-faire-a-medellin/" rel="bookmark" title="10 choses à voir et à faire à Medellín">10 choses à voir et à faire à Medellín</a></h3>
<div class="td-excerpt">J'étais à Medellin pour la première fois en octobre 2011, et mon appareil photo...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="10-choses-a-voir-et-a-faire-a-medellin/">Read More</a>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="guide-pratique-pour-voyager-en-guyane/" rel="bookmark" class="td-image-wrap" title="Guide pratique pour voyager en Guyane"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/278.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="guide-pratique-pour-voyager-en-guyane/" rel="bookmark" title="Guide pratique pour voyager en Guyane">Guide pratique pour voyager en Guyane</a></h3>
<div class="td-excerpt">Complètement exclues de la notion populaire d'Amérique du Sud, les trois Guyanes reposent silencieusement...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="guide-pratique-pour-voyager-en-guyane/">Read More</a>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_59" data-td_block_id="tdi_59"><i class="td-next-prev-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_59" data-td_block_id="tdi_59"><i class="td-next-prev-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-right"></i></a></div></div></div></div></div></div><div id="tdi_60" class="tdc-row stretch_row"><div class="vc_row tdi_61 wpb_row td-pb-row tdc-element-style tdc-row-content-vert-center">
<style scoped>
/* custom css */
.tdi_61,
.tdi_61 .tdc-columns{
min-height: 0;
}.tdi_61,
.tdi_61 .tdc-columns{
display: block;
}.tdi_61 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_61 {
margin-left: -30px;
margin-right: -30px;
}
.tdi_61 .tdc-row-video-background-error,
.tdi_61 .vc_column {
padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 767px) {
.tdi_61.tdc-row-content-vert-center,
.tdi_61.tdc-row-content-vert-center .tdc-columns {
display: flex;
align-items: center;
flex: 1;
}
.tdi_61.tdc-row-content-vert-bottom,
.tdi_61.tdc-row-content-vert-bottom .tdc-columns {
display: flex;
align-items: flex-end;
flex: 1;
}
.tdi_61.tdc-row-content-vert-center .td_block_wrap {
vertical-align: middle;
}
.tdi_61.tdc-row-content-vert-bottom .td_block_wrap {
vertical-align: bottom;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
@media (min-width: 768px) {
.tdi_61 {
margin-left: -25px;
margin-right: -25px;
}
.tdi_61 .tdc-row-video-background-error,
.tdi_61 .vc_column {
padding-left: 25px;
padding-right: 25px;
}
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
@media (min-width: 768px) {
.tdi_61 {
margin-left: -15px;
margin-right: -15px;
}
.tdi_61 .tdc-row-video-background-error,
.tdi_61 .vc_column {
padding-left: 15px;
padding-right: 15px;
}
}
}
/* inline tdc_css att */
.tdi_61{
margin-bottom:80px !important;
position:relative;
}
.tdi_61 .td_block_wrap{ text-align:left }
/* phone */
@media (max-width: 767px)
{
.tdi_61{
margin-bottom:60px !important;
position:relative;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_61{
margin-bottom:60px !important;
}
}
</style>
<div class="tdi_60_rand_style td-element-style"><div class="td-element-style-before"><style>
.tdi_60_rand_style > .td-element-style-before {
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url("wp-content/uploads/2022/03/xxx_td_pic_about_back_xxx.png") !important;
background-repeat: no-repeat !important;
background-size:contain !important;
background-position:center center !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_60_rand_style > .td-element-style-before{
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-position:center center !important;
}
}
</style></div></div><div class="vc_column tdi_63 wpb_column vc_column_container tdc-column td-pb-span5">
<style scoped>
/* custom css */
.tdi_63{
vertical-align: baseline;
}.tdi_63 > .wpb_wrapper,
.tdi_63 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_63 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_63 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_63 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="wpb_wrapper td_block_single_image td_block_wrap td-no-img-custom-url td-animation-stack td_block_wrap vc_single_image tdi_64 td-single-image-style-round td-pb-border-top td_block_template_1" data-td-block-uid="tdi_64"><a class="td_single_image_bg td-lazy-img" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/Sans-titre-1.png" href="#"></a>
<style>
/* inline tdc_css att */
.tdi_64{
margin-bottom:0px !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_64{
margin-right:auto !important;
margin-bottom:50px !important;
margin-left:auto !important;
width:90% !important;
}
}
</style>
<style>
/* custom css */
.td_block_single_image.td-image-video-modal{
cursor: pointer;
}.td_block_single_image a{
display: block;
}.td_block_single_image.td-no-img-custom-url a{
pointer-events: none;
cursor: default;
}.vc_single_image a{
position: relative;
width: 100%;
display: block;
background-size: cover;
}.td-single-image-style-rounded a,
.td-single-image-style-rounded a:before,
.td-single-image-style-rounded a:after{
border-radius: 4px;
}.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow{
margin-bottom: 22px;
background-color: #EBEBEB;
}.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border{
padding: 6px;
}.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow{
padding: 1px;
}.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after{
color: #fff;
-webkit-box-shadow: inset 0px 0px 0px 6px;
box-shadow: inset 0px 0px 0px 6px;
}.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before{
color: #EBEBEB;
-webkit-box-shadow: inset 0px 0px 0px 7px;
box-shadow: inset 0px 0px 0px 7px;
}.td-single-image-style-shadow a,
.td-single-image-style-bordered-shadow a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a{
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}.td-single-image-style-3d-shadow{
position: relative;
}.td-single-image-style-3d-shadow:before,
.td-single-image-style-3d-shadow:after{
content: '';
position: absolute;
bottom: 0;
height: 30%;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
z-index: 0;
}.td-single-image-style-3d-shadow:before{
left: 5px;
right: 50%;
-webkit-transform: skewY(-6deg);
transform: skewY(-6deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}.td-single-image-style-3d-shadow:after{
left: 50%;
right: 5px;
-webkit-transform: skewY(6deg);
transform: skewY(6deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}.td-single-image-style-3d-shadow a{
z-index: 1;
}.td-single-image-style-round,
.td-single-image-style-round-border,
.td-single-image-style-round-outline,
.td-single-image-style-round-shadow,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle,
.td-single-image-style-circle-border,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-shadow,
.td-single-image-style-circle-border-shadow{
border-radius: 50%;
}.td-single-image-style-round a,
.td-single-image-style-round-border a,
.td-single-image-style-round-outline a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-round a:before,
.td-single-image-style-round-border a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-shadow a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle a:before,
.td-single-image-style-circle-border a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-shadow a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round a:after,
.td-single-image-style-round-border a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-shadow a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle a:after,
.td-single-image-style-circle-border a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-shadow a:after,
.td-single-image-style-circle-border-shadow a:after{
border-radius: 50%;
}.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round-outline a:before:before,
.td-single-image-style-round-border-shadow a:before:before,
.td-single-image-style-circle-outline a:before:before,
.td-single-image-style-circle-border-shadow a:before:before,
.td-single-image-style-round-outline a:after:before,
.td-single-image-style-round-border-shadow a:after:before,
.td-single-image-style-circle-outline a:after:before,
.td-single-image-style-circle-border-shadow a:after:before,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-round-outline a:before:after,
.td-single-image-style-round-border-shadow a:before:after,
.td-single-image-style-circle-outline a:before:after,
.td-single-image-style-circle-border-shadow a:before:after,
.td-single-image-style-round-outline a:after:after,
.td-single-image-style-round-border-shadow a:after:after,
.td-single-image-style-circle-outline a:after:after,
.td-single-image-style-circle-border-shadow a:after:after{
border-radius: 50%;
}.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a{
height: 0;
padding-bottom: 100%;
}.tdi_64 .td_single_image_bg{
height: auto;
padding-bottom: 100%;
background-repeat: no-repeat;
background-position: center top;
}.tdi_64:hover .td_single_image_bg:before{
opacity: 0;
}@media (max-width: 767px) {
.td-stretch-content .td_block_single_image {
margin-right: -20px;
margin-left: -20px;
}
}@media (max-width: 767px) {
.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
margin-bottom: 32px;
}
}
</style></div></div></div><div class="vc_column tdi_66 wpb_column vc_column_container tdc-column td-pb-span7">
<style scoped>
/* custom css */
.tdi_66{
vertical-align: baseline;
}.tdi_66 > .wpb_wrapper,
.tdi_66 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_66 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_66 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_66 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_67 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_67">
<style>
/* inline tdc_css att */
.tdi_67{
margin-bottom:30px !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_67{
justify-content:center !important;
text-align:center !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_67{
margin-bottom:20px !important;
}
}
</style>
<style>
/* custom css */
.tdm_block.tdm_block_inline_text{
margin-bottom: 0;
vertical-align: top;
}.tdm_block.tdm_block_inline_text .tdm-descr{
margin-bottom: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}.tdc-row-content-vert-center .tdm-inline-text-yes{
vertical-align: middle;
}.tdc-row-content-vert-bottom .tdm-inline-text-yes{
vertical-align: bottom;
}.tdi_67{
text-align: left !important;
}.tdi_67 .tdm-descr{
color: #444444;
font-family:Parisienne !important;font-size:36px !important;line-height:1 !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_67 .tdm-descr{
font-family:Parisienne !important;font-size:30px !important;line-height:1 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_67 .tdm-descr{
font-family:Parisienne !important;font-size:30px !important;line-height:1 !important;
}
}
</style><p class="tdm-descr">Hello, Je suis Laura !</p></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_68 tdm-inline-block td-pb-border-top td_block_template_1" data-td-block-uid="tdi_68">
<style>
/* inline tdc_css att */
.tdi_68{
margin-bottom:40px !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_68{
margin-bottom:0px !important;
justify-content:center !important;
text-align:center !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_68{
margin-bottom:10px !important;
}
}
</style>
<style>
/* custom css */
.tdi_68{
text-align: left !important;
}.tdi_68 .tdm-descr{
color: #444444;
font-family:Muli !important;font-size:14px !important;line-height:1.8 !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_68 .tdm-descr{
font-family:Muli !important;font-size:13px !important;line-height:1.8 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_68 .tdm-descr{
font-family:Muli !important;font-size:13px !important;line-height:1.8 !important;
}
}
</style><p class="tdm-descr">et je suis la créatrice de ce blog. Depuis quelques mois, je vis avec mon sac à dos sur le dos, avec un seul but : voyager pour raconter l’histoire. J’ai visité exactement 64 pays et territoires et je n’en ai pas encore eu assez.
<br><br>
En ce moment, je suis chez entre la France et l’Argence. Depuis mon retour d’Afrique, je n’ai pas arrêté. J’étais aux États-Unis, en Équateur, au Pérou, au Brésil et au Panama. En plus de voyager, je travaille à générer du contenu pour des marques et des entités touristiques, et c’est pourquoi les derniers billets de blog viennent d’Amérique latine. C’est mon travail ;). Si vous voulez lire sur l’Afrique, ne désespérez pas. 2019 s’accompagne de tout : mise à jour du blog, nouveau livre et de nombreuses conférences pour vous encourager à voyager. Et si vous voulez en savoir plus sur mes voyages, m’aider à suivre notre chemin ou vous inspirer pour sortir sur la route, ne manquez pas mes articles… Ils voyagent partout dans le monde, tout comme nous, et ils sont pleins de bonnes histoires.
<br><br>
Désirez-vous économiser les frais d'agence et profiter des meilleurs produits sur le marché ? Avez-vous besoin d'un guide dans votre recherche de séjours ou de circuits afin de parcourir la planète et trouver le pays de vos rêves ? Faites confiance à Info voyage, et vous serez comblés !</p></div></div></div></div></div><div id="tdi_69" class="tdc-row stretch_row_1400 td-stretch-content"><div class="vc_row tdi_70 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_70,
.tdi_70 .tdc-columns{
min-height: 0;
}.tdi_70,
.tdi_70 .tdc-columns{
display: block;
}.tdi_70 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_70{
padding-top:60px !important;
padding-bottom:80px !important;
justify-content:center !important;
text-align:center !important;
position:relative;
}
.tdi_70 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_70{
padding-top:40px !important;
padding-bottom:60px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_70{
padding-top:40px !important;
padding-bottom:60px !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_70{
padding-top:40px !important;
padding-bottom:60px !important;
}
}
</style>
<div class="tdi_69_rand_style td-element-style"><style>
.tdi_69_rand_style{
background-color:#fff8f2 !important;
}
</style></div><div class="vc_column tdi_72 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_72{
vertical-align: baseline;
}.tdi_72 > .wpb_wrapper,
.tdi_72 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_72 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_72 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_72 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_73 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_73">
<style>
/* custom css */
.tdm_block_column_title{
margin-bottom: 0;
display: inline-block;
width: 100%;
}
</style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_74 .tdm-title-line{
width: 60px;
height: 60px;
}.tdi_74 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_74 .tdm-title{
font-family:Muli !important;font-size:27px !important;line-height:1 !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_74 .tdm-title{
font-family:Muli !important;font-size:25px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_74 .tdm-title{
font-family:Muli !important;font-size:22px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_74"><h3 class="tdm-title tdm-title-md">Top Destinations</h3><div class="tdm-title-line"></div></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_title_over_image tdi_75 tdm-content-horiz-center tdm-content-vert-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_75">
<style>
/* inline tdc_css att */
.tdi_75{
margin-bottom:0px !important;
width:25% !important;
}
/* desktop */ @media(min-width: 1141px) { .tdi_75 {
display:inline-block !important;
} }
/* phone */
@media (max-width: 767px)
{
.tdi_75{
width:100% !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_75{
display:inline-block !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_75{
display:inline-block !important;
}
}
</style>
<style>
/* custom css */
.tds-title-over-image{
overflow: hidden;
}.tds-title-over-image1{
position: relative;
height: 0;
padding-bottom: 400px;
background-color: #f9f9f9;
}.tds-title-over-image1 .tdm-title-over-image-info-wrap{
width: 100%;
padding: 24px 32px;
}.tds-title-over-image1 .tdm-title-over-image-info,
.tds-title-over-image1 .tdm-title-sub{
zoom: 1;
-webkit-transform: translate(0, 8px);
transform: translate(0, 8px);
-webkit-transition: all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tds-title-over-image1 .tdm-title{
margin: 0;
}.tds-title-over-image1 .tdm-title-xxsm{
margin-top: 8px;
margin-bottom: 2px;
}.tds-title-over-image1 .tdm-title-xsm{
margin-top: 6px;
margin-bottom: 1px;
}.tds-title-over-image1 .tdm-title-sm{
margin-top: 4px;
}.tds-title-over-image1 .tdm-title-bg{
margin-bottom: 12px;
line-height: 50px;
}.tds-title-over-image1 .tdm-title-sub{
color: #555;
opacity: 0;
}.tds-title-over-image1 .tdm-title-over-image-link{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.tds-title-over-image1 .tdm-title-over-image-overlay:before,
.tds-title-over-image1 .tdm-title-over-image-overlay:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}.tds-title-over-image1 .tdm-title-over-image-overlay:after{
opacity: 0;
}.tds-title-over-image1:hover .tdm-title-over-image-info,
.tds-title-over-image1:hover .tdm-title-sub{
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}.tds-title-over-image1:hover .tdm-title-sub,
.tds-title-over-image1:hover .tdm-title-over-image-overlay:after{
opacity: 1;
}.tdm_block_title_over_image.tdm-content-vert-center .tds-title-over-image1 .tdm-title-over-image-info-wrap{
position: absolute;
top: calc(50% - 8px);
-webkit-transform: translateY(calc(-50% + 8px));
transform: translateY(calc(-50% + 8px));
}.tdm_block_title_over_image.tdm-content-vert-bottom .tds-title-over-image1 .tdm-title-over-image-info-wrap{
position: absolute;
bottom: 0;
}
</style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_76 .tdm-title{
color: #ffffff;
font-family:Muli !important;font-size:20px !important;line-height:1.2 !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}body .tdi_76:hover .tdm-title{
color: #ffffff;
-webkit-text-fill-color: initial;
background: transparent;
transition: none;
}body .tdi_76 .tdm-title-sub{
color: #ffffff;
}.tdi_76 .tdm-title-sub{
margin-top: 5px;
font-family:Muli !important;font-size:13px !important;line-height:1.4 !important;
}.tdi_76:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(wp-content/uploads/2022/03/elephant-g5aa8faffa_1280.jpg);
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 1;
}.tdi_76{
padding-bottom: 460px;
}.tdi_76 .tdm-title-over-image-overlay:before{
background-color: rgba(0,0,0,0.2);
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_76{
padding-bottom: 400px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_76{
padding-bottom: 320px;
}
}
</style><div class="tds-title-over-image tds-title-over-image1 tdi_76 td-fix-index"><div class="tdm-title-over-image-info-wrap"><div class="tdm-title-over-image-info"><h3 class="tdm-title tdm-title-sm">Afrique</h3><div class="tdm-title-sub">Découvrez la maison de l'éléphant</div></div></div><div class="tdm-title-over-image-overlay"></div><a class="tdm-title-over-image-link" href="#" target="_blank"></a></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_title_over_image tdi_77 tdm-content-horiz-center tdm-content-vert-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_77">
<style>
/* inline tdc_css att */
.tdi_77{
margin-bottom:0px !important;
width:25% !important;
}
/* desktop */ @media(min-width: 1141px) { .tdi_77 {
display:inline-block !important;
} }
/* phone */
@media (max-width: 767px)
{
.tdi_77{
width:100% !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_77{
display:inline-block !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_77{
display:inline-block !important;
}
}
</style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_78 .tdm-title{
color: #ffffff;
font-family:Muli !important;font-size:20px !important;line-height:1.2 !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}body .tdi_78:hover .tdm-title{
color: #ffffff;
-webkit-text-fill-color: initial;
background: transparent;
transition: none;
}body .tdi_78 .tdm-title-sub{
color: #ffffff;
}.tdi_78 .tdm-title-sub{
margin-top: 5px;
font-family:Muli !important;font-size:13px !important;line-height:1.4 !important;
}.tdi_78:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(wp-content/uploads/2022/03/salt-harvesting-gf8e403dfa_1280.jpg);
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 1;
}.tdi_78{
padding-bottom: 460px;
}.tdi_78 .tdm-title-over-image-overlay:before{
background-color: rgba(0,0,0,0.2);
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_78{
padding-bottom: 400px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_78{
padding-bottom: 320px;
}
}
</style><div class="tds-title-over-image tds-title-over-image1 tdi_78 td-fix-index"><div class="tdm-title-over-image-info-wrap"><div class="tdm-title-over-image-info"><h3 class="tdm-title tdm-title-sm">Asie</h3><div class="tdm-title-sub">Reconnectez-vous avec votre âme</div></div></div><div class="tdm-title-over-image-overlay"></div><a class="tdm-title-over-image-link" href="#" target="_blank"></a></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_title_over_image tdi_79 tdm-content-horiz-center tdm-content-vert-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_79">
<style>
/* inline tdc_css att */
.tdi_79{
margin-bottom:0px !important;
width:25% !important;
}
/* desktop */ @media(min-width: 1141px) { .tdi_79 {
display:inline-block !important;
} }
/* phone */
@media (max-width: 767px)
{
.tdi_79{
width:100% !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_79{
display:inline-block !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_79{
display:inline-block !important;
}
}
</style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_80 .tdm-title{
color: #ffffff;
font-family:Muli !important;font-size:20px !important;line-height:1.2 !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}body .tdi_80:hover .tdm-title{
color: #ffffff;
-webkit-text-fill-color: initial;
background: transparent;
transition: none;
}body .tdi_80 .tdm-title-sub{
color: #ffffff;
}.tdi_80 .tdm-title-sub{
margin-top: 5px;
font-family:Muli !important;font-size:13px !important;line-height:1.4 !important;
}.tdi_80:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(wp-content/uploads/2022/03/coast-g825db78bb_1280.jpg);
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 1;
}.tdi_80{
padding-bottom: 460px;
}.tdi_80 .tdm-title-over-image-overlay:before{
background-color: rgba(0,0,0,0.2);
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_80{
padding-bottom: 400px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_80{
padding-bottom: 320px;
}
}
</style><div class="tds-title-over-image tds-title-over-image1 tdi_80 td-fix-index"><div class="tdm-title-over-image-info-wrap"><div class="tdm-title-over-image-info"><h3 class="tdm-title tdm-title-sm">Europe</h3><div class="tdm-title-sub">Meilleures villes et plages combinées</div></div></div><div class="tdm-title-over-image-overlay"></div><a class="tdm-title-over-image-link" href="#" target="_blank"></a></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_title_over_image tdi_81 tdm-content-horiz-center tdm-content-vert-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_81">
<style>
/* inline tdc_css att */
.tdi_81{
margin-bottom:0px !important;
width:25% !important;
}
/* desktop */ @media(min-width: 1141px) { .tdi_81 {
display:inline-block !important;
} }
/* phone */
@media (max-width: 767px)
{
.tdi_81{
width:100% !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_81{
display:inline-block !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_81{
display:inline-block !important;
}
}
</style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_82 .tdm-title{
color: #ffffff;
font-family:Muli !important;font-size:20px !important;line-height:1.2 !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}body .tdi_82:hover .tdm-title{
color: #ffffff;
-webkit-text-fill-color: initial;
background: transparent;
transition: none;
}body .tdi_82 .tdm-title-sub{
color: #ffffff;
}.tdi_82 .tdm-title-sub{
margin-top: 5px;
font-family:Muli !important;font-size:13px !important;line-height:1.4 !important;
}.tdi_82:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(wp-content/uploads/2022/03/beach-ge2054964e_1920.jpg);
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: 1;
}.tdi_82{
padding-bottom: 460px;
}.tdi_82 .tdm-title-over-image-overlay:before{
background-color: rgba(0,0,0,0.2);
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_82{
padding-bottom: 400px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_82{
padding-bottom: 320px;
}
}
</style><div class="tds-title-over-image tds-title-over-image1 tdi_82 td-fix-index"><div class="tdm-title-over-image-info-wrap"><div class="tdm-title-over-image-info"><h3 class="tdm-title tdm-title-sm">Oceannie</h3><div class="tdm-title-sub">Des milliers d'îles vous attendent</div></div></div><div class="tdm-title-over-image-overlay"></div><a class="tdm-title-over-image-link" href="#" target="_blank"></a></div></div></div></div></div></div></div></div><div id="tdi_83" class="tdc-row"><div class="vc_row tdi_84 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_84,
.tdi_84 .tdc-columns{
min-height: 0;
}.tdi_84,
.tdi_84 .tdc-columns{
display: block;
}.tdi_84 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_84{
margin-bottom:80px !important;
padding-top:60px !important;
}
.tdi_84 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_84{
margin-bottom:60px !important;
padding-top:40px !important;
}
}
</style><div class="vc_column tdi_86 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_86{
vertical-align: baseline;
}.tdi_86 > .wpb_wrapper,
.tdi_86 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_86 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_86 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_86 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"></div></div></div></div><div id="tdi_87" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_88 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_88,
.tdi_88 .tdc-columns{
min-height: 0;
}.tdi_88,
.tdi_88 .tdc-columns{
display: block;
}.tdi_88 .tdc-columns{
width: 100%;
}@media (min-width: 768px) {
.tdi_88 {
margin-left: -20px;
margin-right: -20px;
}
.tdi_88 .tdc-row-video-background-error,
.tdi_88 .vc_column {
padding-left: 20px;
padding-right: 20px;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
@media (min-width: 768px) {
.tdi_88 {
margin-left: -15px;
margin-right: -15px;
}
.tdi_88 .tdc-row-video-background-error,
.tdi_88 .vc_column {
padding-left: 15px;
padding-right: 15px;
}
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
@media (min-width: 768px) {
.tdi_88 {
margin-left: -10px;
margin-right: -10px;
}
.tdi_88 .tdc-row-video-background-error,
.tdi_88 .vc_column {
padding-left: 10px;
padding-right: 10px;
}
}
}
/* inline tdc_css att */
.tdi_88{
margin-bottom:70px !important;
padding-right:60px !important;
padding-left:60px !important;
position:relative;
}
.tdi_88 .td_block_wrap{ text-align:left }
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_88{
padding-right:0px !important;
padding-left:0px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_88{
margin-bottom:50px !important;
padding-right:5px !important;
padding-left:5px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_88{
padding-right:0px !important;
padding-left:0px !important;
}
}
</style>
<div class="tdi_87_rand_style td-element-style"><div class="td-element-style-before"><style>
.tdi_87_rand_style > .td-element-style-before {
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url("wp-content/uploads/2022/03/xxx_td_pic_home_bg_xxx.png") !important;
background-repeat:no-repeat !important;
background-position:center bottom !important;
opacity:0.5 !important;
}
</style></div></div><div class="vc_column tdi_90 wpb_column vc_column_container tdc-column td-pb-span8">
<style scoped>
/* custom css */
.tdi_90{
vertical-align: baseline;
}.tdi_90 > .wpb_wrapper,
.tdi_90 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_90 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_90 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_90 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_90{
width:72% !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_90{
margin-bottom:40px !important;
width:100% !important;
}
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_91 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_91"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_92 .tdm-title-line{
width: 40px;
height: 40px;
}.tdi_92 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_92 .tdm-title{
font-family:Muli !important;font-size:20px !important;line-height:1 !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_92 .tdm-title-line{
height: 30px;
}.tdi_92 .tdm-title{
font-family:Muli !important;font-size:15px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_92 .tdm-title{
font-family:Muli !important;font-size:22px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_92"><h3 class="tdm-title tdm-title-md">Plus lus</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_93 td_with_ajax_pagination td-pb-border-top td-travel-posts td_block_template_1 td_flex_block" data-td-block-uid="tdi_93">
<style>
/* inline tdc_css att */
.tdi_93{
margin-bottom:0px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_93{
margin-right:- !important;
margin-left:- !important;
}
}
</style>
<style>
/* custom css */
.tdi_93 .td-image-wrap{
padding-bottom: 50%;
}.tdi_93 .entry-thumb{
background-position: center 50%;
}.tdi_93 .td-image-container{
flex: 0 0 60%;
width: 60%;
display: block; order: 0;
margin-left: auto;
margin-right: auto;
}.ie10 .tdi_93 .td-image-container,
.ie11 .tdi_93 .td-image-container{
flex: 0 0 auto;
}.tdi_93 .td-module-container{
flex-direction: row;
border-color: #eaeaea !important;
}.ie10 .tdi_93 .td-module-meta-info,
.ie11 .tdi_93 .td-module-meta-info{
flex: 1;
}.tdi_93 .td-module-meta-info{
padding: 22px 20px;
display: flex;
flex-direction: column;
justify-content: center;
border-width: 1px 1px 1px 0;
border-color: #eaeaea;
background-color: #ffffff;
}.tdi_93 .td-category-pos-above .td-post-category{
align-self: flex-start;
align-self: center !important;
}.tdi_93 .td_module_wrap{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
margin-bottom: 5px;
}.tdi_93 .td_block_inner{
margin-left: -20px;
margin-right: -20px;
}.tdi_93 .td-module-container:before{
bottom: -5px;
border-color: #eaeaea;
}.tdi_93 .td-post-vid-time{
display: block;
}.tdi_93 .td-post-category{
padding: 5px;
background-color: rgba(255,255,255,0);
color: #444444;
font-family:Parisienne !important;font-size:24px !important;font-weight:700 !important;
}.tdi_93 .td-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_93 .td-excerpt{
display: none;
column-count: 1;
column-gap: 48px;
font-family:Muli !important;font-size:14px !important;line-height:1.2 !important;
}.tdi_93 .td-audio-player{
opacity: 1;
visibility: visible;
height: auto;
font-size: 13px;
}.tdi_93 .td-author-date{
display: none;
}.tdi_93 .td-post-author-name{
display: none;
}.tdi_93 .td-post-date,
.tdi_93 .td-post-author-name span{
display: none;
}.tdi_93 .entry-review-stars{
display: none;
}.tdi_93 .td-icon-star,
.tdi_93 .td-icon-star-empty,
.tdi_93 .td-icon-star-half{
font-size: 15px;
}.tdi_93 .td-module-comments{
display: none;
}.tdi_93 .td_module_wrap:nth-last-child(1){
margin-bottom: 0;
padding-bottom: 0;
}.tdi_93 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none;
}.tdi_93 .td-post-category:hover{
background-color: rgba(255,255,255,0) !important;
}.tdi_93 .td_module_wrap:hover .td-module-title a{
color: #ce9079 !important;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_93 .td-load-more-wrap a{
color: #444444;
background-color: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.tdi_93.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg *{
fill: #444444;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a:hover,
.tdi_93 .td-load-more-wrap a:hover{
color: #ce9079;
background-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg *{
fill: #ce9079;
}.tdi_93 .td-module-meta-info,
.tdi_93 .td-next-prev-wrap{
text-align: center;
}.tdi_93 .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 50%;
right: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}.tdi_93.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category:not(.td-post-extra-category){
transform: translate(-50%, -2px);
-webkit-transform: translate(-50%, -2px);
}.tdi_93 .entry-title{
margin: 10px 0 0 0;
font-family:Muli !important;font-size:15px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_93 .td-read-more{
margin: 30px 0 0;
}.tdi_93 .td-read-more a{
padding: 5px;
background-color: rgba(255,255,255,0) !important;
color: #444444;
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_93 .td-read-more:hover a{
background-color: rgba(255,255,255,0) !important;
color: #444444;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap,
.tdi_93 .td-load-more-wrap{
margin-top: 10px;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_93 .td-load-more-wrap a i{
font-size: 25px;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 25px;
height: calc( 25px + 1px );
}.tdi_93 .td-editor-date,
.tdi_93 .td-editor-date .td-post-author-name a,
.tdi_93 .td-editor-date .entry-date,
.tdi_93 .td-module-comments a{
font-family:Muli !important;font-size:12px !important;
}.tdi_93 .td-load-more-wrap a{
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}html:not([class*='ie']) .tdi_93 .td-module-container:hover .entry-thumb:before{
opacity: 0;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_93 .td-module-meta-info{
padding: 20px 15px;
}.tdi_93 .td_module_wrap{
padding-bottom: 3.5px;
margin-bottom: 3.5px;
padding-bottom: 3.5px !important;
margin-bottom: 3.5px !important;
}.tdi_93 .td-module-container:before{
bottom: -3.5px;
}.tdi_93 .td-post-category{
padding: 3px;
font-family:Parisienne !important;font-size:21px !important;font-weight:700 !important;
}.tdi_93 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_93 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_93 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_93 .td-read-more{
margin: 25px 0 0;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_93 .td-load-more-wrap a i{
font-size: 24px;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 24px;
height: calc( 24px + 1px );
}.tdi_93 .entry-title{
font-family:Muli !important;font-size:12px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_93 .td-image-wrap{
padding-bottom: 60%;
}.tdi_93 .td-image-container{
flex: 0 0 55%;
width: 55%;
}.ie10 .tdi_93 .td-image-container,
.ie11 .tdi_93 .td-image-container{
flex: 0 0 auto;
}.tdi_93 .td-module-meta-info{
padding: 16px 10px;
}.tdi_93 .td_module_wrap{
padding-bottom: 2.5px;
margin-bottom: 2.5px;
padding-bottom: 2.5px !important;
margin-bottom: 2.5px !important;
}.tdi_93 .td-module-container:before{
bottom: -2.5px;
}.tdi_93 .td-post-category{
padding: 2px;
font-family:Parisienne !important;font-size:20px !important;font-weight:700 !important;
}.tdi_93 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_93 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_93 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_93 .entry-title{
margin: 8px 0 0 0;
font-family:Muli !important;font-size:11px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:0px !important;
}.tdi_93 .td-read-more{
margin: 20px 0 0;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_93 .td-load-more-wrap a i{
font-size: 22px;
}.tdi_93.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 22px;
height: calc( 22px + 1px );
}
}
/* phone */
@media (max-width: 767px){
.tdi_93 .td-image-wrap{
padding-bottom: 60%;
}.tdi_93 .td-image-container{
flex: 0 0 100%;
width: 100%;
display: block; order: 0;
}.ie10 .tdi_93 .td-image-container,
.ie11 .tdi_93 .td-image-container{
flex: 0 0 auto;
}.tdi_93 .td-module-container{
flex-direction: column;
}.ie10 .tdi_93 .td-module-meta-info,
.ie11 .tdi_93 .td-module-meta-info{
flex: auto;
}.tdi_93 .td-module-meta-info{
padding: 26px 20px;
border-width: 0 1px 1px 1px;
}.tdi_93 .td_module_wrap{
width: 100%;
float: left;
padding-bottom: 5px;
margin-bottom: 5px;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
}.tdi_93 .td-module-container:before{
bottom: -5px;
}.tdi_93 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_93 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_93 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_93 .td-excerpt{
margin: 14px 0;
font-family:Muli !important;font-size:13px !important;line-height:1.2 !important;
}.tdi_93 .entry-title{
font-family:Muli !important;font-size:17px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><script type="rocketlazyloadscript">var block_tdi_93 = new tdBlock();
block_tdi_93.id = "tdi_93";
block_tdi_93.atts = '{"modules_on_row":"eyJwaG9uZSI6IjEwMCUifQ==","show_com":"none","show_cat":"","show_btn":"","show_author":"none","f_title_font_family":"406","f_title_font_line_height":"eyJhbGwiOiIxLjIiLCJwb3J0cmFpdCI6IjEuNCJ9","f_title_font_size":"eyJwaG9uZSI6IjE3IiwiYWxsIjoiMTUiLCJwb3J0cmFpdCI6IjExIiwibGFuZHNjYXBlIjoiMTIifQ==","f_title_font_weight":"600","f_title_font_transform":"uppercase","f_ex_font_family":"406","f_ex_font_size":"eyJhbGwiOiIxNCIsInBob25lIjoiMTMifQ==","f_ex_font_line_height":"1.2","f_meta_font_size":"12","f_meta_font_transform":"","mc1_tl":"10","meta_padding":"eyJhbGwiOiIyMnB4IDIwcHgiLCJwaG9uZSI6IjI2cHggMjBweCIsInBvcnRyYWl0IjoiMTZweCAxMHB4IiwibGFuZHNjYXBlIjoiMjBweCAxNXB4In0=","all_modules_space":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjciLCJwb3J0cmFpdCI6IjUifQ==","art_excerpt":"eyJwaG9uZSI6IjE0cHggMCJ9","image_floated":"eyJhbGwiOiJmbG9hdF9sZWZ0IiwicGhvbmUiOiJub19mbG9hdCJ9","f_meta_font_family":"406","mc1_el":"15","modules_category":"above","modules_category_padding":"eyJhbGwiOiI1IiwibGFuZHNjYXBlIjoiMyIsInBvcnRyYWl0IjoiMiJ9","f_cat_font_transform":"","f_cat_font_size":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAiLCJsYW5kc2NhcGUiOiIyMSJ9","f_cat_font_weight":"700","excerpt_middle":"yes","show_excerpt":"eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=","art_title":"eyJhbGwiOiIxMHB4IDAgMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIDAifQ==","image_height":"eyJhbGwiOiI1MCIsInBob25lIjoiNjAiLCJwb3J0cmFpdCI6IjYwIn0=","btn_margin":"eyJhbGwiOiIzMHB4IDAgMCIsInBvcnRyYWl0IjoiMjBweCAwIDAiLCJsYW5kc2NhcGUiOiIyNXB4IDAgMCJ9","btn_padding":"5","f_btn_font_transform":"uppercase","f_btn_font_family":"406","meta_info_border_size":"eyJhbGwiOiIxcHggMXB4IDFweCAwIiwicGhvbmUiOiIwIDFweCAxcHggMXB4In0=","show_date":"none","show_review":"none","meta_info_horiz":"content-horiz-center","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#444444","f_cat_font_family":"460","f_title_font_spacing":"eyJhbGwiOiIxIiwicG9ydHJhaXQiOiIwIn0=","btn_bg":"rgba(255,255,255,0)","btn_bg_hover":"rgba(255,255,255,0)","btn_txt":"#444444","f_btn_font_size":"11","ajax_pagination":"load_more","category_id":"","sort":"random_posts","title_txt_hover":"#ce9079","image_size":"td_1068x0","td_ajax_preloading":"","next_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-down","pag_icons_size":"eyJhbGwiOiIyNSIsInBvcnRyYWl0IjoiMjIiLCJsYW5kc2NhcGUiOiIyNCJ9","pag_border":"rgba(255,255,255,0)","pag_h_border":"rgba(255,255,255,0)","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","pag_text":"#444444","pag_h_text":"#ce9079","btn_txt_hover":"#444444","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7Im1hcmdpbi1yaWdodCI6Ii0iLCJtYXJnaW4tbGVmdCI6Ii0iLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9","limit":"3","post_ids":"","image_width":"eyJhbGwiOiI2MCIsInBob25lIjoiMTAwIiwicG9ydHJhaXQiOiI1NSJ9","meta_info_align":"center","block_template_id":"","image_alignment":"eyJhbGwiOjUwLCJwb3J0cmFpdCI6IjUwIn0=","meta_bg":"#ffffff","f_more_font_family":"406","f_more_font_transform":"uppercase","f_more_font_spacing":"1","f_more_font_size":"11","el_class":"td-travel-posts","f_btn_font_spacing":"1","btn_title":"Keep Reading","pag_space":"10","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","title_tag":"","mc1_title_tag":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_radius":"","hide_image":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_border_width":"","btn_radius":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_border":"","btn_border_hover":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":2,"header_color":"","color_preset":"","border_top":"","class":"tdi_93","tdc_css_class":"tdi_93","tdc_css_class_style":"tdi_93_rand_style"}';
block_tdi_93.td_column_number = "2";
block_tdi_93.block_type = "td_flex_block_1";
block_tdi_93.post_count = "3";
block_tdi_93.found_posts = "157";
block_tdi_93.header_color = "";
block_tdi_93.ajax_pagination_infinite_stop = "";
block_tdi_93.max_num_pages = "53";
tdBlocksArray.push(block_tdi_93);
</script><div class="td-block-title-wrap"></div><div id="tdi_93" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="guide-pratique-pour-voyager-au-salvador/" rel="bookmark" class="td-image-wrap" title="Guide pratique pour voyager au Salvador"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/259.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="guide-pratique-pour-voyager-au-salvador/" rel="bookmark" title="Guide pratique pour voyager au Salvador">Guide pratique pour voyager au Salvador</a></h3>
<div class="td-excerpt">Bien qu'étant l'un des plus petits pays du continent, le Salvador est un grand...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="guide-pratique-pour-voyager-au-salvador/">Keep Reading</a>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="un-routard-a-petit-budget-pour-voyager-a-travers-lamerique-du-sud/" rel="bookmark" class="td-image-wrap" title="Un routard à petit budget pour voyager à travers l’Amérique du Sud"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/985.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="un-routard-a-petit-budget-pour-voyager-a-travers-lamerique-du-sud/" rel="bookmark" title="Un routard à petit budget pour voyager à travers l’Amérique du Sud">Un routard à petit budget pour voyager à travers...</a></h3>
<div class="td-excerpt">De quel budget ai-je besoin pour faire de la randonnée en Amérique du Sud...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="un-routard-a-petit-budget-pour-voyager-a-travers-lamerique-du-sud/">Keep Reading</a>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="les-differents-aeroports-internationaux-au-canada/" rel="bookmark" class="td-image-wrap" title="Les différents aéroports internationaux au Canada"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/7791185990_un-avion-de-la-compagnie-aerienne-low-cost-long-courrier-level.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="les-differents-aeroports-internationaux-au-canada/" rel="bookmark" title="Les différents aéroports internationaux au Canada">Les différents aéroports internationaux au Canada</a></h3>
<div class="td-excerpt">Le Canada est de plus en plus prisé par les touristes, mais une seule...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="les-differents-aeroports-internationaux-au-canada/">Keep Reading</a>
</div>
</div>
</div>
</div>
</div><div class="td-load-more-wrap"><a href="#" class="td_ajax_load_more td_ajax_load_more_js" aria-label="load_more" id="next-page-tdi_93" data-td_block_id="tdi_93">Voir plus<i class="tdc-font-tdmp tdc-font-tdmp-arrow-down"></i></a></div></div></div></div><div class="vc_column tdi_95 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky">
<style scoped>
/* custom css */
.tdi_95{
vertical-align: baseline;
}.tdi_95 > .wpb_wrapper,
.tdi_95 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_95 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_95 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_95 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_95{
width:28% !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_95{
width:100% !important;
}
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_96 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_96"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_97 .tdm-title-line{
width: 40px;
height: 40px;
}.tdi_97 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_97 .tdm-title{
font-family:Muli !important;font-size:20px !important;line-height:1 !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_97 .tdm-title-line{
height: 30px;
}.tdi_97 .tdm-title{
font-family:Muli !important;font-size:15px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_97 .tdm-title{
font-family:Muli !important;font-size:22px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_97"><h3 class="tdm-title tdm-title-md">Découverte</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_98 td_with_ajax_pagination td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_98">
<style>
/* inline tdc_css att */
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_98{
margin-right:- !important;
margin-bottom:20px !important;
margin-left:- !important;
}
}
</style>
<style>
/* custom css */
.tdi_98 .td-image-wrap{
padding-bottom: 50%;
}.tdi_98 .entry-thumb{
background-position: center 50%;
}.tdi_98 .td-image-container{
flex: 0 0 60%;
width: 60%;
display: none;
margin-left: 0;
margin-right: auto;
}.ie10 .tdi_98 .td-image-container,
.ie11 .tdi_98 .td-image-container{
flex: 0 0 auto;
}.tdi_98 .td-module-meta-info{
padding: 0px;
border-color: #eaeaea;
background-color: #ffffff;
}.tdi_98 .td_module_wrap{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
margin-bottom: 5px;
}.tdi_98 .td_block_inner{
margin-left: -20px;
margin-right: -20px;
}.tdi_98 .td-module-container:before{
bottom: -5px;
border-color: #eaeaea;
}.tdi_98 .td-module-container{
border-color: #eaeaea !important;
}.tdi_98 .td-post-vid-time{
display: block;
}.tdi_98 .td-post-category{
padding: 5px;
background-color: rgba(255,255,255,0);
color: #444444;
font-family:Parisienne !important;font-size:24px !important;font-weight:700 !important;
}.tdi_98 .td-post-category:not(.td-post-extra-category){
display: none;
}.tdi_98 .td-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_98 .td-excerpt{
display: none;
column-count: 1;
column-gap: 48px;
font-family:Muli !important;font-size:14px !important;line-height:1.2 !important;
}.tdi_98 .td-audio-player{
opacity: 1;
visibility: visible;
height: auto;
font-size: 13px;
}.tdi_98 .td-read-more{
display: none;
}.tdi_98 .td-author-date{
display: none;
}.tdi_98 .td-post-author-name{
display: none;
}.tdi_98 .td-post-date,
.tdi_98 .td-post-author-name span{
display: none;
}.tdi_98 .entry-review-stars{
display: none;
}.tdi_98 .td-icon-star,
.tdi_98 .td-icon-star-empty,
.tdi_98 .td-icon-star-half{
font-size: 15px;
}.tdi_98 .td-module-comments{
display: none;
}.tdi_98 .td_module_wrap:nth-last-child(1){
margin-bottom: 0;
padding-bottom: 0;
}.tdi_98 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none;
}.tdi_98 .td-post-category:hover{
background-color: rgba(255,255,255,0) !important;
}.tdi_98 .td_module_wrap:hover .td-module-title a{
color: #ce9079 !important;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_98 .td-load-more-wrap a{
color: #444444;
background-color: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.tdi_98.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg *{
fill: #444444;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap a:hover,
.tdi_98 .td-load-more-wrap a:hover{
color: #ce9079;
background-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
.tdi_98.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg *{
fill: #ce9079;
}.tdi_98 .td-module-meta-info,
.tdi_98 .td-next-prev-wrap{
text-align: left;
}.tdi_98 .td-category-pos-above .td-post-category{
align-self: flex-start !important;
}.tdi_98 .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 0;
right: auto;
transform: translateX(0);
-webkit-transform: translateX(0);
}.tdi_98 .td-ajax-next-page{
margin-right: auto;
margin-left: 0;
}.tdi_98 .td-read-more a{
padding: 5px;
background-color: rgba(255,255,255,0) !important;
color: #444444;
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_98 .td-read-more:hover a{
background-color: rgba(255,255,255,0) !important;
color: #444444;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap,
.tdi_98 .td-load-more-wrap{
margin-top: 10px;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_98 .td-load-more-wrap a i{
font-size: 24px;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 24px;
height: calc( 24px + 1px );
}.tdi_98 .entry-title{
font-family:Muli !important;font-size:13px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_98 .td-editor-date,
.tdi_98 .td-editor-date .td-post-author-name a,
.tdi_98 .td-editor-date .entry-date,
.tdi_98 .td-module-comments a{
font-family:Muli !important;font-size:12px !important;
}.tdi_98 .td-load-more-wrap a{
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}html:not([class*='ie']) .tdi_98 .td-module-container:hover .entry-thumb:before{
opacity: 0;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_98 .td_module_wrap{
padding-bottom: 5px;
margin-bottom: 5px;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
}.tdi_98 .td-module-container:before{
bottom: -5px;
}.tdi_98 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_98 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_98 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_98 .td-read-more{
margin: 25px 0 0;
}.tdi_98 .entry-title{
font-family:Muli !important;font-size:12px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_98 .td-post-category{
font-family:Parisienne !important;font-size:21px !important;font-weight:700 !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_98 .td-image-wrap{
padding-bottom: 60%;
}.tdi_98 .td-image-container{
flex: 0 0 55%;
width: 55%;
}.ie10 .tdi_98 .td-image-container,
.ie11 .tdi_98 .td-image-container{
flex: 0 0 auto;
}.tdi_98 .td_module_wrap{
padding-bottom: 2.5px;
margin-bottom: 2.5px;
padding-bottom: 2.5px !important;
margin-bottom: 2.5px !important;
}.tdi_98 .td-module-container:before{
bottom: -2.5px;
}.tdi_98 .td-post-category{
padding: 2px;
font-family:Parisienne !important;font-size:20px !important;font-weight:700 !important;
}.tdi_98 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_98 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_98 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_98 .entry-title{
margin: 8px 0 0 0;
font-family:Muli !important;font-size:11px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:0px !important;
}.tdi_98 .td-read-more{
margin: 20px 0 0;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_98 .td-load-more-wrap a i{
font-size: 22px;
}.tdi_98.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 22px;
height: calc( 22px + 1px );
}
}
/* phone */
@media (max-width: 767px){
.tdi_98 .td-image-wrap{
padding-bottom: 60%;
}.tdi_98 .td-image-container{
flex: 0 0 100%;
width: 100%;
}.ie10 .tdi_98 .td-image-container,
.ie11 .tdi_98 .td-image-container{
flex: 0 0 auto;
}.tdi_98 .td_module_wrap{
padding-bottom: 5px;
margin-bottom: 5px;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
}.tdi_98 .td-module-container:before{
bottom: -5px;
}.tdi_98 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_98 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_98 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_98 .td-excerpt{
margin: 14px 0;
font-family:Muli !important;font-size:13px !important;line-height:1.2 !important;
}.tdi_98 .entry-title{
font-family:Muli !important;font-size:15px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><script type="rocketlazyloadscript">var block_tdi_98 = new tdBlock();
block_tdi_98.id = "tdi_98";
block_tdi_98.atts = '{"modules_on_row":"","show_com":"none","show_cat":"none","show_btn":"none","show_author":"none","f_title_font_family":"406","f_title_font_line_height":"eyJhbGwiOiIxLjQiLCJwb3J0cmFpdCI6IjEuNCJ9","f_title_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMiIsInBob25lIjoiMTUifQ==","f_title_font_weight":"600","f_title_font_transform":"uppercase","f_ex_font_family":"406","f_ex_font_size":"eyJhbGwiOiIxNCIsInBob25lIjoiMTMifQ==","f_ex_font_line_height":"1.2","f_meta_font_size":"12","f_meta_font_transform":"","mc1_tl":"10","meta_padding":"0","all_modules_space":"eyJwb3J0cmFpdCI6IjUiLCJhbGwiOiIxMCJ9","art_excerpt":"eyJwaG9uZSI6IjE0cHggMCJ9","image_floated":"eyJhbGwiOiJoaWRkZW4iLCJwaG9uZSI6ImhpZGRlbiJ9","f_meta_font_family":"406","mc1_el":"15","modules_category":"above","modules_category_padding":"eyJhbGwiOiI1IiwicG9ydHJhaXQiOiIyIn0=","f_cat_font_transform":"","f_cat_font_size":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAiLCJsYW5kc2NhcGUiOiIyMSJ9","f_cat_font_weight":"700","excerpt_middle":"yes","show_excerpt":"eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=","art_title":"eyJwb3J0cmFpdCI6IjhweCAwIDAgMCJ9","image_height":"eyJhbGwiOiI1MCIsInBob25lIjoiNjAiLCJwb3J0cmFpdCI6IjYwIn0=","btn_margin":"eyJwb3J0cmFpdCI6IjIwcHggMCAwIiwibGFuZHNjYXBlIjoiMjVweCAwIDAifQ==","btn_padding":"5","f_btn_font_transform":"uppercase","f_btn_font_family":"406","show_date":"none","show_review":"none","meta_info_horiz":"content-horiz-left","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#444444","f_cat_font_family":"460","f_title_font_spacing":"eyJhbGwiOiIxIiwicG9ydHJhaXQiOiIwIn0=","btn_bg":"rgba(255,255,255,0)","btn_bg_hover":"rgba(255,255,255,0)","btn_txt":"#444444","f_btn_font_size":"11","ajax_pagination":"next_prev","category_id":"","title_txt_hover":"#ce9079","image_size":"td_1068x0","td_ajax_preloading":"","next_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-right","pag_icons_size":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjIiLCJsYW5kc2NhcGUiOiIyNCJ9","pag_border":"rgba(255,255,255,0)","pag_h_border":"rgba(255,255,255,0)","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","pag_text":"#444444","pag_h_text":"#ce9079","btn_txt_hover":"#444444","tdc_css":"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tcmlnaHQiOiItIiwibWFyZ2luLWJvdHRvbSI6IjIwIiwibWFyZ2luLWxlZnQiOiItIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==","limit":"6","image_width":"eyJhbGwiOiI2MCIsInBob25lIjoiMTAwIiwicG9ydHJhaXQiOiI1NSJ9","meta_info_align":"","block_template_id":"","image_alignment":"eyJhbGwiOjUwLCJwb3J0cmFpdCI6IjUwIn0=","meta_bg":"#ffffff","sort":"random_posts","f_more_font_family":"406","f_more_font_transform":"uppercase","f_more_font_spacing":"1","f_more_font_size":"11","f_btn_font_spacing":"1","pag_space":"10","prev_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-left","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","title_tag":"","mc1_title_tag":"","post_ids":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","el_class":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_radius":"","hide_image":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_border_width":"","btn_radius":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_border":"","btn_border_hover":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_98","tdc_css_class":"tdi_98","tdc_css_class_style":"tdi_98_rand_style"}';
block_tdi_98.td_column_number = "1";
block_tdi_98.block_type = "td_flex_block_1";
block_tdi_98.post_count = "6";
block_tdi_98.found_posts = "157";
block_tdi_98.header_color = "";
block_tdi_98.ajax_pagination_infinite_stop = "";
block_tdi_98.max_num_pages = "27";
tdBlocksArray.push(block_tdi_98);
</script><div class="td-block-title-wrap"></div><div id="tdi_98" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="conseils-pour-se-rendre-a-quito/" rel="bookmark" class="td-image-wrap" title="Conseils pour se rendre à Quito"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/540.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="conseils-pour-se-rendre-a-quito/" rel="bookmark" title="Conseils pour se rendre à Quito">Conseils pour se rendre à Quito</a></h3>
<div class="td-excerpt">Qu’ est le visage de Dieu, qu’ a le meilleur centre historique du continent,...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="city-guide-porto/" rel="bookmark" class="td-image-wrap" title="City Guide – Bienvenue à Porto !"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2022/11/giude-porto-1068x713.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="city-guide-porto/" rel="bookmark" title="City Guide – Bienvenue à Porto !">City Guide – Bienvenue à Porto !</a></h3>
<div class="td-excerpt">Je vous en ai déjà parlé ici en juillet, mais en juin, je suis...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="voyager-sans-avion-la-nouvelle-tendance-de-lecotourisme/" rel="bookmark" class="td-image-wrap" title="Voyager sans avion, la nouvelle tendance de l’écotourisme"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/02/spain-888259_960_720.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="voyager-sans-avion-la-nouvelle-tendance-de-lecotourisme/" rel="bookmark" title="Voyager sans avion, la nouvelle tendance de l’écotourisme">Voyager sans avion, la nouvelle tendance de l’écotourisme</a></h3>
<div class="td-excerpt">Changer d’air, voyager se distraire, se divertir sont des choses très importantes pour l’être...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="guide-pratique-pour-voyager-au-guatemala/" rel="bookmark" class="td-image-wrap" title="Guide pratique pour voyager au Guatemala"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/guatemala_travel_hotel.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="guide-pratique-pour-voyager-au-guatemala/" rel="bookmark" title="Guide pratique pour voyager au Guatemala">Guide pratique pour voyager au Guatemala</a></h3>
<div class="td-excerpt">Si vous cherchez des conseils pour voyager au Guatemala, des informations pratiques, des routes...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="5-applications-a-telecharger-pour-les-vacances/" rel="bookmark" class="td-image-wrap" title="5 applications à télécharger pour les vacances"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/11/burning-time_t20_a7mAbv-1068x740.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="5-applications-a-telecharger-pour-les-vacances/" rel="bookmark" title="5 applications à télécharger pour les vacances">5 applications à télécharger pour les vacances</a></h3>
<div class="td-excerpt">Vous souhaitez faire un break et partir vous aérer l'esprit et vous distraire mais...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="quatre-facons-de-visiter-le-lac-baikal/" rel="bookmark" class="td-image-wrap" title="Quatre façons de visiter le lac Baïkal"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/02/Langara_au_lac_Baikal-1068x717.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="quatre-facons-de-visiter-le-lac-baikal/" rel="bookmark" title="Quatre façons de visiter le lac Baïkal">Quatre façons de visiter le lac Baïkal</a></h3>
<div class="td-excerpt">Le lac Baïkal est le cœur de la Sibérie et l'un des arrêts les...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_98" data-td_block_id="tdi_98"><i class="td-next-prev-icon tdc-font-tdmp tdc-font-tdmp-arrow-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_98" data-td_block_id="tdi_98"><i class="td-next-prev-icon tdc-font-tdmp tdc-font-tdmp-arrow-right"></i></a></div></div><div class="tdm_block td_block_wrap tdm_block_column_title tdi_99 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_99"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_100 .tdm-title-line{
width: 40px;
height: 40px;
}.tdi_100 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_100 .tdm-title{
font-family:Muli !important;font-size:20px !important;line-height:1 !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_100 .tdm-title-line{
height: 30px;
}.tdi_100 .tdm-title{
font-family:Muli !important;font-size:15px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_100 .tdm-title{
font-family:Muli !important;font-size:22px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_100"><h3 class="tdm-title tdm-title-md">Catégories</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_block_popular_categories tdi_101 widget widget_categories td-pb-border-top td_block_template_1" data-td-block-uid="tdi_101">
<style>
/* inline tdc_css att */
.tdi_101{
margin-top:-20px !important;
margin-bottom:0px !important;
margin-left:-10px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_101{
margin-bottom:0px !important;
}
}
</style>
<style>
/* custom css */
.td_block_popular_categories{
padding-bottom: 0;
}.tdi_101 li{
font-family:Muli !important;font-size:13px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_101 li{
font-family:Muli !important;font-size:12px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_101 li{
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_101 li{
font-family:Muli !important;font-size:15px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><div class="td-block-title-wrap"></div><ul class="td-pb-padding-side"><li><a href="voyage/"><span class="td-cat-name">Voyage</span><span class="td-cat-no">68</span></a></li><li><a href="guide-de-voyage/"><span class="td-cat-name">Guide de voyage</span><span class="td-cat-no">66</span></a></li><li><a href="guide-de-voyage/voyager-en-europe/"><span class="td-cat-name">Voyager en Europe</span><span class="td-cat-no">36</span></a></li><li><a href="guide-de-voyage/voyager-en-amerique/"><span class="td-cat-name">Voyager en Amérique</span><span class="td-cat-no">26</span></a></li><li><a href="guide-de-voyage/voyager-en-asie/"><span class="td-cat-name">Voyager en Asie</span><span class="td-cat-no">10</span></a></li><li><a href="astuces/"><span class="td-cat-name">Astuces</span><span class="td-cat-no">8</span></a></li></ul></div></div></div></div></div><div id="tdi_102" class="tdc-row stretch_row_1400 td-stretch-content"><div class="vc_row tdi_103 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_103,
.tdi_103 .tdc-columns{
min-height: 0;
}.tdi_103,
.tdi_103 .tdc-columns{
display: block;
}.tdi_103 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_103{
margin-bottom:80px !important;
padding-top:60px !important;
padding-bottom:80px !important;
justify-content:center !important;
text-align:center !important;
position:relative;
}
.tdi_103 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_103{
margin-bottom:50px !important;
padding-top:40px !important;
padding-bottom:60px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_103{
margin-bottom:60px !important;
padding-top:40px !important;
padding-bottom:60px !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_103{
margin-bottom:60px !important;
padding-top:40px !important;
padding-bottom:60px !important;
}
}
</style>
<div class="tdi_102_rand_style td-element-style"><style>
.tdi_102_rand_style{
background-color:#fff8f2 !important;
}
</style></div><div class="vc_column tdi_105 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_105{
vertical-align: baseline;
}.tdi_105 > .wpb_wrapper,
.tdi_105 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_105 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_105 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_105 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap td_block_title tdi_106 td-pb-border-top td_block_template_1 td-fix-index" data-td-block-uid="tdi_106"><div class="td-block-title-wrap"><h4 class="block-title td-block-title"><span class="td-pulldown-size">Recherchez un guide de voyage</span></h4></div></div><div class="td_block_wrap tdb_search_form tdi_107 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_107">
<style>
/* custom css */
.tdb_search_form{
margin-bottom: 40px;
}.tdb_search_form .tdb-search-form-inner{
position: relative;
display: flex;
background-color: #fff;
}.tdb_search_form .tdb-search-form-border{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #e1e1e1;
pointer-events: none;
transition: all .3s ease;
}.tdb_search_form .tdb-search-form-input:focus + .tdb-search-form-border{
border-color: #b0b0b0;
}.tdb_search_form .tdb-search-form-input:not([value=""]) + .tdb-search-form-border + .tdb-search-form-placeholder{
display: none;
}.tdb_search_form .tdb-search-form-input,
.tdb_search_form .tdb-search-form-btn{
height: auto;
min-height: 32px;
}.tdb_search_form .tdb-search-form-input{
position: relative;
flex: 1;
background-color: transparent;
line-height: 19px;
border: 0;
}.tdb_search_form .tdb-search-form-placeholder{
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 3px 9px;
font-size: 12px;
line-height: 21px;
color: #999;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
pointer-events: none;
}.tdb_search_form .tdb-search-form-input:focus + .tdb-search-form-border + .tdb-search-form-placeholder{
opacity: 0;
}.tdb_search_form .tdb-search-form-btn{
text-shadow: none;
padding: 7px 15px 8px 15px;
line-height: 16px;
margin: 0;
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
color: #fff;
z-index: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb_search_form .tdb-search-form-btn:hover{
background-color: #4db2ec;
}.tdb_search_form .tdb-search-form-btn i,
.tdb_search_form .tdb-search-form-btn span{
display: inline-block;
vertical-align: middle;
}.tdb_search_form .tdb-search-form-btn i{
position: relative;
font-size: 12px;
}.tdb_search_form .tdb-search-form-btn .tdb-search-form-btn-icon{
position: relative;
}.tdb_search_form .tdb-search-form-btn .tdb-search-form-btn-icon-svg{
line-height: 0;
}.tdb_search_form .tdb-search-form-btn svg{
width: 12px;
height: auto;
}.tdb_search_form .tdb-search-form-btn svg,
.tdb_search_form .tdb-search-form-btn svg *{
fill: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}.tdb_search_form .tdb-search-msg{
font-size: 12px;
}.td-theme-wrap .tdi_107{
text-align: left;
}.tdi_107 .tdb-search-form-input:focus + .tdb-search-form-border + .tdb-search-form-placeholder{
top: -0%;
transform: translateY(0);
}.tdi_107 .tdb-search-form-btn-icon{
top: 0px;
}.tdi_107 .tdb-search-msg{
margin-top: 11px;
}
</style><div class="tdb-block-inner td-fix-index"><form method="get" class="tdb-search-form" action="/"><div role="search" class="tdb-search-form-inner"><input id="tdb-search-form-input" class="tdb-search-form-input" type="text" value="" name="s"/><div class="tdb-search-form-border"></div><button class="wpb_button wpb_btn-inverse tdb-search-form-btn" aria-label="Search" type="submit"><span>Recherche</span></div></form></div></div></div></div></div></div><div id="tdi_108" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_109 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_109,
.tdi_109 .tdc-columns{
min-height: 0;
}.tdi_109,
.tdi_109 .tdc-columns{
display: block;
}.tdi_109 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_109{
margin-bottom:100px !important;
padding-right:60px !important;
padding-left:60px !important;
justify-content:center !important;
text-align:center !important;
position:relative;
}
.tdi_109 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_109{
margin-bottom:50px !important;
padding-right:0px !important;
padding-left:0px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_109{
margin-bottom:60px !important;
padding-right:0px !important;
padding-left:0px !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_109{
margin-bottom:60px !important;
padding-right:0px !important;
padding-left:0px !important;
}
}
</style>
<div class="tdi_108_rand_style td-element-style"><div class="td-element-style-before"><style>
.tdi_108_rand_style > .td-element-style-before {
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url("wp-content/uploads/2022/03/xxx_td_pic_adventures_back_xxx.png") !important;
background-repeat:no-repeat !important;
background-position:center center !important;
opacity:0.5 !important;
}
</style></div></div><div class="vc_column tdi_111 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_111{
vertical-align: baseline;
}.tdi_111 > .wpb_wrapper,
.tdi_111 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_111 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_111 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_111 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_112 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_112"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_113 .tdm-title-line{
width: 60px;
height: 60px;
}.tdi_113 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_113 .tdm-title{
font-family:Muli !important;font-size:27px !important;line-height:1 !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_113 .tdm-title{
font-family:Muli !important;font-size:25px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_113 .tdm-title{
font-family:Muli !important;font-size:22px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_113"><h3 class="tdm-title tdm-title-md">Bucketlist</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_114 td_with_ajax_pagination td-pb-border-top td-travel-slider td_block_template_1 td_flex_block" data-td-block-uid="tdi_114">
<style>
/* inline tdc_css att */
.tdi_114{
margin-bottom:0px !important;
}
</style>
<style>
/* custom css */
.tdi_114 .td-image-wrap{
padding-bottom: 130%;
}.tdi_114 .entry-thumb{
background-position: center 50%;
}.tdi_114 .td-module-container{
flex-direction: column;
border-color: #eaeaea !important;
}.tdi_114 .td-image-container{
display: block; order: 0;
margin-left: auto;
margin-right: auto;
}.ie10 .tdi_114 .td-module-meta-info,
.ie11 .tdi_114 .td-module-meta-info{
flex: auto;
}.tdi_114 .td-module-meta-info{
margin: 0 auto;
padding: 20px;
border-width: 0 1px 1px 1px;
border-color: #eaeaea;
background-color: #ffffff;
}.tdi_114 .td_module_wrap{
width: 33.33333333%;
float: left;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}.tdi_114 .td_block_inner{
margin-left: -5px;
margin-right: -5px;
}.tdi_114 .td-module-container:before{
bottom: -5px;
border-color: #eaeaea;
}.tdi_114 .td-post-vid-time{
display: block;
}.tdi_114 .td-post-category{
padding: 5px;
background-color: rgba(255,255,255,0);
color: #444444;
font-family:Parisienne !important;font-size:24px !important;font-weight:700 !important;
}.tdi_114 .td-post-category:not(.td-post-extra-category){
display: none;
}.tdi_114 .td-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_114 .td-excerpt{
display: none;
column-count: 1;
column-gap: 48px;
font-family:Muli !important;font-size:14px !important;line-height:1.2 !important;
}.tdi_114 .td-audio-player{
opacity: 1;
visibility: visible;
height: auto;
font-size: 13px;
}.tdi_114 .td-read-more{
display: none;
margin: 30px 0 0;
}.tdi_114 .td-author-date{
display: none;
}.tdi_114 .td-post-author-name{
display: none;
}.tdi_114 .td-post-date,
.tdi_114 .td-post-author-name span{
display: none;
}.tdi_114 .entry-review-stars{
display: none;
}.tdi_114 .td-icon-star,
.tdi_114 .td-icon-star-empty,
.tdi_114 .td-icon-star-half{
font-size: 15px;
}.tdi_114 .td-module-comments{
display: none;
}.tdi_114 .td_module_wrap:nth-child(3n+1){
clear: both;
}.tdi_114 .td_module_wrap:nth-last-child(-n+3){
margin-bottom: 0;
padding-bottom: 0;
}.tdi_114 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{
display: none;
}.tdi_114 .td-post-category:hover{
background-color: rgba(255,255,255,0) !important;
}.tdi_114 .td_module_wrap:hover .td-module-title a{
color: #ce9079 !important;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_114 .td-load-more-wrap a{
color: #444444;
background-color: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.tdi_114.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg *{
fill: #444444;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a:hover,
.tdi_114 .td-load-more-wrap a:hover{
color: #ce9079;
background-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
border-color: rgba(255,255,255,0) !important;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg *{
fill: #ce9079;
}.tdi_114 .td-module-meta-info,
.tdi_114 .td-next-prev-wrap{
text-align: center;
}.tdi_114 .td-category-pos-above .td-post-category{
align-self: center !important;
}.tdi_114 .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 50%;
right: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}.tdi_114.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category:not(.td-post-extra-category){
transform: translate(-50%, -2px);
-webkit-transform: translate(-50%, -2px);
}.tdi_114 .entry-title{
margin: 0px;
font-family:Muli !important;font-size:15px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_114 .td-read-more a{
padding: 5px;
background-color: rgba(255,255,255,0) !important;
color: #444444;
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_114 .td-read-more:hover a{
background-color: rgba(255,255,255,0) !important;
color: #444444;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_114 .td-load-more-wrap a i{
font-size: 31px;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 31px;
height: calc( 31px + 1px );
}.tdi_114 .td-editor-date,
.tdi_114 .td-editor-date .td-post-author-name a,
.tdi_114 .td-editor-date .entry-date,
.tdi_114 .td-module-comments a{
font-family:Muli !important;font-size:12px !important;
}html:not([class*='ie']) .tdi_114 .td-module-container:hover .entry-thumb:before{
opacity: 0;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_114 .td-module-meta-info{
padding: 20px 15px;
}.tdi_114 .td_module_wrap{
padding-left: 3.5px;
padding-right: 3.5px;
padding-bottom: 3.5px;
margin-bottom: 3.5px;
clear: none !important;
padding-bottom: 3.5px !important;
margin-bottom: 3.5px !important;
}.tdi_114 .td_block_inner{
margin-left: -3.5px;
margin-right: -3.5px;
}.tdi_114 .td-module-container:before{
bottom: -3.5px;
}.tdi_114 .td-post-category{
padding: 3px;
font-family:Parisienne !important;font-size:21px !important;font-weight:700 !important;
}.tdi_114 .td_module_wrap:nth-child(3n+1){
clear: both !important;
}.tdi_114 .td_module_wrap:nth-last-child(-n+3){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_114 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_114 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{
display: none !important;
}.tdi_114 .td-read-more{
margin: 25px 0 0;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_114 .td-load-more-wrap a i{
font-size: 24px;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 24px;
height: calc( 24px + 1px );
}.tdi_114 .entry-title{
font-family:Muli !important;font-size:14px !important;line-height:1.3 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_114 .td-module-meta-info{
padding: 15px 10px;
}.tdi_114 .td_module_wrap{
padding-left: 2.5px;
padding-right: 2.5px;
padding-bottom: 5px;
margin-bottom: 5px;
clear: none !important;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
}.tdi_114 .td_block_inner{
margin-left: -2.5px;
margin-right: -2.5px;
}.tdi_114 .td-module-container:before{
bottom: -5px;
}.tdi_114 .td-post-category{
padding: 2px;
font-family:Parisienne !important;font-size:20px !important;font-weight:700 !important;
}.tdi_114 .td_module_wrap:nth-child(3n+1){
clear: both !important;
}.tdi_114 .td_module_wrap:nth-last-child(-n+3){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_114 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_114 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{
display: none !important;
}.tdi_114 .td-read-more{
margin: 20px 0 0;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_114 .td-load-more-wrap a i{
font-size: 22px;
}.tdi_114.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{
width: 22px;
height: calc( 22px + 1px );
}.tdi_114 .entry-title{
font-family:Muli !important;font-size:13px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:0px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_114 .td-module-meta-info{
padding: 26px 20px;
}.tdi_114 .td_module_wrap{
width: 100%;
float: left;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
margin-bottom: 5px;
padding-bottom: 5px !important;
margin-bottom: 5px !important;
}.tdi_114 .td_block_inner{
margin-left: -0px;
margin-right: -0px;
}.tdi_114 .td-module-container:before{
bottom: -5px;
}.tdi_114 .td_module_wrap:nth-last-child(1){
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}.tdi_114 .td_module_wrap .td-module-container:before{
display: block !important;
}.tdi_114 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none !important;
}.tdi_114 .td-excerpt{
margin: 14px 0;
font-family:Muli !important;font-size:13px !important;line-height:1.2 !important;
}.tdi_114 .entry-title{
font-family:Muli !important;font-size:17px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><script type="rocketlazyloadscript">var block_tdi_114 = new tdBlock();
block_tdi_114.id = "tdi_114";
block_tdi_114.atts = '{"modules_on_row":"eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==","show_com":"none","show_cat":"none","show_btn":"none","show_author":"none","f_title_font_family":"406","f_title_font_line_height":"eyJhbGwiOiIxLjIiLCJwb3J0cmFpdCI6IjEuNCIsImxhbmRzY2FwZSI6IjEuMyJ9","f_title_font_size":"eyJwaG9uZSI6IjE3IiwiYWxsIjoiMTUiLCJwb3J0cmFpdCI6IjEzIiwibGFuZHNjYXBlIjoiMTQifQ==","f_title_font_weight":"600","f_title_font_transform":"uppercase","f_ex_font_family":"406","f_ex_font_size":"eyJhbGwiOiIxNCIsInBob25lIjoiMTMifQ==","f_ex_font_line_height":"1.2","f_meta_font_size":"12","f_meta_font_transform":"","mc1_tl":"10","meta_padding":"eyJhbGwiOiIyMHB4IiwicGhvbmUiOiIyNnB4IDIwcHgiLCJwb3J0cmFpdCI6IjE1cHggMTBweCIsImxhbmRzY2FwZSI6IjIwcHggMTVweCJ9","modules_gap":"eyJwb3J0cmFpdCI6IjUiLCJsYW5kc2NhcGUiOiI3IiwicGhvbmUiOiIwIiwiYWxsIjoiMTAifQ==","all_modules_space":"eyJhbGwiOiIxMCIsInBob25lIjoiMTAiLCJsYW5kc2NhcGUiOiI3In0=","art_excerpt":"eyJwaG9uZSI6IjE0cHggMCJ9","image_floated":"","f_meta_font_family":"406","mc1_el":"15","modules_category":"above","modules_category_padding":"eyJhbGwiOiI1IiwibGFuZHNjYXBlIjoiMyIsInBvcnRyYWl0IjoiMiJ9","f_cat_font_transform":"","f_cat_font_size":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAiLCJsYW5kc2NhcGUiOiIyMSJ9","f_cat_font_weight":"700","excerpt_middle":"yes","show_excerpt":"eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=","art_title":"0","image_height":"130","btn_margin":"eyJhbGwiOiIzMHB4IDAgMCIsInBvcnRyYWl0IjoiMjBweCAwIDAiLCJsYW5kc2NhcGUiOiIyNXB4IDAgMCJ9","btn_padding":"5","f_btn_font_transform":"uppercase","f_btn_font_family":"406","show_date":"none","show_review":"none","meta_info_horiz":"content-horiz-center","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#444444","f_cat_font_family":"460","f_title_font_spacing":"eyJhbGwiOiIxIiwicG9ydHJhaXQiOiIwIn0=","btn_bg":"rgba(255,255,255,0)","btn_bg_hover":"rgba(255,255,255,0)","btn_txt":"#444444","f_btn_font_size":"11","ajax_pagination":"next_prev","category_id":"","sort":"random_posts","title_txt_hover":"#ce9079","image_size":"td_1068x0","td_ajax_preloading":"","next_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-cut-right","prev_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-cut-left","pag_icons_size":"eyJhbGwiOiIzMSIsInBvcnRyYWl0IjoiMjIiLCJsYW5kc2NhcGUiOiIyNCJ9","pag_border":"rgba(255,255,255,0)","pag_h_border":"rgba(255,255,255,0)","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","pag_text":"#444444","pag_h_text":"#ce9079","el_class":"td-travel-slider","btn_txt_hover":"#444444","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=","f_btn_font_spacing":"1","btn_title":"Read More","limit":"3","meta_bg":"#ffffff","meta_margin":"0 auto","meta_info_border_size":"0 1px 1px 1px","category_ids":"","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_title_tag":"","post_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_width":"","meta_space":"","art_btn":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_border":"","btn_border_hover":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":3,"header_color":"","color_preset":"","border_top":"","class":"tdi_114","tdc_css_class":"tdi_114","tdc_css_class_style":"tdi_114_rand_style"}';
block_tdi_114.td_column_number = "3";
block_tdi_114.block_type = "td_flex_block_1";
block_tdi_114.post_count = "3";
block_tdi_114.found_posts = "157";
block_tdi_114.header_color = "";
block_tdi_114.ajax_pagination_infinite_stop = "";
block_tdi_114.max_num_pages = "53";
tdBlocksArray.push(block_tdi_114);
</script><div class="td-block-title-wrap"></div><div id="tdi_114" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="varanasi-guide-complet-de-la-ville-dinde/" rel="bookmark" class="td-image-wrap" title="Varanasi : Guide complet de la ville d’Inde"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/02/india-3086808_960_720.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="varanasi-guide-complet-de-la-ville-dinde/" rel="bookmark" title="Varanasi : Guide complet de la ville d’Inde">Varanasi : Guide complet de la ville d’Inde</a></h3>
<div class="td-excerpt">Varanasi est un monde à part, situé sur les rives du Gange. C'est un...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="un-guide-pratique-pour-voyager-a-boston/" rel="bookmark" class="td-image-wrap" title="Un guide pratique pour voyager à Boston"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/605.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="un-guide-pratique-pour-voyager-a-boston/" rel="bookmark" title="Un guide pratique pour voyager à Boston">Un guide pratique pour voyager à Boston</a></h3>
<div class="td-excerpt">Si vous songez à faire un voyage dans la ville pionnière des Etats-Unis (Boston,...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="6-terrasses-ou-vous-pouvez-faire-la-fete-au-cdmx/" rel="bookmark" class="td-image-wrap" title="6 terrasses où vous pouvez faire la fête au CDMX"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2019/01/1547856688392-terrazas-para-irte-de-fiesta-en-la-cdmx-catedral-high.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="6-terrasses-ou-vous-pouvez-faire-la-fete-au-cdmx/" rel="bookmark" title="6 terrasses où vous pouvez faire la fête au CDMX">6 terrasses où vous pouvez faire la fête au...</a></h3>
<div class="td-excerpt">Fête en plein air plus vos boissons préférées ? Ici vous pouvez les trouver
Si...</div>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_114" data-td_block_id="tdi_114"><i class="td-next-prev-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_114" data-td_block_id="tdi_114"><i class="td-next-prev-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-right"></i></a></div></div></div></div></div></div><div id="tdi_115" class="tdc-row stretch_row_1400 td-stretch-content"><div class="vc_row tdi_116 wpb_row td-pb-row tdc-element-style">
<style scoped>
/* custom css */
.tdi_116,
.tdi_116 .tdc-columns{
min-height: 0;
}.tdi_116,
.tdi_116 .tdc-columns{
display: block;
}.tdi_116 .tdc-columns{
width: 100%;
}
/* inline tdc_css att */
.tdi_116{
padding-top:60px !important;
padding-bottom:80px !important;
justify-content:center !important;
text-align:center !important;
position:relative;
}
.tdi_116 .td_block_wrap{ text-align:left }
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_116{
padding-top:40px !important;
padding-bottom:30px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_116{
padding-top:40px !important;
padding-bottom:40px !important;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_116{
padding-top:40px !important;
padding-bottom:40px !important;
}
}
</style>
<div class="tdi_115_rand_style td-element-style"><style>
.tdi_115_rand_style{
background-color:#fff8f2 !important;
}
</style></div><div class="vc_column tdi_118 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_118{
vertical-align: baseline;
}.tdi_118 > .wpb_wrapper,
.tdi_118 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_118 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_118 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_118 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_119 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_119"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_120 .tdm-title-line{
width: 60px;
height: 60px;
}.tdi_120 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_120 .tdm-title{
font-family:Parisienne !important;font-size:36px !important;line-height:1 !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_120 .tdm-title{
font-family:Parisienne !important;font-size:30px !important;line-height:1 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_120 .tdm-title{
font-family:Parisienne !important;font-size:30px !important;line-height:1 !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_120"><h3 class="tdm-title tdm-title-md">Dernières histoires</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap tdb_loop tdi_121 tdb-numbered-pagination td_with_ajax_pagination td-pb-border-top td_block_template_1 tdb-category-loop-posts" data-td-block-uid="tdi_121">
<style>
/* inline tdc_css att */
.tdi_121{
margin-bottom:0px !important;
}
</style>
<style>
/* custom css */
[class*="tdb_module_loop"] .td-module-container{
display: flex;
flex-direction: column;
position: relative;
}[class*="tdb_module_loop"] .td-module-container:before{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}[class*="tdb_module_loop"] .td-image-wrap{
display: block;
position: relative;
padding-bottom: 50%;
}[class*="tdb_module_loop"] .td-image-container{
position: relative;
flex: 0 0 auto;
width: 100%;
height: 100%;
}[class*="tdb_module_loop"] .td-module-thumb{
margin-bottom: 0;
}[class*="tdb_module_loop"] .td-module-meta-info{
width: 100%;
padding: 13px 0 0 0;
margin-bottom: 0;
z-index: 1;
border: 0 solid #eaeaea;
}[class*="tdb_module_loop"] .td-thumb-css{
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}[class*="tdb_module_loop"] .td-category-pos-image .td-post-category:not(.td-post-extra-category),
[class*="tdb_module_loop"] .td-post-vid-time{
position: absolute;
z-index: 2;
bottom: 0;
}[class*="tdb_module_loop"] .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 0;
}[class*="tdb_module_loop"] .td-post-vid-time{
right: 0;
background-color: #000;
padding: 3px 6px 4px;
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
color: #fff;
}[class*="tdb_module_loop"] .td-excerpt{
margin: 20px 0 0;
line-height: 21px;
}.tdb_loop .tdb-block-inner{
display: flex;
flex-wrap: wrap;
}.tdb_loop .td_module_wrap{
padding-bottom: 0;
}.tdb_loop .tdb_module_rec{
text-align: center;
}.tdb_loop .tdb-author-photo{
display: inline-block;
}.tdb_loop .tdb-author-photo,
.tdb_loop .tdb-author-photo img{
vertical-align: middle;
}.tdb_loop .td-post-author-name,
.tdb_loop .td-post-date,
.tdb_loop .td-module-comments{
vertical-align: text-top;
}.tdb_loop .entry-review-stars{
margin-left: 6px;
vertical-align: text-bottom;
}.tdb_loop .td-load-more-wrap,
.tdb_loop .td-next-prev-wrap{
margin: 20px 0 0;
}.tdb_loop .page-nav{
position: relative;
margin: 54px 0 0;
}.tdb_loop .page-nav a,
.tdb_loop .page-nav span{
margin-top: 8px;
margin-bottom: 0;
}.tdb_loop .td-next-prev-wrap a{
width: auto;
height: auto;
min-width: 25px;
min-height: 25px;
}.tdb_loop{
display: inline-block;
width: 100%;
margin-bottom: 78px;
padding-bottom: 0;
overflow: visible !important;
}.tdb_loop .td-module-title{
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 21px;
line-height: 25px;
margin: 0 0 6px 0;
}.tdb_loop .td-spot-id-loop .tdc-placeholder-title:before{
content: 'Posts Loop Ad' !important;
}.tdi_121 .td-image-wrap{
padding-bottom: 46%;
}.tdi_121 .td-image-container{
flex: 0 0 58%;
width: 58%;
display: block; order: 0;
margin-left: auto;
margin-right: auto;
}.ie10 .tdi_121 .td-image-container,
.ie11 .tdi_121 .td-image-container{
flex: 0 0 auto;
}.tdi_121 .td-module-container{
flex-direction: row;
border-color: #eaeaea;
background-color: #ffffff;
}.ie10 .tdi_121 .td-module-meta-info,
.ie11 .tdi_121 .td-module-meta-info{
flex: 1;
}.tdi_121 .td-module-meta-info{
padding: 25px 20px 15px;
border-width: 1px 1px 1px 0;
border-color: #f4ece8;
text-align: center;
}.tdi_121 .td_module_wrap:not(.tdb_module_rec){
width: 50%;
}.tdi_121 .tdb_module_rec{
width: 100%;
}.tdi_121 .td_module_wrap{
padding-left: 5px;
padding-right: 5px;
}.tdi_121 .tdb-block-inner{
margin-left: -5px;
margin-right: -5px;
row-gap: calc(5px * 2);
}.tdi_121 .td-module-container:before{
bottom: -5px;
border-color: #eaeaea;
}.tdi_121 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{
display: none;
}.tdi_121 .td-post-vid-time{
display: block;
}.tdi_121 .td-post-category{
padding: 5px;
background-color: rgba(255,255,255,0);
color: #444444;
font-family:Parisienne !important;font-size:24px !important;font-weight:700 !important;
}.tdi_121 .td-post-category:not(.td-post-extra-category){
display: inline-block;
}.tdi_121 .tdb-author-photo .avatar{
width: 20px;
height: 20px;
margin-right: 6px;
border-radius: 50%;
}.tdi_121 .td-excerpt{
display: none;
column-count: 1;
column-gap: 48px;
}.tdi_121 .td-audio-player{
opacity: 1;
visibility: visible;
height: auto;
font-size: 13px;
}.tdi_121 .td-author-date{
display: none;
}.tdi_121 .td-post-author-name{
display: none;
}.tdi_121 .td-post-date,
.tdi_121 .td-post-author-name span{
display: none;
}.tdi_121 .entry-review-stars{
display: none;
}.tdi_121 .td-icon-star,
.tdi_121 .td-icon-star-empty,
.tdi_121 .td-icon-star-half{
font-size: 15px;
}.tdi_121 .td-module-comments{
display: none;
}.tdi_121 .td-post-category:hover{
background-color: rgba(255,255,255,0);
color: #444444;
}.tdi_121 .td-module-title a{
color: #444444;
}.tdi_121 .td_module_wrap:hover .td-module-title a{
color: #ce9079;
}.tdi_121 .td-read-more a{
background-color: rgba(255,255,255,0);
color: #444444;
padding: 5px;
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_121 .td-read-more:hover a{
background-color: rgba(255,255,255,0) !important;
color: #444444;
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap,
.tdi_121 .page-nav,
.tdi_121 .td-load-more-wrap{
margin-top: 40px;
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_121 .page-nav a,
.tdi_121 .page-nav .current,
.tdi_121 .page-nav .extend,
.tdi_121 .page-nav .pages,
.tdi_121 .td-load-more-wrap a{
border-width: 0px;
}.tdi_121 .page-nav .extend{
border-style: solid;
border-color: transparent;
}.tdi_121 .page-nav .pages{
border-style: solid;
border-color: transparent;
border-right-width: 0;
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_121 .td-load-more-wrap a i,
.tdi_121 .page-nav a i{
font-size: 22px;
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.tdi_121 .page-nav .page-nav-icon-svg svg{
width: 22px;
height: calc( 22px + 1px );
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a,
.tdi_121 .page-nav a,
.tdi_121 .td-load-more-wrap a{
color: #444444;
background-color: rgba(255,255,255,0);
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.tdi_121.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg *,
.tdi_121 .page-nav .page-nav-icon-svg svg ,
.tdi_121 .page-nav .page-nav-icon-svg svg *{
fill: #444444;
}.tdi_121 .page-nav .current{
color: #ce9079;
background-color: rgba(255,255,255,0);
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a:hover,
.tdi_121 .page-nav a:hover,
.tdi_121 .td-load-more-wrap a:hover{
color: #ce9079;
background-color: rgba(255,255,255,0);
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg *,
.tdi_121 .page-nav a:hover .page-nav-icon-svg svg ,
.tdi_121 .page-nav a:hover .page-nav-icon-svg svg *{
fill: #ce9079;
}.tdi_121 .td-category-pos-image .td-post-category:not(.td-post-extra-category){
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}.tdi_121.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category:not(.td-post-extra-category){
transform: translate(-50%, -2px);
-webkit-transform: translate(-50%, -2px);
}.tdi_121 .entry-title{
margin: 10px 0 0 0;
font-family:Muli !important;font-size:15px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_121 .td-read-more{
margin: 30px 0 0;
}.tdi_121.td_with_ajax_pagination .td-next-prev-wrap a i,
.tdi_121 .page-nav a,
.tdi_121 .page-nav span,
.tdi_121 .td-load-more-wrap a{
font-family:Muli !important;font-size:11px !important;font-weight:700 !important;text-transform:uppercase !important;
}html:not([class*='ie']) .tdi_121 .td-module-container:hover .entry-thumb:before{
opacity: 0;
}@media (min-width: 768px) and (max-width: 1018px) {
.tdb_loop .td-module-title {
font-size: 17px;
line-height: 22px;
}
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_121 .td-image-wrap{
padding-bottom: 65%;
}.tdi_121 .td-image-container{
flex: 0 0 50%;
width: 50%;
}.ie10 .tdi_121 .td-image-container,
.ie11 .tdi_121 .td-image-container{
flex: 0 0 auto;
}.tdi_121 .td-module-meta-info{
padding: 20px 20px 10px;
}.tdi_121 .td_module_wrap{
padding-left: 3.5px;
padding-right: 3.5px;
}.tdi_121 .tdb-block-inner{
margin-left: -3.5px;
margin-right: -3.5px;
row-gap: calc(3.5px * 2);
}.tdi_121 .td-module-container:before{
bottom: -3.5px;
}.tdi_121 .td-read-more{
margin: 25px 0 0;
}.tdi_121 .entry-title{
font-family:Muli !important;font-size:12px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}.tdi_121 .td-post-category{
font-family:Parisienne !important;font-size:21px !important;font-weight:700 !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_121 .td-image-wrap{
padding-bottom: 70%;
}.tdi_121 .td-image-container{
flex: 0 0 50%;
width: 50%;
}.ie10 .tdi_121 .td-image-container,
.ie11 .tdi_121 .td-image-container{
flex: 0 0 auto;
}.tdi_121 .td-module-meta-info{
padding: 15px 7px 5px;
}.tdi_121 .td_module_wrap{
padding-left: 2.5px;
padding-right: 2.5px;
}.tdi_121 .tdb-block-inner{
margin-left: -2.5px;
margin-right: -2.5px;
row-gap: calc(2.5px * 2);
}.tdi_121 .td-module-container:before{
bottom: -2.5px;
}.tdi_121 .entry-title{
margin: 5px 0 0 0;
font-family:Muli !important;font-size:11px !important;line-height:1.4 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:0px !important;
}.tdi_121 .td-read-more{
margin: 15px 0 0;
}.tdi_121 .td-post-category{
font-family:Parisienne !important;font-size:20px !important;font-weight:700 !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_121 .td-image-wrap{
padding-bottom: 60%;
}.tdi_121 .td-image-container{
flex: 0 0 100%;
width: 100%;
display: block; order: 0;
}.ie10 .tdi_121 .td-image-container,
.ie11 .tdi_121 .td-image-container{
flex: 0 0 auto;
}.tdi_121 .td-module-container{
flex-direction: column;
}.ie10 .tdi_121 .td-module-meta-info,
.ie11 .tdi_121 .td-module-meta-info{
flex: auto;
}.tdi_121 .td-module-meta-info{
padding: 25px 20px;
border-width: 0 1px 1px 1px;
}.tdi_121 .td_module_wrap:not(.tdb_module_rec){
width: 100%;
}.tdi_121 .tdb-block-inner{
row-gap: calc(5px * 2);
}.tdi_121 .td-module-container:before{
bottom: -5px;
}.tdi_121 .td_module_wrap:nth-last-child(1) .td-module-container:before{
display: none;
}.tdi_121 .entry-title{
font-family:Muli !important;font-size:17px !important;line-height:1.2 !important;font-weight:600 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><script type="rocketlazyloadscript">var block_tdi_121 = new tdBlock();
block_tdi_121.id = "tdi_121";
block_tdi_121.atts = '{"modules_on_row":"eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==","modules_gap":"eyJsYW5kc2NhcGUiOiI3IiwicG9ydHJhaXQiOiI1IiwiYWxsIjoiMTAifQ==","modules_category":"above","show_excerpt":"none","show_btn":"","ajax_pagination":"numbered","limit":"6","mc1_tl":"10","mc1_el":"15","all_modules_space":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjciLCJwb3J0cmFpdCI6IjUifQ==","image_size":"td_1068x0","image_width":"eyJhbGwiOiI1OCIsImxhbmRzY2FwZSI6IjUwIiwicG9ydHJhaXQiOiI1MCIsInBob25lIjoiMTAwIn0=","image_floated":"eyJhbGwiOiJmbG9hdF9sZWZ0IiwicGhvbmUiOiJub19mbG9hdCJ9","show_com":"none","show_review":"none","show_author":"none","show_date":"none","meta_info_align":"","meta_padding":"eyJhbGwiOiIyNXB4IDIwcHggMTVweCIsImxhbmRzY2FwZSI6IjIwcHggMjBweCAxMHB4IiwicG9ydHJhaXQiOiIxNXB4IDdweCA1cHgiLCJwaG9uZSI6IjI1cHggMjBweCJ9","art_title":"eyJhbGwiOiIxMHB4IDAgMCAwIiwicG9ydHJhaXQiOiI1cHggMCAwIDAifQ==","meta_info_border_size":"eyJhbGwiOiIxcHggMXB4IDFweCAwIiwicGhvbmUiOiIwIDFweCAxcHggMXB4In0=","modules_category_padding":"5","btn_margin":"eyJhbGwiOiIzMHB4IDAgMCIsImxhbmRzY2FwZSI6IjI1cHggMCAwIiwicG9ydHJhaXQiOiIxNXB4IDAgMCJ9","btn_padding":"5","meta_info_horiz":"content-horiz-center","f_pag_font_family":"406","f_pag_font_size":"11","f_pag_font_weight":"700","f_title_font_family":"406","f_title_font_line_height":"eyJhbGwiOiIxLjIiLCJwb3J0cmFpdCI6IjEuNCJ9","f_title_font_size":"eyJwaG9uZSI6IjE3IiwiYWxsIjoiMTUiLCJwb3J0cmFpdCI6IjExIiwibGFuZHNjYXBlIjoiMTIifQ==","f_title_font_weight":"600","f_title_font_transform":"uppercase","f_title_font_spacing":"eyJhbGwiOiIxIiwicG9ydHJhaXQiOiIwIn0=","f_cat_font_transform":"","f_cat_font_size":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAiLCJsYW5kc2NhcGUiOiIyMSJ9","f_cat_font_weight":"700","f_cat_font_family":"460","f_btn_font_transform":"uppercase","f_btn_font_family":"406","f_btn_font_size":"11","f_btn_font_spacing":"1","title_txt":"#444444","title_txt_hover":"#ce9079","all_underline_color":"","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#444444","cat_txt_hover":"#444444","btn_bg":"rgba(255,255,255,0)","btn_bg_hover":"rgba(255,255,255,0)","btn_txt":"#444444","btn_txt_hover":"#444444","m_bg":"#ffffff","next_tdicon":"tdc-font-tdmp tdc-font-tdmp-arrow-right","pag_icons_size":"22","pag_border_width":"0","pag_a_text":"#ce9079","pag_h_text":"#ce9079","pag_text":"#444444","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","pag_a_bg":"rgba(255,255,255,0)","f_pag_font_transform":"uppercase","meta_info_border_color":"#f4ece8","pag_space":"40","image_height":"eyJsYW5kc2NhcGUiOiI2NSIsInBvcnRyYWl0IjoiNzAiLCJwaG9uZSI6IjYwIiwiYWxsIjoiNDYifQ==","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19","block_type":"tdb_loop","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_title_tag":"","offset":"","post_ids":"","sort":"","installed_post_types":"","ajax_pagination_infinite_stop":"","container_width":"","m_padding":"","m_radius":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_radius":"","hide_image":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"- Advertisement -","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_space":"","meta_info_border_style":"","meta_info_border_radius":"","art_btn":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_border_width":"","btn_radius":"","pag_padding":"","pag_border_radius":"","prev_tdicon":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_pag_font_title":"Pagination text","f_pag_font_settings":"","f_pag_font_line_height":"","f_pag_font_style":"","f_pag_font_spacing":"","f_pag_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","btn_border":"","btn_border_hover":"","nextprev_border_h":"","pag_border":"","pag_h_border":"","pag_a_border":"","ad_loop":"","ad_loop_title":"- Advertisement -","ad_loop_repeat":"","ad_loop_color":"","ad_loop_full":"yes","f_ad_font_header":"","f_ad_font_title":"Ad title text","f_ad_font_settings":"","f_ad_font_family":"","f_ad_font_size":"","f_ad_font_line_height":"","f_ad_font_style":"","f_ad_font_weight":"","f_ad_font_transform":"","f_ad_font_spacing":"","f_ad_":"","ad_loop_disable":"","el_class":"","td_column_number":3,"header_color":"","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","border_top":"","css":"","class":"tdi_121","tdc_css_class":"tdi_121","tdc_css_class_style":"tdi_121_rand_style"}';
block_tdi_121.td_column_number = "3";
block_tdi_121.block_type = "tdb_loop";
block_tdi_121.post_count = "6";
block_tdi_121.found_posts = "157";
block_tdi_121.header_color = "";
block_tdi_121.ajax_pagination_infinite_stop = "";
block_tdi_121.max_num_pages = "27";
tdBlocksArray.push(block_tdi_121);
</script><div id="tdi_121" class="td_block_inner tdb-block-inner td-fix-index">
<div class="tdb_module_loop td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="climat-en-tanzanie/" rel="bookmark" class="td-image-wrap" title="Quel est le climat en Tanzanie ?"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2023/03/tanzanie.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/voyager-en-afrique/" class="td-post-category">Voyager en Afrique</a>
<h3 class="entry-title td-module-title"><a href="climat-en-tanzanie/" rel="bookmark" title="Quel est le climat en Tanzanie ?">Quel est le climat en Tanzanie ?</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="climat-en-tanzanie/">Lire la suite</a>
</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="sri-lanka-15-jours/" rel="bookmark" class="td-image-wrap" title="Guide voyage Sri Lanka : itinéraire pour 15 jours"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2023/01/itinéraire-de-voyage-pour-15-jours-au-Sri-lanka-1068x712.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="sri-lanka-15-jours/" rel="bookmark" title="Guide voyage Sri Lanka : itinéraire pour 15 jours">Guide voyage Sri Lanka : itinéraire pour 15 jours</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="sri-lanka-15-jours/">Lire la suite</a>
</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="fun-facts-americains/" rel="bookmark" class="td-image-wrap" title="Mes 10 Fun Facts américains !"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2022/11/3-1068x712.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="voyage/" class="td-post-category">Voyage</a>
<h3 class="entry-title td-module-title"><a href="fun-facts-americains/" rel="bookmark" title="Mes 10 Fun Facts américains !">Mes 10 Fun Facts américains !</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="fun-facts-americains/">Lire la suite</a>
</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="roadtrip-los-angeles/" rel="bookmark" class="td-image-wrap" title="Roadtrip – Quelques jours à Los Angeles"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2022/11/golden-gate-bridge-romain-briaux.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="roadtrip-los-angeles/" rel="bookmark" title="Roadtrip – Quelques jours à Los Angeles">Roadtrip – Quelques jours à Los Angeles</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="roadtrip-los-angeles/">Lire la suite</a>
</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="road-trip-san-francisco/" rel="bookmark" class="td-image-wrap" title="Road Trip – If you’re going to San Francisco…"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2022/11/golden-gate-bridge-romain-briaux.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="road-trip-san-francisco/" rel="bookmark" title="Road Trip – If you’re going to San Francisco…">Road Trip – If you’re going to San Francisco…</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="road-trip-san-francisco/">Lire la suite</a>
</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="city-guide-porto/" rel="bookmark" class="td-image-wrap" title="City Guide – Bienvenue à Porto !"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.info-aviation.com/wp-content/uploads/2022/11/giude-porto-1068x713.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="guide-de-voyage/" class="td-post-category">Guide de voyage</a>
<h3 class="entry-title td-module-title"><a href="city-guide-porto/" rel="bookmark" title="City Guide – Bienvenue à Porto !">City Guide – Bienvenue à Porto !</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
<div class="td-read-more">
<a href="city-guide-porto/">Lire la suite</a>
</div>
</div>
</div>
</div>
</div><div class="page-nav td-pb-padding-side"><span class="current">1</span><a href="page/2/" class="page" title="2">2</a><a href="page/3/" class="page" title="3">3</a><span class="extend">...</span><a href="page/27/" class="last" title="27">27</a><a href="page/2/" aria-label="next-page"><i class="page-nav-icon tdc-font-tdmp tdc-font-tdmp-arrow-right"></i></a><span class="pages">Page 1 sur 27</span><div class="clearfix"></div></div></div></div></div></div></div><div id="tdi_122" class="tdc-row"><div class="vc_row tdi_123 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_123,
.tdi_123 .tdc-columns{
min-height: 0;
}.tdi_123,
.tdi_123 .tdc-columns{
display: block;
}.tdi_123 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_125 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_125{
vertical-align: baseline;
}.tdi_125 > .wpb_wrapper,
.tdi_125 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_125 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_125 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_125 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"><div class="td_block_wrap td_block_text_with_title tdi_126 tagdiv-type td-pb-border-top td_block_template_1" data-td-block-uid="tdi_126">
<style>
/* custom css */
.td_block_text_with_title{
margin-bottom: 44px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}.td_block_text_with_title p:last-child{
margin-bottom: 0;
}
</style><div class="td-block-title-wrap"></div><div class="td_mod_wrap td-fix-index"><h2>Info Aviation : présentation et objectif</h2>
<p>Voici un guide de voyage qui saura mieux vous accompagner pour réaliser vos rêves les plus fous à travers le monde, et notamment en avion.</p>
<h3>Prêt pour le prochain voyage en avion</h3>
<p>Véritable guide pour mieux vous accompagner pour votre prochain voyage en avion, Info voyage met à votre disposition tout son savoir-faire pour vous donner entière satisfaction. Êtes-vous à la recherche des coordonnées des compagnies aériennes, ou d’un <a href="les-meilleurs-comparateurs-de-billet-davion/">comparateur de vol </a>? Avez-vous une préférence particulière pour le vol d’<a href="comment-acheter-des-billets-davion-pas-cher/">avion moins cher</a> ? Rassurez-vous ! Ce site vous sera d’une grande utilité pour voyager dans des conditions vraiment favorables. Que vous soyez à la recherche d’un hôtel pour votre prochaine destination, d’une location de voiture pour les circuits à parcourir ou bien plus encore, ce site vous facilitera la vie. Visitez-le, et vous en serez satisfaits !</p>
<p>Le but d’Info voyage, c’est de mettre à votre disposition une prestation de qualité. Il a combiné pour votre plaisir toutes les plateformes utiles aux voyageurs. C’est un indispensable pour découvrir les sites qu’il faut pour mieux préparer son voyage et ne plus perdre de temps à chercher sur internet.</p>
<p>À vous la découverte des véritables merveilles du monde de Paris à <a href="visitez-sintra-pres-de-lisbonne-billets-tarifs-horaires/">Sintra</a>, l’enthousiasme d’un paysage à couper le souffle où les skylines défient les éléments de <strong>Tokyo à Rio</strong>, ou encore les animations de rues mouvementées et colorées d’Abidjan à Mumbai, etc. Qu’attendez-vous encore ? Prenez un billet à destination de ces régions fantasmées qui veulent vous faire découvrir toutes leurs splendeurs.</p>
<h2>Nos conseils pour vos voyages</h2>
<p>La particularité de ce site, c’est sa facilité à mettre à disposition tout ce dont vous avez besoin pour trouver votre prochaine destination, et ce, selon vos envies. Avez-vous envie de découvrir les merveilles des plus grandes capitales du monde ainsi que les destinations les plus idylliques ? Monuments historiques, musées impressionnants, richesses naturelles, <a href="comment-trouver-des-billets-de-train-pas-cher/">billet de train moins cher</a>… : cette plateforme vous aide à réaliser vos rêves. C’est l’occasion de visiter un musée à ciel ouvert et d’admirer une nature magnifique et édifiante. Découvrez sur ce site les meilleures destinations en fonction de vos envies. Un séjour en Europe, en Amérique, en Asie, en Afrique ou encore ailleurs avec Info voyage vous plaira à coup sûr, et vous en serez émerveillés. Alors, faites de ce site une priorité afin de trouver votre future destination.</p>
<p>Souhaitez-vous faire un périple dépaysant entre proches ou collègues au beau milieu d’une nature fascinante ? Laissez-vous emporter par la passion du voyage en vous offrant un billet d’avion via ce site.</p>
</div></div></div></div></div></div></div></div> </div>
</div> <!-- /.td-main-content-wrap -->
<div class="td-footer-template-wrap" style="position: relative">
<div class="td-footer-wrap">
<div id="tdi_127" class="tdc-zone"><div class="tdc_zone tdi_128 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_128{
min-height: 0;
}
</style><div id="tdi_129" class="tdc-row"><div class="vc_row tdi_130 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_130,
.tdi_130 .tdc-columns{
min-height: 0;
}.tdi_130,
.tdi_130 .tdc-columns{
display: block;
}.tdi_130 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_132 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_132{
vertical-align: baseline;
}.tdi_132 > .wpb_wrapper,
.tdi_132 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_132 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_132 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_132 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"></div></div></div></div><div id="tdi_133" class="tdc-row stretch_row_content td-stretch-content"><div class="vc_row tdi_134 wpb_row td-pb-row">
<style scoped>
/* custom css */
.tdi_134,
.tdi_134 .tdc-columns{
min-height: 0;
}.tdi_134,
.tdi_134 .tdc-columns{
display: block;
}.tdi_134 .tdc-columns{
width: 100%;
}
</style><div class="vc_column tdi_136 wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped>
/* custom css */
.tdi_136{
vertical-align: baseline;
}.tdi_136 > .wpb_wrapper,
.tdi_136 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_136 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_136 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_136 > .wpb_wrapper{
width: auto;
height: auto;
}
</style><div class="wpb_wrapper"></div></div></div></div><div id="tdi_137" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_138 wpb_row td-pb-row tdc-element-style tdc-row-content-vert-center">
<style scoped>
/* custom css */
.tdi_138,
.tdi_138 .tdc-columns{
min-height: 0;
}.tdi_138,
.tdi_138 .tdc-columns{
display: block;
}.tdi_138 .tdc-columns{
width: 100%;
}@media (min-width: 767px) {
.tdi_138.tdc-row-content-vert-center,
.tdi_138.tdc-row-content-vert-center .tdc-columns {
display: flex;
align-items: center;
flex: 1;
}
.tdi_138.tdc-row-content-vert-bottom,
.tdi_138.tdc-row-content-vert-bottom .tdc-columns {
display: flex;
align-items: flex-end;
flex: 1;
}
.tdi_138.tdc-row-content-vert-center .td_block_wrap {
vertical-align: middle;
}
.tdi_138.tdc-row-content-vert-bottom .td_block_wrap {
vertical-align: bottom;
}
}
/* inline tdc_css att */
.tdi_138{
padding-top:50px !important;
padding-bottom:50px !important;
position:relative;
}
.tdi_138 .td_block_wrap{ text-align:left }
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px)
{
.tdi_138{
padding-top:40px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_138{
padding-top:30px !important;
padding-bottom:30px !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_138{
padding-top:30px !important;
padding-bottom:30px !important;
}
}
</style>
<div class="tdi_137_rand_style td-element-style"><style>
.tdi_137_rand_style{
background-color:#ffffff !important;
}
</style></div><div class="vc_column tdi_140 wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped>
/* custom css */
.tdi_140{
vertical-align: baseline;
}.tdi_140 > .wpb_wrapper,
.tdi_140 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_140 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_140 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_140 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_140{
width:30% !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_140{
width:34% !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_140{
margin-bottom:20px !important;
width:100% !important;
}
}
</style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_141 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_141">
<style>
/* inline tdc_css att */
.tdi_141{
margin-right:auto !important;
margin-bottom:16px !important;
margin-left:auto !important;
padding-top:20px !important;
}
</style>
<style>
/* custom css */
.tdi_141 .tdb-logo-a,
.tdi_141 h1{
flex-direction: row;
align-items: flex-start;
justify-content: center;
}.tdi_141 .tdb-logo-svg-wrap{
display: block;
}.tdi_141 .tdb-logo-svg-wrap + .tdb-logo-img-wrap{
display: none;
}.tdi_141 .tdb-logo-img-wrap{
display: block;
}.tdi_141 .tdb-logo-text-tagline{
margin-top: 2px;
margin-left: 0;
display: block;
}.tdi_141 .tdb-logo-text-title{
display: block;
}.tdi_141 .tdb-logo-text-wrap{
flex-direction: column;
align-items: flex-start;
}.tdi_141 .tdb-logo-icon{
top: 0px;
display: block;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_141 .tdb-logo-img{
max-width: 220px;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_141 .tdb-logo-img{
max-width: 200px;
}
}
</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="/"><h1><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20469%20165'%3E%3C/svg%3E" alt="Logo" title="" width="469" height="165" data-lazy-src="wp-content/uploads/2022/03/guide-voyage-info-aviation.png"/><noscript><img class="tdb-logo-img" src="wp-content/uploads/2022/03/guide-voyage-info-aviation.png" alt="Logo" title="" width="469" height="165"/></noscript></span></h1></a></div></div> <!-- ./block --><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_142 tdm-inline-block td-pb-border-top td_block_template_1" data-td-block-uid="tdi_142">
<style>
/* inline tdc_css att */
.tdi_142{
margin-bottom:20px !important;
}
/* phone */
@media (max-width: 767px)
{
.tdi_142{
margin-bottom:0px !important;
justify-content:center !important;
text-align:center !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_142{
margin-bottom:10px !important;
}
}
</style>
<style>
/* custom css */
.tdi_142{
text-align: center !important;
margin-right: auto;
margin-left: auto;
}.tdi_142 .tdm-descr{
color: #444444;
font-family:Muli !important;font-size:13px !important;line-height:1.6 !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_142 .tdm-descr{
font-family:Muli !important;font-size:12px !important;line-height:1.6 !important;
}
}
</style><p class="tdm-descr">Avec Info voyage, c'est l'assurance d'une prestation de qualité. Prenez un vol vers une destination souhaitée et allez à la découverte de nouveaux horizons.</p></div><div class="tdm_block td_block_wrap tdm_block_socials tdi_143 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_143">
<style>
/* custom css */
.tdm_block.tdm_block_socials{
margin-bottom: 0;
}.tdm-social-wrapper{
*zoom: 1;
}.tdm-social-wrapper:before,
.tdm-social-wrapper:after{
display: table;
content: '';
line-height: 0;
}.tdm-social-wrapper:after{
clear: both;
}.tdm-social-item-wrap{
display: inline-block;
}.tdm-social-item{
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.2s;
transition: all 0.2s;
text-align: center;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}.tdm-social-item i{
font-size: 14px;
color: #4db2ec;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}.tdm-social-text{
display: none;
margin-top: -1px;
vertical-align: middle;
font-size: 13px;
color: #4db2ec;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}.tdm-social-item-wrap:hover i,
.tdm-social-item-wrap:hover .tdm-social-text{
color: #000;
}.tdm-social-item-wrap:last-child .tdm-social-text{
margin-right: 0 !important;
}
</style>
<style>
.tdi_144 .tdm-social-item i{
font-size: 15px;
vertical-align: middle;
line-height: 37.5px;
}.tdi_144 .tdm-social-item i.td-icon-twitter,
.tdi_144 .tdm-social-item i.td-icon-linkedin,
.tdi_144 .tdm-social-item i.td-icon-pinterest,
.tdi_144 .tdm-social-item i.td-icon-blogger,
.tdi_144 .tdm-social-item i.td-icon-vimeo{
font-size: 12px;
}.tdi_144 .tdm-social-item{
width: 37.5px;
height: 37.5px;
margin: 5px 10px 5px 0;
}.tdi_144 .tdm-social-item-wrap:last-child .tdm-social-item{
margin-right: 0 !important;
}.tdi_144 .tdm-social-text{
display: none;
margin-left: 2px;
margin-right: 18px;
}
</style><div class="tdm-social-wrapper tds-social1 tdi_144"><div class="tdm-social-item-wrap"><a href="#" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i></a><a href="#" class="tdm-social-text">Facebook</a></div><div class="tdm-social-item-wrap"><a href="#" title="Instagram" class="tdm-social-item"><i class="td-icon-font td-icon-instagram"></i></a><a href="#" class="tdm-social-text">Instagram</a></div><div class="tdm-social-item-wrap"><a href="#" title="Youtube" class="tdm-social-item"><i class="td-icon-font td-icon-youtube"></i></a><a href="#" class="tdm-social-text">Youtube</a></div></div></div></div></div><div class="vc_column tdi_146 wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped>
/* custom css */
.tdi_146{
vertical-align: baseline;
}.tdi_146 > .wpb_wrapper,
.tdi_146 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_146 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_146 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_146 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_146{
width:38% !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_146{
width:30% !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_146{
margin-bottom:40px !important;
width:100% !important;
}
}
</style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_147 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_147"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style>
.tdi_148 .tdm-title-line{
width: 40px;
height: 40px;
}.tdi_148 .tdm-title-line:after{
height: 1px;
bottom: 30%;
}.tdi_148 .tdm-title{
font-family:Muli !important;font-size:20px !important;line-height:1 !important;letter-spacing:1px !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_148 .tdm-title-line{
height: 30px;
}.tdi_148 .tdm-title{
font-family:Muli !important;font-size:15px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
/* phone */
@media (max-width: 767px){
.tdi_148 .tdm-title{
font-family:Muli !important;font-size:25px !important;line-height:1 !important;letter-spacing:1px !important;
}
}
</style><div class="tds-title tds-title2 td-fix-index tdi_148"><h3 class="tdm-title tdm-title-md">Menu rapide</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_block_list_menu tdi_149 td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_149">
<style>
/* inline tdc_css att */
.tdi_149{
margin-top:-10px !important;
margin-bottom:0px !important;
}
</style>
<style>
/* custom css */
.td_block_list_menu ul{
flex-wrap: wrap;
margin-left: 12px;
}.td_block_list_menu ul li{
margin-left: 0;
}.td_block_list_menu .sub-menu{
padding-left: 22px;
}.td_block_list_menu .sub-menu li{
font-size: 13px;
}.tdi_149 ul{
margin: 0px;
text-align: center;
justify-content: center;
}.tdi_149 li{
font-family:Muli !important;font-size:11px !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
/* landscape */
@media (min-width: 1019px) and (max-width: 1140px){
.tdi_149 li{
font-family:Muli !important;font-size:11px !important;line-height:2.3 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px){
.tdi_149 li{
font-family:Muli !important;font-size:11px !important;line-height:2.3 !important;text-transform:uppercase !important;letter-spacing:1px !important;
}
}
</style><div class="td-block-title-wrap"></div><div id="tdi_149" class="td_block_inner td-fix-index"><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-5298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5298"><a href="contact/">contact</a></li>
<li id="menu-item-5546" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5546"><a href="plan-de-site/">plan de site</a></li>
</ul></div></div></div></div></div><div class="vc_column tdi_151 wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped>
/* custom css */
.tdi_151{
vertical-align: baseline;
}.tdi_151 > .wpb_wrapper,
.tdi_151 > .wpb_wrapper > .tdc-elements{
display: block;
}.tdi_151 > .wpb_wrapper > .tdc-elements{
width: 100%;
}.tdi_151 > .wpb_wrapper > .vc_row_inner{
width: auto;
}.tdi_151 > .wpb_wrapper{
width: auto;
height: auto;
}
/* inline tdc_css att */
.tdi_151{
width:32% !important;
}
/* portrait */
@media (min-width: 768px) and (max-width: 1018px)
{
.tdi_151{
width:36% !important;
}
}
/* phone */
@media (max-width: 767px)
{
.tdi_151{
width:100% !important;
}
}
</style><div class="wpb_wrapper"><div class="td_block_wrap td_block_weather tdi_152 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_152">
<style>
/* custom css */
.td_block_weather .block-title{
margin-bottom: 22px;
}.td_block_weather .td-weather-wrap{
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}.td-weather-header{
padding-left: 10px;
font-family: 'Roboto', sans-serif;
}.td-weather-city{
font-size: 20px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
margin-bottom: 7px;
}.td-weather-condition{
font-size: 14px;
line-height: 1;
text-transform: capitalize;
opacity: 0.8;
}.td-location-icon{
position: absolute;
top: 0;
right: 10px;
font-size: 22px;
opacity: 0.6;
z-index: 1;
}.td-location-icon:hover{
cursor: pointer;
opacity: 0.9;
}.td-weather-temperature{
font-family: 'Roboto', sans-serif;
padding: 3px 0;
display: inline-block;
width: 100%;
float: left;
text-align: center;
}.td-weather-temp-wrap{
display: inline-block;
}.td-weather-now{
float: left;
text-align: center;
line-height: 1;
padding: 32px 16px;
font-weight: 300;
width: 145px;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}.td-weather-now .td-big-degrees{
font-size: 40px;
}.td-weather-now .td-circle{
font-size: 30px;
position: relative;
top: -6px;
opacity: 0.6;
line-height: 1;
vertical-align: top;
}.td-weather-now .td-weather-unit{
font-size: 16px;
position: relative;
top: -4px;
font-weight: 400;
opacity: 0.6;
left: -2px;
line-height: 1;
vertical-align: top;
}.td-weather-now:hover{
cursor: pointer;
}.td-weather-lo-hi{
float: left;
text-align: left;
width: 55px;
}.td-weather-degrees-wrap{
padding: 15px 0;
}.td-weather-degrees-wrap i{
position: relative;
top: 3px;
font-size: 16px;
color: #b3b3b3;
}.td-weather-degrees-wrap .td-small-degrees{
font-size: 12px;
}.td-weather-degrees-wrap .td-circle{
font-size: 18px;
position: relative;
right: 3px;
top: 3px;
}.td-weather-information{
font-family: 'Roboto', sans-serif;
font-size: 12px;
position: relative;
padding: 5px 0;
display: inline-block;
width: 100%;
float: left;
opacity: 0.6;
}.td-weather-information:before{
content:'';
width: 100%;
height: 2px;
position: absolute;
top: -2px;
left: 0;
background-color: #4db2ec;
opacity: 0.2;
}.td-weather-information i{
font-size: 16px;
position: relative;
top: 2px;
}.td-weather-section-1,
.td-weather-section-2,
.td-weather-section-3{
float: left;
width: 33%;
}.td-weather-section-1{
text-align: right;
padding-right: 10px;
}.td-weather-section-2{
text-align: center;
}.td-weather-section-3{
text-align: left;
padding-left: 10px;
}.td-weather-week{
font-family: 'Roboto', sans-serif;
padding: 15px 8px;
width: 100%;
text-align: center;
line-height: 1;
position: relative;
display: inline-block;
}.td-weather-week:before{
content:'';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #4db2ec;
opacity: 0.07;
}.td-weather-days{
width: 20%;
float: left;
text-align: center;
text-transform:uppercase;
line-height: 1;
}.td-weather-days .td-day-0,
.td-weather-days .td-day-1,
.td-weather-days .td-day-2,
.td-weather-days .td-day-3,
.td-weather-days .td-day-4{
margin-bottom: 8px;
font-size: 11px;
opacity: 0.5;
}.td-weather-days .td-day-degrees{
font-size: 20px;
position: relative;
left: 4px;
line-height: 14px;
opacity: 0.7;
}.td-weather-days .td-circle{
position: relative;
right: 5px;
}.td-weather-animated-icon{
float: left;
text-align: right;
margin-left: -15px;
position: relative;
}.td-weather-animated-icon span{
width: 100px;
height: 100px;
display: inline-block;
opacity: 0.4;
margin-top: 4px;
}.clear-sky-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-d.png') no-repeat;
}.clear-sky-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-n.png') no-repeat;
}.few-clouds-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-d.png') no-repeat;
}.few-clouds-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-n.png') no-repeat;
}.scattered-clouds-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-d.png') no-repeat;
}.scattered-clouds-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-n.png') no-repeat;
}.broken-clouds-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-d.png') no-repeat;
}.broken-clouds-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-n.png') no-repeat;
}.shower-rain-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-d.png') no-repeat;
}.shower-rain-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-n.png') no-repeat;
}.rain-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-d.png') no-repeat;
}.rain-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-n.png') no-repeat;
}.thunderstorm-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png') no-repeat;
}.thunderstorm-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png') no-repeat;
}.snow-d{
background: url('https://www.info-aviation.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-d.png') no-repeat;
}.snow-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-n.png') no-repeat;
}.mist-d{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png') no-repeat;
}.mist-n{
background: url('wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png') no-repeat;
}.td-weather-set-location{
display: none;
position: absolute;
top: 0;
}.td-weather-set-location .td-location-set-input{
height: 20px;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
border: 0;
padding: 0 10px;
}.td-weather-set-location .td-location-set-input:focus ~ label{
top: -20px;
font-size: 11px;
opacity: 0.5;
}.td-show-location{
display: block !important;
}.td-show-location label{
position: absolute;
top: 0;
left: 10px;
font-size: 13px;
opacity: 0.6;
pointer-events: none;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}.td_block_weather .td-column-2,
.td_block_weather .td-column-3{
text-align: right;
height: 90px;
}.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city{
position: absolute;
top: 0;
}.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition{
position: absolute;
bottom: 0;
}.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature{
text-align: right;
width: 55%;
padding-right: 20px;
}.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap{
position: relative;
top: -3px;
}.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon{
transform: scale(0.7);
-webkit-transform: scale(0.7);
margin-right: -15px;
top: -5px;
}.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now{
width: 110px;
padding: 32px 0;
margin-right: 10px;
}.td_block_weather .td-column-2 .td-weather-now .td-big-degrees,
.td_block_weather .td-column-3 .td-weather-now .td-big-degrees{
font-size: 32px;
}.td_block_weather .td-column-2 .td-weather-degrees-wrap,
.td_block_weather .td-column-3 .td-weather-degrees-wrap{
padding: 12px 0;
}.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon,
.td_block_weather .td-column-2 .td-weather-lo-hi,
.td_block_weather .td-column-3 .td-weather-lo-hi{
width: auto;
}.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap{
width: 45%;
float: right;
padding-left: 20px;
}.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information{
padding: 3px 0 10px;
}.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before{
top: auto;
bottom: -4px;
}.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week{
padding: 20px 0 15px;
}.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before{
display: none;
}.td_block_weather .td-column-3 .td-weather-temp-wrap{
margin-right: 100px;
}@media (max-width: 1018px) {
.td-weather-temperature {
margin-bottom: -6px;
padding: 0;
}
}@media (max-width: 1018px) {
.td-weather-now {
padding: 28px 0;
position: relative;
left: -10px;
width: 90px;
margin-left: 12px;
}
}@media (min-width: 768px) and (max-width: 1018px) {
.td-weather-now {
margin-left: 0;
}
}@media (max-width: 767px) {
.td-weather-now {
width: 100px;
}
}@media (max-width: 1018px) {
.td-weather-now .td-big-degrees {
font-size: 32px;
}
}@media (max-width: 1018px) {
.td-weather-degrees-wrap {
padding: 10px 0;
}
}@media (max-width: 1018px) {
.td-weather-animated-icon {
left: 0;
top: -6px;
margin-right: 0;
margin-left: -22px;
}
}@media (min-width: 768px) and (max-width: 1018px) {
.td-weather-animated-icon {
transform: scale(0.72);
-webkit-transform: scale(0.72);
margin-left: -20px;
}
}@media (max-width: 1018px) {
.td-weather-animated-icon span {
margin-top: 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
height: auto;
display: inline-block;
text-align: left;
width: 100%;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
position: relative;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
position: relative;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature {
width: 100%;
text-align: center;
padding: 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap{
top: 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
transform: scale(1);
-webkit-transform: scale(1);
left: 0;
top: -5px;
margin-right: 0;
margin-left: -22px;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now {
padding: 30px 0;
position: relative;
left: -10px;
width: 100px;
margin-right: 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap {
width: 100%;
padding-left: 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information {
padding: 5px 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
bottom: auto;
top: -2px;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week {
padding: 15px 0;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
display: block;
}
}@media (max-width: 1018px) {
.td_block_weather .td-column-3 .td-weather-temp-wrap {
margin-right: 0;
}
}
</style><div class="td-block-title-wrap"></div><div id="tdi_152" class="td-weather-wrap td_block_inner td-column-1"><!-- td weather source: cache -->
<div class="td-weather-header">
<div class="td-weather-city">Paris</div>
<div class="td-weather-condition">ciel dégagé</div>
<i class="td-location-icon td-icons-location" data-block-uid="tdi_152"></i>
</div>
<div class="td-weather-set-location">
<form class="td-manual-location-form" action="#" data-block-uid="tdi_152">
<input id="tdi_152" class="td-location-set-input" type="text" name="location" value="">
<label>enter location</label>
</form>
</div>
<div class="td-weather-temperature">
<div class="td-weather-temp-wrap">
<div class="td-weather-animated-icon">
<span class="td_animation_sprite-27-100-80-0-0-1 clear-sky-d td-w-today-icon" data-td-block-uid="tdi_152"></span>
</div>
<div class="td-weather-now" data-block-uid="tdi_152">
<span class="td-big-degrees">20.4</span>
<span class="td-circle">°</span>
<span class="td-weather-unit">C</span>
</div>
<div class="td-weather-lo-hi">
<div class="td-weather-degrees-wrap">
<i class="td-up-icon td-icons-arrows-up"></i>
<span class="td-small-degrees td-w-high-temp">21.3</span>
<span class="td-circle">°</span>
</div>
<div class="td-weather-degrees-wrap">
<i class="td-down-icon td-icons-arrows-down"></i>
<span class="td-small-degrees td-w-low-temp">19.9</span>
<span class="td-circle">°</span>
</div>
</div>
</div>
</div>
<div class="td-weather-info-wrap">
<div class="td-weather-information">
<div class="td-weather-section-1">
<i class="td-icons-drop"></i>
<span class="td-weather-parameter td-w-today-humidity">46 %</span>
</div>
<div class="td-weather-section-2">
<i class="td-icons-wind"></i>
<span class="td-weather-parameter td-w-today-wind-speed">7.2kmh</span>
</div>
<div class="td-weather-section-3">
<i class="td-icons-cloud"></i>
<span class="td-weather-parameter td-w-today-clouds">0 %</span>
</div>
</div>
<div class="td-weather-week">
<div class="td-weather-days">
<div class="td-day-0">mer</div>
<div class="td-day-degrees">
<span class="td-degrees-0">21</span>
<span class="td-circle">°</span>
</div>
</div>
<div class="td-weather-days">
<div class="td-day-1">jeu</div>
<div class="td-day-degrees">
<span class="td-degrees-1">16</span>
<span class="td-circle">°</span>
</div>
</div>
<div class="td-weather-days">
<div class="td-day-2">ven</div>
<div class="td-day-degrees">
<span class="td-degrees-2">14</span>
<span class="td-circle">°</span>
</div>
</div>
<div class="td-weather-days">
<div class="td-day-3">sam</div>
<div class="td-day-degrees">
<span class="td-degrees-3">11</span>
<span class="td-circle">°</span>
</div>
</div>
<div class="td-weather-days">
<div class="td-day-4">dim</div>
<div class="td-day-degrees">
<span class="td-degrees-4">10</span>
<span class="td-circle">°</span>
</div>
</div>
</div>
</div>
</div></div></div></div></div></div></div></div> </div>
</div>
<style>
.tdc-footer-template .td-main-content-wrap {
padding-bottom: 0;
}
</style>
</div><!--close td-outer-wrap-->
<!--
Theme: Newspaper by tagDiv.com 2022
Version: 11.4.2 (rara)
Deploy mode: deploy
uid: 64244bf7e3d5b
-->
<script type="text/javascript" src="wp-includes/js/dist/vendor/regenerator-runtime.min_ver-0.13.9.js" id="regenerator-runtime-js" defer></script>
<script type="text/javascript" src="wp-includes/js/dist/vendor/wp-polyfill.min_ver-3.15.0.js" id="wp-polyfill-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.info-aviation.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script data-minify="1" type="text/javascript" src="https://www.info-aviation.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1648482282" id="contact-form-7-js" defer></script>
<script type="text/javascript" id="toc-front-js-extra">
/* <![CDATA[ */
var tocplus = {"visibility_show":"show","visibility_hide":"hide","width":"Auto"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/table-of-contents-plus/front.min_ver-2106.js" id="toc-front-js" defer></script>
<script type="text/javascript" src="wp-content/plugins/yuzo/public/assets/js/pixel-geo.min_ver-6.2.3.js" id="yuzo-pixel-geo-js" defer></script>
<script type="text/javascript" id="yuzo-js-js-extra">
/* <![CDATA[ */
var yuzo_vars = {"ajaxurl":"/","post_id":"5878","url":"https%3A%2F%2Fwww.info-aviation.com%2F","where_is":"page|singular","nonce":"e7556e5876","nonce2":"b053a52c04","off_views":"1","off_views_logged":"1","is_logged":"0","allows_to_count_visits":"1","disabled_counter":null,"level_article":"medium"};
/* ]]> */
</script>
<script type="text/javascript" src="wp-content/plugins/yuzo/public/assets/js/yuzo.min_ver-6.2.3.js" id="yuzo-js-js" defer></script>
<script type="text/javascript" src="wp-includes/js/underscore.min_ver-1.13.1.js" id="underscore-js" defer></script>
<script type="text/javascript" src="wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min_ver-173ee1f64e1c2648598d8860d0189118.js" id="tdb_js_posts_autoload-js" defer></script>
<script type="text/javascript" src="wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min_ver-11.4.2.js" id="td-site-min-js" defer></script>
<script type="text/javascript" src="wp-includes/js/comment-reply.min_ver-5.9.5.js" id="comment-reply-js" defer></script>
<script type="text/javascript" src="wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min_ver-173ee1f64e1c2648598d8860d0189118.js" id="tdb_js_files_for_front-js" defer></script>
<!-- JS generated by theme -->
<script type="rocketlazyloadscript">
/* global jQuery:{} */
jQuery(window).on( 'load', function () {
var tdbMenuItem = new tdbMenu.item();
tdbMenuItem.blockUid = 'tdi_7';
tdbMenuItem.jqueryObj = jQuery('.tdi_7');
tdbMenuItem.isMegaMenuParentPos = true;
tdbMenu.addItem(tdbMenuItem);
});
/* global jQuery:{} */
jQuery(window).on( 'load', function () {
var tdbMenuItem = new tdbMenu.item();
tdbMenuItem.blockUid = 'tdi_31';
tdbMenuItem.jqueryObj = jQuery('.tdi_31');
tdbMenuItem.isMegaMenuParentPos = true;
tdbMenu.addItem(tdbMenuItem);
});
jQuery().ready(function () {
var tdbSearchItem = new tdbSearch.item();
//block unique ID
tdbSearchItem.blockUid = 'tdi_34';
tdbSearchItem.blockAtts = '{"results_msg_align":"content-horiz-center","image_floated":"","image_width":"100","image_size":"","show_cat":"","show_btn":"none","show_date":"none","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"20px 15px","all_modules_space":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiNyJ9","inline":"yes","tdc_css":"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjYiLCJtYXJnaW4tcmlnaHQiOiIxMiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==","float_block":"yes","form_align":"content-horiz-right","icon_color":"#444444","icon_size":"eyJhbGwiOjIyLCJwb3J0cmFpdCI6IjE4IiwibGFuZHNjYXBlIjoiMjAifQ==","icon_padding":"eyJhbGwiOjEuNywicG9ydHJhaXQiOiIyIiwibGFuZHNjYXBlIjoiMS44In0=","btn_bg_h":"rgba(255,255,255,0)","arrow_color":"rgba(255,255,255,0)","title_txt_hover":"#d89686","results_msg_color_h":"#d89686","results_msg_color":"#222222","tdicon":"td-icon-magnifier-thin-long","show_form":"yes","toggle_horiz_align":"content-horiz-left","form_offset":"eyJhbGwiOiI1IiwicG9ydHJhaXQiOiI2In0=","form_width":"eyJhbGwiOiI2MDAiLCJwb3J0cmFpdCI6IjUwMCJ9","form_padding":"22px","form_border":"0","input_border":"0 0 1px 0","btn_border":"0 0 1px 0","results_border":"0","results_msg_padding":"10px 22px 20px","image_height":"70","modules_gap":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiNyJ9","meta_info_horiz":"content-horiz-center","meta_info_align":"","modules_category":"above","art_title":"12px 0 0 0","meta_info_border_size":"0 1px 1px 1px","modules_category_padding":"0","f_input_font_family":"406","f_input_font_size":"11","f_input_font_line_height":"1","f_input_font_transform":"uppercase","f_placeholder_font_size":"11","f_placeholder_font_line_height":"1","f_placeholder_font_family":"406","f_placeholder_font_transform":"uppercase","f_input_font_spacing":"1","f_placeholder_font_spacing":"1","f_btn_font_spacing":"1","f_btn_font_size":"11","f_btn_font_line_height":"1","f_btn_font_transform":"uppercase","f_btn_font_family":"406","icon_color_h":"#ce9079","f_toggle_txt_font_family":"406","f_toggle_txt_font_spacing":"1","f_toggle_txt_font_size":"11","f_toggle_txt_font_line_height":"1","f_toggle_txt_font_transform":"uppercase","btn_color":"#444444","btn_color_h":"#ce9079","btn_icon_color":"#444444","btn_icon_color_h":"#ce9079","btn_bg":"rgba(255,255,255,0)","btn_border_color":"#eaeaea","btn_border_color_h":"#eaeaea","modules_on_row":"50%","mc1_tl":"12","f_title_font_family":"406","f_title_font_spacing":"1","f_title_font_transform":"uppercase","f_title_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==","f_title_font_weight":"600","f_title_font_line_height":"1.2","f_cat_font_family":"460","f_cat_font_size":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTgifQ==","f_cat_font_line_height":"1","f_results_msg_font_family":"406","f_results_msg_font_spacing":"1","f_results_msg_font_transform":"uppercase","f_results_msg_font_size":"11","f_results_msg_font_style":"normal","input_border_color":"#eaeaea","title_txt":"#444444","all_underline_color":"","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#444444","cat_txt_hover":"#444444","form_shadow_shadow_size":"8","form_shadow_shadow_offset_vertical":"3","form_shadow_shadow_color":"rgba(0,0,0,0.1)","block_type":"tdb_header_search","disable_live_search":"","exclude_pages":"","exclude_posts":"","separator":"","toggle_txt":"","toggle_txt_pos":"","toggle_txt_align":"0","toggle_txt_space":"","form_offset_left":"","form_content_width":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_radius":"","btn_text":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_size":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_radius":"","results_padding":"","results_msg_border":"","mc1_title_tag":"","mc1_el":"","results_limit":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_":"","form_bg":"","form_border_color":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_bg":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_style":"","f_input_font_weight":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_line_height":"","f_results_msg_font_weight":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","all_underline_height":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","border_top":"","css":"","class":"tdi_34","tdc_css_class":"tdi_34","tdc_css_class_style":"tdi_34_rand_style"}';
tdbSearchItem.jqueryObj = jQuery('.tdi_34');
tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open';
tdbSearchItem._resultsLimit = '4';
tdbSearch.addItem( tdbSearchItem );
});
/* global jQuery:{} */
jQuery(window).on( 'load', function () {
var tdbMenuItem = new tdbMenu.item();
tdbMenuItem.blockUid = 'tdi_39';
tdbMenuItem.jqueryObj = jQuery('.tdi_39');
tdbMenuItem.isMegaMenuFull = true;
tdbMenu.addItem(tdbMenuItem);
});
jQuery().ready(function () {
tdWeather.addItem({"block_uid":"tdi_152","location":"2988507","api_location":"Paris","api_language":"fr","api_key":"7cfb6e4deac3b710316d06cfa5c2814e","today_icon":"clear-sky-d","today_icon_text":"ciel d\u00e9gag\u00e9","today_temp":[20.4,68.7],"today_humidity":46,"today_wind_speed":[7.2,4.5],"today_min":[19.9,67.8],"today_max":[21.3,70.3],"today_clouds":0,"current_unit":0,"forecast":[{"timestamp":1680102000,"day_name":"mer","day_temp":[21,69],"owm_day_index":0},{"timestamp":1680134400,"day_name":"jeu","day_temp":[16,61],"owm_day_index":3},{"timestamp":1680220800,"day_name":"ven","day_temp":[14,58],"owm_day_index":11},{"timestamp":1680307200,"day_name":"sam","day_temp":[11,51],"owm_day_index":19},{"timestamp":1680393600,"day_name":"dim","day_temp":[10,50],"owm_day_index":27}]});
});
</script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script type="rocketlazyloadscript">"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="wp-content/cache/min/1/27d84fcad38233447ded14a1cddbbd47.css" media="all" data-minify="1"/></noscript></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1680100343 -->