Outiref

Code source de l'URL : https://vivrelaventure.com

<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>vivre l&#039;aventure | Marianne et Max pélerins du monde</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://vivrelaventure.com/xmlrpc.php">

<meta name='robots' content='max-image-preview:large' />

<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}

// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}

		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );

			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src = '/remote-login.php?wpcom_remote_login=validate'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=4894'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
			return;
		}

		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );

			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );

			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';

			return;
		}

		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );

			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}

			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}

			if ( private_window ) {
				console.log( 'private window' );
				return;
			}

			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );

			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';

			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );

			document.body.appendChild( iframe );
		}

		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly92aXZyZWxhdmVudHVyZS5jb20%3D"
		+ "&wpcomid=87718092"
		+ "&time=1713938010";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//ced.sascdn.com' />
<link rel='dns-prefetch' href='//s1.wp.com' />
<link rel='dns-prefetch' href='//s2.wp.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//fonts-api.wp.com' />
<link rel='dns-prefetch' href='//s.pubmine.com' />
<link rel='dns-prefetch' href='//x.bidswitch.net' />
<link rel='dns-prefetch' href='//static.criteo.net' />
<link rel='dns-prefetch' href='//ib.adnxs.com' />
<link rel='dns-prefetch' href='//aax.amazon-adsystem.com' />
<link rel='dns-prefetch' href='//bidder.criteo.com' />
<link rel='dns-prefetch' href='//cas.criteo.com' />
<link rel='dns-prefetch' href='//gum.criteo.com' />
<link rel='dns-prefetch' href='//ads.pubmatic.com' />
<link rel='dns-prefetch' href='//gads.pubmatic.com' />
<link rel='dns-prefetch' href='//tpc.googlesyndication.com' />
<link rel='dns-prefetch' href='//ad.doubleclick.net' />
<link rel='dns-prefetch' href='//googleads.g.doubleclick.net' />
<link rel='dns-prefetch' href='//www.googletagservices.com' />
<link rel='dns-prefetch' href='//cdn.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.g.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' />
<link rel='dns-prefetch' href='//a.teads.tv' />
<link rel='dns-prefetch' href='//prebid.media.net' />
<link rel='dns-prefetch' href='//adserver-us.adtech.advertising.com' />
<link rel='dns-prefetch' href='//fastlane.rubiconproject.com' />
<link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' />
<link rel='dns-prefetch' href='//hb-api.omnitagjs.com' />
<link rel='dns-prefetch' href='//mtrx.go.sonobi.com' />
<link rel='dns-prefetch' href='//apex.go.sonobi.com' />
<link rel='dns-prefetch' href='//u.openx.net' />
<link rel="alternate" type="application/rss+xml" title="vivre l&#039;aventure &raquo; Flux" href="https://vivrelaventure.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="vivre l&#039;aventure &raquo; Flux des commentaires" href="https://vivrelaventure.com/comments/feed/" />
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1710334132i&ver=6.6-alpha-57987"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/_static/??/wp-content/blog-plugins/wordads/global.css,/wp-content/mu-plugins/jetpack-plugin/sun/modules/infinite-scroll/infinity.css?m=1685115060j&cssminify=yes' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-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>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s2.wp.com/wp-content/plugins/gutenberg-core/v18.1.2/build/block-library/style.css?m=1713425039i&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
	text-align:justify;
}
.wp-block-cover__image-background.has-parallax {
	background-size: cover;
}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/_static/??-eJyVjEEOwiAQAD/ksgGN4sH4Fko3hJYCYZea/r49mF6Nx0lmBj8VfMlCWbCmHmJmDP3AgVqAIRU/M04k1fkZkttKFwgtjsiyJVKe+YL/LJqTmAP/yH35ZkZpqzRwXGoiaLSqG46R5TTgHL2Xl75bba/GPB/TDthVT3U=&cssminify=yes' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' />
<style id='global-styles-inline-css'>
:root{--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--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
:where(.wp-block-navigation a:where(:not(.wp-element-button))){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
</style>
<link rel='stylesheet' id='hemingway-rewritten-fonts-css' href='https://fonts-api.wp.com/css?family=Raleway%3A400%2C300%2C700%7CLato%3A400%2C700%2C400italic%2C700italic&#038;subset=latin%2Clatin-ext' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s2.wp.com/_static/??-eJyFjt0KwjAMhV/IGqb4dyE+inQl1sw2LU1L2dvbiRcTZd6dj+Q7HKhRmcAZOUO+o0eBWHpoidhWPaqENVFud5A8OlwbkRXMJF9UdMUSCwyYozaPN4MUhiuxAYuMiZogv+NX558hU+drjKrRBL80yWJQLhidKfAHqJvTlJbUhL0LtkUL7WuGk3Tx525/3HXdZns6DE9plnqb&cssminify=yes' type='text/css' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='print-css-13-1' href='https://s1.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' />
<style id='jetpack-global-styles-frontend-style-inline-css'>
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="media-video-jwt-bridge-js-extra">
/* <![CDATA[ */
var videopressAjax = {"ajaxUrl":"https:\/\/vivrelaventure.wordpress.com\/wp-admin\/admin-ajax.php","bridgeUrl":"\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-videopress\/build\/lib\/token-bridge.js","post_id":"4894"};
/* ]]> */
</script>
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"87718092","postID":"0","siteURL":"https:\/\/vivrelaventure.com","xhrURL":"https:\/\/vivrelaventure.com\/wp-admin\/admin-ajax.php","nonce":"fefe5aacd2","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"Les nouveaux articles de ce site appara\u00eetront d\u00e9sormais dans votre <a href=\"https:\/\/wordpress.com\/\">Lecteur<\/a>","foldBar":"R\u00e9duire cette barre","unfoldBar":"\u00c9tendre cette barre"}};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s1.wp.com/_static/??-eJxdTlsKwjAQvJBx1RbUD/Eoksda0ibZkN20entb0IL9GubFDExZWUqCSaBniGR8QFUZi+5mTfn0pH3PO/jPlSAqF3q9t16sKofa+cTQo2Rthy8HruknPUZMjgroKhS1iLdrePQOKRdkBlN9cBC8AaEBkzLFuw63gyZQt05OVJx2rGzQzMjLUxszjKcFFEs1c/0eb8fz4Xxtmra99B8hEF+E'></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
	window.addEventListener( 'DOMContentLoaded', function() {
		rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
	} );
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://vivrelaventure.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/5W3tW' />

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="vivre l&#039;aventure" />
<meta property="og:description" content="Marianne et Max pélerins du monde" />
<meta property="og:url" content="https://vivrelaventure.com/" />
<meta property="og:site_name" content="vivre l&#039;aventure" />
<meta property="og:image" content="https://s0.wp.com/i/blank.jpg" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="fr_FR" />

<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" />
<link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" />
<link rel="apple-touch-icon" href="https://s2.wp.com/i/webclip.png" />
<link rel='openid.server' href='https://vivrelaventure.com/?openidserver=1' />
<link rel='openid.delegate' href='https://vivrelaventure.com/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://vivrelaventure.com/osd.xml" title="vivre l&#039;aventure" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}

			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}

			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}

			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}

			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}

			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}

			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="application-name" content="vivre l&#039;aventure" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Marianne et Max pélerins du monde" /><meta name="description" content="Marianne et Max pélerins du monde" />
	<style type="text/css">
			.site-title a,
		.site-description {
			color: #ffffff;
		}
				.site-header-image {
			background-image: url(https://vivrelaventure.files.wordpress.com/2016/06/cropped-dsc06832.jpg);
		}
		</style>
	<script type="text/javascript">
/* <![CDATA[ */
var wa_smart = { 'network_id': 3905, 'site_id': 474853, 'page_id': 1572546, 'blog_id': 87718092, 'post_id': null, 'theme': 'pub/hemingway-rewritten', 'target': 'wp_blog_id=87718092;language=fr;adflow=true', '_': { 'title': 'Publicité', 'privacy_settings': 'Réglages de confidentialité' }, 'inline': { 'format_id': 110354, 'max_slots': 20, 'max_blaze_slots': 20, 'enabled': false, 'adflow_enabled': true } }; wa_smart.cmd = [];
/* ]]> */
</script>
		<script type="text/javascript">
		function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
		var __ATA_PP = { 'pt': 0, 'ht': 0, 'tn': 'hemingway-rewritten', 'uloggedin': 0, 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': true, 'ad': { 'label': { 'text': 'Publicités' }, 'reportAd': { 'text': 'Report this Ad' }, 'privacySettings': { 'text': 'Confidentialité', 'onClick': function() { window.__tcfapi && window.__tcfapi( 'showUi' ) } } }, 'disabled_slot_formats': [], 'siteid': 8982, 'blogid': 87718092, 'js_hint': 'tcf2_test' };
		var __ATA = __ATA || {};
		__ATA.cmd = __ATA.cmd || [];
		__ATA.criteo = __ATA.criteo || {};
		__ATA.criteo.cmd = __ATA.criteo.cmd || [];
		</script>
		<script type="text/javascript">
		(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
		function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
		w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
		(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
		</script>	<script>
		var sas_fallback = sas_fallback || [];
		sas_fallback.push(
			{ tag: "&lt;div id=&quot;atatags-26942-66289e5aa6113&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-66289e5aa6113\',location: 120,formFactor: \'001\',label: {text: \'Publicités\',},creative: {reportAd: {text: \'Report this Ad\',},privacySettings: {text: \'Confidentialité\',onClick: function() { window.__tcfapi &amp;&amp; window.__tcfapi( \'showUi\' ); },}}});});&lt;/script&gt;", type: 'belowpost' },
			{ tag: "&lt;div id=&quot;atatags-26942-{{unique_id}}&quot;&gt;&lt;/div&gt;&lt;script&gt;__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-{{unique_id}}\',location: 310,formFactor: \'001\',label: {text: \'Publicités\',},creative: {reportAd: {text: \'Report this Ad\',},privacySettings: {text: \'Confidentialité\',onClick: function() { window.__tcfapi &amp;&amp; window.__tcfapi( \'showUi\' ); },}}});});&lt;/script&gt;", type: 'inline' }
		);
	</script>		<script type="text/javascript">

			window.doNotSellCallback = function() {

				var linkElements = [
					'a[href="https://wordpress.com/?ref=footer_blog"]',
					'a[href="https://wordpress.com/?ref=footer_website"]',
					'a[href="https://wordpress.com/?ref=vertical_footer"]',
					'a[href^="https://wordpress.com/?ref=footer_segment_"]',
				].join(',');

				var dnsLink = document.createElement( 'a' );
				dnsLink.href = 'https://wordpress.com/fr/advertising-program-optout/';
				dnsLink.classList.add( 'do-not-sell-link' );
				dnsLink.rel = 'nofollow';
				dnsLink.style.marginLeft = '0.5em';
				dnsLink.textContent = 'Ne pas vendre ni partager mes informations personnelles';

				var creditLinks = document.querySelectorAll( linkElements );

				if ( 0 === creditLinks.length ) {
					return false;
				}

				Array.prototype.forEach.call( creditLinks, function( el ) {
					el.insertAdjacentElement( 'afterend', dnsLink );
				});

				return true;
			};

		</script>
		<script id="cmp-configuration" type="application/configuration">{"gvlVersion":"49","consentLanguage":"FR","locale":"fr","vendorsAll":"BQ9qv4__7a_t_y_e_T9ujzGr_v8ffdiGIML5Nn3AuZd635OC--wmZom_VtTBUyJAl27YJCBto5MaiasULVECteYdjUizkCZpRPwMkQ5iL2zrAQvN82FsfyBTPN9P_u7vOyf_v7t_27ueWfKs9-7Xv_z-qxMTpXPlo_9_7aJzf35H_v_P3_F-n5v9Ym37yetv_r19ve_n3lv______v____f___8A","vendorsLegInterest":"BQ8Asw0KiAPsiQkINAwigQAqCsICKBAAAACQNEBACYMCnYGAS6wkQAgBQADBACAAFGQAIAABIAEIgAkAKBAABAIFAACAAAIBAAwMAAYALAQCAAEB0CFMCCBQLABIzIiFMCEKBIICWyoQSAIEFcIQizwIIBETBQAAAkAFYAAgLBYHEkgJWJBAlxBtAAAQAIBBCBUIpOzAEECZstVeKJtGVpAWj5wA","ajaxUrl":"\/wp-admin\/admin-ajax.php","ajaxNonce":"719f101b9e","modulePath":"https:\/\/s1.wp.com\/wp-content\/blog-plugins\/wordads-classes\/js\/cmp\/v2\/","gvlPath":"https:\/\/public-api.wordpress.com\/wpcom\/v2\/sites\/87718092\/cmp\/v3\/vendors\/fr\/","_":{"title":"Confidentialit\u00e9 et cookies","intro":"Nous, WordPress.com, et nos partenaires publicitaires conservons et\/ou acc\u00e9dons aux informations sur votre appareil et traitons \u00e9galement vos donn\u00e9es personnelles, comme les identifiants uniques, l\u2019activit\u00e9 de navigation et d\u2019autres informations standard que votre appareil transmet, y compris votre adresse IP. Ces informations sont collect\u00e9es au fil du temps et utilis\u00e9es pour les publicit\u00e9s personnalis\u00e9es, la mesure des publicit\u00e9s, la connaissance du public et le d\u00e9veloppement de produits sp\u00e9cifiques \u00e0 notre programme publicitaire. Si cela vous convient, s\u00e9lectionnez \u00ab\u00a0J\u2019accepte\u00a0!\u00a0\u00bb ci-apr\u00e8s. Sinon, vous pouvez obtenir plus d\u2019informations, personnaliser vos pr\u00e9f\u00e9rences en mati\u00e8re de consentement pour 823\u00a0fournisseurs publicitaires ou refuser le consentement en s\u00e9lectionnant \u00ab\u00a0Lire la suite\u00a0\u00bb. Notez que vos pr\u00e9f\u00e9rences s\u2019appliquent \u00e0 tous les sites Web du <a href=\"https:\/\/automattic.com\/cookies\/#user-ads-consent\" target=\"_blank\">r\u00e9seau WordPress.com<\/a>. Si vous changez d\u2019avis ult\u00e9rieurement, vous pouvez mettre \u00e0 jour vos pr\u00e9f\u00e9rences \u00e0 tout moment \u00e0 partir du lien relatif \u00e0 la confidentialit\u00e9 affich\u00e9 sous chaque publicit\u00e9 ou \u00e0 l\u2019aide de l\u2019option Confidentialit\u00e9 dans la barre d\u2019actions situ\u00e9e dans le coin inf\u00e9rieur droit de l\u2019\u00e9cran. Enfin, nos partenaires peuvent traiter certaines de vos donn\u00e9es en fonction d\u2019un int\u00e9r\u00eat l\u00e9gitime plut\u00f4t que sur la base de votre consentement. Vous pouvez toutefois refuser en s\u00e9lectionnant \u00ab\u00a0Lire la suite\u00a0\u00bb et en d\u00e9sactivant l\u2019option relative \u00e0 l\u2019int\u00e9r\u00eat l\u00e9gitime sous tout motif ou partenaire figurant dans la liste.","config":"En savoir plus","accept":"J\u2019accepte","viewPartners":"Voir les partenaires","error":"D\u00e9sol\u00e9, une erreur inattendue s\u2019est produite. Veuillez r\u00e9essayer plus tard."}}</script><script type="text/javascript">
	window.google_analytics_uacct = "UA-52447-2";
</script>

<script type="text/javascript">
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-52447-2']);
	_gaq.push(['_gat._anonymizeIp']);
	_gaq.push(['_setDomainName', 'none']);
	_gaq.push(['_setAllowLinker', true]);
	_gaq.push(['_initData']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
	})();
</script>
</head>

<body class="home blog wp-custom-logo customizer-styles-applied jetpack-reblog-enabled">
<div id="page" class="hfeed site">

	<header id="masthead" class="site-header" role="banner">
		<div class="site-header-image">
			<div class="site-branding-wrapper">
				<div class="site-branding">
					<h1 class="site-title"><a href="https://vivrelaventure.com/" rel="home">vivre l&#039;aventure</a></h1>
					<h2 class="site-description">Marianne et Max pélerins du monde</h2>
				</div>
			</div>
		</div>
	</header><!-- #masthead -->
	<nav id="site-navigation" class="main-navigation clear" role="navigation">
		<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><span class="screen-reader-text">Menu</span></button>
		<a class="skip-link screen-reader-text" href="#content">Aller au contenu principal</a>

		<div id="primary-menu" class="menu"><ul>
<li class="current_page_item"><a href="https://vivrelaventure.com/">Accueil</a></li><li class="page_item page-item-41"><a href="https://vivrelaventure.com/itineraire/">Itinéraire</a></li>
<li class="page_item page-item-1"><a href="https://vivrelaventure.com/about/">About</a></li>
</ul></div>
		<div id="header-search-toggle">
			<span class="screen-reader-text">Recherche</span>
		</div>
		<div id="header-search">
			<form role="search" method="get" class="search-form" action="https://vivrelaventure.com/">
				<label>
					<span class="screen-reader-text">Rechercher&nbsp;:</span>
					<input type="search" class="search-field" placeholder="Recherche&hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Rechercher" />
			</form>		</div>
	</nav><!-- #site-navigation -->
	<div id="content" class="site-content">

	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

		
						
				
				
<article id="post-4894" class="post-4894 post type-post status-publish format-standard hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2021/01/01/derniere-escale-a-chicago/" rel="bookmark">Dernière escale à&nbsp;Chicago</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2021/01/01/derniere-escale-a-chicago/" rel="bookmark"><time class="entry-date published" datetime="2021-01-01T15:07:40+00:00">janvier 1, 2021</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2021/01/01/derniere-escale-a-chicago/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Lundi 20 juin 2016</p>
<p>Notre voyage touche à sa fin et je suis contente de le terminer chez Sandra pour plusieurs raisons. Sand est ma plus ancienne amie, nous nous connaissons depuis que nous avons 14 ans et même si cela fait de nombreuses années que nous vivons sur des continents différents, nous sommes toujours restées très proches.</p>
<p>Nous avons toujours été là l&rsquo;une pour l&rsquo;autre dans les moments difficiles et en ce moment Sandra traverse une dure épreuve, elle a découvert en mai qu&rsquo;elle était atteinte d&rsquo;un cancer du sein très agressif. Heureusement la tumeur a pu être enlevée mais l&rsquo;oncologue lui a recommandé de faire une chimiothérapie et de la radiologie. Elle doit commencer ses séances juste après mon départ. Donc l&rsquo;objectif cette semaine est de lui changer les idées !!</p>
<p>Malheureusement je ne me sens pas à la hauteur, je toujours très fatiguée et assez déprimée. J&rsquo;ai beau essayer de prendre sur moi je n&rsquo;y arrive juste pas. Et Sandra qui est une vraie guerrière est à mes côtés.</p>
<p>Mardi 21 juin</p>
<p>Il fait un temps magnifique et nous décidons d&rsquo;aller à la piscine à la plus grande joie de Max. Il d&rsquo;autant plus content qu&rsquo;il y a un mini parc aquatique avec des toboggans. Jayden et Max s&rsquo;en donne à cœur joie avec la petite Lyse jamais très loin derrière. Moi je me trouve un petit coin à l&rsquo;ombre et je bouquine… Car même s&rsquo;il fait chaud dehors l&rsquo;eau est (pour moi) glaciale!</p>
<p>Mercredi 22 juin</p>
<p>Le matin nous retrouvons Nicolas, le frère de Sandra, au bowling.</p>
<p>Ensuite nous allons déjeuner dans un restaurant suédois près de l&rsquo;université où Sandra travaille. Max est super content de manger des boulettes de viande suédoises. Sandra me fait ensuite visiter le labo de microbiologie où elle donne cours.</p>
<p>Jeudi 23 juin</p>
<p>Ce matin nous emmenons les enfants dans une plaine de jeux intérieure. Il y a des dizaines de châteaux gonflables et je ne vois pas Max de la matinée…</p>
<p>En fin d&rsquo;après-midi nous retrouvons Nico et son ami pour aller faire une balade en Kayak. Me retrouver dans la nature me fait beaucoup de bien.</p>
<p>Vendredi 24 juin</p>
<p>Rodolfo, le mari de Sandra, a pu prendre une journée de congé et nous allons tous ensemble visiter &laquo;&nbsp;downtown&nbsp;&raquo; Chicago. J&rsquo;aime beaucoup cette ville et son architecture.</p>
<p>En début d&rsquo;après-midi Rodolfo, Sandra, Jayden et Max vont faire un tour en hors-bord hyper rapide. Hum, not my cup of tea! Je reste avec Lyse et je l&#8217;emmène faire un tour de manège.</p>
<p>Nous terminons la journée en allant boire un verre dans un bar en haut d&rsquo;un gratte-ciel, la vue est époustouflante.</p>
<p>Samedi 25 juin – dimanche 26 juin</p>
<p>Pour fêter l&rsquo;anniversaire de Max et de Jayden, nous allons passer le week-end dans un parc aquatique. Les enfants sont fous de joie et leur plaisir est communicatif. Nous passons deux jours dans l&rsquo;eau à descendre des toboggans !</p>
<p>Dimanche soir, en rentrant, nous passons par l&rsquo;aéroport pour récupérer la maman de Sandra. Je suis très heureuse de la voir car elle a été très présente lors de mon adolescence et j&rsquo;aime toujours discuter avec elle.</p>
<p>Lundi 27 juin</p>
<p>C&rsquo;est avec beaucoup de tristesse que nous disons au revoir à Sandra et à sa famille. Notre beau tour du monde s&rsquo;achève.</p>
<p>Une partie de moi est contente de rentrée &laquo;&nbsp;à la maison&nbsp;&raquo; mais une autre très triste de refermer cette merveilleuse parenthèse.</p>
<p>Cette année a été une véritable aventure, chaque jour était différent. Nous avons rencontrés sur la route de nouveaux amis et vécu des expériences hors du commun. Même si pour moi le plus grand bonheur a été de partager tous ses moments avec Max, mon fils adoré et mon petit yogi, qui dans les moments difficiles m&rsquo;a aidé à gérer mon stress en me ramenant toujours au moment présent.</p>
<p>Max lui aussi est content de rentrer… pour quelques mois ! Car après c&rsquo;est sûr, il veut repartir. Et d&rsquo;ailleurs il planifie déjà un tour du monde en solo avant de repartir un jour… en famille !</p>
			<div id="atatags-26942-66289e5aa9316"></div>
			
			<script>
				__ATA.cmd.push(function() {
					__ATA.initDynamicSlot({
						id: 'atatags-26942-66289e5aa9316',
						location: 120,
						formFactor: '001',
						label: {
							text: 'Publicités',
						},
						creative: {
							reportAd: {
								text: 'Report this Ad',
							},
							privacySettings: {
								text: 'Confidentialité',
								onClick: function() { window.__tcfapi && window.__tcfapi( 'showUi' ); },
							}
						}
					});
				});
			</script>			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4839" class="post-4839 post type-post status-publish format-standard hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2021/01/01/dernier-road-trip-las-vegas/" rel="bookmark">Dernier road trip: Las Vegas&nbsp;!</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2021/01/01/dernier-road-trip-las-vegas/" rel="bookmark"><time class="entry-date published" datetime="2021-01-01T15:05:43+00:00">janvier 1, 2021</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2021/01/01/dernier-road-trip-las-vegas/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Mercredi 15juin</p>
<p>Destination Las Vegas. Je dois avoir un côté masochiste car je suis sure d&rsquo;une chose: je déteste Las Vegas. Pour moi c&rsquo;est un immense parc d&rsquo;attraction, une énormité anti-écologique. Alors pourquoi y aller? Dans un but éducatif&#8230; Pour montrer à Max ce qu&rsquo;il ne faut pas faire&#8230;</p>
<p>En route ! Max et Jonas montent en voiture, Elena a encore école et ne peut malheureusement pas venir avec nous.</p>
<p>Je veux aussi me faire plaisir et je suis autant que possible la mythique route 66. Notre premier arrêt est sur le lieu du premier McDonalds.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/dernier-road-trip-las-vegas\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07212/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4624" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466008541&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07212" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07212.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc07212" alt="dsc07212" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07225/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4628" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466017128&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07225" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07225.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07225" alt="dsc07225" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07217/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4626" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466009206&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;19.53&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07217" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07217.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07217" alt="dsc07217" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Puis Elmer Bottle Tree Ranch&#8230;</p>
<p><img data-attachment-id="4627" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07222-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466013939&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07222" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=676" class="alignnone size-full wp-image-4627" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=676" alt="dsc07222"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg 2736w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07222.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px"></p>
<p>Je vaux aussi montré à Max le lieu où a été filmé un de mes films préférés: Bagdad Café. Autant dire que ce lieu n&rsquo;est connu QUE des touristes français&#8230;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/dernier-road-trip-las-vegas\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07227/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4629" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;7.1&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466018370&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;24.7&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07227" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07227.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc07227" alt="dsc07227" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07235/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4630" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466018551&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07235" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07235.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc07235" alt="dsc07235" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Enfin notre dernier arrêt est pour une oeuvre de l’artiste suisse Ugo Rondinone, qui vit et travaille à New York.</p>
<p>Son installation «&nbsp;Seven Magic Mountains&nbsp;» est située à 20 minutes de Las Vegas, dans le désert du Nevada, cette oeuvre monumentale s’intègre parfaitement au paysage majestueux du désert. Ces énormes rochers trouvés sur place sont peints et disposés&nbsp;en équilibre, plus ou moins précaire. Leur disposition apparaît soit alignée soit chaotique selon l’angle de vue. Nous sommes tous sous le charme de cette magnifique oeuvre.</p>
<p><img data-attachment-id="4631" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07238/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466029042&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07238" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=676" class="alignnone size-full wp-image-4631" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=676" alt="dsc07238"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg 2736w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07238.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px"></p>
<p>La nuit tombe quand nous arrivons à Las Vegas. Les enfants sont impressionnés par l&rsquo;hôtel et encore plus par le fait qu&rsquo;il y a un parc d&rsquo;attraction à l&rsquo;interieur&#8230; Aïe, j&rsquo;ai bien peur que les enfants adorent Las Vegas&#8230;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/dernier-road-trip-las-vegas\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07260/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4633" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466037998&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07260" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07260.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc07260" alt="dsc07260" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07268-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4635" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466125194&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07268" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07268.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07268" alt="dsc07268" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07270-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4636" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466125738&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07270" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07270.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07270" alt="dsc07270" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07262/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4634" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466124518&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07262" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07262.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="dsc07262" alt="dsc07262" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Jeudi 16 juin</p>
<p>Nous passons la matinée dans le parc d&rsquo;attraction. Il est etonnement assez sympa, pas trop cher et sans aucune file ! Les enfants sont eux anges. J&rsquo;ai beaucoup de mal à les faire bouger pour leur faire voir le &laquo;&nbsp;Strip&nbsp;&raquo;. Le Strip est l&rsquo;artère principale de Las Vegas où se trouve les Casinos les plus connus et aussi les énergivores. Il fait une chaleur étouffante et les distances sont grandes. Je suis épuisée. Les enfants n&rsquo;étant pas plus motivés que ça nous rentrons à l&rsquo;hôtel où je les laisse jouer sur leur ipad: sieste pour moi!</p>
<p><img data-attachment-id="4657" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160616_151237/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466089956&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.00048030739673391&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;36.111961361111&quot;,&quot;longitude&quot;:&quot;-115.1747055&quot;}" data-image-title="20160616_151237" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=676" class="alignnone size-full wp-image-4657" src="https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=676" alt="20160616_151237"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg 4128w, https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=768&amp;h=576 768w, https://vivrelaventure.files.wordpress.com/2017/01/20160616_151237.jpg?w=1024&amp;h=768 1024w" sizes="(max-width: 4128px) 100vw, 4128px"></p>
<p>Après dîner nous faisons le tour de Las Vegas en voiture. Les enfants son sous le charme et n&rsquo;écoutent pas mes arguments anti Las Vegas.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/dernier-road-trip-las-vegas\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07276/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4637" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466127437&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07276" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07276.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc07276" alt="dsc07276" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07280/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4639" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466129466&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;23.01&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.1&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07280" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07280.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07280" alt="dsc07280" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07278-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4638" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466127547&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;500&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07278" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07278.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07278" alt="dsc07278" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Vendredi 17 juin</p>
<p>Je suis soulagée de quitter cette ville et nous rentrons directement à Los Angeles. Je n&rsquo;en peux plus.</p>
<p>Samedi 18 et dimanche 19 juin</p>
<p>Pour nos deux derniers jours à Venice Beach chez mes amis, nous décidons d&rsquo;aller à la plage. C&rsquo;est vrai que vivre en Californie est assez agréable, pouvoir aller à la plage le soir après le boulot est un luxe qui me plairait bien.</p>
<p><img data-attachment-id="4640" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07288-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1466375826&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07288" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4640" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=676" alt="dsc07288"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg 2736w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07288.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px"></p>
<p>Lundi 20 juin</p>
<p>Pour une fois nous quittons nos amis en sachant que nous allons très vite les retrouver à Bruxelles !</p>
<p>Direction la dernière escale de notre voyage: Chicago !</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="atatags-370373-66289e5aabb30">
		<script type="text/javascript">
			__ATA.cmd.push(function() {
				__ATA.initVideoSlot('atatags-370373-66289e5aabb30', {
					sectionId: '370373',
					format: 'inread'
				});
			});
		</script>
	</div>			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4804" class="post-4804 post type-post status-publish format-standard hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/" rel="bookmark">Et Max fête ses 10&nbsp;ans&#8230;</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/" rel="bookmark"><time class="entry-date published" datetime="2021-01-01T15:04:06+00:00">janvier 1, 2021</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Lundi 13 juin</p>
<p>Je profite de cette journée pour aller acheter un cadeau d&rsquo;anniversaire à Max (des lego et une boussole) et aussi pour organiser sa journée d&rsquo;anniversaire.</p>
<p>Au départ je voulais emmener les 3 enfants au parc d&rsquo;attraction d&rsquo;Universal, mais le prix d&rsquo;entrée est prohibitif! Pour nous 4 en comptant le parking, un déjeuner (fast food) et quelques coupes files (obligatoires en cette période vue l&rsquo;affluence dans les parcs) j&rsquo;en aurais eu pour 1000$!! J&rsquo;abandonne très rapidement l&rsquo;idée.</p>
<p>Les autre parcs, moins connus, sont aussi très chers et vue la météo prévue demain un parc aquatique ne me semble pas une bonne idée&#8230;</p>
<p>Finalement je décide de les emmener à Hollywood.</p>
<p>Mardi 14 juin</p>
<p>Max est très excité quand il se réveille, le petit déjeuner est servi et je lui fait la surprise d&rsquo;un gâteau d&rsquo;anniversaire en madeleines: il adore !</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/et-max-fete-ses-10-ans\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07160/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4618" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465907539&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07160" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07160.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="dsc07160" alt="dsc07160" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07165/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4619" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465907568&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;640&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07165" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07165.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="dsc07165" alt="dsc07165" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07182/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4620" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465907680&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07182" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07182.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="dsc07182" alt="dsc07182" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Il est aussi très content de ses cadeaux et en particulier de la cible et des flèches que Jonas et Elena lui offrent.</p>
<p>Ensuite nous partons tous les quatre pour Hollywood. Premier stop, le musée du Guinness des records. Les enfants se régalent.</p>
<p><img data-attachment-id="4824" data-permalink="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/20160614_110442/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg" data-orig-size="3088,4128" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465902280&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;34.100917805556&quot;,&quot;longitude&quot;:&quot;-118.33860777778&quot;}" data-image-title="20160614_110442" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=224" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=676" loading="lazy" class="alignnone  wp-image-4824" src="https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=171&#038;h=229" alt="20160614_110442" width="171" height="229" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=171&amp;h=229 171w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=342&amp;h=458 342w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=112&amp;h=150 112w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_110442.jpg?w=224&amp;h=300 224w" sizes="(max-width: 171px) 100vw, 171px"></p>
<p>Ensuite comme il est déjà l&rsquo;heure de déjeuner nous allons dans &laquo;&nbsp;LE&nbsp;&raquo; resto à hamburger. L&rsquo;ambiance est rétro à souhait et les serveurs très sympas. Quand ils apprennent que c&rsquo;est l&rsquo;anniversaire de Max, ils lui offrent un dessert qu&rsquo;ils emmènent en dansant.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/et-max-fete-ses-10-ans\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 333px;" data-original-width="676" data-original-height="333" > <div class="gallery-group images-1" style="width: 443px; height: 333px;" data-original-width="443" data-original-height="333" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/20160614_122825/" border="0" itemprop="url"> <meta itemprop="width" content="439"> <meta itemprop="height" content="329"> <img class="" data-attachment-id="4825" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465907303&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.0012376237623762&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160614_122825" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=439&#038;resize=439%2C329&#038;h=329#038;h=329" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=439&amp;h=329 439w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=878&amp;h=658 878w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_122825.jpg?w=768&amp;h=576 768w" width="439" height="329" loading="lazy" data-original-width="439" data-original-height="329" itemprop="http://schema.org/image" title="20160614_122825" alt="20160614_122825" style="width: 439px; height: 329px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 233px; height: 333px;" data-original-width="233" data-original-height="333" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/20160614_133737/" border="0" itemprop="url"> <meta itemprop="width" content="229"> <meta itemprop="height" content="172"> <img class="" data-attachment-id="4826" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465911456&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.04&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160614_133737" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=229&#038;resize=229%2C172&#038;h=172#038;h=172" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=229&amp;h=172 229w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=458&amp;h=344 458w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_133737.jpg?w=300&amp;h=225 300w" width="229" height="172" loading="lazy" data-original-width="229" data-original-height="172" itemprop="http://schema.org/image" title="20160614_133737" alt="20160614_133737" style="width: 229px; height: 172px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07195/" border="0" itemprop="url"> <meta itemprop="width" content="229"> <meta itemprop="height" content="153"> <img class="" data-attachment-id="4621" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465923416&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07195" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=229&#038;resize=229%2C153&#038;h=153#038;h=153" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=229&amp;h=153 229w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=458&amp;h=306 458w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07195.jpg?w=300&amp;h=200 300w" width="229" height="153" loading="lazy" data-original-width="229" data-original-height="153" itemprop="http://schema.org/image" title="dsc07195" alt="dsc07195" style="width: 229px; height: 153px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07202/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4622" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465923864&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07202" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07202.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="dsc07202" alt="dsc07202" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Nous descendons ensuite &laquo;&nbsp;the Walk of Fame&nbsp;&raquo; et chacun essaye de retrouver ses acteurs ou chanteurs préférés…</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/et-max-fete-ses-10-ans\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 338px;" data-original-width="676" data-original-height="338" > <div class="gallery-group images-1" style="width: 449px; height: 338px;" data-original-width="449" data-original-height="338" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/20160614_144716/" border="0" itemprop="url"> <meta itemprop="width" content="445"> <meta itemprop="height" content="334"> <img class="" data-attachment-id="4829" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465915635&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.0021786492374728&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160614_144716" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=445&#038;resize=445%2C334&#038;h=334#038;h=334" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=445&amp;h=334 445w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=890&amp;h=668 890w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_144716.jpg?w=768&amp;h=576 768w" width="445" height="334" loading="lazy" data-original-width="445" data-original-height="334" itemprop="http://schema.org/image" title="20160614_144716" alt="20160614_144716" style="width: 445px; height: 334px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 227px; height: 338px;" data-original-width="227" data-original-height="338" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/dsc07210/" border="0" itemprop="url"> <meta itemprop="width" content="223"> <meta itemprop="height" content="334"> <img class="" data-attachment-id="4623" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465931668&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07210" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=223&#038;resize=223%2C334&#038;h=334#038;h=334" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=223&amp;h=334 223w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=446&amp;h=668 446w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07210.jpg?w=200&amp;h=300 200w" width="223" height="334" loading="lazy" data-original-width="223" data-original-height="334" itemprop="http://schema.org/image" title="dsc07210" alt="dsc07210" style="width: 223px; height: 334px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Ensuite petit passage obligé dans un magasin de souvenirs et nous terminons la journée dans un immense magasin de CD et DVD deuxième main où j&rsquo;offre à Max deux DVD des Chroniques de Narnia.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2021\/01\/01\/et-max-fete-ses-10-ans\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 255px;" data-original-width="676" data-original-height="255" > <div class="gallery-group images-1" style="width: 338px; height: 255px;" data-original-width="338" data-original-height="255" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/20160614_141233/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="251"> <img class="" data-attachment-id="4827" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465913553&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160614_141233" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=334&#038;resize=334%2C251&#038;h=251#038;h=251" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=334&amp;h=251 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=668&amp;h=502 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_141233.jpg?w=300&amp;h=225 300w" width="334" height="251" loading="lazy" data-original-width="334" data-original-height="251" itemprop="http://schema.org/image" title="20160614_141233" alt="20160614_141233" style="width: 334px; height: 251px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 255px;" data-original-width="338" data-original-height="255" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2021/01/01/et-max-fete-ses-10-ans/20160614_142952/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="251"> <img class="" data-attachment-id="4828" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465914591&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160614_142952" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=334&#038;resize=334%2C251&#038;h=251#038;h=251" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=334&amp;h=251 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=668&amp;h=502 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160614_142952.jpg?w=300&amp;h=225 300w" width="334" height="251" loading="lazy" data-original-width="334" data-original-height="251" itemprop="http://schema.org/image" title="20160614_142952" alt="20160614_142952" style="width: 334px; height: 251px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>La journée se termine en regardant ces films…</p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4555" class="post-4555 post type-post status-publish format-standard hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/" rel="bookmark">Retour vers le Guatemala et départ aux&nbsp;USA</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/" rel="bookmark"><time class="entry-date published" datetime="2017-01-28T14:26:06+00:00">janvier 28, 2017</time><time class="updated" datetime="2017-01-28T14:26:07+00:00">janvier 28, 2017</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Mercredi 26 mai au lundi 31 mai</p>
<p>Caye Caulker ce mérite et pour retourner à Guatemala city d&rsquo;où notre avion part pour les USA il faut près de 2 jours&#8230; Nous prenons d&rsquo;abord un bateau pour rejoindre Belize city sur le continent puis 7h de Bus jusqu&rsquo;à Flores où nous retournons dans notre joli hôtel en bord de lac.</p>
<p>Le lendemain je consacre la journée à aller faire des analyses pendant que Max s&rsquo;amuse à la piscine. Ma santé n&rsquo;est toujours pas bonne et je n&rsquo;arrive pas à reprendre du poids. Bingo: j&rsquo;héberge deux parasites intestinaux… Re-cure d&rsquo;antibiotiques. J&rsquo;en profite pour faire tester Max qui n&rsquo;a rien… Faut dire que vu qu&rsquo;il ne mange quasi aucun légume, il y avait peu de risque!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/28\/retour-vers-le-guatemala-et-depart-aux-usa\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06905/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4665" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464469018&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06905" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06905.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc06905" alt="dsc06905" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06909/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4666" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464469035&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06909" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06909.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc06909" alt="dsc06909" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06904-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4664" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464469006&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06904" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06904.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc06904" alt="dsc06904" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Le soir nous prenons un avion pour Guatemala city où Mynor, notre hôte airbnb nous attend. Guatemala city n&rsquo;étant pas une jolie ville j&rsquo;ai pris une chambre près de l&rsquo;aéroport et qui est aussi proche d&rsquo;un parc d&rsquo;attraction… Je fais la surprise à Max de l&rsquo;y emmener le lendemain. Il est fou de joie et nous passons une très agréable journée. Les guatémaltèques sont très accueillants et les files aux attractions quasi inexistantes.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/28\/retour-vers-le-guatemala-et-depart-aux-usa\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 341px;" data-original-width="676" data-original-height="341" > <div class="gallery-group images-1" style="width: 193px; height: 341px;" data-original-width="193" data-original-height="341" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_104016/" border="0" itemprop="url"> <meta itemprop="width" content="189"> <meta itemprop="height" content="337"> <img class="" data-attachment-id="4669" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg" data-orig-size="1824,3264" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464518416&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.00015360983102919&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_104016" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=168" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=572" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=189&#038;resize=189%2C337&#038;h=337#038;h=337" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=189&amp;h=337 189w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=378&amp;h=674 378w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=84&amp;h=150 84w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_104016.jpg?w=168&amp;h=300 168w" width="189" height="337" loading="lazy" data-original-width="189" data-original-height="337" itemprop="http://schema.org/image" title="20160529_104016" alt="20160529_104016" style="width: 189px; height: 337px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 226px; height: 341px;" data-original-width="226" data-original-height="341" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_111342/" border="0" itemprop="url"> <meta itemprop="width" content="222"> <meta itemprop="height" content="167"> <img class="" data-attachment-id="4670" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg" data-orig-size="2576,1932" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464520422&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;1.92&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.071428571428571&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_111342" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=222&#038;resize=222%2C167&#038;h=167#038;h=167" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=222&amp;h=167 222w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=444&amp;h=334 444w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_111342.jpg?w=300&amp;h=225 300w" width="222" height="167" loading="lazy" data-original-width="222" data-original-height="167" itemprop="http://schema.org/image" title="20160529_111342" alt="20160529_111342" style="width: 222px; height: 167px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_111704/" border="0" itemprop="url"> <meta itemprop="width" content="222"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4671" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg" data-orig-size="2576,1932" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464520623&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;1.92&quot;,&quot;iso&quot;:&quot;150&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_111704" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=222&#038;resize=222%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=222&amp;h=166 222w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=444&amp;h=332 444w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_111704.jpg?w=300&amp;h=225 300w" width="222" height="166" loading="lazy" data-original-width="222" data-original-height="166" itemprop="http://schema.org/image" title="20160529_111704" alt="20160529_111704" style="width: 222px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 257px; height: 341px;" data-original-width="257" data-original-height="341" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_145825/" border="0" itemprop="url"> <meta itemprop="width" content="253"> <meta itemprop="height" content="337"> <img class="" data-attachment-id="4672" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg" data-orig-size="1932,2576" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464533904&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;1.92&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.00088731144631766&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_145825" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=225" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=253&#038;resize=253%2C337&#038;h=337#038;h=337" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=253&amp;h=337 253w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=506&amp;h=674 506w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=113&amp;h=150 113w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_145825.jpg?w=225&amp;h=300 225w" width="253" height="337" loading="lazy" data-original-width="253" data-original-height="337" itemprop="http://schema.org/image" title="20160529_145825" alt="20160529_145825" style="width: 253px; height: 337px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 192px;" data-original-width="676" data-original-height="192" > <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_160213/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4673" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464537733&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_160213" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_160213.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160529_160213" alt="20160529_160213" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_174324/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4674" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464543804&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_174324" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_174324.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160529_174324" alt="20160529_174324" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 192px;" data-original-width="676" data-original-height="192" > <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_174417/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4675" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464543856&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_174417" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_174417.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160529_174417" alt="20160529_174417" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160529_180547/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4676" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464545146&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.00097751710654936&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160529_180547" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160529_180547.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160529_180547" alt="20160529_180547" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Le jour du départ Max passe la matinée à faire ses devoirs et moi j&rsquo;essaie de mettre à jour le blog. Je me sens fatiguée en permanence.</p>
<p>En fin d&rsquo;après-midi Mynor nous dépose à l&rsquo;aéroport et nous sommes prêts à partir pour notre destination finale: les Etats-Unis… Sauf que l&rsquo;avion ne part pas… Les informations nous sont données au compte goûte mais il est vite clair que comme notre avion est en retard, le temps qu&rsquo;il arrive l&rsquo;aéroport de Los Angeles ne sera plus ouvert. Conclusion nous sommes bons pour passer une nuit à l&rsquo;aéroport…</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/28\/retour-vers-le-guatemala-et-depart-aux-usa\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 192px;" data-original-width="676" data-original-height="192" > <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160531_043834/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4679" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464669514&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160531_043834" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160531_043834.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160531_043834" alt="20160531_043834" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/20160531_044509/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4680" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464669909&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160531_044509" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160531_044509.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160531_044509" alt="20160531_044509" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Mais c&rsquo;est sans compter les passagers américains qui sûrs de leur bon droit arrivent à ce que la compagnie aérienne nous offre une chambre d&rsquo;hôtel. Même pour 3-4h cela nous permet de dormir un petit peu. Nous arrivons finalement en début de matinée aux USA. Comme d&rsquo;habitude nous passons plus de 2h à faire la file à la douane.</p>
<p>Et c&rsquo;est seulement vers 10h du matin que nous arrivons finalement chez mon amie Frances!</p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4608" class="post-4608 post type-post status-publish format-standard hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/" rel="bookmark">Road tour en&nbsp;Californie</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/" rel="bookmark"><time class="entry-date published" datetime="2017-01-26T09:09:10+00:00">janvier 26, 2017</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Mardi 1er</p>
<p>Francès, Gabriel et leurs enfants Jonas et Elena sont mes anciens voisins et amis à Bruxelles. Ils sont depuis presque 3 ans aux Etats-Unis et les enfants sont heureux de se retrouver, d&rsquo;autant que leur séjour aux USA touche à sa fin et qu&rsquo;ils seront de retour en Belgique en juillet prochain. Nous passons tranquillement 2 jours avec eux et Max a même la chance de pouvoir faire un cours d&rsquo;escrime avec les enfants.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 208px;" data-original-width="676" data-original-height="208" > <div class="gallery-group images-1" style="width: 310px; height: 208px;" data-original-width="310" data-original-height="208" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06921/" border="0" itemprop="url"> <meta itemprop="width" content="306"> <meta itemprop="height" content="204"> <img class="" data-attachment-id="4557" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464738388&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06921" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=306&#038;resize=306%2C204&#038;h=204#038;h=204" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=306&amp;h=204 306w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=612&amp;h=408 612w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06921.jpg?w=300&amp;h=200 300w" width="306" height="204" loading="lazy" data-original-width="306" data-original-height="204" itemprop="http://schema.org/image" title="dsc06921" alt="dsc06921" style="width: 306px; height: 204px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 366px; height: 208px;" data-original-width="366" data-original-height="208" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160601_174409/" border="0" itemprop="url"> <meta itemprop="width" content="362"> <meta itemprop="height" content="204"> <img class="" data-attachment-id="4707" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464803049&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.03030303030303&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160601_174409" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=362&#038;resize=362%2C204&#038;h=204#038;h=204" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=362&amp;h=204 362w, https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=724&amp;h=408 724w, https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160601_174409.jpg?w=300&amp;h=169 300w" width="362" height="204" loading="lazy" data-original-width="362" data-original-height="204" itemprop="http://schema.org/image" title="20160601_174409" alt="20160601_174409" style="width: 362px; height: 204px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Je suis toujours aussi fatiguée et le moral commence à aussi baisser. Je ne grossis pas et je dors très mal. Une partie de moi aimerait juste rentrer en Belgique pour retrouver mon chez moi et une certaine routine, d&rsquo;un autre côté l&rsquo;appel du voyage et de la découverte est encore assez fort. Alors je décide d&rsquo;en profiter pour faire découvrir à Max la beauté et la diversité des paysages californiens.</p>
<p>Jeudi 2 juin</p>
<p>Nous disons au revoir à nos amis (que nous retrouverons dans une dizaine de jours) et nous partons&#8230; destination, le supermarché ! Je n&rsquo;arrive plus à rien planifier ni organiser, en plus les hôtels aux Etats-Unis sont hors de mon budget donc c&rsquo;est décidé, nous allons camper. Bonne intention sauf que je n&rsquo;ai aucune idée où nous irons (même si Francès m&rsquo;a gentiment donné quelques pistes) et je ne sais même pas de quoi nous avons besoin. La dernière fois que j&rsquo;ai campé j&rsquo;avais 15 ans.</p>
<p>Heureusement, à Walmart je tombe sur un vendeur féru de camping qui choisit pour moi tout l&rsquo;équipement nécessaire et me dit même où aller camper: Malibu Creek state park, à une vingtaine de kilomètres de Los Angeles! 200$ plus tard nous sommes équipés et prêt à partir!</p>
<p>L&rsquo;endroit est magnifique dans un style minéral. Max m&rsquo;aide à monter la tente (eh eh c&rsquo;est que depuis la dernière fois que j&rsquo;ai campé il semble que l&rsquo;on a plus besoin d&rsquo;un doctorat de survie). Ensuite nous partons nous balader. AU bout d&rsquo;une demi-heure de marche nous arrivons à un étang. Il fait tellement chaud que Max se jette immédiatement à l&rsquo;eau. Nous passons tout le reste de l&rsquo;après-midi dans ce lieu paradisiaque.</p>

<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06925/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4559" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464956078&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06925" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06925.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc06925" alt="dsc06925" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06924-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4558" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464956064&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06924" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06924.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc06924" alt="dsc06924" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Vendredi 3 juin</p>
<p>Nous reprenons la route en direction de Sequoia National Park. Je suis venue plusieurs fois aux Etats-Unis mais je n&rsquo;ai jamais eu la chance de voir ces arbres géants, c&rsquo;est l&rsquo;occasion ou jamais! La route est longue et en fin d&rsquo;après-midi nous décidons de nous arrêter dans une petite ville à quelques kilomètres du parc: Three River. Elle porte bien son nom et notre camping est juste à côté de la rivière. Tant mieux car il est fait 41°C. Mais mauvaise surprise l&rsquo;eau est gelée, même Max le viking a du mal à y tremper ses pieds!</p>
<p><img data-attachment-id="4716" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160603_192334-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464981814&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.03030303030303&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;36.459285722222&quot;,&quot;longitude&quot;:&quot;-118.88123319444&quot;}" data-image-title="20160603_192334" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4716" src="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=676" alt="20160603_192334"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg 3264w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=300&amp;h=169 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=768&amp;h=432 768w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1923341.jpg?w=1024&amp;h=576 1024w" sizes="(max-width: 3264px) 100vw, 3264px" /></p>
<p>Samedi 4 juin</p>
<p>Nous partons tôt afin d&rsquo;avoir une (petite) chance de trouver un emplacement de camping dans le parc national de Sequoia. Mais lorsque nous arrivons à l&rsquo;entrée, un ranger nous dit que nous devons attendre midi pour savoir si un emplacement se libère. Trop tard pour aller se balader, nous trouvons un coin à l&rsquo;ombre sur le parking. Finalement lorsque nous retournons à l’accueil, le ranger nous trouve une place pour 2 nuits.</p>
<p>Nous nous installons et nous partons nous promener. Marcher dans une forêt de sequoias, me donne l&rsquo;impression d&rsquo;être une fourmi, je me sens minuscule. Les arbres sont majestueux, intimidants&#8230; sauf pour max qui montent ou glissent sur eux dès que l&rsquo;occasion se présente.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 505px;" data-original-width="676" data-original-height="505" > <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06936-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4560" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465069006&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06936" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06936.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="dsc06936" alt="dsc06936" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06946/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4563" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465070747&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;22.01&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06946" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06946.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="dsc06946" alt="dsc06946" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 312px;" data-original-width="676" data-original-height="312" > <div class="gallery-group images-1" style="width: 466px; height: 312px;" data-original-width="466" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06972/" border="0" itemprop="url"> <meta itemprop="width" content="462"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4564" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465071790&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06972" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=462&#038;resize=462%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=462&amp;h=308 462w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=924&amp;h=616 924w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06972.jpg?w=768&amp;h=512 768w" width="462" height="308" loading="lazy" data-original-width="462" data-original-height="308" itemprop="http://schema.org/image" title="dsc06972" alt="dsc06972" style="width: 462px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 210px; height: 312px;" data-original-width="210" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06976/" border="0" itemprop="url"> <meta itemprop="width" content="206"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4565" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465073617&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06976" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=206&#038;resize=206%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=206&amp;h=308 206w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=412&amp;h=616 412w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06976.jpg?w=200&amp;h=300 200w" width="206" height="308" loading="lazy" data-original-width="206" data-original-height="308" itemprop="http://schema.org/image" title="dsc06976" alt="dsc06976" style="width: 206px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 1012px;" data-original-width="676" data-original-height="1012" > <div class="gallery-group images-1" style="width: 676px; height: 1012px;" data-original-width="676" data-original-height="1012" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06982-2/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="1008"> <img class="" data-attachment-id="4566" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465075026&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06982" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=672&#038;resize=672%2C1008&#038;h=1008#038;h=1008" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=672&amp;h=1008 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=1344&amp;h=2016 1344w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06982.jpg?w=683&amp;h=1024 683w" width="672" height="1008" loading="lazy" data-original-width="672" data-original-height="1008" itemprop="http://schema.org/image" title="dsc06982" alt="dsc06982" style="width: 672px; height: 1008px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>En fin d&rsquo;après midi Max fait ses devoirs pendant que je prépare le dîner. Une boîte en fer nous rappelle que des ours rodent autour de nous. Nous avons juste la chance de voir un superbe cerf.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 467px;" data-original-width="676" data-original-height="467" > <div class="gallery-group images-1" style="width: 263px; height: 467px;" data-original-width="263" data-original-height="467" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160604_124959/" border="0" itemprop="url"> <meta itemprop="width" content="259"> <meta itemprop="height" content="463"> <img class="" data-attachment-id="4741" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg" data-orig-size="1824,3264" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465044598&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.005&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160604_124959" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=168" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=572" src="https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=259&#038;resize=259%2C463&#038;h=463#038;h=463" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=259&amp;h=463 259w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=518&amp;h=926 518w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=84&amp;h=150 84w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_124959.jpg?w=168&amp;h=300 168w" width="259" height="463" loading="lazy" data-original-width="259" data-original-height="463" itemprop="http://schema.org/image" title="20160604_124959" alt="20160604_124959" style="width: 259px; height: 463px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 413px; height: 467px;" data-original-width="413" data-original-height="467" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160604_125712/" border="0" itemprop="url"> <meta itemprop="width" content="409"> <meta itemprop="height" content="229"> <img class="" data-attachment-id="4742" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg" data-orig-size="3264,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465045032&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160604_125712" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=409&#038;resize=409%2C229&#038;h=229#038;h=229" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=409&amp;h=229 409w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=818&amp;h=458 818w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=300&amp;h=168 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160604_1257122.jpg?w=768&amp;h=429 768w" width="409" height="229" loading="lazy" data-original-width="409" data-original-height="229" itemprop="http://schema.org/image" title="20160604_125712" alt="20160604_125712" style="width: 409px; height: 229px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160603_192051-2/" border="0" itemprop="url"> <meta itemprop="width" content="409"> <meta itemprop="height" content="230"> <img class="" data-attachment-id="4714" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1464981651&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.0071428571428571&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160603_192051" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=409&#038;resize=409%2C230&#038;h=230#038;h=230" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=409&amp;h=230 409w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=818&amp;h=460 818w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=300&amp;h=169 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160603_1920511.jpg?w=768&amp;h=432 768w" width="409" height="230" loading="lazy" data-original-width="409" data-original-height="230" itemprop="http://schema.org/image" title="20160603_192051" alt="20160603_192051" style="width: 409px; height: 230px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Dimanche 5 juin</p>
<p>Autant les journée sont chaudes autant la nuit a été très froide. Nous sommes à 2280m et la température est descendu à 6°C pendant la nuit&#8230; Nous avons dormi avec tous nos habits, veste comprise !</p>
<p><img data-attachment-id="4749" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160605_080555/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg" data-orig-size="3264,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465113954&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.03030303030303&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;36.605216972222&quot;,&quot;longitude&quot;:&quot;-118.71554563889&quot;}" data-image-title="20160605_080555" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4749" src="https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=676" alt="20160605_080555"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg 3264w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=300&amp;h=168 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=768&amp;h=429 768w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_080555.jpg?w=1024&amp;h=572 1024w" sizes="(max-width: 3264px) 100vw, 3264px" /></p>
<p>Aujourd&rsquo;hui nous retournons nous balader dans la forêt, je ne m&rsquo;en lasse pas, Max si!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 505px;" data-original-width="676" data-original-height="505" > <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06998/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4568" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465144374&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06998" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06998.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="dsc06998" alt="dsc06998" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06941/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4561" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465070307&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06941" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06941.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="dsc06941" alt="dsc06941" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc06943/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4562" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465070336&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;34.59&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc06943" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc06943.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="dsc06943" alt="dsc06943" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Lundi 6 juin</p>
<p>La visite à Sequoia m&rsquo;a donné envie d&rsquo;être dans la nature, je décide d&rsquo;aller à Yosemite qui n&rsquo;est pas très loin. Nous arrivons en fin d&rsquo;après-midi et à l&rsquo;accueil, le ranger nous dit que tous les campings à l&rsquo;interieur et à l&rsquo;exterieur du parc sont pleins !! Aïe&#8230; Je lui demande ce que l&rsquo;on peut faire? Il hésite et me dit qu si je n&rsquo;ai pas peur nous pouvons faire du camping sauvage, il m&rsquo;indique même un endroit. Par contre il me recommande de ne laisser dans la tente aucune nourriture ni produit de toilette car les ours en sont très friands et à Yosémite il y en a beaucoup. Autant dire que Max n&rsquo;est pas rassuré du tout et moi à moitié. En même temps aller faire du camping sauvage me tente énormément. 30 secondes de réflexion et je décide de tenter le coup!</p>
<p>Nous suivons ses indications et à moins de 2km de l&rsquo;entrée du parc nous tombons sur un parking entouré de forêt. Il y a déjà quelques camping cars et une jeune fille qui monte sa tente. Nous décidons de monter la notre pas très loin de la sienne.</p>
<p>Un peu plus tard un groupe de 3 jeunes danois se joint à nous. La soirée se termine joyeusement autour d&rsquo;un feu de camp.</p>
<p><img data-attachment-id="4719" data-permalink="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160605_201002-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg" data-orig-size="4128,2322" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465157402&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;500&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;,&quot;latitude&quot;:&quot;37.490974416667&quot;,&quot;longitude&quot;:&quot;-119.62327575&quot;}" data-image-title="20160605_201002" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4719" src="https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=676" alt="20160605_201002"   srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg 4128w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=300&amp;h=169 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=768&amp;h=432 768w, https://vivrelaventure.files.wordpress.com/2017/01/20160605_2010021.jpg?w=1024&amp;h=576 1024w" sizes="(max-width: 4128px) 100vw, 4128px" /></p>
<p>Mardi 7 juin</p>
<p>Yosemite est à la hauteur de sa réputation: grandiose. Les paysages sont très variés et à la grande joie de Max, il y a même de la neige!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 312px;" data-original-width="676" data-original-height="312" > <div class="gallery-group images-1" style="width: 210px; height: 312px;" data-original-width="210" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07001/" border="0" itemprop="url"> <meta itemprop="width" content="206"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4569" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465220930&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07001" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=206&#038;resize=206%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=206&amp;h=308 206w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=412&amp;h=616 412w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07001.jpg?w=200&amp;h=300 200w" width="206" height="308" loading="lazy" data-original-width="206" data-original-height="308" itemprop="http://schema.org/image" title="dsc07001" alt="dsc07001" style="width: 206px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 466px; height: 312px;" data-original-width="466" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07012/" border="0" itemprop="url"> <meta itemprop="width" content="462"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4570" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465230813&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07012" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=462&#038;resize=462%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=462&amp;h=308 462w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=924&amp;h=616 924w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07012.jpg?w=768&amp;h=512 768w" width="462" height="308" loading="lazy" data-original-width="462" data-original-height="308" itemprop="http://schema.org/image" title="dsc07012" alt="dsc07012" style="width: 462px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 156px;" data-original-width="676" data-original-height="156" > <div class="gallery-group images-1" style="width: 676px; height: 156px;" data-original-width="676" data-original-height="156" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07013/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="152"> <img class="" data-attachment-id="4571" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg" data-orig-size="8192,1856" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465230827&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.002&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07013" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=672&#038;resize=672%2C152&#038;h=152#038;h=152" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=672&amp;h=152 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=1342&amp;h=304 1342w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=150&amp;h=34 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=300&amp;h=68 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=768&amp;h=174 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07013.jpg?w=1024&amp;h=232 1024w" width="672" height="152" loading="lazy" data-original-width="672" data-original-height="152" itemprop="http://schema.org/image" title="dsc07013" alt="dsc07013" style="width: 672px; height: 152px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07014/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4572" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465230981&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.002&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07014" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07014.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="dsc07014" alt="dsc07014" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07021/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4573" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465231454&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;17.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07021" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07021.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="dsc07021" alt="dsc07021" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07027/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4574" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465233086&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;13.42&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07027" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07027.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="dsc07027" alt="dsc07027" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 117px;" data-original-width="676" data-original-height="117" > <div class="gallery-group images-1" style="width: 173px; height: 117px;" data-original-width="173" data-original-height="117" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07028/" border="0" itemprop="url"> <meta itemprop="width" content="169"> <meta itemprop="height" content="113"> <img class="" data-attachment-id="4575" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465233352&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07028" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=169&#038;resize=169%2C113&#038;h=113#038;h=113" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=169&amp;h=113 169w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=338&amp;h=226 338w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07028.jpg?w=300&amp;h=200 300w" width="169" height="113" loading="lazy" data-original-width="169" data-original-height="113" itemprop="http://schema.org/image" title="dsc07028" alt="dsc07028" style="width: 169px; height: 113px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 503px; height: 117px;" data-original-width="503" data-original-height="117" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07029/" border="0" itemprop="url"> <meta itemprop="width" content="499"> <meta itemprop="height" content="113"> <img class="" data-attachment-id="4576" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg" data-orig-size="8192,1856" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;7.1&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465233367&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.002&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07029" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=499&#038;resize=499%2C113&#038;h=113#038;h=113" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=499&amp;h=113 499w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=998&amp;h=226 998w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=150&amp;h=34 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=300&amp;h=68 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07029.jpg?w=768&amp;h=174 768w" width="499" height="113" loading="lazy" data-original-width="499" data-original-height="113" itemprop="http://schema.org/image" title="dsc07029" alt="dsc07029" style="width: 499px; height: 113px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07034/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4577" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;7.1&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465235781&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18.23&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07034" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07034.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc07034" alt="dsc07034" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07036/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4578" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465240266&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07036" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07036.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07036" alt="dsc07036" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07038/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4579" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465241865&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07038" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07038.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07038" alt="dsc07038" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Par contre toujours pas de camping de libre, j&rsquo;en suis plutôt contente et nous retournons dans notre campement de la veille où nous avons la surprise de retrouver tous nos amis!</p>
<p>Mercredi 8 juin</p>
<p>Sur les conseils d&rsquo;Alain, je décide de retourner sur Los Angeles via la côte. Nous traversons le parc national de Big Sur via la national 1 qui longe la mer. Les paysages sont sauvages, il n&rsquo;y a presque aucune habitation.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07041/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4580" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465312929&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07041" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07041.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc07041" alt="dsc07041" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07044/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4581" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465396076&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07044" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07044.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07044" alt="dsc07044" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07046/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4582" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465396763&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07046" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07046.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07046" alt="dsc07046" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07048/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4583" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465398015&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07048" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07048.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="dsc07048" alt="dsc07048" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Alain m&rsquo;a aussi recommandé un campement avec des emplacements sur la falaise. Je cherche et je demande autour de moi mais je ne trouve rien. Nous abandonnons et nous cherchons un camping traditionnel, mais mauvaise surprises, ils sont tous extrêmement chers: 75$ l&#8217;emplacement pour la tente et cela ne comprend même pas la douche!</p>
<p>Finalement nous trouvons un camping géré par l&rsquo;état, il n&rsquo;est qu&rsquo;à 25$ la nuit mais sans douche et les emplacement se trouvent à 600m du parking&#8230; Je charge Max comme un mulé et c&rsquo;est parti ! L&rsquo;endroit est sauvage et nous nous y trouvons très bien.</p>
<p>D&rsquo;ailleurs tellement sauvage que nous partageons notre emplacement avec un beau serpent (heureusement pas venimeux!).</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 333px;" data-original-width="676" data-original-height="333" > <div class="gallery-group images-1" style="width: 443px; height: 333px;" data-original-width="443" data-original-height="333" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160607_170821/" border="0" itemprop="url"> <meta itemprop="width" content="439"> <meta itemprop="height" content="329"> <img class="" data-attachment-id="4782" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465319300&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.0007473841554559&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160607_170821" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=439&#038;resize=439%2C329&#038;h=329#038;h=329" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=439&amp;h=329 439w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=878&amp;h=658 878w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_170821.jpg?w=768&amp;h=576 768w" width="439" height="329" loading="lazy" data-original-width="439" data-original-height="329" itemprop="http://schema.org/image" title="20160607_170821" alt="20160607_170821" style="width: 439px; height: 329px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 233px; height: 333px;" data-original-width="233" data-original-height="333" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160607_181011/" border="0" itemprop="url"> <meta itemprop="width" content="229"> <meta itemprop="height" content="172"> <img class="" data-attachment-id="4780" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465323010&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.00064061499039078&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160607_181011" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=229&#038;resize=229%2C172&#038;h=172#038;h=172" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=229&amp;h=172 229w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=458&amp;h=344 458w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_181011.jpg?w=300&amp;h=225 300w" width="229" height="172" loading="lazy" data-original-width="229" data-original-height="172" itemprop="http://schema.org/image" title="20160607_181011" alt="20160607_181011" style="width: 229px; height: 172px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07052/" border="0" itemprop="url"> <meta itemprop="width" content="229"> <meta itemprop="height" content="153"> <img class="" data-attachment-id="4584" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465399114&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07052" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=229&#038;resize=229%2C153&#038;h=153#038;h=153" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=229&amp;h=153 229w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=458&amp;h=306 458w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07052.jpg?w=300&amp;h=200 300w" width="229" height="153" loading="lazy" data-original-width="229" data-original-height="153" itemprop="http://schema.org/image" title="dsc07052" alt="dsc07052" style="width: 229px; height: 153px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 325px;" data-original-width="676" data-original-height="325" > <div class="gallery-group images-1" style="width: 432px; height: 325px;" data-original-width="432" data-original-height="325" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160607_182424/" border="0" itemprop="url"> <meta itemprop="width" content="428"> <meta itemprop="height" content="321"> <img class="" data-attachment-id="4781" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465323863&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.0011001100110011&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160607_182424" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=428&#038;resize=428%2C321&#038;h=321#038;h=321" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=428&amp;h=321 428w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=856&amp;h=642 856w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2017/01/20160607_182424.jpg?w=768&amp;h=576 768w" width="428" height="321" loading="lazy" data-original-width="428" data-original-height="321" itemprop="http://schema.org/image" title="20160607_182424" alt="20160607_182424" style="width: 428px; height: 321px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 244px; height: 325px;" data-original-width="244" data-original-height="325" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/13397051_10208244434882225_569370976_o/" border="0" itemprop="url"> <meta itemprop="width" content="240"> <meta itemprop="height" content="321"> <img class="" data-attachment-id="4779" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg" data-orig-size="852,1136" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="13397051_10208244434882225_569370976_o" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=225" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=240&#038;resize=240%2C321&#038;h=321#038;h=321" srcset="https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=240&amp;h=321 240w, https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=480&amp;h=640 480w, https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=113&amp;h=150 113w, https://vivrelaventure.files.wordpress.com/2017/01/13397051_10208244434882225_569370976_o.jpg?w=225&amp;h=300 225w" width="240" height="321" loading="lazy" data-original-width="240" data-original-height="321" itemprop="http://schema.org/image" title="13397051_10208244434882225_569370976_o" alt="13397051_10208244434882225_569370976_o" style="width: 240px; height: 321px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Jeudi 9 et vendredi 10 juin</p>
<p>Nous continuons notre route vers le Sud quand surprise nous tombons sur le campement dont Alain nous avait parlé! Nous ne sommes pas déçu, il est magnifique, par contre tous les emplacements semblent réservés&#8230; Heureusement le gardien du lieu nous trouve un emplacement qui vient d&rsquo;être annulé. Nous décidons directement d&rsquo;y passer 2 nuits.</p>
<p>Il y des écureuils partout et nous devons faire très attention à la nourriture car ces coquins sont des chipeurs!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07059/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4586" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465410863&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07059" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07059.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="dsc07059" alt="dsc07059" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07058/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4585" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465404517&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07058" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07058.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07058" alt="dsc07058" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07068/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4587" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465413811&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07068" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07068.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="dsc07068" alt="dsc07068" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07075/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4588" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465414129&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07075" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07075.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="dsc07075" alt="dsc07075" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07078/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4589" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465414253&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.002&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07078" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07078.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="dsc07078" alt="dsc07078" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07082/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4590" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465414510&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07082" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07082.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="dsc07082" alt="dsc07082" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07114/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4592" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465427348&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07114" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07114.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc07114" alt="dsc07114" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07147/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4595" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465478330&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;22.25&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07147" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07147.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc07147" alt="dsc07147" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 240px;" data-original-width="676" data-original-height="240" > <div class="gallery-group images-1" style="width: 318px; height: 240px;" data-original-width="318" data-original-height="240" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160608_181855/" border="0" itemprop="url"> <meta itemprop="width" content="314"> <meta itemprop="height" content="236"> <img class="" data-attachment-id="4785" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465409934&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.00033090668431502&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160608_181855" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=314&#038;resize=314%2C236&#038;h=236#038;h=236" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=314&amp;h=236 314w, https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=628&amp;h=472 628w, https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160608_181855.jpg?w=300&amp;h=225 300w" width="314" height="236" loading="lazy" data-original-width="314" data-original-height="236" itemprop="http://schema.org/image" title="20160608_181855" alt="20160608_181855" style="width: 314px; height: 236px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 358px; height: 240px;" data-original-width="358" data-original-height="240" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07135/" border="0" itemprop="url"> <meta itemprop="width" content="354"> <meta itemprop="height" content="236"> <img class="" data-attachment-id="4594" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465432657&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.076923076923077&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07135" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=354&#038;resize=354%2C236&#038;h=236#038;h=236" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=354&amp;h=236 354w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=708&amp;h=472 708w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07135.jpg?w=300&amp;h=200 300w" width="354" height="236" loading="lazy" data-original-width="354" data-original-height="236" itemprop="http://schema.org/image" title="dsc07135" alt="dsc07135" style="width: 354px; height: 236px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07120/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4593" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465431778&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07120" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07120.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="dsc07120" alt="dsc07120" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>&nbsp;</p>
<p>Samedi 11 juin</p>
<p>Nous prenons tranquillement le chemin du retour&#8230; Nous avons même la surprise de voir une colonie d&rsquo;otarie se prélasser sur la plage!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07150/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4596" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465488043&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;23.55&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07150" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07150.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc07150" alt="dsc07150" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07151/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4597" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465488054&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;37.1&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.00125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07151" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07151.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="dsc07151" alt="dsc07151" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Nous faisons juste une pause à Ojai où Frances m&rsquo;a recommandé de visiter une librairie très particulière: elle est en plein air et il y a même des livres en libre service à l&rsquo;extérieur, les clients doivent juste glisser l&rsquo;argent dans une boîte aux lettres!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2017\/01\/26\/road-tour-en-californie\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 240px;" data-original-width="676" data-original-height="240" > <div class="gallery-group images-1" style="width: 358px; height: 240px;" data-original-width="358" data-original-height="240" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/28/retour-vers-le-guatemala-et-depart-aux-usa/dsc07154/" border="0" itemprop="url"> <meta itemprop="width" content="354"> <meta itemprop="height" content="236"> <img class="" data-attachment-id="4598" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-RX100&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465568089&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;10.4&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dsc07154" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=354&#038;resize=354%2C236&#038;h=236#038;h=236" srcset="https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=354&amp;h=236 354w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=708&amp;h=472 708w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2017/01/dsc07154.jpg?w=300&amp;h=200 300w" width="354" height="236" loading="lazy" data-original-width="354" data-original-height="236" itemprop="http://schema.org/image" title="dsc07154" alt="dsc07154" style="width: 354px; height: 236px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 318px; height: 240px;" data-original-width="318" data-original-height="240" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2017/01/26/road-tour-en-californie/20160610_101210/" border="0" itemprop="url"> <meta itemprop="width" content="314"> <meta itemprop="height" content="236"> <img class="" data-attachment-id="4798" data-orig-file="https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg" data-orig-size="4128,3096" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.9&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SM-J500FN&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1465553529&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.7&quot;,&quot;iso&quot;:&quot;64&quot;,&quot;shutter_speed&quot;:&quot;0.0061349693251534&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160610_101210" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=314&#038;resize=314%2C236&#038;h=236#038;h=236" srcset="https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=314&amp;h=236 314w, https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=628&amp;h=472 628w, https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2017/01/20160610_101210.jpg?w=300&amp;h=225 300w" width="314" height="236" loading="lazy" data-original-width="314" data-original-height="236" itemprop="http://schema.org/image" title="20160610_101210" alt="20160610_101210" style="width: 314px; height: 236px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Nous sommes tristes que ce &laquo;&nbsp;road tour&nbsp;&raquo; soit terminé, même si nous sommes content de retrouver nos amis et Max impatient de fêter avec eux son anniversaire&#8230;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4474" class="post-4474 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/" rel="bookmark">Caye Caulker: mon île paradisiaque&#8230;</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/" rel="bookmark"><time class="entry-date published" datetime="2016-06-17T01:12:35+00:00">juin 17, 2016</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/#comments">1 commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Lundi 9 mai &#8211; Mercredi 26 mai</p>
<p>Debout à 6h… Notre bus pour le Bélize part à 7h. Quand je le réveille me mitraille des yeux… je le comprends!</p>
<p>Le trajet est long, il fait très chaud et nous sommes serrés comme des sardines. Au passage de la frontière nous devons marcher d’un poste frontalier à l’autre avec nos valises sous un soleil de plomb. 5h plus tard nous arrivons enfin à Belize City, la capitale. Une petite demi-heure d’attente et nous prenons le bateau pour Caye Caulker.</p>
<p>L’île se trouve à 45 minutes du continent. J’y suis déjà allée 2 fois et je m’y suis toujours sentie très bien, pour moi un petit paradis sur terre… D’ailleurs la première fois j’y ai (sur)vécu un des cyclones les plus destructeurs des Caraïbes, le cyclone Mitch. Je suis restée en tout un mois pour aussi aider à la reconstruction.</p>
<p>J’ai réservé un petit bungalow face à la mer. Il faut dire qu’ici la mer n’est jamais loin. L’île fait environ 3km de long pour quelques centaines de mètres dans sa plus grande largeur.</p>
<p><img data-attachment-id="4477" data-permalink="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06832/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06832" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4477" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=676" alt="DSC06832"   srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06832.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p>Je pose mes affaires et je m’affale sur le lit… Ma fatigue est telle que les 5 jours suivant je ne quitte mon lit que pour aller manger et encore très peu: je n’ai aucun appétit.</p>
<p>Mon état commence à m’inquiéter. Jusqu’à maintenant je me disais que ma fatigue était due aux nombreux trajets mais mon pantalon, qui me tombe sur les hanches, me fait penser que j’ai aussi perdu pas mal de poids…</p>
<p>Sur l’île le service médical se résume à un dispensaire gratuit. L’infirmière prend mon poids et ma tension. Aïe… J’ai perdu près de 4kg et j’ai 8.2 de tension. Pas étonnant que je ne tienne plus sur mes jambes!</p>
<p>Le docteur me pose quelques questions et vu mes symptômes, me prescrit des antibiotiques contre les parasites. Lesquels? Impossible à dire car sur l&rsquo;île pas de labo pour faire des analyses. Il semble aussi que je sois assez déshydratée. Mon programme pour les prochains jours: manger et boire! Y a pire dans la vie!!</p>
<p>Les journées passent tranquillement: méditation, manger et boire, école de Max, manger et boire, sieste, manger et boire, petit saut dans la mer, manger et boire, jeux avec Max, manger et boire, et puis dodo!</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 580px;" data-original-width="676" data-original-height="580" > <div class="gallery-group images-1" style="width: 388px; height: 580px;" data-original-width="388" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06848/" border="0" itemprop="url"> <meta itemprop="width" content="384"> <meta itemprop="height" content="576"> <img class="" data-attachment-id="4482" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06848" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=384&#038;resize=384%2C576&#038;h=576#038;h=576" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=384&amp;h=576 384w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06848.jpg?w=683&amp;h=1024 683w" width="384" height="576" loading="lazy" data-original-width="384" data-original-height="576" itemprop="http://schema.org/image" title="DSC06848" alt="DSC06848" style="width: 384px; height: 576px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-3" style="width: 288px; height: 580px;" data-original-width="288" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06844-2/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="190"> <img class="" data-attachment-id="4481" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06844" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=284&#038;resize=284%2C190&#038;h=190#038;h=190" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=284&amp;h=190 284w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=568&amp;h=380 568w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06844.jpg?w=300&amp;h=200 300w" width="284" height="190" loading="lazy" data-original-width="284" data-original-height="190" itemprop="http://schema.org/image" title="DSC06844" alt="DSC06844" style="width: 284px; height: 190px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06841-2/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4480" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06841" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06841.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06841" alt="DSC06841" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06840/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4479" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06840" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06840.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06840" alt="DSC06840" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06833/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4478" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06833" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06833.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06833" alt="DSC06833" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06829/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4475" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06829" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06829.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06829" alt="DSC06829" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Bon j’exagère un peu… Je passe aussi pas mal de temps à discuter avec les habitants. Ici les gens sont très accueillants et surtout adoreeeeeeent discuter. Il faut dire que sur l’île il n’y a pas beaucoup de distraction et parler d’amour, de paix et de mort en sirotant un rhum-coca est le sport local. Mes amis sont Mission et Steve. Mission a 47 ans, il est plutôt introverti et me regarde passer pendant plusieurs jours avant de m’adresser la parole. Il a fait plusieurs fois de la prison pour possession de drogue et même s’il ne me le dit pas je pense qu’il en consomme encore. Il aime pêcher et cuisiner. D’ailleurs un soir il me fait une surprise en me préparant un curry de poisson (délicieux) pour dîner.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 505px;" data-original-width="676" data-original-height="505" > <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06865/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4484" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06865" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06865.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="DSC06865" alt="DSC06865" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06862-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4483" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06862" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06862.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="DSC06862" alt="DSC06862" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Steve est plus extraverti et assez dragueur. Il me fait bien rigoler quand il se plaint que sa copine est très jalouse… Il organise des sorties en bateau sur la barrière de corail. D’ailleurs au bout de 15 jours, quand je me sens finalement mieux, nous partons une journée sur son bateau.</p>
<p>La barrière de corail bélizienne est la plus longue de l’hémisphère nord et du monde après celle de l’Australie ! Elle est inscrite au Patrimoine mondial de l&rsquo;Unesco<strong>.</strong> Elle s’étire sur près de 295 km jusqu’à la frontière mexicaine.</p>
<p>Les coraux abritent une faune d’une exceptionnelle richesse, notamment grâce aux nombreuses réserves marines créées le long du récif.</p>
<p>Lors de notre premier arrêt, nous avons la chance de voir de loin un lamantin. C’est un grand mammifère qui se nourrit exclusivement d’herbe (il est d’ailleurs aussi appelé vache de mer…). Les lamantins sont liés aux légendes des sirènes. De même que le chant des sirènes est assimilé à celui des lamantins &#8211; il serait en effet comparé à une lamentation. De plus, lorsque la femelle lamantin allaite, ses glandes mammaires, situées sous les bras et non sous le ventre comme la plupart des mammifères, s&rsquo;hypertrophient, ce qui a pu faire fantasmer les marins sur des seins de sirène…</p>
<p><img data-attachment-id="4493" data-permalink="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_005244/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_005244" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4493" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=676" alt="20160522_005244"   srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg 2560w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=768&amp;h=576 768w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_005244.jpg?w=1024&amp;h=768 1024w" sizes="(max-width: 2560px) 100vw, 2560px" /></p>
<p>Lors de notre deuxième plongée, nous nageons au milieu des requins nourrices et des raies. Max n’est pas du tout rassurée et se colle à moi. Ce sont des requins impressionnants par leur taille (2m50 de long) mais inoffensifs, ils n’ont pas de dents !</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 339px;" data-original-width="676" data-original-height="339" > <div class="gallery-group images-1" style="width: 451px; height: 339px;" data-original-width="451" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_020545/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="335"> <img class="" data-attachment-id="4496" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_020545" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=447&#038;resize=447%2C335&#038;h=335#038;h=335" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=447&amp;h=335 447w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=894&amp;h=670 894w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020545.jpg?w=768&amp;h=576 768w" width="447" height="335" loading="lazy" data-original-width="447" data-original-height="335" itemprop="http://schema.org/image" title="20160522_020545" alt="20160522_020545" style="width: 447px; height: 335px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 339px;" data-original-width="225" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_020528/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4495" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_020528" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_020528.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160522_020528" alt="20160522_020528" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_014918/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="165"> <img class="" data-attachment-id="4494" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_014918" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=221&#038;resize=221%2C165&#038;h=165#038;h=165" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=221&amp;h=165 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=440&amp;h=330 440w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_014918.jpg?w=300&amp;h=225 300w" width="221" height="165" loading="lazy" data-original-width="221" data-original-height="165" itemprop="http://schema.org/image" title="20160522_014918" alt="20160522_014918" style="width: 221px; height: 165px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 508px;" data-original-width="676" data-original-height="508" > <div class="gallery-group images-1" style="width: 676px; height: 508px;" data-original-width="676" data-original-height="508" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_023241/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="504"> <img class="" data-attachment-id="4532" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_023241" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=672&#038;resize=672%2C504&#038;h=504#038;h=504" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=672&amp;h=504 672w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=1344&amp;h=1008 1344w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=768&amp;h=576 768w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_023241.jpg?w=1024&amp;h=768 1024w" width="672" height="504" loading="lazy" data-original-width="672" data-original-height="504" itemprop="http://schema.org/image" title="20160524_023241" alt="20160524_023241" style="width: 672px; height: 504px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Notre troisième stop est pour la réserve de Hol Chan, la plus connue. Nous avons la chance de nager avec une très belle tortue.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 339px;" data-original-width="676" data-original-height="339" > <div class="gallery-group images-1" style="width: 451px; height: 339px;" data-original-width="451" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_024428/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="335"> <img class="" data-attachment-id="4497" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_024428" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=447&#038;resize=447%2C335&#038;h=335#038;h=335" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=447&amp;h=335 447w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=894&amp;h=670 894w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024428.jpg?w=768&amp;h=576 768w" width="447" height="335" loading="lazy" data-original-width="447" data-original-height="335" itemprop="http://schema.org/image" title="20160522_024428" alt="20160522_024428" style="width: 447px; height: 335px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 339px;" data-original-width="225" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_024431/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4499" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_024431" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024431.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160522_024431" alt="20160522_024431" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160522_024430/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="165"> <img class="" data-attachment-id="4498" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160522_024430" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=221&#038;resize=221%2C165&#038;h=165#038;h=165" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=221&amp;h=165 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=440&amp;h=330 440w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160522_024430.jpg?w=300&amp;h=225 300w" width="221" height="165" loading="lazy" data-original-width="221" data-original-height="165" itemprop="http://schema.org/image" title="20160522_024430" alt="20160522_024430" style="width: 221px; height: 165px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Max profite du dernier stop pour pêcher des poissons qu&rsquo;il rejette ensuite à l&rsquo;eau.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 312px;" data-original-width="676" data-original-height="312" > <div class="gallery-group images-1" style="width: 466px; height: 312px;" data-original-width="466" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06881/" border="0" itemprop="url"> <meta itemprop="width" content="462"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4487" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06881" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=462&#038;resize=462%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=462&amp;h=308 462w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=924&amp;h=616 924w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06881.jpg?w=768&amp;h=512 768w" width="462" height="308" loading="lazy" data-original-width="462" data-original-height="308" itemprop="http://schema.org/image" title="DSC06881" alt="DSC06881" style="width: 462px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 210px; height: 312px;" data-original-width="210" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06883/" border="0" itemprop="url"> <meta itemprop="width" content="206"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4488" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06883" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=206&#038;resize=206%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=206&amp;h=308 206w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=412&amp;h=616 412w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06883.jpg?w=200&amp;h=300 200w" width="206" height="308" loading="lazy" data-original-width="206" data-original-height="308" itemprop="http://schema.org/image" title="DSC06883" alt="DSC06883" style="width: 206px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>L’eau est bleue turquoise et très chaude, nager au milieu des poissons m’énergise et me rend très heureuse.</p>
<p>Nous aimons tellement cette sortie en mer que nous la refaisons 2 jours plus tard ! Nous avons cette fois la chance de nager 20 minutes avec un lamantin. Il a une grâce infinie&#8230;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 339px;" data-original-width="676" data-original-height="339" > <div class="gallery-group images-1" style="width: 451px; height: 339px;" data-original-width="451" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_011837/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="335"> <img class="" data-attachment-id="4503" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_011837" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=447&#038;resize=447%2C335&#038;h=335#038;h=335" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=447&amp;h=335 447w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=894&amp;h=670 894w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011837.jpg?w=768&amp;h=576 768w" width="447" height="335" loading="lazy" data-original-width="447" data-original-height="335" itemprop="http://schema.org/image" title="20160524_011837" alt="20160524_011837" style="width: 447px; height: 335px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 339px;" data-original-width="225" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_011838/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4504" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_011838" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011838.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160524_011838" alt="20160524_011838" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_011828/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="165"> <img class="" data-attachment-id="4502" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_011828" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=221&#038;resize=221%2C165&#038;h=165#038;h=165" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=221&amp;h=165 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=440&amp;h=330 440w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011828.jpg?w=300&amp;h=225 300w" width="221" height="165" loading="lazy" data-original-width="221" data-original-height="165" itemprop="http://schema.org/image" title="20160524_011828" alt="20160524_011828" style="width: 221px; height: 165px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 170px;" data-original-width="676" data-original-height="170" > <div class="gallery-group images-1" style="width: 226px; height: 170px;" data-original-width="226" data-original-height="170" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_011712/" border="0" itemprop="url"> <meta itemprop="width" content="222"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4501" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_011712" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=222&#038;resize=222%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=222&amp;h=166 222w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=444&amp;h=332 444w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011712.jpg?w=300&amp;h=225 300w" width="222" height="166" loading="lazy" data-original-width="222" data-original-height="166" itemprop="http://schema.org/image" title="20160524_011712" alt="20160524_011712" style="width: 222px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 225px; height: 170px;" data-original-width="225" data-original-height="170" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_011641/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4500" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_011641" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_011641.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160524_011641" alt="20160524_011641" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 225px; height: 170px;" data-original-width="225" data-original-height="170" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_012331/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4505" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_012331" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_012331.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160524_012331" alt="20160524_012331" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="560" height="315" src="https://www.youtube.com/embed/p61OpOgbJ2Q?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=fr&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></div>
<p><div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 339px;" data-original-width="676" data-original-height="339" > <div class="gallery-group images-1" style="width: 451px; height: 339px;" data-original-width="451" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_021717/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="335"> <img class="" data-attachment-id="4507" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_021717" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=447&#038;resize=447%2C335&#038;h=335#038;h=335" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=447&amp;h=335 447w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=894&amp;h=670 894w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021717.jpg?w=768&amp;h=576 768w" width="447" height="335" loading="lazy" data-original-width="447" data-original-height="335" itemprop="http://schema.org/image" title="20160524_021717" alt="20160524_021717" style="width: 447px; height: 335px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 339px;" data-original-width="225" data-original-height="339" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_021725/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4508" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_021725" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021725.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160524_021725" alt="20160524_021725" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_012655/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="165"> <img class="" data-attachment-id="4506" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_012655" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=221&#038;resize=221%2C165&#038;h=165#038;h=165" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=221&amp;h=165 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=440&amp;h=330 440w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_012655.jpg?w=300&amp;h=225 300w" width="221" height="165" loading="lazy" data-original-width="221" data-original-height="165" itemprop="http://schema.org/image" title="20160524_012655" alt="20160524_012655" style="width: 221px; height: 165px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 170px;" data-original-width="676" data-original-height="170" > <div class="gallery-group images-1" style="width: 226px; height: 170px;" data-original-width="226" data-original-height="170" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_021851/" border="0" itemprop="url"> <meta itemprop="width" content="222"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4509" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_021851" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=222&#038;resize=222%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=222&amp;h=166 222w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=444&amp;h=332 444w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021851.jpg?w=300&amp;h=225 300w" width="222" height="166" loading="lazy" data-original-width="222" data-original-height="166" itemprop="http://schema.org/image" title="20160524_021851" alt="20160524_021851" style="width: 222px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 225px; height: 170px;" data-original-width="225" data-original-height="170" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_021902/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4510" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_021902" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_021902.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160524_021902" alt="20160524_021902" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 225px; height: 170px;" data-original-width="225" data-original-height="170" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/20160524_024314/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="166"> <img class="" data-attachment-id="4511" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg" data-orig-size="3648,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160524_024314" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=221&#038;resize=221%2C166&#038;h=166#038;h=166" srcset="https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=221&amp;h=166 221w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=442&amp;h=332 442w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/06/20160524_024314.jpg?w=300&amp;h=225 300w" width="221" height="166" loading="lazy" data-original-width="221" data-original-height="166" itemprop="http://schema.org/image" title="20160524_024314" alt="20160524_024314" style="width: 221px; height: 166px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div><br />
Sur l’île je retrouve aussi des habitants avec qui je suis restée pendant le cyclone, en particulier Tom et sa femme mais aussi Keany qui s’occupe aujourd’hui d’un refuge pour chien.</p>
<p><img data-attachment-id="4489" data-permalink="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06888/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06888" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4489" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=676" alt="DSC06888"   srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06888.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p>Je rencontre aussi une française, Anne, avec qui j’adore discuter. Elle est venue pour 3 jours sur l’île et est tombée amoureuse d’un habitant… C’était il y a 10 ans ! Aujourd’hui elle a un petit restaurant, Anne kitchen’s où nous mangeons très souvent des pâtes délicieuses. C’est grâce à elle que je reprends du poids !</p>
<p><img data-attachment-id="4485" data-permalink="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06866-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06866" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=676" loading="lazy" class="wp-image-4485 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=290&#038;h=435" alt="DSC06866" width="290" height="435" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=290&amp;h=435 290w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=580&amp;h=870 580w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06866.jpg?w=200&amp;h=300 200w" sizes="(max-width: 290px) 100vw, 290px" /></p>
<p>Nous restons finalement plus de deux semaines sur l’île et c’est avec une certaine tristesse que nous reprenons le bateau pour le continent…</p>
<p>&nbsp;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/17\/caye-caulker-mon-ile-paradisiaque\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 185px;" data-original-width="676" data-original-height="185" > <div class="gallery-group images-1" style="width: 276px; height: 185px;" data-original-width="276" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06889/" border="0" itemprop="url"> <meta itemprop="width" content="272"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4490" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06889" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=272&#038;resize=272%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=272&amp;h=181 272w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=544&amp;h=362 544w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06889.jpg?w=300&amp;h=200 300w" width="272" height="181" loading="lazy" data-original-width="272" data-original-height="181" itemprop="http://schema.org/image" title="DSC06889" alt="DSC06889" style="width: 272px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 125px; height: 185px;" data-original-width="125" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06894/" border="0" itemprop="url"> <meta itemprop="width" content="121"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4491" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06894" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=121&#038;resize=121%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=121&amp;h=181 121w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=242&amp;h=362 242w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06894.jpg?w=200&amp;h=300 200w" width="121" height="181" loading="lazy" data-original-width="121" data-original-height="181" itemprop="http://schema.org/image" title="DSC06894" alt="DSC06894" style="width: 121px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 275px; height: 185px;" data-original-width="275" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/17/caye-caulker-mon-ile-paradisiaque/dsc06896/" border="0" itemprop="url"> <meta itemprop="width" content="271"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4492" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06896" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=271&#038;resize=271%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=271&amp;h=181 271w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=542&amp;h=362 542w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/06/dsc06896.jpg?w=300&amp;h=200 300w" width="271" height="181" loading="lazy" data-original-width="271" data-original-height="181" itemprop="http://schema.org/image" title="DSC06896" alt="DSC06896" style="width: 271px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4392" class="post-4392 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/" rel="bookmark">Guatemala: Antigua, lac Atitlàn, Chichicastenango et&nbsp;Tikal</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/" rel="bookmark"><time class="entry-date published" datetime="2016-06-02T21:26:44+00:00">juin 2, 2016</time><time class="updated" datetime="2016-05-30T21:29:05+00:00">Mai 30, 2016</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Vendredi 29 avril – mardi 3 mai</p>
<p>Nous atterrissons en fin d’après-midi à Guatemala city. Le ciel est gris et il fait frais. Nous prenons un shuttle pour Antigua. Cette jolie ville coloniale, (où j’ai appris l’espagnol il y a plus de 15 ans), se trouve à une heure de la capitale. Théoriquement… Le trafic est tellement dense qu’il nous faut presque 2 heures pour y arriver.</p>
<p>Nous logeons chez Evelyn, une jeune guatémaltèque qui habite au nord de la ville. La maison est calme et agréable.</p>
<p>Nous passons 4 jours ici : école pour Max, et pas grand chose pour moi. Je suis de façon inexplicable très fatiguée et je n’arrive à rien faire. Je dois prendre sur moi pour aller me balader en ville avec Max.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06585/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4397" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06585" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06585.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC06585" alt="DSC06585" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06586/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4398" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06586" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06586.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC06586" alt="DSC06586" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06610/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4399" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06610" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06610.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="DSC06610" alt="DSC06610" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06611/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4401" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06611" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06611.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06611" alt="DSC06611" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06616/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4402" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06616" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06616.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06616" alt="DSC06616" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>&nbsp;</p>
<p>Le ciel est très couvert et les beaux volcans qui entourent la ville sont invisibles.</p>
<p>Mardi 3 mai</p>
<p>Nous partons pour le lac Atitlàn. Il se trouve à 3h30 de route d’Antigua. C’est un de mes endroits préférés au Guatemala. Malheureusement ici aussi le ciel est couvert et les magnifiques volcans invisibles à nos yeux !</p>
<p><img data-attachment-id="4407" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06618/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06618" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg?w=676" loading="lazy" class="wp-image-4407 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg?w=299&#038;h=199" alt="DSC06618" width="299" height="199" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg?w=299&amp;h=199 299w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg?w=598&amp;h=398 598w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06618.jpg?w=150&amp;h=100 150w" sizes="(max-width: 299px) 100vw, 299px" /></p>
<p>Nous longeons encore une fois chez l&rsquo;habitant, un couple d&rsquo;allemands/guatemaltèques qui tient depuis plus de 30 ans une galerie d&rsquo;art. L&rsquo;endroit est calme et serein.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06623/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4408" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06623" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06623.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06623" alt="DSC06623" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06624/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4409" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06624" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06624.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06624" alt="DSC06624" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Mercredi 4 mai</p>
<p>Après une matinée studieuse nous prenons un bateau-bus pour aller visiter une autre ville du lac : San Marco. La ville est très jolie avec une ambiance très « new age ».</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 238px;" data-original-width="676" data-original-height="238" > <div class="gallery-group images-1" style="width: 160px; height: 238px;" data-original-width="160" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06666/" border="0" itemprop="url"> <meta itemprop="width" content="156"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4412" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06666" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=156&#038;resize=156%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=156&amp;h=234 156w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=312&amp;h=468 312w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06666.jpg?w=200&amp;h=300 200w" width="156" height="234" loading="lazy" data-original-width="156" data-original-height="234" itemprop="http://schema.org/image" title="DSC06666" alt="DSC06666" style="width: 156px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 356px; height: 238px;" data-original-width="356" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06650/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4411" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06650" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=352&#038;resize=352%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=352&amp;h=234 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=702&amp;h=468 702w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06650.jpg?w=300&amp;h=200 300w" width="352" height="234" loading="lazy" data-original-width="352" data-original-height="234" itemprop="http://schema.org/image" title="DSC06650" alt="DSC06650" style="width: 352px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 160px; height: 238px;" data-original-width="160" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06631/" border="0" itemprop="url"> <meta itemprop="width" content="156"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4410" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06631" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=156&#038;resize=156%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=156&amp;h=234 156w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=312&amp;h=468 312w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06631.jpg?w=200&amp;h=300 200w" width="156" height="234" loading="lazy" data-original-width="156" data-original-height="234" itemprop="http://schema.org/image" title="DSC06631" alt="DSC06631" style="width: 156px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Jeudi 5 mai</p>
<p>C’est jour de marché à Chichicastenango, un village qui se trouve à 2h du lac. J’hésite à y aller mais Max est curieux de voir un marché « typique ». Lors de mes précédents voyages, j’avais adoré ce marché, malheureusement je suis déçue. Le marché est maintenant principalement « artisanal » et chaque vendeur vend exactement la même chose que son voisin…</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06672/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4413" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06672" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06672.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06672" alt="DSC06672" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06675-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4414" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06675" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06675.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06675" alt="DSC06675" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06677/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4415" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06677" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06677.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06677" alt="DSC06677" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 580px;" data-original-width="676" data-original-height="580" > <div class="gallery-group images-3" style="width: 288px; height: 580px;" data-original-width="288" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06681/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="190"> <img class="" data-attachment-id="4416" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06681" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=284&#038;resize=284%2C190&#038;h=190#038;h=190" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=284&amp;h=190 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=568&amp;h=380 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06681.jpg?w=300&amp;h=200 300w" width="284" height="190" loading="lazy" data-original-width="284" data-original-height="190" itemprop="http://schema.org/image" title="DSC06681" alt="DSC06681" style="width: 284px; height: 190px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06682-2/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4417" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06682" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06682.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06682" alt="DSC06682" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06690/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4418" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06690" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06690.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06690" alt="DSC06690" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 388px; height: 580px;" data-original-width="388" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06699/" border="0" itemprop="url"> <meta itemprop="width" content="384"> <meta itemprop="height" content="576"> <img class="" data-attachment-id="4419" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06699" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=384&#038;resize=384%2C576&#038;h=576#038;h=576" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=384&amp;h=576 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06699.jpg?w=683&amp;h=1024 683w" width="384" height="576" loading="lazy" data-original-width="384" data-original-height="576" itemprop="http://schema.org/image" title="DSC06699" alt="DSC06699" style="width: 384px; height: 576px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06707/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4420" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06707" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06707.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06707" alt="DSC06707" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06708/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4421" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06708" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06708.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06708" alt="DSC06708" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>En attendant le bus du retour nous jouons aux dames !</p>
<p><img data-attachment-id="4422" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06715/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06715" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4422" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=676" alt="DSC06715"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06715.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p>Vendredi 6 mai</p>
<p>Belle surprise ce matin, la vue sur le lac est dégagée et Max peut enfin voir les 3 majestueux volcans se reflétant sur le lac.</p>
<p><img data-attachment-id="4423" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06733/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06733" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4423" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=676" alt="DSC06733"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06733.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p>En début d’après midi nous retournons à Antigua où j’achète nos billets de bus pour Flores… Comme Max ne veut pas prendre de bus de nuit, nous passerons la journée de demain dans le bus : 12h de trajet !</p>
<p>Samedi 7 mai</p>
<p>A 7h30, nous prenons un shuttle qui nous emmène au terminal de bus de Guatemala city. De là nous prenons le bus pour Flores. Le trajet est long… long… long. Au lieu de 12h nous mettons presque 14h à rejoindre Flores. Je suis épuisée.</p>
<p>Il est 21h quand nous arrivons à l’hôtel. J’arrive à réserver une visite de Tikal pour le lendemain… avec un départ à 4h30 du matin !! En fait il fait tellement chaud par ici que nous devons utiliser les heures matinales pour visiter le site.</p>
<p>Dimanche 8 mai</p>
<p>Le réveil sonne à 3h45 du matin. Je suis une vraie loque, à peine si je me rappelle où je suis (et clairement pas pourquoi mon réveil sonne à cette heure là !!).</p>
<p>Je suis déjà venue deux fois à Tikal et j’ai tellement aimé le site que je veux (à tout prix !) le faire découvrir à Max. Nous avons plus d’une heure de route pour y arriver.</p>
<p>Véritable trésor enfoui dans la jungle, le site de Tikal est l’un des plus importants complexes archéologiques de la civilisation maya.</p>
<p>Notre guide nous emmène d’abord vers un des petits temples excentrés. Il nous explique que plus de 85% des temples sont encore sous terre. Ce temple est à moitié restauré. Max est très impressionné d’autant que dans la jungle nous entendons de vrais rugissements… C’est le cri des singes hurleurs !</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06759-2/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4437" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06759" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06759.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="DSC06759" alt="DSC06759" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Il nous fait aussi découvrir une autre particularité du site : Tikal signifie en langue maya itza « villes des voix », car chaque place est construite selon des techniques soignant l’aspect acoustique, permettant aux prêtres de se faire entendre de tous depuis le sommet des pyramides.</p>
<p>Et en se mettant à un endroit précis, il claque des mains et le son répercuté sur les murs des pyramides produit un son rappelant le cri du quetzal, l’oiseau sacré des Mayas (et l’oiseau national du Guatemala) !</p>
<p><img data-attachment-id="4438" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06760/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06760" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4438" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=676" alt="DSC06760"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06760.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p>La jungle est omniprésente, pourtant du temps des mayas le site était nu, il y avait très peu d’arbres.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 324px;" data-original-width="676" data-original-height="324" > <div class="gallery-group images-1" style="width: 218px; height: 324px;" data-original-width="218" data-original-height="324" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06762/" border="0" itemprop="url"> <meta itemprop="width" content="214"> <meta itemprop="height" content="320"> <img class="" data-attachment-id="4439" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06762" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=214&#038;resize=214%2C320&#038;h=320#038;h=320" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=214&amp;h=320 214w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=428&amp;h=640 428w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06762.jpg?w=200&amp;h=300 200w" width="214" height="320" loading="lazy" data-original-width="214" data-original-height="320" itemprop="http://schema.org/image" title="DSC06762" alt="DSC06762" style="width: 214px; height: 320px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 241px; height: 324px;" data-original-width="241" data-original-height="324" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06768/" border="0" itemprop="url"> <meta itemprop="width" content="237"> <meta itemprop="height" content="158"> <img class="" data-attachment-id="4440" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06768" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=237&#038;resize=237%2C158&#038;h=158#038;h=158" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=237&amp;h=158 237w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=474&amp;h=316 474w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06768.jpg?w=300&amp;h=200 300w" width="237" height="158" loading="lazy" data-original-width="237" data-original-height="158" itemprop="http://schema.org/image" title="DSC06768" alt="DSC06768" style="width: 237px; height: 158px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06779-2/" border="0" itemprop="url"> <meta itemprop="width" content="237"> <meta itemprop="height" content="158"> <img class="" data-attachment-id="4444" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06779" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=237&#038;resize=237%2C158&#038;h=158#038;h=158" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=237&amp;h=158 237w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=474&amp;h=316 474w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06779.jpg?w=300&amp;h=200 300w" width="237" height="158" loading="lazy" data-original-width="237" data-original-height="158" itemprop="http://schema.org/image" title="DSC06779" alt="DSC06779" style="width: 237px; height: 158px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 217px; height: 324px;" data-original-width="217" data-original-height="324" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06807/" border="0" itemprop="url"> <meta itemprop="width" content="213"> <meta itemprop="height" content="320"> <img class="" data-attachment-id="4447" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06807" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=213&#038;resize=213%2C320&#038;h=320#038;h=320" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=213&amp;h=320 213w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=426&amp;h=640 426w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06807.jpg?w=200&amp;h=300 200w" width="213" height="320" loading="lazy" data-original-width="213" data-original-height="320" itemprop="http://schema.org/image" title="DSC06807" alt="DSC06807" style="width: 213px; height: 320px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Sur Tikal les traces de vie remontent jusqu’à 1.000 av. J.-C. et les premières grandes constructions sont estimées à 400 av. J.-C..</p>
<p>La zone urbaine principale s’étale sur 400 hectares et contient les principaux monuments de la cité : palais, temples, sites cérémoniels, résidences de l’élite, terrains de jeu de balle…</p>
<p>Tout autour du cœur de la cité s’étend une zone urbaine secondaire beaucoup plus vaste, avec 1.200 ha de zone résidentielle et réservoirs d’eau, avec 25 sites secondaires qui seraient des points de contrôle des routes commerciales. Cette zone avait comme principale occupation l&rsquo;agriculture, tâche indispensable pour nourrir le centre densément peuplé.</p>
<p>En fait ce que nous visitons c’est « juste » le centre de la zone urbaine et vu la chaleur et les distances entre les temples les plus excentrés, c’est largement suffisant (pour moi !).</p>
<p>Max est autant sous le charme des temples que sous celui de la nature qui nous entoure. Nous voyons des singes, des toucans et plains d’autres oiseaux mais aussi des insectes fabuleux comme le fulgore porte-lanterne (très amusant avec sa tête en forme de cacahuète)…</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 505px;" data-original-width="676" data-original-height="505" > <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06808/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4448" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06808" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06808.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="DSC06808" alt="DSC06808" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06814-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4449" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06814" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06814.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="DSC06814" alt="DSC06814" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Sur la place principale, le tempe I et II se font face. Nous montons tout en haut du temple I, la vue est impressionnante à 47m de haut.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/06\/02\/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 324px;" data-original-width="676" data-original-height="324" > <div class="gallery-group images-1" style="width: 218px; height: 324px;" data-original-width="218" data-original-height="324" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06798-2/" border="0" itemprop="url"> <meta itemprop="width" content="214"> <meta itemprop="height" content="320"> <img class="" data-attachment-id="4446" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06798" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=214&#038;resize=214%2C320&#038;h=320#038;h=320" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=214&amp;h=320 214w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=428&amp;h=640 428w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06798.jpg?w=200&amp;h=300 200w" width="214" height="320" loading="lazy" data-original-width="214" data-original-height="320" itemprop="http://schema.org/image" title="DSC06798" alt="DSC06798" style="width: 214px; height: 320px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 241px; height: 324px;" data-original-width="241" data-original-height="324" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06777-2/" border="0" itemprop="url"> <meta itemprop="width" content="237"> <meta itemprop="height" content="158"> <img class="" data-attachment-id="4443" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06777" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=237&#038;resize=237%2C158&#038;h=158#038;h=158" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=237&amp;h=158 237w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=474&amp;h=316 474w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06777.jpg?w=300&amp;h=200 300w" width="237" height="158" loading="lazy" data-original-width="237" data-original-height="158" itemprop="http://schema.org/image" title="DSC06777" alt="DSC06777" style="width: 237px; height: 158px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06770/" border="0" itemprop="url"> <meta itemprop="width" content="237"> <meta itemprop="height" content="158"> <img class="" data-attachment-id="4442" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06770" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=237&#038;resize=237%2C158&#038;h=158#038;h=158" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=237&amp;h=158 237w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=474&amp;h=316 474w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06770.jpg?w=300&amp;h=200 300w" width="237" height="158" loading="lazy" data-original-width="237" data-original-height="158" itemprop="http://schema.org/image" title="DSC06770" alt="DSC06770" style="width: 237px; height: 158px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 217px; height: 324px;" data-original-width="217" data-original-height="324" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06769/" border="0" itemprop="url"> <meta itemprop="width" content="213"> <meta itemprop="height" content="320"> <img class="" data-attachment-id="4441" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06769" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=213&#038;resize=213%2C320&#038;h=320#038;h=320" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=213&amp;h=320 213w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=426&amp;h=640 426w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06769.jpg?w=200&amp;h=300 200w" width="213" height="320" loading="lazy" data-original-width="213" data-original-height="320" itemprop="http://schema.org/image" title="DSC06769" alt="DSC06769" style="width: 213px; height: 320px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 513px;" data-original-width="676" data-original-height="513" > <div class="gallery-group images-1" style="width: 290px; height: 513px;" data-original-width="290" data-original-height="513" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/20160508_075059_resized/" border="0" itemprop="url"> <meta itemprop="width" content="286"> <meta itemprop="height" content="509"> <img class="" data-attachment-id="4434" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg" data-orig-size="918,1632" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160508_075059_resized" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=169" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=576" src="https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=286&#038;resize=286%2C509&#038;h=509#038;h=509" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=286&amp;h=509 286w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=572&amp;h=1018 572w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=84&amp;h=150 84w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_075059_resized.jpg?w=169&amp;h=300 169w" width="286" height="509" loading="lazy" data-original-width="286" data-original-height="509" itemprop="http://schema.org/image" title="20160508_075059_resized" alt="20160508_075059_resized" style="width: 286px; height: 509px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 386px; height: 513px;" data-original-width="386" data-original-height="513" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/20160508_074617_resized/" border="0" itemprop="url"> <meta itemprop="width" content="382"> <meta itemprop="height" content="509"> <img class="" data-attachment-id="4433" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg" data-orig-size="966,1288" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160508_074617_resized" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=225" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=382&#038;resize=382%2C509&#038;h=509#038;h=509" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=382&amp;h=509 382w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=764&amp;h=1018 764w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=113&amp;h=150 113w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_074617_resized.jpg?w=225&amp;h=300 225w" width="382" height="509" loading="lazy" data-original-width="382" data-original-height="509" itemprop="http://schema.org/image" title="20160508_074617_resized" alt="20160508_074617_resized" style="width: 382px; height: 509px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><img data-attachment-id="4445" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06786-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg" data-orig-size="8192,1856" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06786" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4445" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=676" alt="DSC06786"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg 8192w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=150&amp;h=34 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=300&amp;h=68 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=768&amp;h=174 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06786.jpg?w=1024&amp;h=232 1024w" sizes="(max-width: 8192px) 100vw, 8192px" /></p>
<p>Puis nous allons vers le temple IV qui nous donne une vue magnifique sur plusieurs temple.</p>
<p><img data-attachment-id="4450" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/dsc06822-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06822" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4450" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=676" alt="DSC06822"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06822.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><img data-attachment-id="4435" data-permalink="https://vivrelaventure.com/2016/06/02/guatemala-antigua-lac-atitlan-chichicastenango-et-tikal/20160508_092858_resized/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg" data-orig-size="1288,966" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160508_092858_resized" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=676" loading="lazy" class="wp-image-4435 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=313&#038;h=235" alt="20160508_092858_resized" width="313" height="235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=313&amp;h=235 313w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=626&amp;h=470 626w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160508_092858_resized.jpg?w=300&amp;h=225 300w" sizes="(max-width: 313px) 100vw, 313px" /></p>
<p>Pourquoi le site de Tikal a t il été abandonné ? Et bien on ne le sait pas ! Pas mal d’hypothèses :</p>
<ul>
<li>phénomènes naturels (comme des sécheresses successives) auraient provoqué des famines, ébranlant le pouvoir politique et religieux</li>
<li>l’augmentation trop rapide de la population et une surexploitation des sols couplée à une déforestation massive auraient brisé l’équilibre de la cité et sa viabilité (hum… d’actualité celà…)</li>
<li>des guerres répétitives entre cités mayas seraient venues à bout de la grande cité</li>
<li>une invasion extérieure au monde maya aurait décimé la cite (extraterrestres?? ;-))</li>
</ul>
<p>Nous prenons le shuttle à 11h pour retourner à notre hôtel. Il fait plus de 45 degrés et je suis épuisée.</p>
<p>Max passe le reste de la journée dans la piscine et moi je comate…</p>
<p>Lundi 9 mai</p>
<p>Debout à 6h… Notre bus pour le Bélize part à 7h. Quand je le réveille me mitraille des yeux… je le comprends!</p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4362" class="post-4362 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/" rel="bookmark">Galapagos (4/4): retour sur l&rsquo;île de Santa&nbsp;Cruz</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/" rel="bookmark"><time class="entry-date published" datetime="2016-05-29T18:16:12+00:00">Mai 29, 2016</time><time class="updated" datetime="2016-05-30T18:16:51+00:00">Mai 30, 2016</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Dimanche 24 &#8211; mercredi 27 avril</p>
<p>Après 8 jours sur un bateau, je suis assez contente de retrouver ma liberté de décider ce que je fais quand je le veux…</p>
<p>Avec Max nous reprenons notre routine de devoirs et de planification. Nous partons dans 5 jours au Guatemala/Belize et même si je connais très bien ces deux pays, je ne sais pas où nous allons aller. Une chose est sure, nous n’allons pas visiter grand-chose, plus je voyage et plus je vais lentement. Je préfère maintenant rester longtemps à un endroit et apprendre à connaître les gens.</p>
<p>D’ailleurs durant nos derniers jours ici nous allons juste une journée sur un bateau pour aller nager une dernière fois avec les otaries et les requins. La température de l’eau a chuté considérablement depuis notre dernière visite et nous ne restons pas très longtemps dans l’eau, n’empêche je suis heureuse de pouvoir une fois encore m’amuser avec mes copines otaries ! Max lui a la chance de pêcher un thon, il est super content! Cette belle journée se termine sur une plage isolée où des dizaines de jeunes requins nagent autour du bateau&#8230;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/29\/galapagos-44-retour-sur-lile-de-santa-cruz\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 608px;" data-original-width="676" data-original-height="608" > <div class="gallery-group images-3" style="width: 269px; height: 608px;" data-original-width="269" data-original-height="608" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/20160426_013617/" border="0" itemprop="url"> <meta itemprop="width" content="265"> <meta itemprop="height" content="199"> <img class="" data-attachment-id="4383" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160426_013617" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=265&#038;resize=265%2C199&#038;h=199#038;h=199" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=265&amp;h=199 265w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=530&amp;h=398 530w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_013617.jpg?w=300&amp;h=225 300w" width="265" height="199" loading="lazy" data-original-width="265" data-original-height="199" itemprop="http://schema.org/image" title="20160426_013617" alt="20160426_013617" style="width: 265px; height: 199px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/20160426_012556/" border="0" itemprop="url"> <meta itemprop="width" content="265"> <meta itemprop="height" content="199"> <img class="" data-attachment-id="4382" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160426_012556" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=265&#038;resize=265%2C199&#038;h=199#038;h=199" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=265&amp;h=199 265w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=530&amp;h=398 530w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_012556.jpg?w=300&amp;h=225 300w" width="265" height="199" loading="lazy" data-original-width="265" data-original-height="199" itemprop="http://schema.org/image" title="20160426_012556" alt="20160426_012556" style="width: 265px; height: 199px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/20160426_013618/" border="0" itemprop="url"> <meta itemprop="width" content="265"> <meta itemprop="height" content="198"> <img class="" data-attachment-id="4380" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg" data-orig-size="2560,1920" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160426_013618" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=265&#038;resize=265%2C198&#038;h=198#038;h=198" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=265&amp;h=198 265w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=528&amp;h=396 528w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160426_013618.jpg?w=300&amp;h=225 300w" width="265" height="198" loading="lazy" data-original-width="265" data-original-height="198" itemprop="http://schema.org/image" title="20160426_013618" alt="20160426_013618" style="width: 265px; height: 198px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 407px; height: 608px;" data-original-width="407" data-original-height="608" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06473/" border="0" itemprop="url"> <meta itemprop="width" content="403"> <meta itemprop="height" content="604"> <img class="" data-attachment-id="4373" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06473" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=403&#038;resize=403%2C604&#038;h=604#038;h=604" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=403&amp;h=604 403w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=806&amp;h=1208 806w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06473.jpg?w=683&amp;h=1024 683w" width="403" height="604" loading="lazy" data-original-width="403" data-original-height="604" itemprop="http://schema.org/image" title="DSC06473" alt="DSC06473" style="width: 403px; height: 604px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 238px;" data-original-width="676" data-original-height="238" > <div class="gallery-group images-1" style="width: 160px; height: 238px;" data-original-width="160" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06445/" border="0" itemprop="url"> <meta itemprop="width" content="156"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4381" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06445" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=156&#038;resize=156%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=156&amp;h=234 156w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=312&amp;h=468 312w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06445.jpg?w=200&amp;h=300 200w" width="156" height="234" loading="lazy" data-original-width="156" data-original-height="234" itemprop="http://schema.org/image" title="DSC06445" alt="DSC06445" style="width: 156px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 356px; height: 238px;" data-original-width="356" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06447/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4378" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06447" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=352&#038;resize=352%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=352&amp;h=234 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=702&amp;h=468 702w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06447.jpg?w=300&amp;h=200 300w" width="352" height="234" loading="lazy" data-original-width="352" data-original-height="234" itemprop="http://schema.org/image" title="DSC06447" alt="DSC06447" style="width: 352px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 160px; height: 238px;" data-original-width="160" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06454-2/" border="0" itemprop="url"> <meta itemprop="width" content="156"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4379" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06454" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=156&#038;resize=156%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=156&amp;h=234 156w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=312&amp;h=468 312w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06454.jpg?w=200&amp;h=300 200w" width="156" height="234" loading="lazy" data-original-width="156" data-original-height="234" itemprop="http://schema.org/image" title="DSC06454" alt="DSC06454" style="width: 156px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 132px;" data-original-width="676" data-original-height="132" > <div class="gallery-group images-1" style="width: 196px; height: 132px;" data-original-width="196" data-original-height="132" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06475/" border="0" itemprop="url"> <meta itemprop="width" content="192"> <meta itemprop="height" content="128"> <img class="" data-attachment-id="4374" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06475" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=192&#038;resize=192%2C128&#038;h=128#038;h=128" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=192&amp;h=128 192w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=384&amp;h=256 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06475.jpg?w=300&amp;h=200 300w" width="192" height="128" loading="lazy" data-original-width="192" data-original-height="128" itemprop="http://schema.org/image" title="DSC06475" alt="DSC06475" style="width: 192px; height: 128px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 196px; height: 132px;" data-original-width="196" data-original-height="132" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06465/" border="0" itemprop="url"> <meta itemprop="width" content="192"> <meta itemprop="height" content="128"> <img class="" data-attachment-id="4372" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06465" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=192&#038;resize=192%2C128&#038;h=128#038;h=128" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=192&amp;h=128 192w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=384&amp;h=256 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06465.jpg?w=300&amp;h=200 300w" width="192" height="128" loading="lazy" data-original-width="192" data-original-height="128" itemprop="http://schema.org/image" title="DSC06465" alt="DSC06465" style="width: 192px; height: 128px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 89px; height: 132px;" data-original-width="89" data-original-height="132" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06565-2/" border="0" itemprop="url"> <meta itemprop="width" content="85"> <meta itemprop="height" content="128"> <img class="" data-attachment-id="4371" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06565" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg?w=85&#038;resize=85%2C128&#038;h=128#038;h=128" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg?w=85&amp;h=128 85w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg?w=170&amp;h=256 170w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06565.jpg?w=100&amp;h=150 100w" width="85" height="128" loading="lazy" data-original-width="85" data-original-height="128" itemprop="http://schema.org/image" title="DSC06565" alt="DSC06565" style="width: 85px; height: 128px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 195px; height: 132px;" data-original-width="195" data-original-height="132" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06559/" border="0" itemprop="url"> <meta itemprop="width" content="191"> <meta itemprop="height" content="128"> <img class="" data-attachment-id="4370" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06559" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=191&#038;resize=191%2C128&#038;h=128#038;h=128" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=191&amp;h=128 191w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=382&amp;h=256 382w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06559.jpg?w=300&amp;h=200 300w" width="191" height="128" loading="lazy" data-original-width="191" data-original-height="128" itemprop="http://schema.org/image" title="DSC06559" alt="DSC06559" style="width: 191px; height: 128px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="560" height="315" src="https://www.youtube.com/embed/Hb_kmy6d0tk?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=fr&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></div>
<p>En ville Max fait la connaissance avec de jeunes français de son âge qui voyagent depuis des années en bateau. J’ai un petit pincement au cœur, partir autour du monde en bateau est toujours un de mes rêves…</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/29\/galapagos-44-retour-sur-lile-de-santa-cruz\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 312px;" data-original-width="676" data-original-height="312" > <div class="gallery-group images-1" style="width: 210px; height: 312px;" data-original-width="210" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06567/" border="0" itemprop="url"> <meta itemprop="width" content="206"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4377" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06567" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=206&#038;resize=206%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=206&amp;h=308 206w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=412&amp;h=616 412w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06567.jpg?w=200&amp;h=300 200w" width="206" height="308" loading="lazy" data-original-width="206" data-original-height="308" itemprop="http://schema.org/image" title="DSC06567" alt="DSC06567" style="width: 206px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 466px; height: 312px;" data-original-width="466" data-original-height="312" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06566/" border="0" itemprop="url"> <meta itemprop="width" content="462"> <meta itemprop="height" content="308"> <img class="" data-attachment-id="4376" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06566" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=462&#038;resize=462%2C308&#038;h=308#038;h=308" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=462&amp;h=308 462w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=924&amp;h=616 924w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06566.jpg?w=768&amp;h=512 768w" width="462" height="308" loading="lazy" data-original-width="462" data-original-height="308" itemprop="http://schema.org/image" title="DSC06566" alt="DSC06566" style="width: 462px; height: 308px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Jeudi 28 avril</p>
<p>C’est avec un peu de tristesse que je dis au revoir aux Galapagos, j’ai adoré vivre ces 25 derniers jours en pleine nature au milieu des animaux.</p>
<p><img data-attachment-id="4375" data-permalink="https://vivrelaventure.com/2016/05/29/galapagos-44-retour-sur-lile-de-santa-cruz/dsc06576-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06576" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=676" loading="lazy" class="wp-image-4375 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=338&#038;h=507" alt="DSC06576" width="338" height="507" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=338&amp;h=507 338w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=676&amp;h=1014 676w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06576.jpg?w=200&amp;h=300 200w" sizes="(max-width: 338px) 100vw, 338px" /></p>
<p>Notre avion atterrit en fin d’après midi à Quito et nous passons la nuit dans un hôtel proche de l’aéroport. Les gens que nous rencontrons ici nous parlent tous du tremblement de terre, ils sont encore sous le choc. Même si à Quito peu de bâtiments ont été touchés, les habitants ont eu très peur.</p>
<p>Vendredi 29 avril</p>
<p>Nous quittons l’Amérique du sud pour l’Amérique central.</p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4171" class="post-4171 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/" rel="bookmark">Galapagos (3/4): croisière vers les îles&nbsp;inhabitées</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/" rel="bookmark"><time class="entry-date published" datetime="2016-05-28T04:38:13+00:00">Mai 28, 2016</time><time class="updated" datetime="2016-05-29T04:39:11+00:00">Mai 29, 2016</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/#respond">Poster un commentaire</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p><span lang="FR">Dimanche 17 avril</span></p>
<p><span lang="FR">Je suis assez excitée de repartir en croisière et cela pour plusieurs raisons : j’aime être sur un bateau, voir pleins d’animaux, ne pas être connectée à internet et last but not least ne rien avoir à organiser !</span></p>
<p><span lang="FR">Le rendez vous est à 10h à l’aéroport au nord de l’île. Nous trouvons assez facilement notre guide Yohan. Il nous met tout de suite dans l’ambiance : il n’aime pas les gens et en particulier les enfants… ok…</span></p>
<p><span lang="FR">Sur le bateau nous sommes 16 touristes et 8 membres d’équipage dont le guide. Moyenne d’âge la très jeune trentaine, nous ne sommes que deux à avoir plus de 40 ans. La plupart font comme nous un grand voyage, c’est une vraie croisière de backpackers ! </span></p>
<p><span lang="FR">Notre cabine est petite mais confortable, nous avons même une fenêtre et une micro salle de bain. Juste le temps de poser les affaires et la cloche nous appelle pour le déjeuner. La nourriture est délicieuse et d’autant meilleure que je n’ai pas à la préparer ! Surtout il y a beaucoup de légumes ce qui me convient plutôt bien après 2 semaines de féculents. </span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 185px;" data-original-width="676" data-original-height="185" > <div class="gallery-group images-1" style="width: 276px; height: 185px;" data-original-width="276" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06377/" border="0" itemprop="url"> <meta itemprop="width" content="272"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4323" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06377" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=272&#038;resize=272%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=272&amp;h=181 272w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=544&amp;h=362 544w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06377.jpg?w=300&amp;h=200 300w" width="272" height="181" loading="lazy" data-original-width="272" data-original-height="181" itemprop="http://schema.org/image" title="DSC06377" alt="DSC06377" style="width: 272px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 125px; height: 185px;" data-original-width="125" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06378/" border="0" itemprop="url"> <meta itemprop="width" content="121"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4322" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06378" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=121&#038;resize=121%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=121&amp;h=181 121w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=242&amp;h=362 242w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06378.jpg?w=200&amp;h=300 200w" width="121" height="181" loading="lazy" data-original-width="121" data-original-height="181" itemprop="http://schema.org/image" title="DSC06378" alt="DSC06378" style="width: 121px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 275px; height: 185px;" data-original-width="275" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06381-2/" border="0" itemprop="url"> <meta itemprop="width" content="271"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4321" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06381" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=271&#038;resize=271%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=271&amp;h=181 271w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=542&amp;h=362 542w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06381.jpg?w=300&amp;h=200 300w" width="271" height="181" loading="lazy" data-original-width="271" data-original-height="181" itemprop="http://schema.org/image" title="DSC06381" alt="DSC06381" style="width: 271px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">L’après midi nous débarquons sur la plage de Las Bachas. La plage est jolie et nous avons même la chance de voir un flamand rose.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 192px;" data-original-width="676" data-original-height="192" > <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/20160417_150013_resized/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4177" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg" data-orig-size="1632,918" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160417_150013_resized" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_150013_resized.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160417_150013_resized" alt="20160417_150013_resized" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/20160417_151246_resized/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4176" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg" data-orig-size="1632,918" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160417_151246_resized" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_151246_resized.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160417_151246_resized" alt="20160417_151246_resized" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 192px;" data-original-width="676" data-original-height="192" > <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/20160417_151846_resized/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4175" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg" data-orig-size="1632,918" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160417_151846_resized" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_151846_resized.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160417_151846_resized" alt="20160417_151846_resized" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 192px;" data-original-width="338" data-original-height="192" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/20160417_154214_resized/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="188"> <img class="" data-attachment-id="4174" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg" data-orig-size="1632,918" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160417_154214_resized" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=334&#038;resize=334%2C188&#038;h=188#038;h=188" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=334&amp;h=188 334w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=668&amp;h=376 668w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_154214_resized.jpg?w=300&amp;h=169 300w" width="334" height="188" loading="lazy" data-original-width="334" data-original-height="188" itemprop="http://schema.org/image" title="20160417_154214_resized" alt="20160417_154214_resized" style="width: 334px; height: 188px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">De retour sur le bateau une bonne collation nous attend : beignets de banane plantain et jus de fruit frais. </span></p>
<p><span lang="FR">Lors de la navigation en direction de l’île de Génovesa, au nord des Galapagos, une dizaine de frégates suivent le bateau. Je les observe allongée sur un transat, mon livre à la main et le coucher de soleil en arrière plan… La vie est belle !</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05728/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4173" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05728" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05728.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05728" alt="DSC05728" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05736/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4172" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05736" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05736.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05736" alt="DSC05736" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06376/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4324" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06376" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06376.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06376" alt="DSC06376" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>Le soir nous prenons un verre avec l&rsquo;équipage.</p>
<p><img data-attachment-id="4269" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/20160417_203319/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160417_203319" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4269" src="https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=676" alt="20160417_203319"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg 3264w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=300&amp;h=169 300w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=768&amp;h=432 768w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_203319.jpg?w=1024&amp;h=576 1024w" sizes="(max-width: 3264px) 100vw, 3264px" /></p>
<p><span lang="FR">Lundi 18 avril</span></p>
<p><span lang="FR">Après une nuit de navigation (que j’aime être bercée par le roulis du bateau !), nous sommes devant l’île de Genovesa. L’île est toute petite et principalement peuplée d’oiseaux, même si nous avons la chance de voir quelques otaries à fourrure (et un squelette de baleine).</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05884/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4198" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05884" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05884.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05884" alt="DSC05884" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05887/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4197" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05887" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05887.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05887" alt="DSC05887" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05741/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4216" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05741" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05741.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05741" alt="DSC05741" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR"> Les frégates sont en période de reproduction et les mâles ont leur gorge rouge vif gonflée. Dès qu’une femelle passe, ils déploient leurs ailes et poussent un cri pour l’attirer. Plus la gorge est rouge et gonflée, plus l’oiseau a de chance de trouver un partenaire car cela est un signe de bonne santé.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05783/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4212" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05783" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05783.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC05783" alt="DSC05783" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05795/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4211" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05795" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05795.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC05795" alt="DSC05795" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05800/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4210" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05800" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05800.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="DSC05800" alt="DSC05800" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05870/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4203" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05870" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05870.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05870" alt="DSC05870" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05867/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4204" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05867" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05867.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05867" alt="DSC05867" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05879/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4199" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05879" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05879.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05879" alt="DSC05879" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Les fous  de nazca sont en train de couver leurs œufs, leurs nids sont par terre et même certain sont sur le chemin. Les oiseaux n’ont aucune peur de nous et nous passons juste à côté d’eux sans qu’ils ne bougent une plume.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06003-2/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4183" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06003" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06003.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC06003" alt="DSC06003" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05918/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4193" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05918" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05918.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC05918" alt="DSC05918" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05907/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4196" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05907" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05907.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="DSC05907" alt="DSC05907" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>&nbsp;</p>
<p><span lang="FR"><img data-attachment-id="4214" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05779/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05779" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=676" loading="lazy" class="wp-image-4214 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=374&#038;h=561" alt="DSC05779" width="374" height="561" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=374&amp;h=561 374w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=748&amp;h=1122 748w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05779.jpg?w=683&amp;h=1024 683w" sizes="(max-width: 374px) 100vw, 374px" /></span></p>
<p>Sur cette île, mes oiseaux préférés sont les fous à pied rouges.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 580px;" data-original-width="676" data-original-height="580" > <div class="gallery-group images-1" style="width: 388px; height: 580px;" data-original-width="388" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05776/" border="0" itemprop="url"> <meta itemprop="width" content="384"> <meta itemprop="height" content="576"> <img class="" data-attachment-id="4215" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05776" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=384&#038;resize=384%2C576&#038;h=576#038;h=576" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=384&amp;h=576 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05776.jpg?w=683&amp;h=1024 683w" width="384" height="576" loading="lazy" data-original-width="384" data-original-height="576" itemprop="http://schema.org/image" title="DSC05776" alt="DSC05776" style="width: 384px; height: 576px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-3" style="width: 288px; height: 580px;" data-original-width="288" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05782/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="190"> <img class="" data-attachment-id="4213" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05782" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=284&#038;resize=284%2C190&#038;h=190#038;h=190" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=284&amp;h=190 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=568&amp;h=380 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05782.jpg?w=300&amp;h=200 300w" width="284" height="190" loading="lazy" data-original-width="284" data-original-height="190" itemprop="http://schema.org/image" title="DSC05782" alt="DSC05782" style="width: 284px; height: 190px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05871-2/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4202" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05871" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05871.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC05871" alt="DSC05871" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05873/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4201" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05873" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05873.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC05873" alt="DSC05873" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05874/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4200" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05874" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05874.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05874" alt="DSC05874" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05910/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4195" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05910" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05910.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05910" alt="DSC05910" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05913/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4194" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05913" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05913.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05913" alt="DSC05913" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>&nbsp;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05809/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4209" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05809" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05809.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC05809" alt="DSC05809" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05835/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4208" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05835" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05835.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC05835" alt="DSC05835" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05854/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4206" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05854" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05854.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="DSC05854" alt="DSC05854" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 505px;" data-original-width="676" data-original-height="505" > <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05845-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4207" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05845" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05845.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="DSC05845" alt="DSC05845" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 505px;" data-original-width="338" data-original-height="505" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05860/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="501"> <img class="" data-attachment-id="4205" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05860" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=334&#038;resize=334%2C501&#038;h=501#038;h=501" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=334&amp;h=501 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=668&amp;h=1002 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05860.jpg?w=200&amp;h=300 200w" width="334" height="501" loading="lazy" data-original-width="334" data-original-height="501" itemprop="http://schema.org/image" title="DSC05860" alt="DSC05860" style="width: 334px; height: 501px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Nous avons aussi la chance de voir (sur le chemin !) un hibou des marais en train de dépecer un petit oiseau. La vue de 10 objectifs pointés vers lui ne le perturbe en rien.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05945/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4191" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05945" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05945.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05945" alt="DSC05945" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05950/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4189" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05950" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05950.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05950" alt="DSC05950" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05951/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4188" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05951" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05951.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05951" alt="DSC05951" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05947/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4190" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05947" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05947.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="DSC05947" alt="DSC05947" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>&nbsp;</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 185px;" data-original-width="676" data-original-height="185" > <div class="gallery-group images-1" style="width: 276px; height: 185px;" data-original-width="276" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05978/" border="0" itemprop="url"> <meta itemprop="width" content="272"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4187" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05978" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=272&#038;resize=272%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=272&amp;h=181 272w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=544&amp;h=362 544w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05978.jpg?w=300&amp;h=200 300w" width="272" height="181" loading="lazy" data-original-width="272" data-original-height="181" itemprop="http://schema.org/image" title="DSC05978" alt="DSC05978" style="width: 272px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 125px; height: 185px;" data-original-width="125" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05986/" border="0" itemprop="url"> <meta itemprop="width" content="121"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4186" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05986" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=121&#038;resize=121%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=121&amp;h=181 121w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=242&amp;h=362 242w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05986.jpg?w=200&amp;h=300 200w" width="121" height="181" loading="lazy" data-original-width="121" data-original-height="181" itemprop="http://schema.org/image" title="DSC05986" alt="DSC05986" style="width: 121px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 275px; height: 185px;" data-original-width="275" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05989/" border="0" itemprop="url"> <meta itemprop="width" content="271"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4185" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05989" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=271&#038;resize=271%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=271&amp;h=181 271w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=542&amp;h=362 542w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05989.jpg?w=300&amp;h=200 300w" width="271" height="181" loading="lazy" data-original-width="271" data-original-height="181" itemprop="http://schema.org/image" title="DSC05989" alt="DSC05989" style="width: 271px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc05997/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4184" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05997" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05997.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC05997" alt="DSC05997" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06006/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4182" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06006" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06006.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06006" alt="DSC06006" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Mardi 19 avril</span></p>
<p><span lang="FR">Encore une nuit de navigation et nous arrivons sur la petite île de Bartholome. Du zodiac qui nous emmène sur l&rsquo;île nous voyons notre premier pingouin des Galápagos.</span></p>
<p><img data-attachment-id="4253" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06022/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06022" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=676" loading="lazy" class="wp-image-4253 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=405&#038;h=270" alt="DSC06022" width="405" height="270" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=405&amp;h=270 405w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=810&amp;h=540 810w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06022.jpg?w=768&amp;h=512 768w" sizes="(max-width: 405px) 100vw, 405px" /></p>
<p><span lang="FR">La principale attraction ici est la vue depuis le haut du volcan. 40 minutes de marche en plein soleil et nous y sommes…</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06025/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4252" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06025" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06025.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06025" alt="DSC06025" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06034/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4250" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06034" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06034.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06034" alt="DSC06034" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06036/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4249" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06036" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06036.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06036" alt="DSC06036" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 156px;" data-original-width="676" data-original-height="156" > <div class="gallery-group images-1" style="width: 676px; height: 156px;" data-original-width="676" data-original-height="156" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06028/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="152"> <img class="" data-attachment-id="4251" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg" data-orig-size="8192,1856" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06028" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=672&#038;resize=672%2C152&#038;h=152#038;h=152" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=672&amp;h=152 672w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=1342&amp;h=304 1342w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=150&amp;h=34 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=300&amp;h=68 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=768&amp;h=174 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06028.jpg?w=1024&amp;h=232 1024w" width="672" height="152" loading="lazy" data-original-width="672" data-original-height="152" itemprop="http://schema.org/image" title="DSC06028" alt="DSC06028" style="width: 672px; height: 152px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">De retour sur le bateau nous mettons maillot de bain et combinaison néoprène et nous sautons à l’eau. Max et moi avons la chance de voir un requin marteau qui passe juste en dessous de nous. Il y a aussi plusieurs requins à pointe blanche et des tortues. Malheureusement l’eau n’est pas très claire car les courants sont en train de changer et la visibilité très limitée.</span></p>
<p><span lang="FR">L’après midi nous replongeons. Toujours beaucoup de tortues et de requins. En fin d’après midi nous accostons sur l’île de Santiago. Elle est recouverte de lave, j’ai l’impression d’être sur une autre planète. Il y a un crevasse où, avec Max, nous nous amusons à faire photos : Max prend beaucoup de plaisir à me marcher sur la tête !</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06039/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4248" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06039" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06039.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06039" alt="DSC06039" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06042/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4247" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06042" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06042.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06042" alt="DSC06042" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06054/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4243" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06054" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06054.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06054" alt="DSC06054" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06061/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4241" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06061" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06061.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06061" alt="DSC06061" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06062/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4240" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06062" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06062.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06062" alt="DSC06062" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06059/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4242" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06059" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06059.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="DSC06059" alt="DSC06059" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Dès que nous avons un moment de libre, Max fait ses devoirs pendant moi je lis et j’écoute de la musique (oui la vie est parfois injuste)… Le soir nous nous couchons très tôt, la nuit tombe à 18h et il n’y a pas beaucoup d’activité sur le bateau !</span></p>
<p><span lang="FR">Mercredi 20 avril</span></p>
<p><span lang="FR">Longue navigation de nuit et nous arrivons le matin sur l’île d’Isabella. C’est la plus grande île des Galapagos en taille même si elle ne compte que 5000 habitants. Du zodiac nous voyons des fous à pattes bleus.</span></p>
<p><img data-attachment-id="4268" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06069/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06069" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=676" loading="lazy" class="wp-image-4268 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=365&#038;h=243" alt="DSC06069" width="365" height="243" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=365&amp;h=243 365w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=730&amp;h=486 730w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06069.jpg?w=300&amp;h=200 300w" sizes="(max-width: 365px) 100vw, 365px" /></p>
<p><span lang="FR">Au programme aujourd’hui la montée du volcan. Il bruine et il y a du brouillard. Johan n’est pas très optimiste quand à la vue que nous aurons. Moi ce qui me plait c’est de marcher ! Pas du tout l’avis de Max qui, le pauvre, à une grosse ampoule au talon droit…</span></p>
<p><span lang="FR">Finalement quand nous arrivons au sommet le brouillard se lève et nous pouvons voir la deuxième plus grande caldera au monde. </span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06078/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4266" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06078" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06078.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06078" alt="DSC06078" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06073/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4267" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06073" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06073.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06073" alt="DSC06073" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06080/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4265" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06080" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06080.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06080" alt="DSC06080" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">L’après midi nous allons visiter le centre de reproduction des tortues géantes ainsi qu’une lagune où 3 flamands roses pêchent…</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06091/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4262" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06091" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06091.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06091" alt="DSC06091" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06090-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4263" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06090" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06090.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06090" alt="DSC06090" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Petite pause dans un café et nous retournons sur le bateau, nous avons même la chance de voir une dizaine de pingouin nager quand nous rentrons en zodiac. </span></p>
<p><img data-attachment-id="4264" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06087/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06087" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4264" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=676" alt="DSC06087"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06087.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><span lang="FR">Jeudi 21 avril</span></p>
<p><span lang="FR">Nous remontons vers le nord de l’île d&rsquo;Isabella. Ce matin nous faisons une balade en zodiac dans la mangrove. Nous observons des pingouins, des hérons et des tortues. Le ciel est très nuageux et donne un aspect dramatique à cette île volcanique.</span></p>
<p><img data-attachment-id="4294" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06107/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06107" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4294" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=676" alt="DSC06107"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06107.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 478px;" data-original-width="676" data-original-height="478" > <div class="gallery-group images-2" style="width: 356px; height: 478px;" data-original-width="356" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06124/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4293" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06124" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06124.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC06124" alt="DSC06124" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06104/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="235"> <img class="" data-attachment-id="4295" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06104" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=352&#038;resize=352%2C235&#038;h=235#038;h=235" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=352&amp;h=235 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=704&amp;h=470 704w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06104.jpg?w=300&amp;h=200 300w" width="352" height="235" loading="lazy" data-original-width="352" data-original-height="235" itemprop="http://schema.org/image" title="DSC06104" alt="DSC06104" style="width: 352px; height: 235px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 320px; height: 478px;" data-original-width="320" data-original-height="478" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06103-2/" border="0" itemprop="url"> <meta itemprop="width" content="316"> <meta itemprop="height" content="474"> <img class="" data-attachment-id="4296" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06103" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=316&#038;resize=316%2C474&#038;h=474#038;h=474" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=316&amp;h=474 316w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=632&amp;h=948 632w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06103.jpg?w=200&amp;h=300 200w" width="316" height="474" loading="lazy" data-original-width="316" data-original-height="474" itemprop="http://schema.org/image" title="DSC06103" alt="DSC06103" style="width: 316px; height: 474px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06133-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4292" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06133" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06133.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06133" alt="DSC06133" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06142/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4291" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06142" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06142.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06142" alt="DSC06142" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 580px;" data-original-width="676" data-original-height="580" > <div class="gallery-group images-1" style="width: 388px; height: 580px;" data-original-width="388" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06146/" border="0" itemprop="url"> <meta itemprop="width" content="384"> <meta itemprop="height" content="576"> <img class="" data-attachment-id="4290" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06146" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=384&#038;resize=384%2C576&#038;h=576#038;h=576" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=384&amp;h=576 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06146.jpg?w=683&amp;h=1024 683w" width="384" height="576" loading="lazy" data-original-width="384" data-original-height="576" itemprop="http://schema.org/image" title="DSC06146" alt="DSC06146" style="width: 384px; height: 576px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-3" style="width: 288px; height: 580px;" data-original-width="288" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06153-2/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="190"> <img class="" data-attachment-id="4289" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06153" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=284&#038;resize=284%2C190&#038;h=190#038;h=190" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=284&amp;h=190 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=568&amp;h=380 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06153.jpg?w=300&amp;h=200 300w" width="284" height="190" loading="lazy" data-original-width="284" data-original-height="190" itemprop="http://schema.org/image" title="DSC06153" alt="DSC06153" style="width: 284px; height: 190px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06164/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4288" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06164" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06164.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06164" alt="DSC06164" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06171/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4287" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06171" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06171" alt="DSC06171" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">L’après midi nous descendons à terre pour une longue balade à la recherche des iguanes terrestres. Ils sont plus grands que les iguanes marins et très beaux avec leurs écailles dorées. Snorkling dans l’eau qui est de plus en plus fraîche, elle ne doit pas dépasser 18 degrés et les pinguoins (que je vois de loin) semblent apprécier bien plus que moi !</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06188/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4285" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06188" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06188.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06188" alt="DSC06188" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06171/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4287" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06171" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06171.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06171" alt="DSC06171" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06185/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4286" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06185" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06185.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06185" alt="DSC06185" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06202/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4284" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06202" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06202.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06202" alt="DSC06202" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06223/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4283" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06223" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06223.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06223" alt="DSC06223" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Au retour notre zodiac est escorté par une dizaine de dauphins : irréel.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06240/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4280" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06240" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06240.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06240" alt="DSC06240" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06229/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4282" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06229" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06229.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06229" alt="DSC06229" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06236/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4281" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06236" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06236.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06236" alt="DSC06236" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="gallery-group images-1" style="width: 676px; height: 452px;" data-original-width="676" data-original-height="452" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06243/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="448"> <img class="" data-attachment-id="4279" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06243" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=672&#038;resize=672%2C448&#038;h=448#038;h=448" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=672&amp;h=448 672w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=1344&amp;h=896 1344w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06243.jpg?w=1024&amp;h=683 1024w" width="672" height="448" loading="lazy" data-original-width="672" data-original-height="448" itemprop="http://schema.org/image" title="DSC06243" alt="DSC06243" style="width: 672px; height: 448px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Vendredi 22 avril</span></p>
<p><span lang="FR">Encore une belle balade ce matin sur l’île d’Isabella,  nous montons jusqu’à un point de vue. Nous avons la chance de voir 5 faucons des Galapagos.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 238px;" data-original-width="676" data-original-height="238" > <div class="gallery-group images-1" style="width: 160px; height: 238px;" data-original-width="160" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06276/" border="0" itemprop="url"> <meta itemprop="width" content="156"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4313" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06276" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=156&#038;resize=156%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=156&amp;h=234 156w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=312&amp;h=468 312w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06276.jpg?w=200&amp;h=300 200w" width="156" height="234" loading="lazy" data-original-width="156" data-original-height="234" itemprop="http://schema.org/image" title="DSC06276" alt="DSC06276" style="width: 156px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 356px; height: 238px;" data-original-width="356" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06275-2/" border="0" itemprop="url"> <meta itemprop="width" content="352"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4314" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06275" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=352&#038;resize=352%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=352&amp;h=234 352w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=702&amp;h=468 702w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06275.jpg?w=300&amp;h=200 300w" width="352" height="234" loading="lazy" data-original-width="352" data-original-height="234" itemprop="http://schema.org/image" title="DSC06275" alt="DSC06275" style="width: 352px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 160px; height: 238px;" data-original-width="160" data-original-height="238" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06269-2/" border="0" itemprop="url"> <meta itemprop="width" content="156"> <meta itemprop="height" content="234"> <img class="" data-attachment-id="4315" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06269" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=156&#038;resize=156%2C234&#038;h=234#038;h=234" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=156&amp;h=234 156w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=312&amp;h=468 312w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06269.jpg?w=200&amp;h=300 200w" width="156" height="234" loading="lazy" data-original-width="156" data-original-height="234" itemprop="http://schema.org/image" title="DSC06269" alt="DSC06269" style="width: 156px; height: 234px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06281/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4312" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06281" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06281.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06281" alt="DSC06281" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06260/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4316" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06260" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06260.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06260" alt="DSC06260" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">L’après midi sur Fernandina, l’île la plus à l’ouest et aussi la plus jeune des Galapagos (700 000 ans), nous observons d’immenses colonies d’iguanes marins en train de se réchauffer au soleil.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06293/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4311" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06293" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06293.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06293" alt="DSC06293" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06296-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4310" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06296" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06296.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06296" alt="DSC06296" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06297/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4309" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06297" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06297.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06297" alt="DSC06297" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 580px;" data-original-width="676" data-original-height="580" > <div class="gallery-group images-3" style="width: 288px; height: 580px;" data-original-width="288" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06302/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="190"> <img class="" data-attachment-id="4308" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06302" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=284&#038;resize=284%2C190&#038;h=190#038;h=190" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=284&amp;h=190 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=568&amp;h=380 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06302.jpg?w=300&amp;h=200 300w" width="284" height="190" loading="lazy" data-original-width="284" data-original-height="190" itemprop="http://schema.org/image" title="DSC06302" alt="DSC06302" style="width: 284px; height: 190px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06318/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4307" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06318" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06318.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06318" alt="DSC06318" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06331/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4306" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06331" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06331.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC06331" alt="DSC06331" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 388px; height: 580px;" data-original-width="388" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06356/" border="0" itemprop="url"> <meta itemprop="width" content="384"> <meta itemprop="height" content="576"> <img class="" data-attachment-id="4305" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06356" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=384&#038;resize=384%2C576&#038;h=576#038;h=576" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=384&amp;h=576 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06356.jpg?w=683&amp;h=1024 683w" width="384" height="576" loading="lazy" data-original-width="384" data-original-height="576" itemprop="http://schema.org/image" title="DSC06356" alt="DSC06356" style="width: 384px; height: 576px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06357/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4304" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06357" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06357.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06357" alt="DSC06357" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06363/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4303" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06363" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06363.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC06363" alt="DSC06363" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Samedi 23 avril</span></p>
<p><span lang="FR">Aujourd’hui nous retournons sur l’île de Santiago, des centaines de crabes se baladent sur la plage.</span></p>
<p><img data-attachment-id="4328" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06366/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06366" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4328" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=676" alt="DSC06366"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06366.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><span lang="FR">L’après midi nous débarquons sur l’île de Rabida, dont la terre riche en fer est rouge. Peu de photos, mon appareil fait la grève !</span></p>
<p><img data-attachment-id="4320" data-permalink="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06385/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06385" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4320" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=676" alt="DSC06385"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06385.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><span lang="FR">Dimanche 24 avril</span></p>
<p><span lang="FR">Levés aux aurores pour notre dernière excursion. Il est 7h du matin quand nous accostons sur l’île de Mosquera, île minuscule à la pointe de l’île de Santa Cruz. Un petit tour sur l’île où nous voyons quelques otaries en train de se réveiller…</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06419/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4335" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06419" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06419.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06419" alt="DSC06419" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06412-2/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4336" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06412" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06412.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06412" alt="DSC06412" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06402/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4337" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06402" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06402.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06402" alt="DSC06402" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">A 8h30 nous disons au revoir à l’équipage et nous quittons le bateau.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/28\/galapagos-34-croisiere-vers-les-iles-inhabitees\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06367/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4327" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06367" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06367.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC06367" alt="DSC06367" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06370/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4326" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06370" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06370.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06370" alt="DSC06370" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/28/galapagos-34-croisiere-vers-les-iles-inhabitees/dsc06371/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4325" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC06371" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc06371.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC06371" alt="DSC06371" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR"> </span></p>
<p><span lang="FR"> </span></p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				
				
<article id="post-4072" class="post-4072 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized">
	<header class="entry-header">
							<h1 class="entry-title"><a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/" rel="bookmark">Galapagos (2/4): île de San&nbsp;Cristobal</a></h1>						<div class="entry-meta">
			<span class="posted-on"><a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/" rel="bookmark"><time class="entry-date published" datetime="2016-05-07T01:00:13+00:00">Mai 7, 2016</time><time class="updated" datetime="2016-05-07T01:00:23+00:00">Mai 7, 2016</time></a></span><span class="byline"><span class="sep"> / </span><span class="author vcard"><a class="url fn n" href="https://vivrelaventure.com/author/maxmarianne/">marianne</a></span></span>						<span class="comments-link"><span class="sep"> / </span><a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/#comments">2 Commentaires</a></span>
								</div><!-- .entry-meta -->
			</header><!-- .entry-header -->

		<div class="entry-content">
		<p>Lundi 11 avril</p>
<p><span lang="FR">Le bateau est assez petit et nous sommes trentaine serrés comme des sardines. Le trajet dure un peu plus de deux heures, au loin j’aperçois des dauphins.</span></p>
<p><span lang="FR">L’île de San Cristobal est à l’est de l’île de Santa Cruz, c’est aussi la capitale administrative des Galapagos. Pourtant Puerto Baquerizo Moreno, la principale ville de l’île est petite et très tranquille comparée à Puerto Ayora.</span></p>
<p><span lang="FR">Dès que l’on débarque le ton est donné : c’est le paradis des otaries. Il y en a partout ! </span></p>
<p><img data-attachment-id="4074" data-permalink="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05553/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05553" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4074" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=676" alt="DSC05553"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05553.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><img data-attachment-id="4073" data-permalink="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05551/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05551" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4073" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=676" alt="DSC05551"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05551.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><span lang="FR">En fin d’après midi nous allons nous balader en ville et nous terminons sur la plage Mann où Max s’amuse dans les vagues. Pas pour très longtemps : un homme cri « Tiburon !! », et tout le monde sort de l’eau. Je vois, qui s’éloigne, la nageoire dorsale d’un requin… Il en faut plus pour faire peur à Max qui retourne rapidement à l’eau. Ce que j&rsquo;aime ici, c’est que les otaries et les touristes cohabitent pacifiquement sur la plage.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/07\/galapagos-24-ile-de-san-cristobal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05571/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4075" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05571" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05571.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05571" alt="DSC05571" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05594/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4076" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05594" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05594.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05594" alt="DSC05594" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05599/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4077" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05599" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05599.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05599" alt="DSC05599" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 382px;" data-original-width="676" data-original-height="382" > <div class="gallery-group images-1" style="width: 676px; height: 382px;" data-original-width="676" data-original-height="382" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/20160411_122605/" border="0" itemprop="url"> <meta itemprop="width" content="672"> <meta itemprop="height" content="378"> <img class="" data-attachment-id="4111" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160411_122605" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=672&#038;resize=672%2C378&#038;h=378#038;h=378" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=672&amp;h=378 672w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=1344&amp;h=756 1344w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=300&amp;h=169 300w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=768&amp;h=432 768w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_122605.jpg?w=1024&amp;h=576 1024w" width="672" height="378" loading="lazy" data-original-width="672" data-original-height="378" itemprop="http://schema.org/image" title="20160411_122605" alt="20160411_122605" style="width: 672px; height: 378px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<div class="jetpack-video-wrapper"><span class="embed-youtube" style="text-align:center; display: block;"><iframe class="youtube-player" width="560" height="315" src="https://www.youtube.com/embed/kATrpLBADqY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=fr&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></div>
<p><span lang="FR">Mardi 12 avril</span></p>
<p><span lang="FR">Matinée studieuse. L’après midi nous allons sur une plage un peu après Playa Mann, Punta Carola. Pour l’atteindre il y a un petit chemin pas très bien signalisé. D&rsquo;ailleurs, nous sommes quasiment seuls sur la plage. </span></p>
<p><span lang="FR">Nous faisons un peu de snorkling et Max a la chance de voir deux tortues, je ne suis pas très loin mais en fuite, des poissons me mordillent les doigts de pied !!</span></p>
<p><span lang="FR">La plage est très jolie et là encore il y a des otaries qui se prélassent, d’ailleurs l’une d’elle s’installe juste à côté de moi et m’observe du coin de l’œil…</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/07\/galapagos-24-ile-de-san-cristobal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 302px;" data-original-width="676" data-original-height="302" > <div class="gallery-group images-1" style="width: 451px; height: 302px;" data-original-width="451" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05605/" border="0" itemprop="url"> <meta itemprop="width" content="447"> <meta itemprop="height" content="298"> <img class="" data-attachment-id="4078" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05605" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=447&#038;resize=447%2C298&#038;h=298#038;h=298" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=447&amp;h=298 447w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=894&amp;h=596 894w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05605.jpg?w=768&amp;h=512 768w" width="447" height="298" loading="lazy" data-original-width="447" data-original-height="298" itemprop="http://schema.org/image" title="DSC05605" alt="DSC05605" style="width: 447px; height: 298px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 225px; height: 302px;" data-original-width="225" data-original-height="302" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05622/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4079" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05622" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05622.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05622" alt="DSC05622" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05650/" border="0" itemprop="url"> <meta itemprop="width" content="221"> <meta itemprop="height" content="147"> <img class="" data-attachment-id="4081" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05650" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=221&#038;resize=221%2C147&#038;h=147#038;h=147" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=221&amp;h=147 221w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=442&amp;h=294 442w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05650.jpg?w=300&amp;h=200 300w" width="221" height="147" loading="lazy" data-original-width="221" data-original-height="147" itemprop="http://schema.org/image" title="DSC05650" alt="DSC05650" style="width: 221px; height: 147px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05657/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4082" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05657" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05657.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC05657" alt="DSC05657" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05660-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4083" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05660" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05660.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC05660" alt="DSC05660" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Sur le chemin du retour nous nous arrêtons à Playa Mann et Max en profite pour manger une brochette, selon lui il est « poulétarien »…</span></p>
<p><img data-attachment-id="4096" data-permalink="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05712/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05712" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=676" loading="lazy" class="wp-image-4096 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=238&#038;h=357" alt="DSC05712" width="238" height="357" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=238&amp;h=357 238w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=476&amp;h=714 476w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05712.jpg?w=200&amp;h=300 200w" sizes="(max-width: 238px) 100vw, 238px" /></p>
<p><span lang="FR">Mercredi 13 avril</span></p>
<p><span lang="FR">Depuis notre arrivée sur l’île Max me tanne pour aller faire du vélo. Pas très convaincue, je cède. Nous partons faire une balade d’une dizaine de kilomètres qui nous emmène à un point de vue puis à la casa del arbol. Un arbre de près de 600 ans. </span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/07\/galapagos-24-ile-de-san-cristobal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 185px;" data-original-width="676" data-original-height="185" > <div class="gallery-group images-1" style="width: 276px; height: 185px;" data-original-width="276" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05662/" border="0" itemprop="url"> <meta itemprop="width" content="272"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4084" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05662" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=272&#038;resize=272%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=272&amp;h=181 272w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=544&amp;h=362 544w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05662.jpg?w=300&amp;h=200 300w" width="272" height="181" loading="lazy" data-original-width="272" data-original-height="181" itemprop="http://schema.org/image" title="DSC05662" alt="DSC05662" style="width: 272px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 125px; height: 185px;" data-original-width="125" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05665/" border="0" itemprop="url"> <meta itemprop="width" content="121"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4085" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05665" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=121&#038;resize=121%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=121&amp;h=181 121w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=242&amp;h=362 242w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05665.jpg?w=200&amp;h=300 200w" width="121" height="181" loading="lazy" data-original-width="121" data-original-height="181" itemprop="http://schema.org/image" title="DSC05665" alt="DSC05665" style="width: 121px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 275px; height: 185px;" data-original-width="275" data-original-height="185" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05669/" border="0" itemprop="url"> <meta itemprop="width" content="271"> <meta itemprop="height" content="181"> <img class="" data-attachment-id="4086" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05669" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=271&#038;resize=271%2C181&#038;h=181#038;h=181" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=271&amp;h=181 271w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=542&amp;h=362 542w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05669.jpg?w=300&amp;h=200 300w" width="271" height="181" loading="lazy" data-original-width="271" data-original-height="181" itemprop="http://schema.org/image" title="DSC05669" alt="DSC05669" style="width: 271px; height: 181px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Les routes sont neuves et il y a même une piste cyclable !</span></p>
<p><img data-attachment-id="4113" data-permalink="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/20160413_145717-2/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg" data-orig-size="2576,1932" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20160413_145717" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4113" src="https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=676" alt="20160413_145717"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg 2576w, https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=768&amp;h=576 768w, https://vivrelaventure.files.wordpress.com/2016/05/20160413_1457171.jpg?w=1024&amp;h=768 1024w" sizes="(max-width: 2576px) 100vw, 2576px" /></p>
<p><span lang="FR">Nous finissons la journée à la Playa Lobos où il n’y a (d’ailleurs) aucune otarie, mais la plage est très belle et nous faisons du snorkling.</span></p>
<p><span lang="FR">Nous sommes tellement contents de cette journée que nous décidons de refaire du vélo lendemain et cette fois traverser l’île !</span></p>
<p><span lang="FR">Jeudi 14 avril</span></p>
<p><span lang="FR">Après une matinée studieuse, nous sommes prêts à partir pour l’aventure. Nous récupérons les vélos et nous commençons la balade en haut du volcan, ce qui fait que pour arriver à la plage nous avons une dizaine de kilomètre de descente : ça nous va parfaitement bien !</span></p>
<p><span lang="FR">La plage de Puerto Chino, se trouve tout au bout de la route, nous attachons nos vélos et nous continuons à pied une quinzaine de minutes. C’est une splendide plage de sable blanc, Max se jette immédiatement dans les rouleaux. La mer est cristalline et un peu fraîche pour moi. Malheureusement nous ne pouvons pas y rester trop longtemps. Nous avons plus de 24km pour retourner au village dont 11km de montée et la nuit tombe dans 2h30.</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/07\/galapagos-24-ile-de-san-cristobal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 580px;" data-original-width="676" data-original-height="580" > <div class="gallery-group images-3" style="width: 288px; height: 580px;" data-original-width="288" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05686/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="190"> <img class="" data-attachment-id="4088" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05686" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=284&#038;resize=284%2C190&#038;h=190#038;h=190" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=284&amp;h=190 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=568&amp;h=380 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05686.jpg?w=300&amp;h=200 300w" width="284" height="190" loading="lazy" data-original-width="284" data-original-height="190" itemprop="http://schema.org/image" title="DSC05686" alt="DSC05686" style="width: 284px; height: 190px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05687/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4089" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05687" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05687.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC05687" alt="DSC05687" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05691/" border="0" itemprop="url"> <meta itemprop="width" content="284"> <meta itemprop="height" content="189"> <img class="" data-attachment-id="4090" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05691" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=284&#038;resize=284%2C189&#038;h=189#038;h=189" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=284&amp;h=189 284w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=568&amp;h=378 568w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05691.jpg?w=300&amp;h=200 300w" width="284" height="189" loading="lazy" data-original-width="284" data-original-height="189" itemprop="http://schema.org/image" title="DSC05691" alt="DSC05691" style="width: 284px; height: 189px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 388px; height: 580px;" data-original-width="388" data-original-height="580" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05695/" border="0" itemprop="url"> <meta itemprop="width" content="384"> <meta itemprop="height" content="576"> <img class="" data-attachment-id="4091" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg" data-orig-size="1824,2736" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05695" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=200" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=384&#038;resize=384%2C576&#038;h=576#038;h=576" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=384&amp;h=576 384w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=768&amp;h=1152 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=100&amp;h=150 100w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=200&amp;h=300 200w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05695.jpg?w=683&amp;h=1024 683w" width="384" height="576" loading="lazy" data-original-width="384" data-original-height="576" itemprop="http://schema.org/image" title="DSC05695" alt="DSC05695" style="width: 384px; height: 576px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">La pente est très raide, Max est rapidement à bout de force. Le problème c’est que son vélo est lourd, donc même marcher en le poussant est difficile. Arghhh. Que faire ? Pas de réseau téléphonique. Aucune voiture (voie sans issue). Mais la chance est avec nous. De nulle part un pick-up apparaît et le chauffeur propose de nous déposer en haut du volcan. Je ne sais pas qui de moi ou de Max est le plus soulagé ! Bon j’avais quand même un plan B : la propriétaire devait nous envoyer un taxi si elle nous n’étions pas revenu à 19h.</span></p>
<p><span lang="FR">Comme nous avons maintenant du temps, j’en profite pour monter en haut du volcan. Max lui est crevé et préfère m’attendre. </span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/07\/galapagos-24-ile-de-san-cristobal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 227px;" data-original-width="676" data-original-height="227" > <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05699-2/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4092" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05699" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05699.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC05699" alt="DSC05699" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 338px; height: 227px;" data-original-width="338" data-original-height="227" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05702/" border="0" itemprop="url"> <meta itemprop="width" content="334"> <meta itemprop="height" content="223"> <img class="" data-attachment-id="4093" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05702" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=334&#038;resize=334%2C223&#038;h=223#038;h=223" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=334&amp;h=223 334w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=668&amp;h=446 668w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05702.jpg?w=300&amp;h=200 300w" width="334" height="223" loading="lazy" data-original-width="334" data-original-height="223" itemprop="http://schema.org/image" title="DSC05702" alt="DSC05702" style="width: 334px; height: 223px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">La vue sur le lac du cratère est très apaisante. Je reste assez longtemps à regarder les frégates se dessaler les ailes.</span></p>
<p><span lang="FR">Le retour est assez facile, il y a quelques montées mais rien de trop difficile, n’empêche nous sommes contents lorsque nous arrivons en ville à la nuit tombante.</span></p>
<p><img data-attachment-id="4094" data-permalink="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05709/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05709" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=676" loading="lazy" class="alignnone size-full wp-image-4094" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=676" alt="DSC05709"   srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg 2736w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=300&amp;h=200 300w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=768&amp;h=512 768w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05709.jpg?w=1024&amp;h=683 1024w" sizes="(max-width: 2736px) 100vw, 2736px" /></p>
<p><span lang="FR">Vendredi 15 avril</span></p>
<p>Ce matin lorsque nous allons acheter notre pain nous discutons avec le boulanger,  il nous raconte qu&rsquo;il est fan de l&rsquo;équipe de Gayaquil &laquo;&nbsp;Emelec&nbsp;&raquo;, tellement fan d&rsquo;ailleurs qu&rsquo;il s&rsquo;est fait graver le nom de son équipe fétiche en lettre d&rsquo;or sur les incisives&#8230; Il nous propose aussi de monter chez lui pour voir sa collection. Ok ! Il descend le rideau de sa boutique et nous montons chez lui. Tout est bleu et blanc, les couleurs de son équipe&#8230; TOUT! Lit, draps, murs et même la table de billard (qui est d&rsquo;ailleurs recouverte de liasses de billets de 1 dollars). Lui aussi d&rsquo;ailleurs ne s&rsquo;habille qu&rsquo;en blanc et bleu.</p>
<p><img data-attachment-id="4110" data-permalink="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/20160415_092703/" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160415_092703" data-image-description="" data-image-caption="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=676" loading="lazy" class="wp-image-4110 aligncenter" src="https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=440&#038;h=248" alt="20160415_092703" width="440" height="248" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=440&amp;h=248 440w, https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=880&amp;h=496 880w, https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=300&amp;h=169 300w, https://vivrelaventure.files.wordpress.com/2016/05/20160415_092703.jpg?w=768&amp;h=432 768w" sizes="(max-width: 440px) 100vw, 440px" /></p>
<p><span lang="FR">Pour notre dernier jour nous décidons de passer l’après-midi sur les deux plages de la ville, d’abord Playa Carola (où je retrouve mes potes les otaries) et Playa Mann où Max déguste sa brochette saucisse-poulet…</span></p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="676" data-carousel-extra='{&quot;blog_id&quot;:87718092,&quot;permalink&quot;:&quot;https:\/\/vivrelaventure.com\/2016\/05\/07\/galapagos-24-ile-de-san-cristobal\/&quot;,&quot;likes_blog_id&quot;:87718092}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 676px; height: 317px;" data-original-width="676" data-original-height="317" > <div class="gallery-group images-2" style="width: 255px; height: 317px;" data-original-width="255" data-original-height="317" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/20160417_150458/" border="0" itemprop="url"> <meta itemprop="width" content="251"> <meta itemprop="height" content="141"> <img class="" data-attachment-id="4108" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg" data-orig-size="3264,1836" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160417_150458" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=251&#038;resize=251%2C141&#038;h=141#038;h=141" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=251&amp;h=141 251w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=502&amp;h=282 502w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=150&amp;h=84 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160417_150458.jpg?w=300&amp;h=169 300w" width="251" height="141" loading="lazy" data-original-width="251" data-original-height="141" itemprop="http://schema.org/image" title="20160417_150458" alt="20160417_150458" style="width: 251px; height: 141px;" data-recalc-dims="1" /> </a> </div> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/dsc05715/" border="0" itemprop="url"> <meta itemprop="width" content="251"> <meta itemprop="height" content="168"> <img class="" data-attachment-id="4097" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg" data-orig-size="2736,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DSC05715" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=251&#038;resize=251%2C168&#038;h=168#038;h=168" srcset="https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=251&amp;h=168 251w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=502&amp;h=336 502w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=150&amp;h=100 150w, https://vivrelaventure.files.wordpress.com/2016/05/dsc05715.jpg?w=300&amp;h=200 300w" width="251" height="168" loading="lazy" data-original-width="251" data-original-height="168" itemprop="http://schema.org/image" title="DSC05715" alt="DSC05715" style="width: 251px; height: 168px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 421px; height: 317px;" data-original-width="421" data-original-height="317" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://vivrelaventure.com/2016/05/07/galapagos-24-ile-de-san-cristobal/20160411_181007/" border="0" itemprop="url"> <meta itemprop="width" content="417"> <meta itemprop="height" content="313"> <img class="" data-attachment-id="4112" data-orig-file="https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg" data-orig-size="2576,1932" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="20160411_181007" data-image-description="" data-medium-file="https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=300" data-large-file="https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=676" src="https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=417&#038;resize=417%2C313&#038;h=313#038;h=313" srcset="https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=417&amp;h=313 417w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=834&amp;h=626 834w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=150&amp;h=113 150w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=300&amp;h=225 300w, https://vivrelaventure.files.wordpress.com/2016/05/20160411_181007.jpg?w=768&amp;h=576 768w" width="417" height="313" loading="lazy" data-original-width="417" data-original-height="313" itemprop="http://schema.org/image" title="20160411_181007" alt="20160411_181007" style="width: 417px; height: 313px;" data-recalc-dims="1" /> </a> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p><span lang="FR">Samedi 16 avril</span></p>
<p><span lang="FR">A 7h du matin nous prenons le bateau pour retourner à Santa Cruz. Puerto Ayora, nous paraît une grande ville comparée à Puerto Baquerizo Moreno que nous regrettons déjà… Mais demain nous partons en croisière vers les îles inhabitées !</span></p>
<p><span lang="FR"> </span></p>
			</div><!-- .entry-content -->
	</article><!-- #post-## -->

			
				<nav class="navigation paging-navigation" role="navigation">
		<h1 class="screen-reader-text">Navigation des articles</h1>
		<div class="nav-links">

						<div class="nav-previous"><a href="https://vivrelaventure.com/page/2/" ><span class="meta-nav">&larr;</span> Articles Précédents</a></div>
			
			
		</div><!-- .nav-links -->
	</nav><!-- .navigation -->
	
		
		</main><!-- #main -->
	</div><!-- #primary -->


	<div id="secondary" class="widget-area" role="complementary">
		<aside id="archives-6" class="widget widget_archive"><h1 class="widget-title">Archives</h1>		<label class="screen-reader-text" for="archives-dropdown-6">Archives</label>
		<select id="archives-dropdown-6" name="archive-dropdown">
			
			<option value="">Sélectionner un mois</option>
				<option value='https://vivrelaventure.com/2021/01/'> janvier 2021 &nbsp;(3)</option>
	<option value='https://vivrelaventure.com/2017/01/'> janvier 2017 &nbsp;(2)</option>
	<option value='https://vivrelaventure.com/2016/06/'> juin 2016 &nbsp;(2)</option>
	<option value='https://vivrelaventure.com/2016/05/'> Mai 2016 &nbsp;(3)</option>
	<option value='https://vivrelaventure.com/2016/04/'> avril 2016 &nbsp;(4)</option>
	<option value='https://vivrelaventure.com/2016/03/'> mars 2016 &nbsp;(3)</option>
	<option value='https://vivrelaventure.com/2016/02/'> février 2016 &nbsp;(6)</option>
	<option value='https://vivrelaventure.com/2016/01/'> janvier 2016 &nbsp;(5)</option>
	<option value='https://vivrelaventure.com/2015/12/'> décembre 2015 &nbsp;(11)</option>
	<option value='https://vivrelaventure.com/2015/11/'> novembre 2015 &nbsp;(13)</option>
	<option value='https://vivrelaventure.com/2015/10/'> octobre 2015 &nbsp;(9)</option>
	<option value='https://vivrelaventure.com/2015/09/'> septembre 2015 &nbsp;(6)</option>
	<option value='https://vivrelaventure.com/2015/08/'> août 2015 &nbsp;(11)</option>
	<option value='https://vivrelaventure.com/2015/07/'> juillet 2015 &nbsp;(2)</option>
	<option value='https://vivrelaventure.com/2015/05/'> Mai 2015 &nbsp;(1)</option>
	<option value='https://vivrelaventure.com/2015/03/'> mars 2015 &nbsp;(1)</option>

		</select>

			<script type="text/javascript">
/* <![CDATA[ */

(function() {
	var dropdown = document.getElementById( "archives-dropdown-6" );
	function onSelectChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
			document.location.href = this.options[ this.selectedIndex ].value;
		}
	}
	dropdown.onchange = onSelectChange;
})();

/* ]]> */
</script>
</aside><aside id="widget_contact_info-3" class="widget widget_contact_info"><h1 class="widget-title">Envoyez moi un email !</h1><div itemscope itemtype="http://schema.org/LocalBusiness"><div class="confit-address" itemscope itemtype="http://schema.org/PostalAddress" itemprop="address"><a href="https://maps.google.com/maps?z=16&#038;q=marianne.parel%40gmail.com" target="_blank" rel="noopener noreferrer">marianne.parel@gmail.com</a></div></div></aside>			<div id="atatags-286348-66289e5b70727"></div>
			
			<script>
				__ATA.cmd.push(function() {
					__ATA.initDynamicSlot({
						id: 'atatags-286348-66289e5b70727',
						location: 140,
						formFactor: '003',
						label: {
							text: 'Publicités',
						},
						creative: {
							reportAd: {
								text: 'Report this Ad',
							},
							privacySettings: {
								text: 'Confidentialité',
								onClick: function() { window.__tcfapi && window.__tcfapi( 'showUi' ); },
							}
						}
					});
				});
			</script>	</div><!-- #secondary -->

	</div><!-- #content -->
	<footer id="colophon" class="site-footer" role="contentinfo">
			<div id="tertiary" class="widget-areas clear" role="complementary">
							<div class="widget-area">
				<aside id="follow_button_widget-3" class="widget widget_follow_button_widget">
		<a class="wordpress-follow-button" href="https://vivrelaventure.com" data-blog="87718092" data-lang="fr" >Follow vivre l&#039;aventure on WordPress.com</a>
		<script type="text/javascript">(function(d){ window.wpcomPlatform = {"titles":{"timelines":"Fils d\u2019actualit\u00e9 int\u00e9grables","followButton":"Bouton S\u2019abonner","wpEmbeds":"Int\u00e9grations WordPress"}}; var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');p.type = 'text/javascript';p.async = true;p.src = '//widgets.wp.com/platform.js';f.parentNode.insertBefore(p,f);}(document));</script>

		</aside><aside id="music-player-5" class="widget music-player"><h1 class="widget-title">musique</h1></aside>			</div>
					</div><!-- #tertiary -->
		<div class="site-info">
			<a href="https://wordpress.com/?ref=footer_website" rel="nofollow">Créez un site Web ou un blog gratuitement sur WordPress.com.</a>
			
					</div><!-- .site-info -->
	</footer><!-- #colophon -->
</div><!-- #page -->

		<script type="text/javascript">
		var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/vivrelaventure.com\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"content","click_handle":"1","text":"Articles pr\u00e9c\u00e9dents","totop":"Retour en Haut","currentday":"07.05.16","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"vivrelaventure.com","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-04-24 05:53:31","last_post_date":"2016-05-07 01:00:13","body_class":"infinite-scroll","loading_text":"Chargement d\u2019une nouvelle page","stats":"blog=87718092&v=wpcom&tz=0&user_id=0&subd=vivrelaventure&x_pagetype=infinite-click"}};
		</script>
		<!--  -->
<script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=2024174d47d929f88574eb4a47e5b1778b683b87e7f6078bb6a33f34c1178752e83406" id="grofiles-cards-js"></script>
<script type="text/javascript" id="wpgroho-js-extra">
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>

	<script>
		// Initialize and attach hovercards to all gravatars
		( function() {
			function init() {
				if ( typeof Gravatar === 'undefined' ) {
					return;
				}

				if ( typeof Gravatar.init !== 'function' ) {
					return;
				}

				Gravatar.profile_cb = function ( hash, id ) {
					WPGroHo.syncProfileData( hash, id );
				};

				Gravatar.my_hash = WPGroHo.my_hash;
				Gravatar.init(
					'body',
					'#wp-admin-bar-my-account',
					{
						i18n: {
							'Edit your profile': 'Modifier votre profil',
							'View profile': 'View profile',
							'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.',
							'Sorry, we are unable to load this Gravatar profile. Please check your internet connection.': 'Sorry, we are unable to load this Gravatar profile. Please check your internet connection.',
						},
					}
				);
			}

			if ( document.readyState !== 'loading' ) {
				init();
			} else {
				document.addEventListener( 'DOMContentLoaded', init );
			}
		} )();
	</script>

		<div style="display:none">
	</div>
		<script type="text/javascript">
		( function() {
			function init() {
				document.body.addEventListener( 'is.post-load', function() {
					if ( typeof __ATA.insertInlineAds === 'function' ) {
						__ATA.insertInlineAds();
					}
				} );
			}

			if ( document.readyState !== 'loading' ) {
				init();
			} else {
				document.addEventListener( 'DOMContentLoaded', init );
			}
		} )();
		</script>		<!-- CCPA [start] -->
		<script type="text/javascript">
			( function () {

				var setupPrivacy = function() {

					// Minimal Mozilla Cookie library
					// https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework
					var cookieLib = window.cookieLib = {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c="";if(n)switch(n.constructor){case Number:c=n===1/0?"; expires=Fri, 31 Dec 9999 23:59:59 GMT":"; max-age="+n;break;case String:c="; expires="+n;break;case Date:c="; expires="+n.toUTCString()}return"rootDomain"!==r&&".rootDomain"!==r||(r=(".rootDomain"===r?".":"")+document.location.hostname.split(".").slice(-2).join(".")),document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(o)+c+(r?"; domain="+r:"")+(t?"; path="+t:"")+(i?"; secure":""),!0}};

					// Implement IAB USP API.
					window.__uspapi = function( command, version, callback ) {

						// Validate callback.
						if ( typeof callback !== 'function' ) {
							return;
						}

						// Validate the given command.
						if ( command !== 'getUSPData' || version !== 1 ) {
							callback( null, false );
							return;
						}

						// Check for GPC. If set, override any stored cookie.
						if ( navigator.globalPrivacyControl ) {
							callback( { version: 1, uspString: '1YYN' }, true );
							return;
						}

						// Check for cookie.
						var consent = cookieLib.getItem( 'usprivacy' );

						// Invalid cookie.
						if ( null === consent ) {
							callback( null, false );
							return;
						}

						// Everything checks out. Fire the provided callback with the consent data.
						callback( { version: 1, uspString: consent }, true );
					};

					// Initialization.
					document.addEventListener( 'DOMContentLoaded', function() {

						// Internal functions.
						var setDefaultOptInCookie = function() {
							var value = '1YNN';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 365 * 24 * 60 * 60, '/', domain );
						};

						var setDefaultOptOutCookie = function() {
							var value = '1YYN';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
						};

						var setDefaultNotApplicableCookie = function() {
							var value = '1---';
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
						};

						var setCcpaAppliesCookie = function( applies ) {
							var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
							cookieLib.setItem( 'ccpa_applies', applies, 24 * 60 * 60, '/', domain );
						}

						var maybeCallDoNotSellCallback = function() {
							if ( 'function' === typeof window.doNotSellCallback ) {
								return window.doNotSellCallback();
							}

							return false;
						}

						// Look for usprivacy cookie first.
						var usprivacyCookie = cookieLib.getItem( 'usprivacy' );

						// Found a usprivacy cookie.
						if ( null !== usprivacyCookie ) {

							// If the cookie indicates that CCPA does not apply, then bail.
							if ( '1---' === usprivacyCookie ) {
								return;
							}

							// CCPA applies, so call our callback to add Do Not Sell link to the page.
							maybeCallDoNotSellCallback();

							// We're all done, no more processing needed.
							return;
						}

						// We don't have a usprivacy cookie, so check to see if we have a CCPA applies cookie.
						var ccpaCookie = cookieLib.getItem( 'ccpa_applies' );

						// No CCPA applies cookie found, so we'll need to geolocate if this visitor is from California.
						// This needs to happen client side because we do not have region geo data in our $SERVER headers,
						// only country data -- therefore we can't vary cache on the region.
						if ( null === ccpaCookie ) {

							var request = new XMLHttpRequest();
							request.open( 'GET', 'https://public-api.wordpress.com/geo/', true );

							request.onreadystatechange = function () {
								if ( 4 === this.readyState ) {
									if ( 200 === this.status ) {

										// Got a geo response. Parse out the region data.
										var data = JSON.parse( this.response );
										var region      = data.region ? data.region.toLowerCase() : '';
										var ccpa_applies = ['california', 'colorado', 'connecticut', 'delaware', 'indiana', 'iowa', 'montana', 'new jersey', 'oregon', 'tennessee', 'texas', 'utah', 'virginia'].indexOf( region ) > -1;
										// Set CCPA applies cookie. This keeps us from having to make a geo request too frequently.
										setCcpaAppliesCookie( ccpa_applies );

										// Check if CCPA applies to set the proper usprivacy cookie.
										if ( ccpa_applies ) {
											if ( maybeCallDoNotSellCallback() ) {
												// Do Not Sell link added, so set default opt-in.
												setDefaultOptInCookie();
											} else {
												// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
												setDefaultOptOutCookie();
											}
										} else {
											// CCPA does not apply.
											setDefaultNotApplicableCookie();
										}
									} else {
										// Could not geo, so let's assume for now that CCPA applies to be safe.
										setCcpaAppliesCookie( true );
										if ( maybeCallDoNotSellCallback() ) {
											// Do Not Sell link added, so set default opt-in.
											setDefaultOptInCookie();
										} else {
											// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
											setDefaultOptOutCookie();
										}
									}
								}
							};

							// Send the geo request.
							request.send();
						} else {
							// We found a CCPA applies cookie.
							if ( ccpaCookie === 'true' ) {
								if ( maybeCallDoNotSellCallback() ) {
									// Do Not Sell link added, so set default opt-in.
									setDefaultOptInCookie();
								} else {
									// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
									setDefaultOptOutCookie();
								}
							} else {
								// CCPA does not apply.
								setDefaultNotApplicableCookie();
							}
						}
					} );
				};

				// Kickoff initialization.
				if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
					defQueue.items.push( setupPrivacy );
				} else {
					setupPrivacy();
				}

			} )();
		</script>

		<!-- CCPA [end] -->
			<div id="actionbar" style="display: none;"
			class="actnbr-pub-hemingway-rewritten actnbr-has-follow">
		<ul>
								<li class="actnbr-btn actnbr-hidden">
								<a class="actnbr-action actnbr-actn-follow" href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z"  fill-rule="evenodd"></path></svg>
			<span>Souscrire</span>
		</a>
		<a class="actnbr-action actnbr-actn-following  no-display" href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
			<span>Abonné</span>
		</a>
							<div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
							<div class="tip-arrow"></div>
							<div class="tip-inner actnbr-follow-bubble">
															<ul>
											<li class="actnbr-sitename">
			<a href="https://vivrelaventure.com">
				<img alt='' src='https://s2.wp.com/i/logo/wpcom-gray-white.png' srcset='https://s2.wp.com/i/logo/wpcom-gray-white.png 1x' class='avatar avatar-50' height='50' width='50' />				vivre l&#039;aventure			</a>
		</li>
										<div class="actnbr-message no-display"></div>
									<form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;">
																						<div class="actnbr-follow-count">Rejoignez 46 autres abonnés</div>
																					<div>
										<input type="email" name="email" placeholder="Entrez votre adresse e-mail" class="actnbr-email-field" aria-label="Entrez votre adresse e-mail" />
										</div>
										<input type="hidden" name="action" value="subscribe" />
										<input type="hidden" name="blog_id" value="87718092" />
										<input type="hidden" name="source" value="https://vivrelaventure.com/" />
										<input type="hidden" name="sub-type" value="actionbar-follow" />
										<input type="hidden" id="_wpnonce" name="_wpnonce" value="6ee44b5510" />										<div class="actnbr-button-wrap">
											<button type="submit" value="M’inscrire">
												M’inscrire											</button>
										</div>
									</form>
									<li class="actnbr-login-nudge">
										<div>
											Vous disposez déjà dʼun compte WordPress ? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fvivrelaventure.com%252F2021%252F01%252F01%252Fderniere-escale-a-chicago%252F">Connectez-vous maintenant.</a>										</div>
									</li>
								</ul>
															</div>
						</div>
					</li>
									<li class="actnbr-btn actnbr-hidden no-display" onclick="javascript:__tcfapi( 'showUi' );">
						<a class="actnbr-action actnbr-actn-privacy" href="#">
							<svg class="gridicon gridicons-info-outline" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"/></g></svg>							<span>Confidentialité						</span>
						</a>
					</li>
							<li class="actnbr-ellipsis actnbr-hidden">
				<svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg>				<div class="actnbr-popover tip tip-top-left actnbr-more">
					<div class="tip-arrow"></div>
					<div class="tip-inner">
						<ul>
									<li class="actnbr-sitename">
			<a href="https://vivrelaventure.com">
				<img alt='' src='https://s2.wp.com/i/logo/wpcom-gray-white.png' srcset='https://s2.wp.com/i/logo/wpcom-gray-white.png 1x' class='avatar avatar-50' height='50' width='50' />				vivre l&#039;aventure			</a>
		</li>
								<li class="actnbr-folded-customize">
								<a href="https://vivrelaventure.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fvivrelaventure.wordpress.com%2F">
									<svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg>									<span>Personnaliser</span>
								</a>
							</li>
																<li class="actnbr-folded-follow">
												<a class="actnbr-action actnbr-actn-follow" href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z"  fill-rule="evenodd"></path></svg>
			<span>Souscrire</span>
		</a>
		<a class="actnbr-action actnbr-actn-following  no-display" href="">
			<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
			<span>Abonné</span>
		</a>
										</li>
																	<li class="actnbr-signup"><a href="https://wordpress.com/start/">S’inscrire</a></li>
									<li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fvivrelaventure.com%252F2021%252F01%252F01%252Fderniere-escale-a-chicago%252F">Connexion</a></li>
																	<li class="flb-report">
										<a href="https://wordpress.com/abuse/?report_url=https://vivrelaventure.com" target="_blank" rel="noopener noreferrer">
											Signaler ce contenu										</a>
									</li>
																	<li class="actnbr-reader">
										<a href="https://wordpress.com/read/feeds/36275314">
											Voir le site dans le Lecteur										</a>
									</li>
																	<li class="actnbr-subs">
										<a href="https://subscribe.wordpress.com/">Gérer les abonnements</a>
									</li>
																		<li class="actnbr-fold"><a href="">Réduire cette barre</a></li>
															</ul>
					</div>
				</div>
			</li>
		</ul>
	</div>
	
<script>
window.addEventListener( "load", function( event ) {
	var link = document.createElement( "link" );
	link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20240115";
	link.type = "text/css";
	link.rel = "stylesheet";
	document.head.appendChild( link );

	var script = document.createElement( "script" );
	script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122";
	script.defer = true;
	document.body.appendChild( script );
} );
</script>

			<div id="jp-carousel-loading-overlay">
			<div id="jp-carousel-loading-wrapper">
				<span id="jp-carousel-library-loading">&nbsp;</span>
			</div>
		</div>
		<div class="jp-carousel-overlay" style="display: none;">

		<div class="jp-carousel-container">
			<!-- The Carousel Swiper -->
			<div
				class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions"
				itemscope
				itemtype="https://schema.org/ImageGallery">
				<div class="jp-carousel swiper-wrapper"></div>
				<div class="jp-swiper-button-prev swiper-button-prev">
					<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskPrev" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="9" height="12">
							<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskPrev)">
							<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
				<div class="jp-swiper-button-next swiper-button-next">
					<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<mask id="maskNext" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="8" height="12">
							<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
						</mask>
						<g mask="url(#maskNext)">
							<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
						</g>
					</svg>
				</div>
			</div>
			<!-- The main close buton -->
			<div class="jp-carousel-close-hint">
				<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
					<mask id="maskClose" mask-type="alpha" maskunits="userSpaceOnUse" x="5" y="5" width="15" height="14">
						<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
					</mask>
					<g mask="url(#maskClose)">
						<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
					</g>
				</svg>
			</div>
			<!-- Image info, comments and meta -->
			<div class="jp-carousel-info">
				<div class="jp-carousel-info-footer">
					<div class="jp-carousel-pagination-container">
						<div class="jp-swiper-pagination swiper-pagination"></div>
						<div class="jp-carousel-pagination"></div>
					</div>
					<div class="jp-carousel-photo-title-container">
						<h2 class="jp-carousel-photo-caption"></h2>
					</div>
					<div class="jp-carousel-photo-icons-container">
						<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Activer la visibilité des métadonnées sur les photos">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskInfo" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
									</mask>
									<g mask="url(#maskInfo)">
										<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
							</span>
						</a>
												<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Activer la visibilité des commentaires sur les photos">
							<span class="jp-carousel-icon">
								<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="maskComments" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
									</mask>
									<g mask="url(#maskComments)">
										<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>

								<span class="jp-carousel-has-comments-indicator" aria-label="Cette image comporte des commentaires."></span>
							</span>
						</a>
											</div>
				</div>
				<div class="jp-carousel-info-extra">
					<div class="jp-carousel-info-content-wrapper">
						<div class="jp-carousel-photo-title-container">
							<h2 class="jp-carousel-photo-title"></h2>
						</div>
						<div class="jp-carousel-comments-wrapper">
															<div id="jp-carousel-comments-loading">
									<span>Chargement des commentaires&hellip;</span>
								</div>
								<div class="jp-carousel-comments"></div>
								<div id="jp-carousel-comment-form-container">
									<span id="jp-carousel-comment-form-spinner">&nbsp;</span>
									<div id="jp-carousel-comment-post-results"></div>
																														<form id="jp-carousel-comment-form">
												<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Écrire un commentaire...</label>
												<textarea
													name="comment"
													class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea"
													id="jp-carousel-comment-form-comment-field"
													placeholder="Écrire un commentaire..."
												></textarea>
												<div id="jp-carousel-comment-form-submit-and-info-wrapper">
													<div id="jp-carousel-comment-form-commenting-as">
																													<fieldset>
																<label for="jp-carousel-comment-form-email-field">E-mail (requis)</label>
																<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-author-field">Nom (requis)</label>
																<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" />
															</fieldset>
															<fieldset>
																<label for="jp-carousel-comment-form-url-field">Site web</label>
																<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" />
															</fieldset>
																											</div>
													<input
														type="submit"
														name="submit"
														class="jp-carousel-comment-form-button"
														id="jp-carousel-comment-form-button-submit"
														value="Laisser un commentaire" />
												</div>
											</form>
																											</div>
													</div>
						<div class="jp-carousel-image-meta">
							<div class="jp-carousel-title-and-caption">
								<div class="jp-carousel-photo-info">
									<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
								</div>

								<div class="jp-carousel-photo-description"></div>
							</div>
							<ul class="jp-carousel-image-exif" style="display: none;"></ul>
							<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
								<svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
									<mask id="mask0" mask-type="alpha" maskunits="userSpaceOnUse" x="3" y="3" width="19" height="18">
										<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
									</mask>
									<g mask="url(#mask0)">
										<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
									</g>
								</svg>
								<span class="jp-carousel-download-text"></span>
							</a>
							<div class="jp-carousel-image-map" style="display: none;"></div>
						</div>
					</div>
				</div>
			</div>
		</div>

		</div>
		<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s2.wp.com/_static/??-eJydjdEKwjAMRX/IGjbBsQfxU2Rrw8xMm9I0G/69CO5NBPd4DpdzYc3OS6qYKkRzmW2ipDBjzYN/fBjUEkQJxqjghyKmyKArZSxutBQYj171APtj22YTO3uVGIObBmYsz1/0Z/9GycNoxAHqHSO6KsIKBTVLUlrQLRRQvpj30TVemnPf9t2pabv5BXr3jMo=&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" src="https://ced.sascdn.com/tag/3905/smart.js" id="smart-tag-lib-js"></script>
<script type="text/javascript" id="jetpack-carousel-js-extra">
/* <![CDATA[ */
var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"fr","ajaxurl":"https:\/\/vivrelaventure.com\/wp-admin\/admin-ajax.php","nonce":"00c68f4660","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Commentaire","post_comment":"Laisser un commentaire","write_comment":"\u00c9crire un commentaire...","loading_comments":"Chargement des commentaires\u2026","download_original":"Afficher dans sa taille r\u00e9elle <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>.","no_comment_text":"Veuillez ajouter du contenu \u00e0 votre commentaire.","no_comment_email":"Merci de renseigner une adresse e-mail.","no_comment_author":"Merci de renseigner votre nom.","comment_post_error":"Une erreur s\u2019est produite \u00e0 la publication de votre commentaire. Veuillez nous en excuser, et r\u00e9essayer dans quelques instants.","comment_approved":"Votre commentaire a \u00e9t\u00e9 approuv\u00e9.","comment_unapproved":"Votre commentaire est en attente de validation.","camera":"Appareil photo","aperture":"Ouverture","shutter_speed":"Vitesse d\u2019obturation","focal_length":"Focale","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/vivrelaventure.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fvivrelaventure.com%2F2021%2F01%2F01%2Fdernier-road-trip-las-vegas%2F","blog_id":"87718092","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=87718092&v=wpcom&tz=0&user_id=0&subd=vivrelaventure","is_public":"1"};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s0.wp.com/_static/??-eJydUNtuwyAM/aER1vUh28O0T5kIOMyJYxCYZPn7Ea2tqqra2j6Bj88Fjl6isoEFWHRHwatIxSNnvYTkjMvKkskZsh4qZISaIT/pM81UTooBJBo7HmadC+tPZKu7guQ0co+MAirbFIiO89pMyJem8gVTjYyl0/WG7BezqgRLQqn77SlX4PtN2MzojWB4QJtHjIqQR9UHW7Lq8fvS5L867RT1/LIdTVfYETzcrTUplAx0oh2Ba+Xe7CpI4JQ3RJDWv6bzlCqn4n4/6DCLnoFdSNsqBlp7JKocSHKLKIGHyjUSkkqFBSe4M+tA/5jed+1u//bctq/t8ANcqx0r'></script>
<script type="text/javascript" crossorigin='anonymous'></script>
<script type="text/javascript" crossorigin='anonymous'></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s1.wp.com/_static/??-eJxtjTEOwjAMAD+Ea2CImgHxFFRSizrEdlQn7fdhYEId76TT4V4hmTbShtKhlv5idczU6pTeP0bvig/WhM/OZca2kBA0s+K4kldT541g45nswAzCOmQ/4fErTat1pwJ7TSZ/+O3ucruEGOMYruGcP5jyQj0='></script>

	<script type="text/javascript">
		(function () {
			var wpcom_reblog = {
				source: 'toolbar',

				toggle_reblog_box_flair: function (obj_id, post_id) {

					// Go to site selector. This will redirect to their blog if they only have one.
					const postEndpoint = `https://wordpress.com/post`;

					// Ideally we would use the permalink here, but fortunately this will be replaced with the 
					// post permalink in the editor.
					const originalURL = `${ document.location.href }?page_id=${ post_id }`; 
					
					const url =
						postEndpoint +
						'?url=' +
						encodeURIComponent( originalURL ) +
						'&is_post_share=true' +
						'&v=5';

					const redirect = function () {
						if (
							! window.open( url, '_blank' )
						) {
							location.href = url;
						}
					};

					if ( /Firefox/.test( navigator.userAgent ) ) {
						setTimeout( redirect, 0 );
					} else {
						redirect();
					}
				},
			};

			window.wpcom_reblog = wpcom_reblog;
		})();
	</script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
  if ( window.external &&'msIsSiteMode' in window.external) {
    if (window.external.msIsSiteMode()) {
      var jl = document.createElement('script');
      jl.type='text/javascript';
      jl.async=true;
      jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(jl, s);
    }
  }
}catch(e){}
})();
// ]]>
</script>		<script type="text/javascript">
			(function() {
				var extend = function(out) {
					out = out || {};

					for (var i = 1; i < arguments.length; i++) {
						if (!arguments[i])
						continue;

						for (var key in arguments[i]) {
						if (arguments[i].hasOwnProperty(key))
							out[key] = arguments[i][key];
						}
					}

					return out;
				};
				extend( window.infiniteScroll.settings.scripts, ["mobile-useragent-info","rlt-proxy","media-video-jwt-bridge","cmp-script-stub","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","smart-tag-lib","wordads-smart","the-neverending-homepage","hemingway-rewritten-script","hemingway-rewritten-navigation","hemingway-rewritten-skip-link-focus-fix","cmp-script","jetpack-carousel","tiled-gallery","wp-polyfill-inert","regenerator-runtime","wp-polyfill","wp-hooks","wp-i18n","jetpack-responsive-videos","carousel-wpcom"] );
				extend( window.infiniteScroll.settings.styles, ["wordads-global","the-neverending-homepage","wp-block-library","mediaelement","wp-mediaelement","jetpack-layout-grid","jetpack-ratings","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","hemingway-rewritten-style","genericons","hemingway_rewritten-wpcom","geo-location-flair","reblogging","a8c-global-print","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","hemingway-rewritten-fonts","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery","jetpack-responsive-videos","core-block-supports-duotone"] );
			})();
		</script>
				<span id="infinite-aria" aria-live="assertive"></span>
		<script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'87718092','blog_tz':'0','user_lang':'fr','blog_lang':'fr','user_id':'0'}]);
_stq.push(['view', {'blog':'87718092','v':'wpcom','tz':'0','user_id':'0','subd':'vivrelaventure'}]);
_stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWtpP0NsWnVkPS9sL0ViLndld3AyMWJHeXJoeTksLndZeV1Mc2Q2bz05WXxrMVtPTiVGbnlQJkQ/LWgyai1pJVVlSUJmaTV1T0h5WnVrUm4tZ2hoLHNZZEtkaUl5QXY9c0d5RSZdVmEsMC8rWT9SUkZZZU1RKzhaUkF0aU54bXd6ZFJJMUhrMFlQbSVMN1hibVdkd2dpWW9BUnYlUWcxLFlzakVJVVNxP0NKeXcxRXBtNzZfPUdmUUJYJVo1dHU4LnJULUI1NS5Ofj8wc1ZEN20tVnlxOSxWK0l1ZkYzMl9Md3FTN2tKfHJTdEMtbyZYQXQmUFNQRVZdWj03SmhqLUtWaFhyUWd2VVs2WVpVJWh1cHlXWGZaQnA9cFtf'}]);
_stq.push([ 'clickTrackerInit', '87718092', '0' ]);
</script>
<noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {

	wpcom_mobile_user_agent_info.init();
	var mobileStatsQueryString = "";
	
	if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
		mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
	
	if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
		mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
	
	if( wpcom_mobile_user_agent_info.isIPad() )
		mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';

	if( "" != mobileStatsQueryString ) {
		new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
	}
	
}
</script>
</body>
</html>