<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://plusfunlavie.com/xmlrpc.php">
<title>Plusfunlavie by Nadia – Blog Lifestyle – Voyages – Famille</title>
<script type="text/javascript">
WebFontConfig = {"google":{"families":["Lora:r,i,b,bi:latin,latin-ext","Fondamento:r:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"};
(function() {
var wf = document.createElement('script');
wf.src = '/wp-content/plugins/custom-fonts/js/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script><style id="jetpack-custom-fonts-css">.wf-active body, .wf-active button, .wf-active input, .wf-active select, .wf-active textarea{font-family:"Lora",serif}.wf-active .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title{font-family:"Lora",serif}.wf-active .widget_authors > ul > li > a{font-family:"Lora",serif}.wf-active h1, .wf-active h2:not(site-description):not(.author-title), .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Fondamento",cursive;font-weight:400;font-style:normal}.wf-active h1{font-style:normal;font-weight:400}.wf-active h2:not(site-description):not(.author-title){font-style:normal;font-weight:400}.wf-active h3{font-style:normal;font-weight:400}.wf-active h4{font-style:normal;font-weight:400}.wf-active h5{font-style:normal;font-weight:400}.wf-active h6{font-style:normal;font-weight:400}.wf-active .post-navigation .post-title{font-family:"Fondamento",cursive;font-weight:400;font-style:normal}.wf-active .widget-title, .wf-active .widgettitle{font-style:normal;font-weight:400}.wf-active .site-title{font-style:normal;font-weight:400}.wf-active .site-description{font-style:normal;font-weight:400}.wf-active .featured-content .entry-title{font-style:normal;font-weight:400}.wf-active .page-title{font-style:normal;font-weight:400}.wf-active .archive .hentry .entry-title, .wf-active .blog .hentry .entry-title, .wf-active .search .hentry .entry-title{font-style:normal;font-weight:400}.wf-active .page .entry-title, .wf-active .single .entry-title{font-style:normal;font-weight:400}.wf-active .author-info .author-name{font-style:normal;font-weight:400}.wf-active .comment-reply-title, .wf-active .comments-title, .wf-active .no-comments{font-style:normal;font-weight:400}.wf-active .no-comments{font-family:"Fondamento",cursive;font-weight:400;font-style:normal}.wf-active .comment-author{font-family:"Fondamento",cursive;font-weight:400;font-style:normal}.wf-active .hentry div#jp-relatedposts h3.jp-relatedposts-headline{font-family:"Fondamento",cursive;font-weight:400;font-style:normal}.wf-active .widget-grofile h4{font-style:normal;font-weight:400}@media screen and (min-width: 768px){.wf-active .site-title{font-style:normal;font-weight:400}}.wf-active .aboutme_widget #am_name{font-style:normal;font-weight:400}.wf-active .aboutme_widget #am_headline{font-style:normal;font-weight:400}</style>
<meta name='robots' content='max-image-preview:large' />
<meta name="p:domain_verify" content="778c237cb737501517372340f92700bb" />
<!-- 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=15830'
+ '&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=aHR0cHM6Ly9wbHVzZnVubGF2aWUuY29t"
+ "&wpcomid=167637324"
+ "&time=" + Math.floor( Date.now() / 1000 );
document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s2.wp.com' />
<link rel='dns-prefetch' href='//fonts-api.wp.com' />
<link rel='dns-prefetch' href='//s1.wp.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel="alternate" type="application/rss+xml" title="Plusfunlavie by Nadia » Flux" href="https://plusfunlavie.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Plusfunlavie by Nadia » Flux des commentaires" href="https://plusfunlavie.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>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='/_static/??-eJxtjEkKgDAMAD9kDWpFL+JbpFaJpmkxLeLv3fDmZWBgGNiDMp6j5QguqUBpRhYgXK3AYmMYzKoey41IBv/5F74OzvsbY6JrgjwhY7RKzOaJPj/uX++6oqmrstVNoZcTpEQzyA==&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;
}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/style.css?m=1764855221i&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
text-align:justify;
}
.has-text-align-justify{text-align:justify;}
/*# sourceURL=wp-block-library-inline-css */
</style><link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/group/style.css?m=1764855221i&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-paragraph-inline-css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/paragraph/style.css */
</style>
<style id='wp-block-quote-inline-css'>
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/quote/style.css */
</style>
<style id='wp-block-social-links-inline-css'>
.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/social-links/style.css */
</style>
<style id='wp-block-calendar-inline-css'>
.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/calendar/style.css */
</style>
<style id='wp-block-heading-inline-css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/heading/style.css */
</style>
<style id='wp-block-latest-posts-inline-css'>
.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/latest-posts/style.css */
</style>
<style id='wp-block-search-inline-css'>
.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;height:1.25em;min-height:24px;min-width:24px;vertical-align:text-bottom;width:1.25em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/search/style.css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-14-2' href='/_static/??-eJy1zFEKwjAMgOEL2cYFp76IZ1lrCNHYjiad7PYOfPEA+vjzwwevOeRanIrDrJ2lGHDfMlHj7TSCBTFi3EPqojcwX5UMktb8CCqpTW0FE6egletnx2y2g9/JPrFKoT/h4vpFX5+X4XQ8nMcRcbi/AY8ZaGg=&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-tag-cloud-inline-css'>
.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}
/*# sourceURL=/wp-content/plugins/gutenberg-core/v22.2.0/build/styles/block-library/tag-cloud/style.css */
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #222222;--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--color--dark-gray: #555555;--wp--preset--color--medium-gray: #777777;--wp--preset--color--light-gray: #dddddd;--wp--preset--color--red: #d11415;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){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;}
/*# sourceURL=global-styles-inline-css */
</style>
<style id='block-style-variation-styles-inline-css'>
:root :where(.wp-block-site-logo.is-style-rounded--2){border-radius: 9999px;}
/*# sourceURL=block-style-variation-styles-inline-css */
</style>
<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}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='/_static/??-eJyVUNtqAkEM/SGzYXVFX0o/pcxkg43OJUxmFP/eWRRbsAh9CTnh3AheFCinyqmihnaQZEjZh0wnw/Uw7ocRTKIGhsLnYcJZrD4ZYPUaeCCzFf4yig1+vAr3e1RXF0bkWRwHjp32TnbRrgHvtbAZ9BmlRajfXWjvdEeu6uj0wBhzXsbcAhta80ZFtEpOT+QZ8plLcNfXy0vQPR+1eSSXXJnx/ob/NvqSRHjgxEVo6fLnuph+xo9xt92s99NunI430aygvw==&cssminify=yes' type='text/css' media='all' />
<link rel='stylesheet' id='canard-lato-inconsolata-css' href='https://fonts-api.wp.com/css?family=Lato%3A400%2C700%2C400italic%2C700italic%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext&ver=6.9-RC2-61304' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='/_static/??-eJx9i0EKAjEMAD9kDWqheBDf0o2xVtKkNC3L/t4VL4qwtxmYgbk6VOkkHfqDChnUMQFGie0G1hemPZrtYLPLgp/WzRW1/B1luMojZTFoNLGmFROs1ZduTYnUsWLsWeVH3J1jbu/1Wi6H4H04nk/BP18qEE9v&cssminify=yes' type='text/css' media='all' />
<style id='canard-style-inline-css'>
.tags-links, .byline, .group-blog .entry-summary + .entry-meta > .posted-on:before, .comments-link { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; }
/*# sourceURL=canard-style-inline-css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='print-css-7-1' href='/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;}
/*# sourceURL=jetpack-global-styles-frontend-style-inline-css */
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='/_static/??-eJyNjcEKwjAQRH/IuFRT6kX8FNkmS5K6yQY3Qfx7bfEiXrwM82B4A49qnJRGpUHupnIPqSgs1Cq624chi6zhO5OCRryTR++fW00l7J3qDv43XVNxoOISsmEJol/wY2uR8vs3WggsM/I6uOTzMI3Hw8lOg11eUT1JKA==&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"167637324","postID":"0","siteURL":"https://plusfunlavie.com","xhrURL":"https://plusfunlavie.com/wp-admin/admin-ajax.php","nonce":"1d679f2ea0","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https://s0.wp.com/wp-content/js/wpcom-proxy-request.js?m=1513050504i&ver=20211021","i18n":{"followedText":"Les nouvelles publications de ce site appara\u00eetront d\u00e9sormais dans votre \u003Ca href=\"https://wordpress.com/reader\"\u003ELecteur\u003C/a\u003E","foldBar":"R\u00e9duire cette barre","unfoldBar":"Agrandir cette barre","shortLinkCopied":"Lien court copi\u00e9 dans le presse-papier"}};
//# sourceURL=wpcom-actionbar-placeholder-js-extra
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https://s1.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/"};
//# sourceURL=jetpack-mu-wpcom-settings-js-before
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI='></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
//# sourceURL=rlt-proxy-js-after
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://plusfunlavie.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/blo7O' />
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Plusfunlavie by Nadia" />
<meta property="og:description" content="Blog Lifestyle - Voyages - Famille" />
<meta property="og:url" content="https://plusfunlavie.com/" />
<meta property="og:site_name" content="Plusfunlavie by Nadia" />
<meta property="og:image" content="https://s0.wp.com/i/blank.jpg?m=1383295312i" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="fr_FR" />
<meta name="twitter:creator" content="@plusfunlavie" />
<meta name="twitter:site" content="@plusfunlavie" />
<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico?m=1713425267i" sizes="16x16 24x24 32x32 48x48" />
<link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico?m=1713425267i" sizes="16x16 24x24 32x32 48x48" />
<link rel="apple-touch-icon" href="https://s2.wp.com/i/webclip.png?m=1713868326i" />
<link rel="search" type="application/opensearchdescription+xml" href="https://plusfunlavie.com/osd.xml" title="Plusfunlavie by Nadia" />
<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="description" content="Blog Lifestyle - Voyages - Famille" />
<style type="text/css">
.site-title,
.site-description {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
</style>
<style type="text/css" id="custom-colors-css"> #comments #respond p.form-submit input#comment-submit,
.widget_flickr #flickr_badge_uber_wrapper td a:last-child {
background: #222 !important;
border-color: #222 !important;
}
#comments #respond .form-submit input#comment-submit:active,
#comments #respond .form-submit input#comment-submit:focus,
#comments #respond .form-submit input#comment-submit:hover,
.widget_flickr #flickr_badge_uber_wrapper td a:last-child:active,
.widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
.widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover {
background: #fff !important;
color: #222 !important;
}
@media screen and (min-width: 960px) {
.entry-hero .entry-meta,
.entry-hero .entry-meta a {
color: #fff !important;
}
}
abbr,
acronym { border-bottom-color: #222222;}
body,
button,
input,
select,
textarea,
.menu-toggle,
.main-navigation a,
.post-navigation a,
.sidebar-toggle,
.widget_tag_cloud a:before,
.search-toggle,
.site-title a:active,
.site-title a:focus,
.site-title a:hover,
.content-area .entry-meta a:active,
.content-area .entry-meta a:focus,
.content-area .entry-meta a:hover,
.entry-footer a:active,
.entry-footer a:focus,
.entry-footer a:hover,
.page-links a,
.comment-list .comment-reply-title small a:active,
.comment-list .comment-reply-title small a:focus,
.comment-list .comment-reply-title small a:hover,
.comment-metadata a:active,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-reply-link:active,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_goodreads div[class^="gr_custom_title"] a:active,
.widget_goodreads div[class^="gr_custom_title"] a:focus,
.widget_goodreads div[class^="gr_custom_title"] a:hover,
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a:active,
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a:focus,
.widget_goodreads div[class^="gr_custom_container"] div[class^="gr_custom_author"] a:hover,
#comments #respond .comment-form-fields p.comment-form-posting-as,
#comments #respond .comment-form-fields p.comment-form-log-out,
#comments #respond #comment-form-identity #comment-form-nascar p,
#comments #respond #comment-form-load-service p,
#comments #respond #comment-form-comment textarea,
#comments #comment-form-share-text-padder textarea,
#comments #respond .comment-form-fields label,
#comments #respond .comment-form-fields label span.required,
#comments #respond .comment-form-fields label span.nopublish,
#comments #respond .comment-form-fields div.comment-form-input input,
#comments #respond .comment-form-service a:active,
#comments #respond .comment-form-service a:focus,
#comments #respond .comment-form-service a:hover,
.widget_authors > ul > li > a,
.wp_widget_tag_cloud a:before { color: #222222;}
body,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.search-form:before,
.menu-toggle,
.dropdown-toggle,
.main-navigation > div > ul,
.comment-navigation a,
.posts-navigation a,
.sidebar-toggle,
.page-links a,
.post-link .genericon,
#infinite-handle span button,
#infinite-handle span button:active,
#infinite-handle span button:focus,
#infinite-handle span button:hover,
.main-navigation.toggled > div,
.main-navigation > div:before,
.main-navigation ul ul,
.main-navigation ul ul li,
#comments #respond #comment-form-comment,
#comments #comment-form-share-text-padder,
#comments #respond .comment-form-fields div.comment-form-input,
#comments .comment #respond #comment-form-comment,
#comments .comment #comment-form-share-text-padder,
#comments .comment #respond .comment-form-fields div.comment-form-input,
.widget_akismet_widget .a-stats a:active,
.widget_akismet_widget .a-stats a:focus,
.widget_akismet_widget .a-stats a:hover { background-color: #ffffff;}
mark,
ins,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:hover,
.sticky-post,
#infinite-handle span button:active,
#infinite-handle span button:focus,
#infinite-handle span button:hover,
.widget_akismet_widget .a-stats a { color: #ffffff;}
blockquote { color: #5E5E5E;}
caption,
.footer-navigation a,
.post-navigation .meta-nav,
.widget_recent_entries .post-date,
.widget_rss cite,
.widget_rss .rss-date,
.site-description,
.entry-hero .entry-meta a,
.content-area .entry-meta,
.content-area .entry-meta a,
.entry-footer,
.entry-footer a,
.page-links,
.page-links > .page-links-title,
.author-info .author-title,
.comment-list .comment-reply-title small,
.comment-metadata,
.comment-reply-link,
.comment-metadata a,
.comment-list .comment-reply-title small a,
.wp-caption,
.gallery-caption,
.site-content .jetpack-recipe .jetpack-recipe-meta,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context,
.widget_goodreads div[class^="gr_custom_author"] { color: #777777;}
::input-placeholder { color: #777777;}
::-webkit-input-placeholder { color: #777777;}
:-moz-placeholder { color: #777777;}
::-moz-placeholder { color: #777777;}
::-ms-input-placeholder { color: #777777;}
hr,
.widget-area:before,
.comment-list:before,
.comment-navigation + .comment-respond:before,
div#jp-relatedposts:before { background-color: #DDDDDD;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.search-form .search-submit,
.search-form .search-submit:active,
.search-form .search-submit:focus,
.search-form .search-submit:hover,
.menu-toggle,
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover,
.dropdown-toggle,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.main-navigation > div > ul,
.sidebar-toggle,
.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover,
.author-info,
.search-toggle,
.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover,
.page-links a,
.page-links > span,
.page-links a:active,
.page-links a:focus,
.page-links a:hover,
.main-navigation ul ul,
#comments #respond #comment-form-comment,
#comments #comment-form-share-text-padder,
#comments #respond .comment-form-fields div.comment-form-input,
.widget.top_rated .pd_top_rated_holder_posts > p,
.widget.top_rated ul { border-color: #DDDDDD;}
th,
td,
.footer-widget-inner .widget,
.site-header,
.featured-content,
.comment-list { border-bottom-color: #DDDDDD;}
.rtl .site-main,
.widget-area { border-left-color: #DDDDDD;}
.site-main,
.rtl .widget-area { border-right-color: #DDDDDD;}
table,
.footer-navigation,
.comment-navigation + .comment-respond,
.footer-widget,
.comments-area,
div#jp-relatedposts,
.search-navigation,
.header-image { border-top-color: #DDDDDD;}
blockquote:before { color: #DDDDDD;}
a:focus,
.bypostauthor .fn,
div#jp-relatedposts a:focus { outline-color: #DDDDDD;}
pre,
thead,
.search-form.hover:before,
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.post-navigation a:active,
.post-navigation a:focus,
.post-navigation a:hover,
.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover,
.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover,
.search-form.hover:before,
.page-links a,
.page-links > span,
.page-links a:active,
.page-links a:focus,
.page-links a:hover { background-color: #EFEFEF;}
.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.gallery,
#infinite-handle span button { border-color: #EFEFEF;}
.main-navigation > div > ul > li:last-child,
.main-navigation ul,
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.page-header,
.entry-footer > span:last-of-type,
.comment-list .comment:not(:last-of-type),
.comment-list .depth-1:not(:last-of-type),
.sd-like.jetpack-likes-widget-wrapper,
.sd-rating,
.sd-sharing-enabled:not(#jp-post-flair),
.widget_goodreads div[class^="gr_custom_each_container"]:last-of-type,
.widget_rss_links ul,
.widget_rss_links p:last-of-type,
.hentry .wpcom-reblog-snapshot .reblogger-note,
.widget_authors ul,
.widget_jp_blogs_i_follow ol,
.widget_blog-stats ul,
.widget_top-clicks ul,
.widget_top-posts ul,
.widget.top_rated ul,
.widget_upcoming_events_widget ul,
.widget_recent_comments tr,
.widget_recent_comments td { border-bottom-color: #EFEFEF;}
.main-navigation .nav-menu > li + li,
.footer-navigation li + li { border-left-color: #EFEFEF;}
.rtl .main-navigation .nav-menu > li + li,
.rtl .footer-navigation li + li { border-right-color: #EFEFEF;}
.main-navigation li,
.posts-navigation,
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.archive .hentry,
.blog .hentry,
.search .hentry,
.entry-footer .byline,
.entry-footer .cat-links,
.entry-footer .comments-link,
.entry-footer .edit-link,
.entry-footer .posted-on,
.entry-footer .tags-links,
.page-links,
.comment-list .comment .comment:first-of-type,
.comment-list .comment-respond,
#infinite-handle,
.infinite-loader,
.archive .infinite-wrap .hentry:first-of-type,
.blog .infinite-wrap .hentry:first-of-type,
.search .infinite-wrap .hentry:first-of-type,
.widget_goodreads div[class^="gr_custom_each_container"],
.widget_rss_links li,
.widget_rss_links p,
.widget_authors li,
.widget_jp_blogs_i_follow li,
.widgets-list-layout li,
.widget_top-clicks li,
.widget_top-posts li,
.widget.top_rated li,
.widget_upcoming_events_widget li,
.widget_recent_comments table { border-top-color: #EFEFEF;}
.toggled .menu-toggle,
.main-navigation.toggled > div,
.social-navigation,
.bottom-navigation,
.sidebar-toggle.toggled,
.site-top,
.toggled .search-toggle,
.search-header .search-form,
.site-social,
.site-footer,
#infinite-footer { background-color: #222222;}
.toggled .menu-toggle,
.sidebar-toggle.toggled,
.toggled .search-toggle,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover { border-color: #222222;}
.main-navigation.toggled > div:before,
.search-header.toggled .search-toggle:after { border-bottom-color: #222222;}
.toggled .menu-toggle:active,
.toggled .menu-toggle:focus,
.toggled .menu-toggle:hover,
.sidebar-toggle.toggled:active,
.sidebar-toggle.toggled:focus,
.sidebar-toggle.toggled:hover,
.toggled .search-toggle:active,
.toggled .search-toggle:focus,
.toggled .search-toggle:hover { background-color: #515151;}
.toggled .menu-toggle:active,
.toggled .menu-toggle:focus,
.toggled .menu-toggle:hover,
.sidebar-toggle.toggled:active,
.sidebar-toggle.toggled:focus,
.sidebar-toggle.toggled:hover,
.toggled .search-toggle:active,
.toggled .search-toggle:focus,
.toggled .search-toggle:hover { border-color: #515151;}
.social-navigation,
.bottom-navigation,
.site-social { border-bottom-color: #515151;}
.secondary-navigation li + li { border-left-color: #515151;}
.rtl .secondary-navigation li + li { border-right-color: #515151;}
.site-info .sep,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.is-style-outline>.wp-block-button__link:not(.has-text-color):active,
.is-style-outline>.wp-block-button__link:not(.has-text-color):focus,
.is-style-outline>.wp-block-button__link:not(.has-text-color):hover { color: #515151;}
.social-navigation a:focus,
.secondary-navigation a:focus,
.bottom-navigation a:focus,
.site-info a:focus { outline-color: #636363;}
.social-navigation a,
.secondary-navigation a,
.bottom-navigation a,
.site-top,
.site-info,
.site-info a,
#infinite-footer,
#infinite-footer .blog-info a { color: #C9C9C9;}
.toggled .menu-toggle,
.social-navigation a:active,
.social-navigation a:focus,
.social-navigation a:hover,
.secondary-navigation a:active,
.secondary-navigation a:focus,
.secondary-navigation a:hover,
.bottom-navigation a:active,
.bottom-navigation a:focus,
.bottom-navigation a:hover,
.sidebar-toggle.toggled,
.toggled .search-toggle,
.site-info a:active,
.site-info a:focus,
.site-info a:hover,
#infinite-footer .blog-credits a:active,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a:active,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-info a:hover { color: #F2F2F2;}
mark,
ins,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:hover,
.featured-content .hentry:not(.has-post-thumbnail):hover .post-thumbnail,
.featured-content .hentry:not(.has-post-thumbnail) .post-thumbnail:focus,
.sticky-post,
.post-link,
#infinite-handle span button:active,
#infinite-handle span button:focus,
#infinite-handle span button:hover,
.widget_akismet_widget .a-stats a,
.milestone-widget .milestone-header,
.wp-block-button .wp-block-button__link { background-color: #553A99;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-navigation a:active,
.comment-navigation a:focus,
.comment-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:hover,
#infinite-handle span button:active,
#infinite-handle span button:focus,
#infinite-handle span button:hover,
.widget_akismet_widget .a-stats a,
.wp-block-button .wp-block-button__link { border-color: #553A99;}
pre { border-left-color: #553A99;}
.rtl pre { border-right-color: #553A99;}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.search-form:before,
a,
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover,
.dropdown-toggle,
.dropdown-toggle:active,
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.footer-navigation a:active,
.footer-navigation a:focus,
.footer-navigation a:hover,
.comment-navigation a,
.posts-navigation a,
.post-navigation a:active .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title,
.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover,
.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover,
.site-title,
.page-links > span,
.page-links a:active,
.page-links a:focus,
.page-links a:hover,
.post-link .genericon,
.required,
.site-content .contact-form label span,
#infinite-handle span button,
.widget_goodreads div[class^="gr_custom_title"] a,
.main-navigation .menu-item-has-children > a:after,
#comments #respond .comment-form-service a,
.widget_akismet_widget .a-stats a:active,
.widget_akismet_widget .a-stats a:focus,
.widget_akismet_widget .a-stats a:hover,
.widget_akismet_widget .a-stats a:active .count,
.widget_akismet_widget .a-stats a:focus .count,
.widget_akismet_widget .a-stats a:hover .count,
.widget_authors > ul > li > a:active,
.widget_authors > ul > li > a:focus,
.widget_authors > ul > li > a:hover,
.is-style-outline>.wp-block-button__link:not(.has-text-color) { color: #553A99;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-3' href='/_static/??-eJylj90KwjAMhV/IGqaTeSM+inRZLNnatPRnw7d3Ax3ihaBeno9zvhCYgkIvmSRDa71RwRbDksDwNbMY1WoRioDpHW1ntIGXuSvruKccNA6PDM57gQsLLidwSJAmDt8bnO+KpQSooy+J7Fp6gl+FmS11ymhrKd4+pb9+Lm3CyCGzn9sj07TYzu5UNYf97lg3Vd3fATNNllA=&cssminify=yes' type='text/css' media='all' />
</head>
<body class="home blog wp-custom-logo wp-embed-responsive wp-theme-pubcanard customizer-styles-applied jetpack-reblog-enabled has-site-logo tags-hidden author-hidden comment-hidden custom-colors">
<div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">Accéder au contenu principal</a>
<header id="masthead" class="site-header" role="banner">
<div class="site-top">
<div class="site-top-inner">
<nav class="secondary-navigation" role="navigation">
</nav><!-- .secondary-navigation -->
<nav class="social-navigation" role="navigation">
</nav><!-- .social-navigation -->
</div><!-- .site-top-inner -->
</div><!-- .site-top -->
<div class="site-branding">
<a href="https://plusfunlavie.com/" class="site-logo-link" rel="home" itemprop="url"><img width="398" height="90" src="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=398" class="site-logo attachment-canard-logo" alt="" decoding="async" data-size="canard-logo" itemprop="logo" srcset="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=398 398w, https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=150 150w, https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=300 300w, https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png 579w" sizes="(max-width: 398px) 100vw, 398px" data-attachment-id="9087" data-permalink="https://plusfunlavie.com/?attachment_id=9087" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png" data-orig-size="579,131" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Blog violet rose" data-image-description="<p>https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-blog-violet-rose.png</p>" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=579" /></a> <h1 class="site-title"><a href="https://plusfunlavie.com/" rel="home">Plusfunlavie by Nadia</a></h1>
<h2 class="site-description">Blog Lifestyle – Voyages – Famille</h2>
</div><!-- .site-branding -->
<div id="search-navigation" class="search-navigation">
<div class="search-navigation-inner">
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><span class="screen-reader-text">Menu principal</span></button>
<div class="menu-menu-1-container"><ul id="primary-menu" class="menu"><li id="menu-item-9978" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-9978"><a href="https://plusfunlavie.com/moi-plusfunlavie/">À PROPOS 💬</a></li>
<li id="menu-item-13039" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children menu-item-13039"><a href="https://plusfunlavie.com/pour-ne-rien-manquer/">LIFESTYLE 🧘</a>
<ul class="sub-menu">
<li id="menu-item-13318" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-13318"><a href="https://plusfunlavie.com/tag/coup-de-coeur/">🧳 Aventures Insolites</a></li>
<li id="menu-item-13297" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-13297"><a href="https://plusfunlavie.com/tag/voyager-en-famille/">🌍 Bouger en Famille</a></li>
<li id="menu-item-13860" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-13860"><a href="https://plusfunlavie.com/tag/astuces-du-quotidien/">💡 Conseils & Astuces</a></li>
<li id="menu-item-13301" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-13301"><a href="https://plusfunlavie.com/tag/solo-trip/">✈️ Évasions en solo</a></li>
<li id="menu-item-13853" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13853"><a href="https://plusfunlavie.com/category/lifestyle/maison-organisee/">🏡 Home Sweet Home</a></li>
<li id="menu-item-13856" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13856"><a href="https://plusfunlavie.com/category/lifestyle/organisation-recettes/">🧑🏿🍳 La Cheffe cuisine</a></li>
<li id="menu-item-13855" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13855"><a href="https://plusfunlavie.com/category/lifestyle/maternite-sans-filtre/">🦸🏿♀️ Maman, Héroïne</a></li>
<li id="menu-item-13276" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-13276"><a href="https://plusfunlavie.com/tag/separation/">🧡 Nouvelle vie solo</a></li>
<li id="menu-item-13346" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13346"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/">🌈 Pause confidences</a></li>
<li id="menu-item-13180" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13180"><a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/">⚓️ Trésors de Bretagne</a></li>
</ul>
</li>
<li id="menu-item-6754" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6754"><a href="https://plusfunlavie.com/category/lifestyle/voyages/">VOYAGES 🌍</a>
<ul class="sub-menu">
<li id="menu-item-6768" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6768"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/belgique/">🇧🇪 🍻 Belgique</a></li>
<li id="menu-item-7041" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-7041"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/croatie/">🇭🇷 ⚽️ Croatie</a></li>
<li id="menu-item-12604" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-12604"><a href="https://plusfunlavie.com/category/lifestyle/voyages/afrique/republique-du-congo/">🇨🇬 🌳 Congo-Brazzaville</a></li>
<li id="menu-item-7043" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-7043"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/espagne/">🇪🇸 💃 Espagne</a></li>
<li id="menu-item-6766" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6766"><a href="https://plusfunlavie.com/category/lifestyle/voyages/amerique/etats-unis/">🇺🇸 🍔 États-Unis</a></li>
<li id="menu-item-14449" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14449"><a href="https://plusfunlavie.com/category/lifestyle/voyages/france/">🇫🇷 🥖 France</a></li>
<li id="menu-item-6769" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6769"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/italie/">🇮🇹 🍕 Italie</a></li>
<li id="menu-item-13182" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13182"><a href="https://plusfunlavie.com/category/lifestyle/voyages/france/ile-de-la-reunion/">🇷🇪 🌴 Île de la Réunion</a></li>
<li id="menu-item-15452" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15452"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/malte/">🇲🇹 🏝️ Malte</a></li>
<li id="menu-item-6765" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6765"><a href="https://plusfunlavie.com/category/lifestyle/voyages/afrique/maroc/">🇲🇦 🕌 Maroc</a></li>
<li id="menu-item-8407" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8407"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/montenegro/">🇲🇪 🏞️ Monténégro</a></li>
<li id="menu-item-8994" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8994"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/pays-bas/">🇳🇱 🌷 Pays-Bas</a></li>
<li id="menu-item-6762" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6762"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/portugal/">🇵🇹 🐟 Portugal</a></li>
<li id="menu-item-15454" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15454"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/republique-tcheque/">🇨🇿 🏰 République tchèque</a></li>
<li id="menu-item-14469" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14469"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/royaume-uni/">🇬🇧 ☕ Royaume-Uni</a></li>
<li id="menu-item-8441" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8441"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/suisse/">🇨🇭 🧀 Suisse</a></li>
<li id="menu-item-9810" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9810"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/turquie/">🇹🇷 🕌 Turquie</a></li>
<li id="menu-item-13962" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13962"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/vatican/">🇻🇦 ⛪️ Vatican</a></li>
</ul>
</li>
<li id="menu-item-14651" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-has-children menu-item-14651"><a href="https://plusfunlavie.com/tag/une-journee-a/">24H CHRONO 🕒</a>
<ul class="sub-menu">
<li id="menu-item-14741" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-14741"><a href="https://plusfunlavie.com/tag/brest/">⚓ Brest</a></li>
<li id="menu-item-14738" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-14738"><a href="https://plusfunlavie.com/tag/morlaix/">🌉 Morlaix</a></li>
<li id="menu-item-14739" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-14739"><a href="https://plusfunlavie.com/tag/lorient/">🚢 Lorient</a></li>
<li id="menu-item-14740" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-14740"><a href="https://plusfunlavie.com/tag/quimper/">🎨 Quimper</a></li>
</ul>
</li>
<li id="menu-item-14763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14763"><a href="https://plusfunlavie.com/contact/">CONTACT 📞</a></li>
</ul></div> </nav><!-- #site-navigation -->
<div id="search-header" class="search-header">
<button class="search-toggle" aria-controls="search-form" aria-expanded="false"><span class="screen-reader-text">Recherche</span></button>
<form role="search" method="get" class="search-form" action="https://plusfunlavie.com/">
<label>
<span class="screen-reader-text">Rechercher :</span>
<input type="search" class="search-field" placeholder="Recherche…" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Rechercher" />
</form> </div><!-- #search-header -->
</div><!-- .search-navigation-inner -->
</div><!-- #search-navigation -->
</header><!-- #masthead -->
<div id="content" class="site-content">
<div id="featured-content" class="featured-content">
<div class="featured-content-inner">
<article id="post-16232" class="post-16232 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/12/08/dire-stop-avec-lucidite/">
<img width="867" height="500" src="https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=867&h=500&crop=1" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=867&h=500&crop=1 867w, https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=150&h=87&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=300&h=173&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=768&h=443&crop=1 768w" sizes="(max-width: 867px) 100vw, 867px" data-attachment-id="16238" data-permalink="https://plusfunlavie.com/2025/12/08/dire-stop-avec-lucidite/pexels-photo-4010464/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg" data-orig-size="867,1300" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="disposition de fleurs et de plantes fraiches colorees" data-image-description="" data-image-caption="<p>Photo de Disha Sheta sur <a href="https://www.pexels.com/fr-fr/photo/disposition-de-fleurs-et-de-plantes-fraiches-colorees-4010464/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=200" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/12/pexels-photo-4010464.jpeg?w=683" /> </a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/12/08/dire-stop-avec-lucidite/" rel="bookmark">Pourquoi “comprendre” ne doit plus rimer avec “se trahir”</a></h1> </header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-15647" class="post-15647 post type-post status-publish format-standard has-post-thumbnail hentry category-republique-tcheque category-voyages tag-solo-trip tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/11/19/prague-la-destination-que-je-repoussais-jusqua-ce-que-je-my-pose-enfin/">
<img width="915" height="500" src="https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=915&h=500&crop=1" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=915&h=500&crop=1 915w, https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=150&h=82&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=300&h=164&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=768&h=419&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=1024&h=559&crop=1 1024w" sizes="(max-width: 915px) 100vw, 915px" data-attachment-id="15952" data-permalink="https://plusfunlavie.com/fullsizerender/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg" data-orig-size="1126,2000" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1759849986","copyright":"","focal_length":"5.7","iso":"50","shutter_speed":"0.0011273957158963","title":"","orientation":"1"}" data-image-title="fullsizerender" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=169" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/11/fullsizerender.jpg?w=577" /> </a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/republique-tcheque/" rel="category tag">Republique-Tchèque</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/11/19/prague-la-destination-que-je-repoussais-jusqua-ce-que-je-my-pose-enfin/" rel="bookmark">Prague, la destination que je repoussais</a></h1> </header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-15374" class="post-15374 post type-post status-publish format-standard has-post-thumbnail hentry category-malte category-voyages tag-voyager-en-famille tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/11/12/malte-mon-escale-dete-avec-mes-enfants/">
<img width="576" height="324" src="https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg?w=576&h=324&crop=1" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg 576w, https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg?w=150&h=84&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg?w=300&h=169&crop=1 300w" sizes="(max-width: 576px) 100vw, 576px" data-attachment-id="16113" data-permalink="https://plusfunlavie.com/img_2934/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg" data-orig-size="576,324" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="img_2934" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/11/img_2934.jpg?w=576" /> </a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/malte/" rel="category tag">Malte</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/11/12/malte-mon-escale-dete-avec-mes-enfants/" rel="bookmark">Malte, mes vacances d’été avec mes enfants</a></h1> </header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-15580" class="post-15580 post type-post status-publish format-standard has-post-thumbnail hentry category-italie category-voyages tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/10/22/cote-amalfitaine-mon-voyage-solo-dans-ces-villages-qui-semblent-sortis-dune-carte-postale/">
<img width="915" height="500" src="https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=915&h=500&crop=1" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=915&h=500&crop=1 915w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=150&h=82&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=300&h=164&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=768&h=419&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=1024&h=559&crop=1 1024w" sizes="(max-width: 915px) 100vw, 915px" data-attachment-id="15791" data-permalink="https://plusfunlavie.com/img_2850/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg" data-orig-size="1126,2000" data-comments-opened="1" data-image-meta="{"aperture":"1.64","credit":"","camera":"iPhone 16e","caption":"","created_timestamp":"1758983672","copyright":"","focal_length":"4.2","iso":"25","shutter_speed":"0.00043103448275862","title":"","orientation":"1"}" data-image-title="img_2850" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=169" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/10/img_2850.jpg?w=577" /> </a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/italie/" rel="category tag">Italie</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/10/22/cote-amalfitaine-mon-voyage-solo-dans-ces-villages-qui-semblent-sortis-dune-carte-postale/" rel="bookmark">Côte Amalfitaine : mon voyage solo dans ces villages qui semblent sortis d’une carte postale </a></h1> </header><!-- .entry-header -->
</article><!-- #post-## -->
<article id="post-15492" class="post-15492 post type-post status-publish format-standard has-post-thumbnail hentry category-lifestyle category-maison-organisee tag-astuces-du-quotidien tag-construction tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/09/26/maison-neuve-et-facture-delectricite-trop-elevee-ma-solution/">
<img width="915" height="500" src="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=915&h=500&crop=1" class="attachment-canard-featured-content-thumbnail size-canard-featured-content-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=915&h=500&crop=1 915w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=1830&h=1000&crop=1 1830w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=150&h=82&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=300&h=164&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=768&h=420&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=1024&h=559&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=1440&h=787&crop=1 1440w" sizes="(max-width: 915px) 100vw, 915px" data-attachment-id="15546" data-permalink="https://plusfunlavie.com/2025/09/26/maison-neuve-et-facture-delectricite-trop-elevee-ma-solution/pexels-photo-442160/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="homme professionnel ouvrier securite" data-image-description="" data-image-caption="<p>Photo de Field Engineer sur <a href="https://www.pexels.com/fr-fr/photo/homme-professionnel-ouvrier-securite-442160/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-442160.jpeg?w=720" /> </a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a>, <a href="https://plusfunlavie.com/category/lifestyle/maison-organisee/" rel="category tag">Maison organisée</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/09/26/maison-neuve-et-facture-delectricite-trop-elevee-ma-solution/" rel="bookmark">Maison neuve RT2012 mais des factures électriques XXL, ma solution radicale</a></h1> </header><!-- .entry-header -->
</article><!-- #post-## -->
</div><!-- .featured-content-inner -->
</div><!-- #featured-content -->
<div class="site-content-inner">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<article id="post-15830" class="post-15830 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-lifestyle tag-solo-trip tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/10/29/la-peur-du-racisme-et-lenvie-de-voyager/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=768&h=683&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15846" data-permalink="https://plusfunlavie.com/img_5858/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg" data-orig-size="2000,1126" data-comments-opened="1" data-image-meta="{"aperture":"1.64","credit":"","camera":"iPhone 16e","caption":"","created_timestamp":"1759744180","copyright":"","focal_length":"4.2","iso":"20","shutter_speed":"0.0022172949002217","title":"","orientation":"1"}" data-image-title="img_5858" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/10/img_5858.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/10/29/la-peur-du-racisme-et-lenvie-de-voyager/" rel="bookmark">La peur du racisme et l’envie de voyager</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Le texte souligne la coexistence de l’envie de voyager et de la peur du racisme. L’auteure évoque les appréhensions liées à des expériences négatives possibles, surtout en voyageant seule. Cependant, elle choisit de ne pas se laisser freiner par la peur, valorisant les expériences personnelles, la liberté de voyager, et l’optimisme envers la beauté du monde. <a href="https://plusfunlavie.com/2025/10/29/la-peur-du-racisme-et-lenvie-de-voyager/" class="more-link">Continuer de lire <span class="screen-reader-text">La peur du racisme et l’envie de voyager</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/10/29/la-peur-du-racisme-et-lenvie-de-voyager/" rel="bookmark"><time class="entry-date published" datetime="2025-10-29T08:00:00+01:00">29 octobre 2025</time><time class="updated" datetime="2025-10-29T14:27:53+01:00">29 octobre 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15658" class="post-15658 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-lifestyle-confidences">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/10/16/chaque-obstacle-a-sa-solution-meme-quand-tout-semble-bloque/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15677" data-permalink="https://plusfunlavie.com/2025/10/16/chaque-obstacle-a-sa-solution-meme-quand-tout-semble-bloque/pexels-photo-8383676/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="matin eglise croix force" data-image-description="" data-image-caption="<p>Photo de Tara Winstead sur <a href="https://www.pexels.com/fr-fr/photo/matin-eglise-croix-force-8383676/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-8383676.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/10/16/chaque-obstacle-a-sa-solution-meme-quand-tout-semble-bloque/" rel="bookmark">Chaque obstacle a sa solution, même quand tout semble bloqué</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Cet article aborde la lutte intérieure face aux problèmes et au stress. L’auteur partage son expérience d’apprentissage de la paix au milieu des difficultés, soulignant que, bien que le stress soit inévitable, il est fondamental de faire confiance à Dieu. Les solutions arrivent grâce à la foi, à la respiration et à la réflexion calme. <a href="https://plusfunlavie.com/2025/10/16/chaque-obstacle-a-sa-solution-meme-quand-tout-semble-bloque/" class="more-link">Continuer de lire <span class="screen-reader-text">Chaque obstacle a sa solution, même quand tout semble bloqué</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/10/16/chaque-obstacle-a-sa-solution-meme-quand-tout-semble-bloque/" rel="bookmark"><time class="entry-date published" datetime="2025-10-16T16:01:00+02:00">16 octobre 2025</time><time class="updated" datetime="2025-11-02T20:01:57+01:00">2 novembre 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15551" class="post-15551 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/09/25/amour-de-ma-vie/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15553" data-permalink="https://plusfunlavie.com/2025/09/25/amour-de-ma-vie/pexels-photo-27779244/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="couple amour coeur relation" data-image-description="" data-image-caption="<p>Photo de Baran Robin sur <a href="https://www.pexels.com/fr-fr/photo/couple-amour-coeur-relation-27779244/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-27779244.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/09/25/amour-de-ma-vie/" rel="bookmark">L’amour de ma vie : mythe ou réalité ? Un seul ou plusieurs amours dans une vie</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>On parle souvent de “l’amour de sa vie” comme d’un unique grand amour. Mais est-ce vraiment le cas ? Découvrez une réflexion sincère, avec une touche d’humour, sur l’idée d’avoir un seul ou plusieurs amours marquants au cours d’une vie.<br />
<a href="https://plusfunlavie.com/2025/09/25/amour-de-ma-vie/" class="more-link">Continuer de lire <span class="screen-reader-text">L’amour de ma vie : mythe ou réalité ? Un seul ou plusieurs amours dans une vie</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/09/25/amour-de-ma-vie/" rel="bookmark"><time class="entry-date published updated" datetime="2025-09-25T06:55:53+02:00">25 septembre 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/09/25/amour-de-ma-vie/#comments">1 commentaire</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15529" class="post-15529 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/09/24/entre-nous-soit-dit-la-femme-moderne-au-dela-des-stereotypes/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15544" data-permalink="https://plusfunlavie.com/2025/09/24/entre-nous-soit-dit-la-femme-moderne-au-dela-des-stereotypes/pexels-photo-7172830/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="marketing businessman homme d affaires homme" data-image-description="" data-image-caption="<p>Photo de Nataliya Vaitkevich sur <a href="https://www.pexels.com/fr-fr/photo/marketing-businessman-homme-d-affaires-homme-7172830/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/09/pexels-photo-7172830.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/09/24/entre-nous-soit-dit-la-femme-moderne-au-dela-des-stereotypes/" rel="bookmark">Entre nous soit dit ….la femme moderne au-delà des stéréotypes</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Je suis tombée récemment sur une vidéo partagée par un ami, dans laquelle il était affirmé que la femme moderne n’était pas “programmée pour le mariage” mais seulement pour se soumettre au salariat. Cette idée m’a profondément heurtée. Elle repose sur des stéréotypes dépassés et sur une vision très réductrice de ce que signifie être une femme aujourd’hui. Tout d’abord, ni le mariage ni le … <a href="https://plusfunlavie.com/2025/09/24/entre-nous-soit-dit-la-femme-moderne-au-dela-des-stereotypes/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit ….la femme moderne au-delà des stéréotypes</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/09/24/entre-nous-soit-dit-la-femme-moderne-au-dela-des-stereotypes/" rel="bookmark"><time class="entry-date published" datetime="2025-09-24T15:00:00+02:00">24 septembre 2025</time><time class="updated" datetime="2025-09-24T15:11:44+02:00">24 septembre 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15495" class="post-15495 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-separation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/09/15/15-septembre-13h36-un-an-deja-choisir-tomber-se-relever-avancer/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15496" data-permalink="https://plusfunlavie.com/img_8880_jpg_original/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg" data-orig-size="2268,4032" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1756222514","copyright":"","focal_length":"5.7","iso":"50","shutter_speed":"0.0003448275862069","title":"","orientation":"1"}" data-image-title="img_8880_jpg_original" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=169" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/09/img_8880_jpg_original.jpg?w=576" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/09/15/15-septembre-13h36-un-an-deja-choisir-tomber-se-relever-avancer/" rel="bookmark">15 septembre 13h36 … un an déjà : choisir, tomber, se relever, avancer</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Solo, un an déjà. La peur, les doutes, les nuits seules… mais aussi les rires, les victoires et l’amour inconditionnel de mes enfants. Être seule m’a appris ma force. On ne refait pas sa vie, on la poursuit, pas à pas, avec courage et liberté. <a href="https://plusfunlavie.com/2025/09/15/15-septembre-13h36-un-an-deja-choisir-tomber-se-relever-avancer/" class="more-link">Continuer de lire <span class="screen-reader-text">15 septembre 13h36 … un an déjà : choisir, tomber, se relever, avancer</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/09/15/15-septembre-13h36-un-an-deja-choisir-tomber-se-relever-avancer/" rel="bookmark"><time class="entry-date published" datetime="2025-09-15T18:12:00+02:00">15 septembre 2025</time><time class="updated" datetime="2025-09-15T20:49:36+02:00">15 septembre 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/09/15/15-septembre-13h36-un-an-deja-choisir-tomber-se-relever-avancer/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14978" class="post-14978 post type-post status-publish format-standard has-post-thumbnail hentry category-bretagne category-europe category-finistere-29 category-france category-ile-et-vilaine-35 category-morbihan-56 category-voyages tag-voyager-en-famille tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/09/02/bretagne-en-hiver-idees-de-sejours-dynamiques-iodes-et-lumineux/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="12422" data-permalink="https://plusfunlavie.com/img_6242_original-1/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg" data-orig-size="2268,4032" data-comments-opened="1" data-image-meta="{"aperture":"1.8","credit":"","camera":"iPhone 11 Pro Max","caption":"","created_timestamp":"1613304292","copyright":"","focal_length":"4.25","iso":"32","shutter_speed":"0.00026802465826856","title":"","orientation":"1"}" data-image-title="img_6242_original-1" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=169" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/05/img_6242_original-1.jpg?w=576" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/" rel="category tag">Bretagne</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/" rel="category tag">Europe</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/finistere-29/" rel="category tag">Finistère (29)</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/" rel="category tag">France</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/ile-et-vilaine-35/" rel="category tag">Ile et Vilaine (35)</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/morbihan-56/" rel="category tag">Morbihan (56)</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/09/02/bretagne-en-hiver-idees-de-sejours-dynamiques-iodes-et-lumineux/" rel="bookmark">Bretagne en hiver : idées de séjours dynamiques, iodés et lumineux</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>La Bretagne, loin des foules estivales, dévoile son charme en hiver. C’est un refuge apaisant avec des marchés de Noël, des villages illuminés, et des paysages authentiques. Des destinations comme Saint-Malo, Vannes et Locronan offrent des expériences familiales et culturelles uniques, idéal pour une escapade revitalisante en cette saison. <a href="https://plusfunlavie.com/2025/09/02/bretagne-en-hiver-idees-de-sejours-dynamiques-iodes-et-lumineux/" class="more-link">Continuer de lire <span class="screen-reader-text">Bretagne en hiver : idées de séjours dynamiques, iodés et lumineux</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/09/02/bretagne-en-hiver-idees-de-sejours-dynamiques-iodes-et-lumineux/" rel="bookmark"><time class="entry-date published" datetime="2025-09-02T08:00:00+02:00">2 septembre 2025</time><time class="updated" datetime="2025-09-02T17:44:00+02:00">2 septembre 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14677" class="post-14677 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/31/entre-nous-soit-dit-le-linge-sale-se-lave-en-famille-vraiment/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=768&h=683&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14779" data-permalink="https://plusfunlavie.com/a9651f57-06d1-49c7-826a-daf548d54e52/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png" data-orig-size="1024,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="a9651f57-06d1-49c7-826a-daf548d54e52" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/a9651f57-06d1-49c7-826a-daf548d54e52.png?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/31/entre-nous-soit-dit-le-linge-sale-se-lave-en-famille-vraiment/" rel="bookmark">Entre nous soit dit… “le linge sale se lave en famille”, vraiment ?</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Il y a des phrases toutes faites qu’on répète comme des proverbes. Elles sonnent comme de la sagesse populaire, du bon sens ancien, du savoir transmis. Mais certaines mériteraient qu’on les secoue, Vraiment. Parmi elles, cette fameuse : « Le linge sale se lave en famille. » Présentée comme une incitation à la pudeur, au respect de l’intimité, à la discrétion dans les conflits. Mais … <a href="https://plusfunlavie.com/2025/08/31/entre-nous-soit-dit-le-linge-sale-se-lave-en-famille-vraiment/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… “le linge sale se lave en famille”, vraiment ?</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/31/entre-nous-soit-dit-le-linge-sale-se-lave-en-famille-vraiment/" rel="bookmark"><time class="entry-date published" datetime="2025-08-31T08:00:00+02:00">31 août 2025</time><time class="updated" datetime="2025-08-31T09:11:51+02:00">31 août 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/08/31/entre-nous-soit-dit-le-linge-sale-se-lave-en-famille-vraiment/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15373" class="post-15373 post type-post status-publish format-standard has-post-thumbnail hentry category-astuces-du-quotidien category-lifestyle tag-astuces-du-quotidien tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/29/les-airtag-version-petits-prix-grande-tranquillite/"><img width="870" height="757" src="https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=870&h=757&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=870&h=757&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=150&h=131&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=300&h=261&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=768&h=668&crop=1 768w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15429" data-permalink="https://plusfunlavie.com/img_9046/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg" data-orig-size="1170,757" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="img_9046" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_9046.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/astuces-du-quotidien/" rel="category tag">Astuces du quotidien</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/29/les-airtag-version-petits-prix-grande-tranquillite/" rel="bookmark">Les AirTag version petits prix, grande tranquillité</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Quand on voyage, le stress de perdre ses bagages peut vite gâcher l’aventure. C’est exactement ce que je redoutais lors d’un séjour à Rome avec mes enfants. C’est là que j’ai découvert une petite pépite : les SMART FINDER de chez Action. Pour seulement 6,95 € l’unité (ou 13,95 € le lot de 4), ces mini traceurs offrent une tranquillité d’esprit digne des meilleurs gadgets … <a href="https://plusfunlavie.com/2025/08/29/les-airtag-version-petits-prix-grande-tranquillite/" class="more-link">Continuer de lire <span class="screen-reader-text">Les AirTag version petits prix, grande tranquillité</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/29/les-airtag-version-petits-prix-grande-tranquillite/" rel="bookmark"><time class="entry-date published" datetime="2025-08-29T08:00:00+02:00">29 août 2025</time><time class="updated" datetime="2025-08-27T01:22:03+02:00">27 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14685" class="post-14685 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/28/entre-nous-soit-dit-on-a-le-droit-de-se-plaindre-de-sa-parentalite-et-ca-ne-fait-pas-de-nous-de-mauvais-parents/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14719" data-permalink="https://plusfunlavie.com/2025/08/28/entre-nous-soit-dit-on-a-le-droit-de-se-plaindre-de-sa-parentalite-et-ca-ne-fait-pas-de-nous-de-mauvais-parents/pexels-photo-3104178/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="photo monochrome de femme assise sur le sol" data-image-description="" data-image-caption="<p>Photo de Sam Pineda sur <a href="https://www.pexels.com/fr-fr/photo/photo-monochrome-de-femme-assise-sur-le-sol-3104178/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3104178.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/28/entre-nous-soit-dit-on-a-le-droit-de-se-plaindre-de-sa-parentalite-et-ca-ne-fait-pas-de-nous-de-mauvais-parents/" rel="bookmark">Entre nous soit dit… on a le droit de se plaindre de sa parentalité</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Il faut qu’on en parle. De cette injonction au bonheur parental. De cette image figée du parent toujours patient, toujours heureux, toujours comblé. Parce que parfois, non. Parfois on en a marre.Parfois c’est trop. Trop de cris. Trop de fatigue. Trop de charge mentale. Trop de responsabilités. Et parfois… on voudrait juste avoir cinq minutes. Et c’est ok. Se plaindre ne veut pas dire ne … <a href="https://plusfunlavie.com/2025/08/28/entre-nous-soit-dit-on-a-le-droit-de-se-plaindre-de-sa-parentalite-et-ca-ne-fait-pas-de-nous-de-mauvais-parents/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… on a le droit de se plaindre de sa parentalité</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/28/entre-nous-soit-dit-on-a-le-droit-de-se-plaindre-de-sa-parentalite-et-ca-ne-fait-pas-de-nous-de-mauvais-parents/" rel="bookmark"><time class="entry-date published" datetime="2025-08-28T08:00:00+02:00">28 août 2025</time><time class="updated" datetime="2025-08-27T01:17:32+02:00">27 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15318" class="post-15318 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/27/jaime-assez-lidee-de-faire-chaque-annee-une-chose-quon-aurait-jamais-fait-auparavant/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15413" data-permalink="https://plusfunlavie.com/img_7204-2/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg" data-orig-size="2268,4032" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1755804195","copyright":"","focal_length":"5.7","iso":"50","shutter_speed":"0.0019193857965451","title":"","orientation":"1"}" data-image-title="img_7204" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=169" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_7204.jpg?w=576" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/27/jaime-assez-lidee-de-faire-chaque-annee-une-chose-quon-aurait-jamais-fait-auparavant/" rel="bookmark">J’aime assez l’idée de faire chaque année une chose qu’on aurait jamais fait auparavant</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>En 2025, j’ai osé un truc: mon premier voyage solo. Verdict ? J’ai tellement aimé que je n’ai pas pu m’arrêter là… Résultat : quatre voyages à faire cette année. Et maintenant, devine quoi : 2026 est déjà booké ! C’est là que j’ai réalisé que j’entretenais sans le savoir une philosophie super motivante : chaque année, vivre au moins une première fois. Et si … <a href="https://plusfunlavie.com/2025/08/27/jaime-assez-lidee-de-faire-chaque-annee-une-chose-quon-aurait-jamais-fait-auparavant/" class="more-link">Continuer de lire <span class="screen-reader-text">J’aime assez l’idée de faire chaque année une chose qu’on aurait jamais fait auparavant</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/27/jaime-assez-lidee-de-faire-chaque-annee-une-chose-quon-aurait-jamais-fait-auparavant/" rel="bookmark"><time class="entry-date published" datetime="2025-08-27T08:00:00+02:00">27 août 2025</time><time class="updated" datetime="2025-08-27T01:02:16+02:00">27 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14693" class="post-14693 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/26/entre-nous-soit-dit-il-faut-oser-etre-decue/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14751" data-permalink="https://plusfunlavie.com/2025/08/26/entre-nous-soit-dit-il-faut-oser-etre-decue/pexels-photo-7111619/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="nombres chiffres argent jouets" data-image-description="" data-image-caption="<p>Photo de Tara Winstead sur <a href="https://www.pexels.com/fr-fr/photo/nombres-chiffres-argent-jouets-7111619/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7111619.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/26/entre-nous-soit-dit-il-faut-oser-etre-decue/" rel="bookmark">Entre nous soit dit… il faut oser être déçue</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>La déception est un sentiment difficile à affronter, souvent minimisé par peur de blesser ou de déranger. Cependant, la reconnaître est essentielle pour respecter ses propres besoins et attentes. Exprimer sa déception ne constitue pas un échec, mais plutôt une affirmation de sa valeur, offrant ainsi une opportunité de croissance et de meilleures relations. <a href="https://plusfunlavie.com/2025/08/26/entre-nous-soit-dit-il-faut-oser-etre-decue/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… il faut oser être déçue</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/26/entre-nous-soit-dit-il-faut-oser-etre-decue/" rel="bookmark"><time class="entry-date published" datetime="2025-08-26T08:00:00+02:00">26 août 2025</time><time class="updated" datetime="2025-08-26T08:56:15+02:00">26 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14678" class="post-14678 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/25/entre-nous-soit-dit-on-peut-se-reconstruire-sans-retour-en-arriere/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=1440&h=1280&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14758" data-permalink="https://plusfunlavie.com/2025/08/25/entre-nous-soit-dit-on-peut-se-reconstruire-sans-retour-en-arriere/pexels-photo-7036818/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg" data-orig-size="1625,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="voiture conduire controle changement de vitesse" data-image-description="" data-image-caption="<p>Photo de Shantanu Goyal sur <a href="https://www.pexels.com/fr-fr/photo/voiture-conduire-controle-changement-de-vitesse-7036818/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-7036818.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/25/entre-nous-soit-dit-on-peut-se-reconstruire-sans-retour-en-arriere/" rel="bookmark">Entre nous soit dit… on peut se reconstruire sans retour en arrière</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>L’auteur explore l’idée que, après une rupture, il est souvent impossible de revenir à l’état précédent d’une relation. Préférant la réinvention à la réparation, ils soulignent que le lien devient toujours fragile après une cassure. La reconstruction doit alors se faire autrement, même seule, pour évoluer vers quelque chose de nouveau. <a href="https://plusfunlavie.com/2025/08/25/entre-nous-soit-dit-on-peut-se-reconstruire-sans-retour-en-arriere/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… on peut se reconstruire sans retour en arrière</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/25/entre-nous-soit-dit-on-peut-se-reconstruire-sans-retour-en-arriere/" rel="bookmark"><time class="entry-date published" datetime="2025-08-25T08:00:00+02:00">25 août 2025</time><time class="updated" datetime="2025-08-24T22:10:38+02:00">24 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14680" class="post-14680 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/24/entre-nous-soit-dit-tomber-ce-nest-pas-echouer/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14833" data-permalink="https://plusfunlavie.com/2025/08/24/entre-nous-soit-dit-tomber-ce-nest-pas-echouer/pexels-photo-267313/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="personne en jean bleu et paire de baskets bleues" data-image-description="" data-image-caption="<p>Photo de Pixabay sur <a href="https://www.pexels.com/fr-fr/photo/personne-en-jean-bleu-et-paire-de-baskets-bleues-267313/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-267313.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/24/entre-nous-soit-dit-tomber-ce-nest-pas-echouer/" rel="bookmark">Entre nous soit dit… tomber, ce n’est pas échouer</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Cet article évoque l’importance des chutes dans la vie, soulignant qu’elles ne représentent pas l’échec, mais plutôt des occasions d’apprendre et de se réévaluer. Tomber permet d’adopter une nouvelle perspective, de revoir ses priorités et d’accéder à un nouveau départ. Accepter ces moments est essentiel pour grandir. <a href="https://plusfunlavie.com/2025/08/24/entre-nous-soit-dit-tomber-ce-nest-pas-echouer/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… tomber, ce n’est pas échouer</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/24/entre-nous-soit-dit-tomber-ce-nest-pas-echouer/" rel="bookmark"><time class="entry-date published" datetime="2025-08-24T08:00:00+02:00">24 août 2025</time><time class="updated" datetime="2025-08-24T09:37:33+02:00">24 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14682" class="post-14682 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/22/entre-nous-soit-dit-le-silence-cest-pas-toujours-de-la-paix/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=300&h=266&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=768&h=682&crop=1 768w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14838" data-permalink="https://plusfunlavie.com/2025/08/22/entre-nous-soit-dit-le-silence-cest-pas-toujours-de-la-paix/pexels-photo-31259746/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg" data-orig-size="1867,786" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pexels-photo-31259746.jpeg" data-image-description="" data-image-caption="<p>Photo de Andrea Musto sur <a href="https://www.pexels.com/fr-fr/photo/31259746/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-31259746-e1753885731515.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/22/entre-nous-soit-dit-le-silence-cest-pas-toujours-de-la-paix/" rel="bookmark">Entre nous soit dit… le silence, c’est pas toujours de la paix</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>On croit souvent que le silence apaise. Qu’il évite le conflit, qu’il protège. On se tait “pour ne pas faire d’histoires”, pour ne pas blesser, pour “laisser passer”. Mais à force de ravaler ses mots, on ravale aussi une partie de soi. Il y a le silence qui console et le silence qui tue. Il y a celui qui donne de l’espace, et celui qui … <a href="https://plusfunlavie.com/2025/08/22/entre-nous-soit-dit-le-silence-cest-pas-toujours-de-la-paix/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… le silence, c’est pas toujours de la paix</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/22/entre-nous-soit-dit-le-silence-cest-pas-toujours-de-la-paix/" rel="bookmark"><time class="entry-date published" datetime="2025-08-22T08:00:00+02:00">22 août 2025</time><time class="updated" datetime="2025-08-22T09:58:49+02:00">22 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14694" class="post-14694 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/21/entre-nous-soit-dit-ce-nest-pas-a-toi-de-porter-ce-qui-ne-tappartient-pas/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=768&h=683&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14891" data-permalink="https://plusfunlavie.com/2025/08/21/entre-nous-soit-dit-ce-nest-pas-a-toi-de-porter-ce-qui-ne-tappartient-pas/pexels-photo-4793235/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg" data-orig-size="1880,1255" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="chaine en metal et haltere sur chaussee carrelee" data-image-description="" data-image-caption="<p>Photo de Anete Lusina sur <a href="https://www.pexels.com/fr-fr/photo/chaine-en-metal-et-haltere-sur-chaussee-carrelee-4793235/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4793235.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/21/entre-nous-soit-dit-ce-nest-pas-a-toi-de-porter-ce-qui-ne-tappartient-pas/" rel="bookmark">Entre nous soit dit… ce n’est pas à toi de porter ce qui ne t’appartient pas</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Le texte aborde le poids des responsabilités et des douleurs héritées des familles. Il souligne l’importance de reconnaître ces fardeaux qui ne nous appartiennent pas. L’auteur encourage à établir des frontières émotionnelles et à se libérer de la culpabilité. Dire non est un acte de courage et une voie vers la libération personnelle. <a href="https://plusfunlavie.com/2025/08/21/entre-nous-soit-dit-ce-nest-pas-a-toi-de-porter-ce-qui-ne-tappartient-pas/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… ce n’est pas à toi de porter ce qui ne t’appartient pas</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/21/entre-nous-soit-dit-ce-nest-pas-a-toi-de-porter-ce-qui-ne-tappartient-pas/" rel="bookmark"><time class="entry-date published" datetime="2025-08-21T08:00:00+02:00">21 août 2025</time><time class="updated" datetime="2025-08-21T08:57:33+02:00">21 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14686" class="post-14686 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/19/entre-nous-soit-dit-un-avis-cest-subjectif/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14706" data-permalink="https://plusfunlavie.com/2025/08/19/entre-nous-soit-dit-un-avis-cest-subjectif/pexels-photo-8386149/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="signe enseigne connexion colore" data-image-description="" data-image-caption="<p>Photo de Tara Winstead sur <a href="https://www.pexels.com/fr-fr/photo/signe-enseigne-connexion-colore-8386149/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8386149.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/19/entre-nous-soit-dit-un-avis-cest-subjectif/" rel="bookmark">Entre nous soit dit… un avis, c’est subjectif</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Ce texte rappelle que les opinions des autres sur nous ne sont que des jugements subjectifs, sans valeur absolue. Chacun a sa propre perception, et il est important de ne pas se laisser influencer par les avis extérieurs. Rester fidèle à soi-même est essentiel pour conserver sa valeur et son intégrité. <a href="https://plusfunlavie.com/2025/08/19/entre-nous-soit-dit-un-avis-cest-subjectif/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… un avis, c’est subjectif</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/19/entre-nous-soit-dit-un-avis-cest-subjectif/" rel="bookmark"><time class="entry-date published" datetime="2025-08-19T08:00:00+02:00">19 août 2025</time><time class="updated" datetime="2025-08-21T08:57:12+02:00">21 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15203" class="post-15203 post type-post status-publish format-standard has-post-thumbnail hentry category-astuces-du-quotidien category-lifestyle tag-astuces-du-quotidien tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/18/mes-indispensables-pour-des-vacances-100-reussies-sans-se-ruiner/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15204" data-permalink="https://plusfunlavie.com/2025/08/18/mes-indispensables-pour-des-vacances-100-reussies-sans-se-ruiner/pexels-photo-3370381/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg" data-orig-size="1300,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="carte joker" data-image-description="" data-image-caption="<p>Photo de Akshay Anand sur <a href="https://www.pexels.com/fr-fr/photo/carte-joker-3370381/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-3370381.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/astuces-du-quotidien/" rel="category tag">Astuces du quotidien</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/18/mes-indispensables-pour-des-vacances-100-reussies-sans-se-ruiner/" rel="bookmark">Mes indispensables pour des vacances 100 % réussies (sans se ruiner)</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Ce contenu présente des objets indispensables pour des vacances sans dépasser son budget. Entre un trépied extensible, une batterie externe, des trackeurs de bagages, un adaptateur universel, une montre connectée, une balance portable et un mètre ruban connecté, chaque article est abordable et facilite l’autonomie en voyage. <a href="https://plusfunlavie.com/2025/08/18/mes-indispensables-pour-des-vacances-100-reussies-sans-se-ruiner/" class="more-link">Continuer de lire <span class="screen-reader-text">Mes indispensables pour des vacances 100 % réussies (sans se ruiner)</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/18/mes-indispensables-pour-des-vacances-100-reussies-sans-se-ruiner/" rel="bookmark"><time class="entry-date published" datetime="2025-08-18T10:00:00+02:00">18 août 2025</time><time class="updated" datetime="2025-08-18T10:06:37+02:00">18 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15320" class="post-15320 post type-post status-publish format-standard has-post-thumbnail hentry category-lifestyle category-maternite-sans-filtre tag-lifestyle tag-maternite tag-maternite-sans-filtre">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/17/visiter-le-parc-des-princes-avec-ses-enfants-une-sortie-inoubliable-pour-petits-et-grands-fans-de-foot/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15347" data-permalink="https://plusfunlavie.com/img_5518/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg" data-orig-size="4032,2268" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1755277510","copyright":"","focal_length":"5.7","iso":"50","shutter_speed":"0.0001880052641474","title":"","orientation":"1"}" data-image-title="img_5518" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_5518.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a>, <a href="https://plusfunlavie.com/category/lifestyle/maternite-sans-filtre/" rel="category tag">Maternité sans filtre</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/17/visiter-le-parc-des-princes-avec-ses-enfants-une-sortie-inoubliable-pour-petits-et-grands-fans-de-foot/" rel="bookmark">Visiter le Parc des Princes avec ses enfants : une sortie inoubliable pour petits et grands fans de foot</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Être parent, c’est jongler chaque jour entre le quotidien, les responsabilités et l’envie de créer des moments magiques pour ses enfants. Alors quand j’ai découvert la visite des coulisses du Parc des Princes (merci Savy), j’ai eu cette étincelle : “Et si je surprenais mes enfants fans de foot?” Résultat : une journée pleine d’émotions, des yeux qui brillent… et l’impression d’avoir marqué le but … <a href="https://plusfunlavie.com/2025/08/17/visiter-le-parc-des-princes-avec-ses-enfants-une-sortie-inoubliable-pour-petits-et-grands-fans-de-foot/" class="more-link">Continuer de lire <span class="screen-reader-text">Visiter le Parc des Princes avec ses enfants : une sortie inoubliable pour petits et grands fans de foot</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/17/visiter-le-parc-des-princes-avec-ses-enfants-une-sortie-inoubliable-pour-petits-et-grands-fans-de-foot/" rel="bookmark"><time class="entry-date published updated" datetime="2025-08-17T09:01:33+02:00">17 août 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/08/17/visiter-le-parc-des-princes-avec-ses-enfants-une-sortie-inoubliable-pour-petits-et-grands-fans-de-foot/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14786" class="post-14786 post type-post status-publish format-standard has-post-thumbnail hentry category-astuces-du-quotidien category-lifestyle tag-astuces-du-quotidien tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/15/pourquoi-je-fais-mes-lessives-avec-le-programme-30-minutes-depuis-14-ans/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14877" data-permalink="https://plusfunlavie.com/img_2271_original/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg" data-orig-size="2268,1276" data-comments-opened="1" data-image-meta="{"aperture":"1.8","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1731254422","copyright":"","focal_length":"1.57","iso":"80","shutter_speed":"0.01","title":"","orientation":"1"}" data-image-title="img_2271_original" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2271_original.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/astuces-du-quotidien/" rel="category tag">Astuces du quotidien</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/15/pourquoi-je-fais-mes-lessives-avec-le-programme-30-minutes-depuis-14-ans/" rel="bookmark">Pourquoi je fais mes lessives avec le programme 30 minutes depuis 14 ans</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>On croit souvent que 30 minutes, c’est trop court pour bien laver du linge. Moi, je pense exactement l’inverse : 3 heures, c’est beaucoup trop long. Depuis 14 ans, j’utilise le programme court pour laver la quasi-totalité de mon linge. Et je n’ai jamais eu de problème. Bien au contraire. 1. Je lave le soir et je n’ai pas trois heures à perdre Ma routine est … <a href="https://plusfunlavie.com/2025/08/15/pourquoi-je-fais-mes-lessives-avec-le-programme-30-minutes-depuis-14-ans/" class="more-link">Continuer de lire <span class="screen-reader-text">Pourquoi je fais mes lessives avec le programme 30 minutes depuis 14 ans</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/15/pourquoi-je-fais-mes-lessives-avec-le-programme-30-minutes-depuis-14-ans/" rel="bookmark"><time class="entry-date published" datetime="2025-08-15T08:00:00+02:00">15 août 2025</time><time class="updated" datetime="2025-08-12T10:46:51+02:00">12 août 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/08/15/pourquoi-je-fais-mes-lessives-avec-le-programme-30-minutes-depuis-14-ans/#comments">4 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14882" class="post-14882 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/14/entre-nous-soit-dit-y-a-toujours-pire-ailleurs-mais-ailleurs-je-ny-suis-pas/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14890" data-permalink="https://plusfunlavie.com/2025/08/14/entre-nous-soit-dit-y-a-toujours-pire-ailleurs-mais-ailleurs-je-ny-suis-pas/pexels-photo-1161268/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pexels-photo-1161268.jpeg" data-image-description="" data-image-caption="<p>Photo de Juan Pablo Serrano sur <a href="https://www.pexels.com/fr-fr/photo/1161268/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/10/pexels-photo-1161268.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/14/entre-nous-soit-dit-y-a-toujours-pire-ailleurs-mais-ailleurs-je-ny-suis-pas/" rel="bookmark">Entre nous soit dit… y a toujours pire ailleurs… mais ailleurs je n’y suis pas</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Combien de fois l’a-t-on entendue, cette phrase ? « Franchement, tu devrais relativiser, il y a toujours pire ailleurs ». Et c’est vrai. Il y a toujours pire mais… ailleurs, je n’y suis pas. Je suis ici, avec ma vie, mes galères, mes émotions, mes tempêtes et elles comptent. Quand relativiser devient minimiser Relativiser peut apaiser, parfois. Reprendre du recul, respirer, remettre les choses en perspective. Oui, c’est … <a href="https://plusfunlavie.com/2025/08/14/entre-nous-soit-dit-y-a-toujours-pire-ailleurs-mais-ailleurs-je-ny-suis-pas/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… y a toujours pire ailleurs… mais ailleurs je n’y suis pas</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/14/entre-nous-soit-dit-y-a-toujours-pire-ailleurs-mais-ailleurs-je-ny-suis-pas/" rel="bookmark"><time class="entry-date published" datetime="2025-08-14T08:00:00+02:00">14 août 2025</time><time class="updated" datetime="2025-08-15T09:50:45+02:00">15 août 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/08/14/entre-nous-soit-dit-y-a-toujours-pire-ailleurs-mais-ailleurs-je-ny-suis-pas/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15197" class="post-15197 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/13/plongee-dans-ma-personnalite-4-tests-un-meme-portrait/"><img width="870" height="729" src="https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=870&h=729&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=870&h=729&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=150&h=126&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=300&h=251&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=768&h=644&crop=1 768w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15217" data-permalink="https://plusfunlavie.com/img_4966/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg" data-orig-size="1170,729" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="img_4966" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/img_4966.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/13/plongee-dans-ma-personnalite-4-tests-un-meme-portrait/" rel="bookmark">Plongée dans ma personnalité : 4 tests, un même portrait</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>L’auteur partage son expérience avec divers tests de personnalité, soulignant leur rôle comme outils d’auto-découverte. Ils aident à mieux comprendre ses motivations, améliorer les relations, et orienter la carrière. Malgré les défis rencontrés, ces tests révèlent une personnalité dynamique, organisée et ambitieuse, incitant les lecteurs à explorer leur propre identité. <a href="https://plusfunlavie.com/2025/08/13/plongee-dans-ma-personnalite-4-tests-un-meme-portrait/" class="more-link">Continuer de lire <span class="screen-reader-text">Plongée dans ma personnalité : 4 tests, un même portrait</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/13/plongee-dans-ma-personnalite-4-tests-un-meme-portrait/" rel="bookmark"><time class="entry-date published" datetime="2025-08-13T08:00:00+02:00">13 août 2025</time><time class="updated" datetime="2025-08-15T08:02:12+02:00">15 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-15192" class="post-15192 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/12/entre-nous-soit-dit-es-tu-en-retard-dans-ta-vie/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="15213" data-permalink="https://plusfunlavie.com/2025/08/12/entre-nous-soit-dit-es-tu-en-retard-dans-ta-vie/pexels-photo-618612/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="action athlete athletisme chaussures" data-image-description="" data-image-caption="<p>Photo de Snapwire sur <a href="https://www.pexels.com/fr-fr/photo/action-athlete-athletisme-chaussures-618612/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-618612.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/12/entre-nous-soit-dit-es-tu-en-retard-dans-ta-vie/" rel="bookmark">Entre nous soit dit …es tu en retard dans ta vie ?</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>On va être honnêtes : parfois, ce n’est pas toi qui y penses, mais la petite voix est là. Celle qui te rappelle que « normalement », on a déjà fait ci, ou obtenu ça, à tel âge. Et elle peut peser lourd. Pas seulement dans la tête… mais aussi dans le cœur, dans les choix, dans cette sensation d’être à côté du « bon … <a href="https://plusfunlavie.com/2025/08/12/entre-nous-soit-dit-es-tu-en-retard-dans-ta-vie/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit …es tu en retard dans ta vie ?</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/12/entre-nous-soit-dit-es-tu-en-retard-dans-ta-vie/" rel="bookmark"><time class="entry-date published" datetime="2025-08-12T08:00:00+02:00">12 août 2025</time><time class="updated" datetime="2025-08-11T17:29:27+02:00">11 août 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/08/12/entre-nous-soit-dit-es-tu-en-retard-dans-ta-vie/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14554" class="post-14554 post type-post status-publish format-standard has-post-thumbnail hentry category-astuces-du-quotidien category-lifestyle tag-astuces-du-quotidien tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/11/pesez-scannez-avancez-ma-routine-simple-avec-yazio/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=1440&h=1280&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14901" data-permalink="https://plusfunlavie.com/2025/08/11/pesez-scannez-avancez-ma-routine-simple-avec-yazio/pexels-photo-1092730/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg" data-orig-size="1733,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="assortiment de fruits tranches dans un bol en ceramique blanche" data-image-description="" data-image-caption="<p>Photo de Jane T D. sur <a href="https://www.pexels.com/fr-fr/photo/assortiment-de-fruits-tranches-dans-un-bol-en-ceramique-blanche-1092730/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/08/pexels-photo-1092730.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/astuces-du-quotidien/" rel="category tag">Astuces du quotidien</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/11/pesez-scannez-avancez-ma-routine-simple-avec-yazio/" rel="bookmark">Pesez, scannez, avancez : ma routine simple avec Yazio</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>L’application Yazio se distingue par sa simplicité et ses fonctionnalités variées pour aider à gérer son alimentation. Elle permet de suivre les apports nutritionnels, d’identifier les excès et de maintenir une cohérence alimentaire. Utilisateur satisfait depuis plus de deux ans, l’auteur trouve l’application claire et pédagogique, adaptée à divers objectifs nutritionnels. <a href="https://plusfunlavie.com/2025/08/11/pesez-scannez-avancez-ma-routine-simple-avec-yazio/" class="more-link">Continuer de lire <span class="screen-reader-text">Pesez, scannez, avancez : ma routine simple avec Yazio</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/11/pesez-scannez-avancez-ma-routine-simple-avec-yazio/" rel="bookmark"><time class="entry-date published" datetime="2025-08-11T08:00:00+02:00">11 août 2025</time><time class="updated" datetime="2025-08-10T08:15:12+02:00">10 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14676" class="post-14676 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/08/entre-nous-soit-dit-lhomme-ou-la-femme-de-ta-vie-ca-veut-dire-quoi-au-juste/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14713" data-permalink="https://plusfunlavie.com/2025/07/28/entre-nous-soit-dit-etre-forte-cest-aussi-demander-de-laide/pexels-photo-1667849/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="photo en gros plan de deux personnes se tenant la main" data-image-description="" data-image-caption="<p>Photo de Git Stephen Gitau sur <a href="https://www.pexels.com/fr-fr/photo/photo-en-gros-plan-de-deux-personnes-se-tenant-la-main-1667849/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-1667849.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/08/entre-nous-soit-dit-lhomme-ou-la-femme-de-ta-vie-ca-veut-dire-quoi-au-juste/" rel="bookmark">Entre nous soit dit… l’homme ou la femme de ta vie, ça veut dire quoi au juste ?</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Le concept de l’« homme ou femme de sa vie » est souvent confondu avec la durée d’une relation. En réalité, cela concerne la profondeur des expériences vécues et l’impact émotionnel. Plusieurs personnes peuvent jouer ce rôle à différents moments, chacune apportant une vérité et une transformation. L’important est de valider ses propres sentiments. <a href="https://plusfunlavie.com/2025/08/08/entre-nous-soit-dit-lhomme-ou-la-femme-de-ta-vie-ca-veut-dire-quoi-au-juste/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… l’homme ou la femme de ta vie, ça veut dire quoi au juste ?</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/08/entre-nous-soit-dit-lhomme-ou-la-femme-de-ta-vie-ca-veut-dire-quoi-au-juste/" rel="bookmark"><time class="entry-date published" datetime="2025-08-08T08:00:00+02:00">8 août 2025</time><time class="updated" datetime="2025-08-08T07:06:45+02:00">8 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14553" class="post-14553 post type-post status-publish format-standard has-post-thumbnail hentry category-astuces-du-quotidien category-lifestyle tag-astuces-du-quotidien tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/06/ma-balance-connectee-stop-au-poids-tout-seul-des-indicateurs-en-plus/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=768&h=683&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14592" data-permalink="https://plusfunlavie.com/img_3422-1/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg" data-orig-size="1170,1669" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="img_3422-1" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=210" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3422-1.jpg?w=718" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/astuces-du-quotidien/" rel="category tag">Astuces du quotidien</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/06/ma-balance-connectee-stop-au-poids-tout-seul-des-indicateurs-en-plus/" rel="bookmark">Ma balance connectée : stop au poids tout seul, des indicateurs en plus</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>La pesée n’est plus un moment de stress ou de verdict. C’est devenu un outil de pilotage personnel. Et ça change tout. Je ne suis pas devenue une machine à performer, mais j’ai gagné en compréhension, en nuance, en autonomie. C’est ce que je recherche dans tous les outils que j’utilise au quotidien : ils doivent m’aider à avancer, pas à m’enfermer. Et cette balance fait exactement ça. Ni plus, ni moins. <a href="https://plusfunlavie.com/2025/08/06/ma-balance-connectee-stop-au-poids-tout-seul-des-indicateurs-en-plus/" class="more-link">Continuer de lire <span class="screen-reader-text">Ma balance connectée : stop au poids tout seul, des indicateurs en plus</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/06/ma-balance-connectee-stop-au-poids-tout-seul-des-indicateurs-en-plus/" rel="bookmark"><time class="entry-date published" datetime="2025-08-06T08:00:00+02:00">6 août 2025</time><time class="updated" datetime="2025-08-12T10:38:33+02:00">12 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14202" class="post-14202 post type-post status-publish format-standard has-post-thumbnail hentry category-espagne category-europe category-voyages tag-solo-trip tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/05/city-trip-en-solo-a-malaga-carnet-de-bord-et-astuces/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14388" data-permalink="https://plusfunlavie.com/img_8935/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg" data-orig-size="4032,2268" data-comments-opened="1" data-image-meta="{"aperture":"1.8","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1751476345","copyright":"","focal_length":"1.57","iso":"32","shutter_speed":"0.00029197080291971","title":"","orientation":"1"}" data-image-title="img_8935" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_8935.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/espagne/" rel="category tag">Espagne</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/" rel="category tag">Europe</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/05/city-trip-en-solo-a-malaga-carnet-de-bord-et-astuces/" rel="bookmark">City trip en solo à Málaga : carnet de bord et astuces</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Partir seule à Málaga, c’était plus qu’un voyage : c’était un cap. J’ai marché, goûté, observé. J’ai choisi mes horaires, mes silences, mes glaces. Entre ville animée, virée en province et coucher de soleil sur mer, ce séjour m’a rappelé une chose : je suis ma meilleure alliée.<br />
<a href="https://plusfunlavie.com/2025/08/05/city-trip-en-solo-a-malaga-carnet-de-bord-et-astuces/" class="more-link">Continuer de lire <span class="screen-reader-text">City trip en solo à Málaga : carnet de bord et astuces</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/05/city-trip-en-solo-a-malaga-carnet-de-bord-et-astuces/" rel="bookmark"><time class="entry-date published" datetime="2025-08-05T08:00:12+02:00">5 août 2025</time><time class="updated" datetime="2025-08-05T00:10:48+02:00">5 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14803" class="post-14803 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/03/entre-nous-soit-dit-si-tu-nas-pas-de-reponse-cest-que-tu-nes-pas-la-priorite/"><img width="867" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=867&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=867&h=773&crop=1 867w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=150&h=134&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=768&h=685&crop=1 768w" sizes="(max-width: 867px) 100vw, 867px" data-attachment-id="14817" data-permalink="https://plusfunlavie.com/2025/08/03/entre-nous-soit-dit-si-tu-nas-pas-de-reponse-cest-que-tu-nes-pas-la-priorite/pexels-photo-8872625/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg" data-orig-size="867,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="personne individu gens personnes" data-image-description="" data-image-caption="<p>Photo de MART PRODUCTION sur <a href="https://www.pexels.com/fr-fr/photo/personne-individu-gens-personnes-8872625/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=200" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8872625.jpeg?w=683" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/03/entre-nous-soit-dit-si-tu-nas-pas-de-reponse-cest-que-tu-nes-pas-la-priorite/" rel="bookmark">Entre nous soit dit… si tu n’as pas de réponse, c’est que tu n’es pas la priorité.</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Pourquoi il est temps d’arrêter de normaliser le silence et les relations floues Entre nous soit dit… on a trop souvent minimisé ces silences. Tu sais, ces moments où tu envoies un message sincère, où tu poses une vraie question, où tu t’ouvres un peu, et en retour… rien. Silence radio. Vu. Ou même pas vu. Et tu restes là, à attendre, à te demander … <a href="https://plusfunlavie.com/2025/08/03/entre-nous-soit-dit-si-tu-nas-pas-de-reponse-cest-que-tu-nes-pas-la-priorite/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… si tu n’as pas de réponse, c’est que tu n’es pas la priorité.</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/03/entre-nous-soit-dit-si-tu-nas-pas-de-reponse-cest-que-tu-nes-pas-la-priorite/" rel="bookmark"><time class="entry-date published" datetime="2025-08-03T08:00:00+02:00">3 août 2025</time><time class="updated" datetime="2025-07-31T09:44:14+02:00">31 juillet 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/08/03/entre-nous-soit-dit-si-tu-nas-pas-de-reponse-cest-que-tu-nes-pas-la-priorite/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14689" class="post-14689 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/02/entre-nous-soit-dit-tu-peux-dire-non-meme-si-tu-as-deja-dit-oui/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14704" data-permalink="https://plusfunlavie.com/2025/08/02/entre-nous-soit-dit-tu-peux-dire-non-meme-si-tu-as-deja-dit-oui/pexels-photo-8459422/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="mains rose signes non" data-image-description="" data-image-caption="<p>Photo de Los Muertos Crew sur <a href="https://www.pexels.com/fr-fr/photo/mains-rose-signes-non-8459422/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8459422.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/02/entre-nous-soit-dit-tu-peux-dire-non-meme-si-tu-as-deja-dit-oui/" rel="bookmark">Entre nous soit dit… tu peux dire non, même si tu as déjà dit oui</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Ce texte souligne l’importance de la capacité à dire « non » après avoir accepté un engagement. Il reconnaît que revenir sur une décision, même après un « oui », n’est pas un signe de faiblesse, mais un acte de respect envers soi-même. S’écouter et ajuster ses choix est essentiel pour rester aligné avec ses véritables besoins. <a href="https://plusfunlavie.com/2025/08/02/entre-nous-soit-dit-tu-peux-dire-non-meme-si-tu-as-deja-dit-oui/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… tu peux dire non, même si tu as déjà dit oui</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/02/entre-nous-soit-dit-tu-peux-dire-non-meme-si-tu-as-deja-dit-oui/" rel="bookmark"><time class="entry-date published" datetime="2025-08-02T08:00:00+02:00">2 août 2025</time><time class="updated" datetime="2025-08-03T08:41:39+02:00">3 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14482" class="post-14482 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/08/01/faites-ce-que-je-dis-ne-faites-pas-ce-que-je-fais/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=768&h=683&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14444" data-permalink="https://plusfunlavie.com/2025/07/16/quitter-quelquun-quon-aime-encore-une-contradiction-ou-un-acte-de-lucidite/pexels-photo-4118958/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg" data-orig-size="1204,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="fenetre en verre encadree en bois blanc" data-image-description="" data-image-caption="<p>Photo de Jeffrey Czum sur <a href="https://www.pexels.com/fr-fr/photo/fenetre-en-verre-encadree-en-bois-blanc-4118958/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=278" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-4118958.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/08/01/faites-ce-que-je-dis-ne-faites-pas-ce-que-je-fais/" rel="bookmark">Entre nous soit dit … Faites ce que je dis, ne faites pas ce que je fais</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>ou comment la vraie vie nous ramène toujours à l’humilité On a tous des idées arrêtées sur ce qu’on ferait, ou pas, dans telle ou telle situation. On croit savoir. On croit être solide. Et puis la vie passe. Elle secoue. Elle bouscule. Et soudain, ce qui nous paraissait évident devient flou. Ce qu’on croyait “jamais” devient “peut-être”. Alors j’écris. Pour poser ça là. Pour … <a href="https://plusfunlavie.com/2025/08/01/faites-ce-que-je-dis-ne-faites-pas-ce-que-je-fais/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit … Faites ce que je dis, ne faites pas ce que je fais</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/08/01/faites-ce-que-je-dis-ne-faites-pas-ce-que-je-fais/" rel="bookmark"><time class="entry-date published" datetime="2025-08-01T08:00:00+02:00">1 août 2025</time><time class="updated" datetime="2025-08-01T07:36:13+02:00">1 août 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14790" class="post-14790 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/31/entre-nous-soit-dit-parler-de-ses-projets-ce-nest-pas-trahir-ses-reves-cest-leur-donner-une-chance-de-prendre-forme/"><img width="868" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=868&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=868&h=773&crop=1 868w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=150&h=134&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=768&h=684&crop=1 768w" sizes="(max-width: 868px) 100vw, 868px" data-attachment-id="14823" data-permalink="https://plusfunlavie.com/2025/07/31/entre-nous-soit-dit-parler-de-ses-projets-ce-nest-pas-trahir-ses-reves-cest-leur-donner-une-chance-de-prendre-forme/pexels-photo-5239715/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg" data-orig-size="868,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="culture femme d affaires ethnique surfant sur internet sur smartphone pres de l ordinateur portable a l exterieur" data-image-description="" data-image-caption="<p>Photo de Anete Lusina sur <a href="https://www.pexels.com/fr-fr/photo/culture-femme-d-affaires-ethnique-surfant-sur-internet-sur-smartphone-pres-de-l-ordinateur-portable-a-l-exterieur-5239715/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=200" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5239715.jpeg?w=684" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/31/entre-nous-soit-dit-parler-de-ses-projets-ce-nest-pas-trahir-ses-reves-cest-leur-donner-une-chance-de-prendre-forme/" rel="bookmark">Entre nous soit dit …parler de ses projets, ce n’est pas trahir ses rêves, c’est leur donner une chance de prendre forme.</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>On a tous déjà entendu cette phrase, citée mille fois, presque érigée en mantra : « Fais tes projets en silence, la réussite fera du bruit. ». Pendant longtemps, elle a semblé pleine de sagesse. Elle contient cette idée rassurante qu’en avançant dans l’ombre, on se protège. Qu’en taisant nos envies, nos ambitions, on évite les regards malveillants, les sabotages, les énergies négatives. Comme si … <a href="https://plusfunlavie.com/2025/07/31/entre-nous-soit-dit-parler-de-ses-projets-ce-nest-pas-trahir-ses-reves-cest-leur-donner-une-chance-de-prendre-forme/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit …parler de ses projets, ce n’est pas trahir ses rêves, c’est leur donner une chance de prendre forme.</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/31/entre-nous-soit-dit-parler-de-ses-projets-ce-nest-pas-trahir-ses-reves-cest-leur-donner-une-chance-de-prendre-forme/" rel="bookmark"><time class="entry-date published" datetime="2025-07-31T08:00:00+02:00">31 juillet 2025</time><time class="updated" datetime="2025-07-31T07:39:21+02:00">31 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14578" class="post-14578 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/30/liberte-lucidite-amour-trois-verites-quon-ne-dit-pas-assez/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14582" data-permalink="https://plusfunlavie.com/2025/07/30/liberte-lucidite-amour-trois-verites-quon-ne-dit-pas-assez/pexels-photo-8721339/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="studio a l interieur interieur numerique" data-image-description="" data-image-caption="<p>Photo de cottonbro studio sur <a href="https://www.pexels.com/fr-fr/photo/studio-a-l-interieur-interieur-numerique-8721339/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-8721339.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/30/liberte-lucidite-amour-trois-verites-quon-ne-dit-pas-assez/" rel="bookmark">Entre nous soit dit …Liberté, lucidité & amour, des vérités qu’on ne dit pas</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Le texte évoque des vérités difficiles mais nécessaires pour les femmes. Il insiste sur l’importance de travailler pour être indépendante et se protéger financièrement. Il met en garde contre les attentes et illusions dans les relations amoureuses, soulignant que l’amour véritable se révèle dans l’épreuve, plutôt que dans des moments superficiels. <a href="https://plusfunlavie.com/2025/07/30/liberte-lucidite-amour-trois-verites-quon-ne-dit-pas-assez/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit …Liberté, lucidité & amour, des vérités qu’on ne dit pas</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/30/liberte-lucidite-amour-trois-verites-quon-ne-dit-pas-assez/" rel="bookmark"><time class="entry-date published" datetime="2025-07-30T08:00:00+02:00">30 juillet 2025</time><time class="updated" datetime="2025-07-30T07:11:18+02:00">30 juillet 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/07/30/liberte-lucidite-amour-trois-verites-quon-ne-dit-pas-assez/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14691" class="post-14691 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/29/entre-nous-soit-dit-les-gens-partent-et-cest-pas-toujours-une-tragedie/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14717" data-permalink="https://plusfunlavie.com/2025/07/29/entre-nous-soit-dit-les-gens-partent-et-cest-pas-toujours-une-tragedie/pexels-photo-5898311/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="lettre biscuits cookies texte" data-image-description="" data-image-caption="<p>Photo de Henri Mathieu-Saint-Laurent sur <a href="https://www.pexels.com/fr-fr/photo/lettre-biscuits-cookies-texte-5898311/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-5898311.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/29/entre-nous-soit-dit-les-gens-partent-et-cest-pas-toujours-une-tragedie/" rel="bookmark">Entre nous soit dit… les gens partent, et c’est pas toujours une tragédie</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Le départ de quelqu’un est rarement simple à vivre. Il fait naître des questions, des douleurs, des doutes. On s’accroche à l’espoir d’une explication, d’un “pourquoi” qui ferait sens. On voudrait comprendre, réparer, retenir. Mais la vérité, c’est que parfois, les gens partent. Sans faute, sans drame, sans jugement. Juste parce que les chemins se séparent, les besoins changent, les distances grandissent. Une fin, pas … <a href="https://plusfunlavie.com/2025/07/29/entre-nous-soit-dit-les-gens-partent-et-cest-pas-toujours-une-tragedie/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… les gens partent, et c’est pas toujours une tragédie</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/29/entre-nous-soit-dit-les-gens-partent-et-cest-pas-toujours-une-tragedie/" rel="bookmark"><time class="entry-date published" datetime="2025-07-29T08:00:00+02:00">29 juillet 2025</time><time class="updated" datetime="2025-07-29T13:51:10+02:00">29 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14679" class="post-14679 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-motivation tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/28/entre-nous-soit-dit-etre-forte-cest-aussi-demander-de-laide/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14722" data-permalink="https://plusfunlavie.com/2025/07/28/entre-nous-soit-dit-etre-forte-cest-aussi-demander-de-laide/pexels-photo-6146703-1/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="mains equipe travail d equipe unite" data-image-description="" data-image-caption="<p>Photo de Diva Plavalaguna sur <a href="https://www.pexels.com/fr-fr/photo/mains-equipe-travail-d-equipe-unite-6146703/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-6146703-1.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/28/entre-nous-soit-dit-etre-forte-cest-aussi-demander-de-laide/" rel="bookmark">Entre nous soit dit… être forte, c’est aussi demander de l’aide</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>L’auteur évoque la pression d’être perçu comme « fort » en toutes circonstances, soulignant l’isolement que cela engendre. Après un événement bouleversant, elle réalise l’importance de demander de l’aide. Accepter ses limites est un acte de lucidité et permet de tisser des liens authentiques. Être fort inclut savoir quand s’appuyer sur les autres. <a href="https://plusfunlavie.com/2025/07/28/entre-nous-soit-dit-etre-forte-cest-aussi-demander-de-laide/" class="more-link">Continuer de lire <span class="screen-reader-text">Entre nous soit dit… être forte, c’est aussi demander de l’aide</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/28/entre-nous-soit-dit-etre-forte-cest-aussi-demander-de-laide/" rel="bookmark"><time class="entry-date published" datetime="2025-07-28T08:00:00+02:00">28 juillet 2025</time><time class="updated" datetime="2025-07-28T11:56:04+02:00">28 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14658" class="post-14658 post type-post status-publish format-standard has-post-thumbnail hentry category-lifestyle category-maternite-sans-filtre tag-fetes tag-lifestyle tag-maternite tag-maternite-sans-filtre">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/27/6-ans-deja-le-feu-dartifice-dun-petit-grand-bonhomme/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14661" data-permalink="https://plusfunlavie.com/img_1320_jpg/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg" data-orig-size="2264,1274" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1752341477","copyright":"","focal_length":"5.7","iso":"40","shutter_speed":"0.0037037037037037","title":"","orientation":"1"}" data-image-title="img_1320_jpg" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1320_jpg.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a>, <a href="https://plusfunlavie.com/category/lifestyle/maternite-sans-filtre/" rel="category tag">Maternité sans filtre</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/27/6-ans-deja-le-feu-dartifice-dun-petit-grand-bonhomme/" rel="bookmark">6 ans déjà: le feu d’artifice d’un petit grand bonhomme</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Notre petit garçon a fêté ses 6 ans le 14 juillet. Pour l’occasion, nous avons organisé une fête de classe et des moments en famille. Il a choisi le thème du basket, révélant ses goûts affirmés. En tant que parents, nous sommes fiers de le voir grandir et s’affirmer dans ses choix. Joyeux anniversaire! <a href="https://plusfunlavie.com/2025/07/27/6-ans-deja-le-feu-dartifice-dun-petit-grand-bonhomme/" class="more-link">Continuer de lire <span class="screen-reader-text">6 ans déjà: le feu d’artifice d’un petit grand bonhomme</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/27/6-ans-deja-le-feu-dartifice-dun-petit-grand-bonhomme/" rel="bookmark"><time class="entry-date published" datetime="2025-07-27T08:00:00+02:00">27 juillet 2025</time><time class="updated" datetime="2025-07-28T09:22:45+02:00">28 juillet 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/07/27/6-ans-deja-le-feu-dartifice-dun-petit-grand-bonhomme/#comments">3 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14576" class="post-14576 post type-post status-publish format-standard has-post-thumbnail hentry category-europe category-finistere-29 category-france category-voyages tag-france tag-morlaix tag-une-journee-a tag-voyager-en-famille tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/27/et-si-on-decouvrait-le-temps-dune-journee-morlaix-ses-saveurs-son-patrimoine/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=300&h=266&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14608" data-permalink="https://plusfunlavie.com/img_2625_jpg/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg" data-orig-size="2897,1630" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1753442168","copyright":"","focal_length":"5.7","iso":"50","shutter_speed":"0.00025","title":"","orientation":"1"}" data-image-title="img_2625_jpg" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_2625_jpg.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/" rel="category tag">Europe</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/finistere-29/" rel="category tag">Finistère (29)</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/" rel="category tag">France</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/27/et-si-on-decouvrait-le-temps-dune-journee-morlaix-ses-saveurs-son-patrimoine/" rel="bookmark">Et si on découvrait le temps d’une journée: Morlaix, ses saveurs & son patrimoine</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Vivre à Morlaix, c’est profiter au quotidien d’un patrimoine riche et d’un charme authentique, entre rues médiévales et vues sur le viaduc. Mais parfois, pour redécouvrir pleinement sa ville, il faut se glisser dans la peau du touriste. C’est ce que nous avons décidé de faire, le temps d’une journée, pour voir Morlaix autrement, en explorant ses trésors comme si c’était la première fois. Ce … <a href="https://plusfunlavie.com/2025/07/27/et-si-on-decouvrait-le-temps-dune-journee-morlaix-ses-saveurs-son-patrimoine/" class="more-link">Continuer de lire <span class="screen-reader-text">Et si on découvrait le temps d’une journée: Morlaix, ses saveurs & son patrimoine</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/27/et-si-on-decouvrait-le-temps-dune-journee-morlaix-ses-saveurs-son-patrimoine/" rel="bookmark"><time class="entry-date published" datetime="2025-07-27T08:00:00+02:00">27 juillet 2025</time><time class="updated" datetime="2025-07-28T09:11:17+02:00">28 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14483" class="post-14483 post type-post status-publish format-standard has-post-thumbnail hentry category-astuces-du-quotidien category-lifestyle tag-astuces-du-quotidien tag-lifestyle">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/25/jai-arrete-de-me-prendre-la-tete-sur-vinted-et-ca-vend-quand-meme/"><img width="870" height="658" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=870&h=658&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=870&h=658&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=150&h=113&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=300&h=227&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=768&h=581&crop=1 768w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14734" data-permalink="https://plusfunlavie.com/screenshot-11/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg" data-orig-size="1170,658" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"Screenshot","created_timestamp":"1753609215","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"Screenshot","orientation":"1"}" data-image-title="Screenshot" data-image-description="" data-image-caption="<p>Screenshot</p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_3453.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/astuces-du-quotidien/" rel="category tag">Astuces du quotidien</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/25/jai-arrete-de-me-prendre-la-tete-sur-vinted-et-ca-vend-quand-meme/" rel="bookmark">J’ai arrêté de me prendre la tête sur Vinted</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Je me casse pas la tête sur Vinted : ma méthode de vente simple, efficace (et sans prise de tête) Vinted, ça peut vite devenir un gouffre de temps et d’énergie si on ne pose pas ses propres règles. Entre les messages à répétition, les offres farfelues et les relances inutiles, on peut facilement s’épuiser. J’ai donc choisi une approche simple et cadrée : je … <a href="https://plusfunlavie.com/2025/07/25/jai-arrete-de-me-prendre-la-tete-sur-vinted-et-ca-vend-quand-meme/" class="more-link">Continuer de lire <span class="screen-reader-text">J’ai arrêté de me prendre la tête sur Vinted</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/25/jai-arrete-de-me-prendre-la-tete-sur-vinted-et-ca-vend-quand-meme/" rel="bookmark"><time class="entry-date published" datetime="2025-07-25T08:00:00+02:00">25 juillet 2025</time><time class="updated" datetime="2025-07-28T06:59:02+02:00">28 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14484" class="post-14484 post type-post status-publish format-standard has-post-thumbnail hentry category-bretagne category-europe category-finistere-29 category-france category-voyages tag-france tag-voyager-en-famille tag-voyages">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/23/le-guide-des-familles-pour-explorer-le-nord-finistere-morlaix-roscoff-et-les-alentours/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14509" data-permalink="https://plusfunlavie.com/img_1461_original-1/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg" data-orig-size="4898,3265" data-comments-opened="1" data-image-meta="{"aperture":"11","credit":"","camera":"Canon EOS 700D","caption":"","created_timestamp":"1503165860","copyright":"","focal_length":"55","iso":"100","shutter_speed":"0.003125","title":"","orientation":"1"}" data-image-title="img_1461_original-1" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1461_original-1.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/" rel="category tag">Bretagne</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/europe/" rel="category tag">Europe</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/bretagne/finistere-29/" rel="category tag">Finistère (29)</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/france/" rel="category tag">France</a>, <a href="https://plusfunlavie.com/category/lifestyle/voyages/" rel="category tag">Voyages</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/23/le-guide-des-familles-pour-explorer-le-nord-finistere-morlaix-roscoff-et-les-alentours/" rel="bookmark">Le guide des familles pour explorer le Nord Finistère : Morlaix, Roscoff et les alentours</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>L’auteur, résident de Morlaix depuis 14 ans, partage son amour pour la Bretagne, mettant en avant sa simplicité, sa nature et son accessibilité. Il propose un guide pratique pour les familles, incluant des activités gratuites et adaptées. Le texte aborde aussi la logistique, l’hébergement et des suggestions de sorties dans plusieurs villes. <a href="https://plusfunlavie.com/2025/07/23/le-guide-des-familles-pour-explorer-le-nord-finistere-morlaix-roscoff-et-les-alentours/" class="more-link">Continuer de lire <span class="screen-reader-text">Le guide des familles pour explorer le Nord Finistère : Morlaix, Roscoff et les alentours</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/23/le-guide-des-familles-pour-explorer-le-nord-finistere-morlaix-roscoff-et-les-alentours/" rel="bookmark"><time class="entry-date published updated" datetime="2025-07-23T15:15:25+02:00">23 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14421" class="post-14421 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation tag-separation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/17/faut-il-garder-les-liens-avec-lentourage-de-son-ex-ma-reponse-apres-la-rupture/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=1024&h=910&crop=1 1024w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14696" data-permalink="https://plusfunlavie.com/2025/08/02/entre-nous-soit-dit-tu-peux-dire-non-meme-si-tu-as-deja-dit-oui/pexels-photo-30983197/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg" data-orig-size="1880,1250" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="remarques" data-image-description="" data-image-caption="<p>Photo de Sandeep Verma sur <a href="https://www.pexels.com/fr-fr/photo/remarques-30983197/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-30983197.jpeg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/17/faut-il-garder-les-liens-avec-lentourage-de-son-ex-ma-reponse-apres-la-rupture/" rel="bookmark">Faut-il garder les liens avec l’entourage de son ex ? Ma réponse après la rupture</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>J’ai reçu cette question sur Instagram et elle a fait écho. Parce qu’on en parle rarement, on parle de l’ex, de la rupture, du deuil amoureux…Mais qu’en est-il de ceux qui gravitent autour ? « Hello Nadia, J’ai une question. Comment as-tu géré l’entourage de ton ex-conjoint ? J’ai voulu faire ça avec maturité, mais là je n’y arrive plus. Je voulais au moins garder … <a href="https://plusfunlavie.com/2025/07/17/faut-il-garder-les-liens-avec-lentourage-de-son-ex-ma-reponse-apres-la-rupture/" class="more-link">Continuer de lire <span class="screen-reader-text">Faut-il garder les liens avec l’entourage de son ex ? Ma réponse après la rupture</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/17/faut-il-garder-les-liens-avec-lentourage-de-son-ex-ma-reponse-apres-la-rupture/" rel="bookmark"><time class="entry-date published" datetime="2025-07-17T08:00:00+02:00">17 juillet 2025</time><time class="updated" datetime="2025-07-30T16:38:44+02:00">30 juillet 2025</time></a></span><span class="comments-link"><a href="https://plusfunlavie.com/2025/07/17/faut-il-garder-les-liens-avec-lentourage-de-son-ex-ma-reponse-apres-la-rupture/#comments">2 commentaires</a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14407" class="post-14407 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation tag-separation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/16/quitter-quelquun-quon-aime-encore-une-contradiction-ou-un-acte-de-lucidite/"><img width="867" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=867&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=867&h=773&crop=1 867w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=150&h=134&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=300&h=267&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=768&h=685&crop=1 768w" sizes="(max-width: 867px) 100vw, 867px" data-attachment-id="14447" data-permalink="https://plusfunlavie.com/2025/07/16/quitter-quelquun-quon-aime-encore-une-contradiction-ou-un-acte-de-lucidite/pexels-photo-3831884/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg" data-orig-size="867,1300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="signalisation au neon rouge et blanc unk" data-image-description="" data-image-caption="<p>Photo de cottonbro studio sur <a href="https://www.pexels.com/fr-fr/photo/signalisation-au-neon-rouge-et-blanc-unk-3831884/" rel="nofollow">Pexels.com</a></p>" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=200" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/pexels-photo-3831884.jpeg?w=683" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/16/quitter-quelquun-quon-aime-encore-une-contradiction-ou-un-acte-de-lucidite/" rel="bookmark">Quitter quelqu’un qu’on aime encore : une contradiction… ou un acte de lucidité ?</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Quitter une personne qu’on aime peut être une décision douloureuse mais nécessaire. Aimer ne suffit pas toujours pour rendre une relation vivable. Partir peut signifier apprendre à « ne plus aimer » et avancer vers le deuil de cette relation. Une séparation extérieure doit aussi être accompagnée d’une séparation intérieure, demandant courage et amour-propre. <a href="https://plusfunlavie.com/2025/07/16/quitter-quelquun-quon-aime-encore-une-contradiction-ou-un-acte-de-lucidite/" class="more-link">Continuer de lire <span class="screen-reader-text">Quitter quelqu’un qu’on aime encore : une contradiction… ou un acte de lucidité ?</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/16/quitter-quelquun-quon-aime-encore-une-contradiction-ou-un-acte-de-lucidite/" rel="bookmark"><time class="entry-date published" datetime="2025-07-16T18:00:00+02:00">16 juillet 2025</time><time class="updated" datetime="2025-07-30T16:39:04+02:00">30 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<article id="post-14400" class="post-14400 post type-post status-publish format-standard has-post-thumbnail hentry category-billets-dhumeur category-lifestyle tag-billets-dhumeur tag-confidences tag-lifestyle tag-motivation">
<a class="post-thumbnail" href="https://plusfunlavie.com/2025/07/13/et-si-on-arretait-de-courir-apres-le-bonheur-au-profit-de-la-paix/"><img width="870" height="773" src="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=870&h=773&crop=1" class="attachment-canard-post-thumbnail size-canard-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=870&h=773&crop=1 870w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=1740&h=1546&crop=1 1740w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=150&h=133&crop=1 150w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=300&h=266&crop=1 300w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=768&h=682&crop=1 768w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=1024&h=910&crop=1 1024w, https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=1440&h=1279&crop=1 1440w" sizes="(max-width: 870px) 100vw, 870px" data-attachment-id="14399" data-permalink="https://plusfunlavie.com/img_1377/" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg" data-orig-size="2897,1630" data-comments-opened="1" data-image-meta="{"aperture":"1.5","credit":"","camera":"iPhone 13 Pro","caption":"","created_timestamp":"1752355475","copyright":"","focal_length":"5.7","iso":"50","shutter_speed":"0.0032362459546926","title":"","orientation":"1"}" data-image-title="img_1377" data-image-description="" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2025/07/img_1377.jpg?w=720" />
</a>
<header class="entry-header">
<div class="entry-meta"><span class="cat-links"><a href="https://plusfunlavie.com/category/lifestyle/billets-dhumeur/" rel="category tag">Billets d'humeur</a>, <a href="https://plusfunlavie.com/category/lifestyle/" rel="category tag">Lifestyle</a></span></div><h1 class="entry-title"><a href="https://plusfunlavie.com/2025/07/13/et-si-on-arretait-de-courir-apres-le-bonheur-au-profit-de-la-paix/" rel="bookmark">Et si on arrêtait de courir après le bonheur au profit de la paix intérieure?</a></h1> </header><!-- .entry-header -->
<div class="entry-summary">
<p>Dans cet article marquant le 200e de Plusfunlavie.com, l’auteur discute de l’importance de privilégier la paix intérieure plutôt que la quête du bonheur. La paix, un état profond et stable, permet d’aborder la vie sereinement, tandis que le bonheur est souvent éphémère. Choisir la paix nous libère de la pression du bonheur incessant. <a href="https://plusfunlavie.com/2025/07/13/et-si-on-arretait-de-courir-apres-le-bonheur-au-profit-de-la-paix/" class="more-link">Continuer de lire <span class="screen-reader-text">Et si on arrêtait de courir après le bonheur au profit de la paix intérieure?</span></a></p>
</div><!-- .entry-summary -->
<div class="entry-meta">
<span class="byline"> <span class="author vcard"><img referrerpolicy="no-referrer" alt='Avatar de Inconnu' src='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G' srcset='https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=20&d=initials&r=G 1x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=30&d=initials&r=G 1.5x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=40&d=initials&r=G 2x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=60&d=initials&r=G 3x, https://1.gravatar.com/avatar/7cbb763df5b0a141b6f43e4880e5b7314f270f0764503bf638812972e0375aa3?s=80&d=initials&r=G 4x' class='avatar avatar-20' height='20' width='20' loading='lazy' decoding='async' /><a class="url fn n" href="https://plusfunlavie.com/author/plusfunlavie/">Plusfunlavie</a></span></span><span class="posted-on"><a href="https://plusfunlavie.com/2025/07/13/et-si-on-arretait-de-courir-apres-le-bonheur-au-profit-de-la-paix/" rel="bookmark"><time class="entry-date published" datetime="2025-07-13T10:00:00+02:00">13 juillet 2025</time><time class="updated" datetime="2025-07-30T16:39:20+02:00">30 juillet 2025</time></a></span> </div><!-- .entry-meta -->
</article><!-- #post-## -->
<nav class="navigation posts-navigation" aria-label="Articles">
<h2 class="screen-reader-text">Navigation des articles</h2>
<div class="nav-links"><div class="nav-previous"><a href="https://plusfunlavie.com/page/2/" >Articles Précédents</a></div></div>
</nav>
</main><!-- #main -->
</div><!-- #primary -->
<button class="sidebar-toggle" aria-controls="secondary" aria-expanded="false"><span class="screen-reader-text">Colonne latérale</span></button>
<div id="secondary" class="widget-area" role="complementary">
<aside id="block-72" class="widget widget_block widget_calendar"><div class="wp-block-calendar"><table id="wp-calendar" class="wp-calendar-table">
<caption>décembre 2025</caption>
<thead>
<tr>
<th scope="col" aria-label="lundi">L</th>
<th scope="col" aria-label="mardi">M</th>
<th scope="col" aria-label="mercredi">M</th>
<th scope="col" aria-label="jeudi">J</th>
<th scope="col" aria-label="vendredi">V</th>
<th scope="col" aria-label="samedi">S</th>
<th scope="col" aria-label="dimanche">D</th>
</tr>
</thead>
<tbody>
<tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td>
</tr>
<tr>
<td><a href="https://plusfunlavie.com/2025/12/08/" aria-label="Publications publiées sur 8 December 2025">8</a></td><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td>
</tr>
<tr>
<td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td>
</tr>
<tr>
<td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td id="today">27</td><td>28</td>
</tr>
<tr>
<td>29</td><td>30</td><td>31</td>
<td class="pad" colspan="4"> </td>
</tr>
</tbody>
</table><nav aria-label="Mois précédents et suivants" class="wp-calendar-nav">
<span class="wp-calendar-nav-prev"><a href="https://plusfunlavie.com/2025/11/">« Nov</a></span>
<span class="pad"> </span>
<span class="wp-calendar-nav-next"> </span>
</nav></div></aside><aside id="block-87" class="widget widget_block widget_tag_cloud"><p class="aligncenter wp-block-tag-cloud"><a href="https://plusfunlavie.com/tag/astuces-du-quotidien/" class="tag-cloud-link tag-link-82009047 tag-link-position-1" style="font-size: 17.82320441989pt;" aria-label="Astuces du quotidien (36 éléments)">Astuces du quotidien</a>
<a href="https://plusfunlavie.com/tag/beaute/" class="tag-cloud-link tag-link-49538 tag-link-position-2" style="font-size: 10.32044198895pt;" aria-label="Beauté (3 éléments)">Beauté</a>
<a href="https://plusfunlavie.com/tag/billets-dhumeur/" class="tag-cloud-link tag-link-367359 tag-link-position-3" style="font-size: 20.375690607735pt;" aria-label="Billets d'humeur (79 éléments)">Billets d'humeur</a>
<a href="https://plusfunlavie.com/tag/confidences/" class="tag-cloud-link tag-link-475942 tag-link-position-4" style="font-size: 19.911602209945pt;" aria-label="Confidences (68 éléments)">Confidences</a>
<a href="https://plusfunlavie.com/tag/construction/" class="tag-cloud-link tag-link-19994 tag-link-position-5" style="font-size: 13.723756906077pt;" aria-label="Construction (10 éléments)">Construction</a>
<a href="https://plusfunlavie.com/tag/coup-de-coeur/" class="tag-cloud-link tag-link-116380 tag-link-position-6" style="font-size: 11.093922651934pt;" aria-label="coup de cœur (4 éléments)">coup de cœur</a>
<a href="https://plusfunlavie.com/tag/entre-adultes/" class="tag-cloud-link tag-link-19758522 tag-link-position-7" style="font-size: 12.254143646409pt;" aria-label="Entre adultes (6 éléments)">Entre adultes</a>
<a href="https://plusfunlavie.com/tag/finances/" class="tag-cloud-link tag-link-33337 tag-link-position-8" style="font-size: 9.3922651933702pt;" aria-label="Finances (2 éléments)">Finances</a>
<a href="https://plusfunlavie.com/tag/france/" class="tag-cloud-link tag-link-4704 tag-link-position-9" style="font-size: 18.132596685083pt;" aria-label="France (40 éléments)">France</a>
<a href="https://plusfunlavie.com/tag/fetes/" class="tag-cloud-link tag-link-112452 tag-link-position-10" style="font-size: 13.723756906077pt;" aria-label="Fêtes (10 éléments)">Fêtes</a>
<a href="https://plusfunlavie.com/tag/lifestyle/" class="tag-cloud-link tag-link-278 tag-link-position-11" style="font-size: 22pt;" aria-label="Lifestyle (127 éléments)">Lifestyle</a>
<a href="https://plusfunlavie.com/tag/lifestyle-confidences/" class="tag-cloud-link tag-link-784842769 tag-link-position-12" style="font-size: 8pt;" aria-label="Lifestyle; confidences (1 élément)">Lifestyle; confidences</a>
<a href="https://plusfunlavie.com/tag/lorient/" class="tag-cloud-link tag-link-240897 tag-link-position-13" style="font-size: 8pt;" aria-label="Lorient (1 élément)">Lorient</a>
<a href="https://plusfunlavie.com/tag/maison/" class="tag-cloud-link tag-link-400 tag-link-position-14" style="font-size: 14.806629834254pt;" aria-label="Maison (14 éléments)">Maison</a>
<a href="https://plusfunlavie.com/tag/maternite/" class="tag-cloud-link tag-link-663029 tag-link-position-15" style="font-size: 14.574585635359pt;" aria-label="Maternité (13 éléments)">Maternité</a>
<a href="https://plusfunlavie.com/tag/maternite-sans-filtre/" class="tag-cloud-link tag-link-782058349 tag-link-position-16" style="font-size: 16.585635359116pt;" aria-label="Maternité sans filtre (25 éléments)">Maternité sans filtre</a>
<a href="https://plusfunlavie.com/tag/mode/" class="tag-cloud-link tag-link-42231 tag-link-position-17" style="font-size: 8pt;" aria-label="mode (1 élément)">mode</a>
<a href="https://plusfunlavie.com/tag/morlaix/" class="tag-cloud-link tag-link-4789837 tag-link-position-18" style="font-size: 8pt;" aria-label="Morlaix (1 élément)">Morlaix</a>
<a href="https://plusfunlavie.com/tag/motivation/" class="tag-cloud-link tag-link-2885 tag-link-position-19" style="font-size: 17.82320441989pt;" aria-label="Motivation (36 éléments)">Motivation</a>
<a href="https://plusfunlavie.com/tag/organisation/" class="tag-cloud-link tag-link-7545 tag-link-position-20" style="font-size: 12.254143646409pt;" aria-label="Organisation (6 éléments)">Organisation</a>
<a href="https://plusfunlavie.com/tag/quimper/" class="tag-cloud-link tag-link-1016932 tag-link-position-21" style="font-size: 8pt;" aria-label="Quimper (1 élément)">Quimper</a>
<a href="https://plusfunlavie.com/tag/roadtrip/" class="tag-cloud-link tag-link-138774 tag-link-position-22" style="font-size: 10.32044198895pt;" aria-label="Roadtrip (3 éléments)">Roadtrip</a>
<a href="https://plusfunlavie.com/tag/sante/" class="tag-cloud-link tag-link-25921 tag-link-position-23" style="font-size: 10.32044198895pt;" aria-label="santé (3 éléments)">santé</a>
<a href="https://plusfunlavie.com/tag/solo-trip/" class="tag-cloud-link tag-link-5101310 tag-link-position-24" style="font-size: 12.640883977901pt;" aria-label="Solo trip (7 éléments)">Solo trip</a>
<a href="https://plusfunlavie.com/tag/separation/" class="tag-cloud-link tag-link-50234 tag-link-position-25" style="font-size: 14.806629834254pt;" aria-label="Séparation (14 éléments)">Séparation</a>
<a href="https://plusfunlavie.com/tag/travaux/" class="tag-cloud-link tag-link-352674 tag-link-position-26" style="font-size: 9.3922651933702pt;" aria-label="Travaux (2 éléments)">Travaux</a>
<a href="https://plusfunlavie.com/tag/une-journee-a/" class="tag-cloud-link tag-link-138794764 tag-link-position-27" style="font-size: 10.32044198895pt;" aria-label="Une journée à … (3 éléments)">Une journée à …</a>
<a href="https://plusfunlavie.com/tag/voyager-en-famille/" class="tag-cloud-link tag-link-36290497 tag-link-position-28" style="font-size: 19.060773480663pt;" aria-label="Voyager en Famille (53 éléments)">Voyager en Famille</a>
<a href="https://plusfunlavie.com/tag/voyages/" class="tag-cloud-link tag-link-7491 tag-link-position-29" style="font-size: 20.375690607735pt;" aria-label="Voyages (78 éléments)">Voyages</a></p></aside><aside id="block-75" class="widget widget_block">
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>“<strong>Ecrire</strong> est semblable à respirer.” José Carlos Llop.</p>
</blockquote>
</aside><aside id="block-76" class="widget widget_block widget_recent_entries"><ul class="wp-block-latest-posts__list wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://plusfunlavie.com/2025/12/08/dire-stop-avec-lucidite/">Pourquoi “comprendre” ne doit plus rimer avec “se trahir”</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://plusfunlavie.com/2025/11/19/prague-la-destination-que-je-repoussais-jusqua-ce-que-je-my-pose-enfin/">Prague, la destination que je repoussais</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://plusfunlavie.com/2025/11/12/malte-mon-escale-dete-avec-mes-enfants/">Malte, mes vacances d’été avec mes enfants</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://plusfunlavie.com/2025/10/29/la-peur-du-racisme-et-lenvie-de-voyager/">La peur du racisme et l’envie de voyager</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://plusfunlavie.com/2025/10/22/cote-amalfitaine-mon-voyage-solo-dans-ces-villages-qui-semblent-sortis-dune-carte-postale/">Côte Amalfitaine : mon voyage solo dans ces villages qui semblent sortis d’une carte postale </a></li>
</ul></aside><aside id="block-77" class="widget widget_block"></aside><aside id="block-80" class="widget widget_block">
<ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul>
</aside><aside id="block-93" class="widget widget_block"><div class="wp-block-jetpack-ai-assistant"></div></aside></div><!-- #secondary -->
</div><!-- .site-content-inner -->
</div><!-- #content -->
<div id="tertiary" class="footer-widget" role="complementary">
<div class="footer-widget-inner">
<aside id="block-71" class="widget widget_block widget_search"><form role="search" method="get" action="https://plusfunlavie.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search" ><label class="wp-block-search__label" for="wp-block-search__input-1" >Recherche</label><div class="wp-block-search__inside-wrapper" ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required /><button aria-label="Recherche" class="wp-block-search__button wp-element-button" type="submit" >Recherche</button></div></form></aside><aside id="block-82" class="widget widget_block">
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Capturer la magie des jours ordinaires pour en faire des moments extraordinaires</p>
</blockquote>
</aside><aside id="block-90" class="widget widget_block">
<ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul>
</aside><aside id="block-91" class="widget widget_block"><div class="wp-block-jetpack-repeat-visitor"></div></aside> </div><!-- .wrapper -->
</div><!-- #tertiary -->
<nav class="footer-navigation" role="navigation">
<div class="menu-menu-1-container"><ul id="menu-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-9978"><a href="https://plusfunlavie.com/moi-plusfunlavie/">À PROPOS 💬</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-13039"><a href="https://plusfunlavie.com/pour-ne-rien-manquer/">LIFESTYLE 🧘</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6754"><a href="https://plusfunlavie.com/category/lifestyle/voyages/">VOYAGES 🌍</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-14651"><a href="https://plusfunlavie.com/tag/une-journee-a/">24H CHRONO 🕒</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14763"><a href="https://plusfunlavie.com/contact/">CONTACT 📞</a></li>
</ul></div> </nav><!-- .footer-navigation -->
<nav class="bottom-navigation" role="navigation">
</nav><!-- .bottom-navigation -->
<nav class="social-navigation bottom-social" role="navigation">
</nav><!-- .social-navigation -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div id="site-info" class="site-info">
<a href="https://wordpress.com/?ref=footer_custom_acom" rel="nofollow">Un Site WordPress.com</a>.
</div><!-- #site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<script type="text/javascript">
var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https://plusfunlavie.com/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Articles pr\u00e9c\u00e9dents","totop":"Retour en Haut","currentday":"13.07.25","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"plusfunlavie.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":"all","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[16232,15647,15374,15580,15492],"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":40,"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":"30","no_found_rows":false,"order":"DESC"},"query_before":"2025-12-27 20:21:39","last_post_date":"2025-07-13 10:00:00","body_class":"infinite-scroll","loading_text":"Chargement d\u2019une nouvelle page","stats":"blog=167637324\u0026v=wpcom\u0026tz=1\u0026user_id=0\u0026arch_home=1\u0026subd=plusfunlavie\u0026x_pagetype=infinite-click"}};
</script>
<!-- -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/files/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/pub/canard/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<div class="jetpack-subscribe-overlay">
<div class="jetpack-subscribe-overlay__close">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24">
<path d="M5.40456 5L19 19M5 19L18.5954 5" stroke="currentColor" stroke-width="1.5"/>
</svg>
</div>
<div class="jetpack-subscribe-overlay__content">
<div class="wp-block-group" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-9f9e967b wp-block-group-is-layout-constrained">
<div class="aligncenter is-style-rounded is-style-rounded--2 wp-block-site-logo"><a href="https://plusfunlavie.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="90" height="20" src="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png" class="custom-logo" alt="Plusfunlavie by Nadia" decoding="async" srcset="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=90&h=20 90w, https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=180&h=41 180w, https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=150&h=34 150w" sizes="(max-width: 90px) 100vw, 90px" data-attachment-id="9087" data-permalink="https://plusfunlavie.com/?attachment_id=9087" data-orig-file="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png" data-orig-size="579,131" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Blog violet rose" data-image-description="<p>https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-blog-violet-rose.png</p>" data-image-caption="" data-medium-file="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=300" data-large-file="https://plusfunlavie.com/wp-content/uploads/2024/08/cropped-cropped-blog-violet-rose.png?w=579" /></a></div>
<h1 class="has-text-align-center wp-block-site-title has-x-large-font-size">Plusfunlavie by Nadia</h1>
<p class="has-text-align-center wp-block-site-tagline has-medium-font-size">Blog Lifestyle - Voyages - Famille</p>
<div class="wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions">
<div class="wp-block-jetpack-subscriptions__container is-not-subscriber">
<form
action="https://wordpress.com/email-subscriptions"
method="post"
accept-charset="utf-8"
data-blog="167637324"
data-post_access_level="everybody"
data-subscriber_email=""
id="subscribe-blog"
>
<div class="wp-block-jetpack-subscriptions__form-elements">
<p id="subscribe-email">
<label
id="subscribe-field-label"
for="subscribe-field"
class="screen-reader-text"
>
Saisissez votre adresse e-mail… </label>
<input
required="required"
type="email"
name="email"
autocomplete="email"
class="no-border-radius"
style="font-size: 16px;padding: 15px 23px 15px 23px;border-radius: 0px;border-width: 1px;"
placeholder="Saisissez votre adresse e-mail…"
value=""
id="subscribe-field"
title="Veuillez remplir ce champ."
/> </p>
<p id="subscribe-submit"
>
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="167637324"/>
<input type="hidden" name="source" value="https://plusfunlavie.com/"/>
<input type="hidden" name="sub-type" value="subscribe-block"/>
<input type="hidden" name="app_source" value="subscribe-overlay"/>
<input type="hidden" name="redirect_fragment" value="subscribe-blog"/>
<input type="hidden" name="lang" value="fr"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="43993026b7" /><input type="hidden" name="_wp_http_referer" value="/" /><input type="hidden" name="post_id" value="9762"/> <button type="submit"
class="wp-block-button__link no-border-radius"
style="font-size: 16px;padding: 15px 23px 15px 23px;margin: 0; margin-left: 10px;border-radius: 0px;border-width: 1px;"
name="jetpack_subscriptions_widget"
>
Abonnez-vous </button>
</p>
</div>
</form>
</div>
</div>
<p class="has-text-align-center jetpack-subscribe-overlay__to-content"><a href="https://plusfunlavie.com">Ignorer et accéder au contenu ↓</a></p>
</div></div>
</div>
</div>
<script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=202552924dcd77a86c6f1d3698ec27fc5da92b28585ddad3ee636c0397cf312193b2a1" id="grofiles-cards-js"></script>
<script type="text/javascript" id="wpgroho-js-extra">
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
//# sourceURL=wpgroho-js-extra
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='/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 →': 'Afficher le profil →',
'Contact': 'Contact',
'Send money': 'Envoyer de l’argent',
'Sorry, we are unable to load this Gravatar profile.': 'Toutes nos excuses, nous ne parvenons pas à charger ce profil Gravatar.',
'Gravatar not found.': 'Gravatar not found.',
'Too Many Requests.': 'Trop de requêtes.',
'Internal Server Error.': 'Erreur de serveur interne.',
'Is this you?': 'C\'est bien vous ?',
'Claim your free profile.': 'Claim your free profile.',
'Email': 'E-mail',
'Home Phone': 'Téléphone fixe',
'Work Phone': 'Téléphone professionnel',
'Cell Phone': 'Cell Phone',
'Contact Form': 'Formulaire de contact',
'Calendar': 'Calendrier',
},
}
);
}
if ( document.readyState !== 'loading' ) {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script>
<div style="display:none">
<div class="grofile-hash-map-addfb71c39cd933620de19e89338ce1a">
</div>
</div>
<div id="actionbar" dir="ltr" style="display: none;"
class="actnbr-pub-canard actnbr-has-follow actnbr-has-actions">
<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>S'abonner</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://plusfunlavie.com">
<img loading='lazy' alt='' src='https://s2.wp.com/i/logo/wpcom-gray-white.png?m=1479929237i' srcset='https://s2.wp.com/i/logo/wpcom-gray-white.png 1x' class='avatar avatar-50' height='50' width='50' /> Plusfunlavie by Nadia </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 113 autres abonnés</div>
<div>
<input type="email" name="email" placeholder="Saisissez votre adresse e-mail" class="actnbr-email-field" aria-label="Saisissez votre adresse e-mail" />
</div>
<input type="hidden" name="action" value="subscribe" />
<input type="hidden" name="blog_id" value="167637324" />
<input type="hidden" name="source" value="https://plusfunlavie.com/" />
<input type="hidden" name="sub-type" value="actionbar-follow" />
<input type="hidden" id="_wpnonce" name="_wpnonce" value="43993026b7" /> <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%252Fplusfunlavie.com%252F2025%252F10%252F29%252Fla-peur-du-racisme-et-lenvie-de-voyager%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://plusfunlavie.com">
<img loading='lazy' alt='' src='https://s2.wp.com/i/logo/wpcom-gray-white.png?m=1479929237i' srcset='https://s2.wp.com/i/logo/wpcom-gray-white.png 1x' class='avatar avatar-50' height='50' width='50' /> Plusfunlavie by Nadia </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>S'abonner</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%252Fplusfunlavie.com%252F2025%252F10%252F29%252Fla-peur-du-racisme-et-lenvie-de-voyager%252F">Connexion</a></li>
<li class="flb-report">
<a href="https://wordpress.com/abuse/?report_url=https://plusfunlavie.com" target="_blank" rel="noopener noreferrer">
Signaler ce contenu </a>
</li>
<li class="actnbr-reader">
<a href="https://wordpress.com/reader/feeds/101654589">
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( "DOMContentLoaded", function( event ) {
var link = document.createElement( "link" );
link.href = "/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116";
link.type = "text/css";
link.rel = "stylesheet";
document.head.appendChild( link );
var script = document.createElement( "script" );
script.src = "/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204";
document.body.appendChild( script );
} );
</script>
<div id="jp-carousel-loading-overlay">
<div id="jp-carousel-loading-wrapper">
<span id="jp-carousel-library-loading"> </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 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…</span>
</div>
<div class="jp-carousel-comments"></div>
<div id="jp-carousel-comment-form-container">
<span id="jp-carousel-comment-form-spinner"> </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>
<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 crossorigin='anonymous' type='text/javascript' src='/_static/??/wp-content/mu-plugins/likes/queuehandler.js,/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/infinite-scroll/infinity.min.js?m=1755006225j'></script>
<script type="text/javascript" src="/wp-content/plugins/gutenberg-core/v22.2.0/build/scripts/dom-ready/index.min.js?m=1764855221i&ver=1764773745533" id="wp-dom-ready-js"></script>
<script crossorigin='anonymous' type='text/javascript' src='/_static/??-eJyNjUsOwjAMRC9EMHTTskCcxUncNml+ipMCt6eVACGxycbSjN48wz0JFUOhUMBXkVydTGCwVBKq5Z3Bx7gfXR0xcJWssknFxPBNkkRcKTt8/jdHywf4+VNm8psnVQkKA2YNliHgaibcnU34SFhqJv2hmkYzoabchDJhVnMbajRJbNOmyIXbrItJwpmwiDGqymI0j21389dz311OQ9d3g30BY92l4Q=='></script>
<script type="text/javascript" src="/wp-content/plugins/gutenberg-core/v22.2.0/build/scripts/hooks/index.min.js?m=1764855221i&ver=1764773745495" id="wp-hooks-js"></script>
<script type="text/javascript" src="/wp-content/plugins/gutenberg-core/v22.2.0/build/scripts/i18n/index.min.js?m=1764855221i&ver=1764773747362" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" id="gifting-banner-js-extra">
/* <![CDATA[ */
var gifting_banner = {"dismiss_days_count":"365","checkout_link":"https://wordpress.com/checkout/value_bundle/gift/13822190?cancel_to=/home","more_info_link":"https://wordpress.com/fr/support/gift-a-wordpress-com-subscription/","i18n":{"title":"Vous appr\u00e9ciez ce site\u00a0?","subtitle":"Offrez un plan WordPress.com \u00e0 l\u2019auteur.","button_text":"Offrir"}};
//# sourceURL=gifting-banner-js-extra
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-blocks-assets-base-url-js-before">
/* <![CDATA[ */
var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/";
//# sourceURL=jetpack-blocks-assets-base-url-js-before
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='/wp-content/blog-plugins/gifting-banner/js/gifting-banner.js?m=1702577055i'></script>
<script type="text/javascript" src="/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/repeat-visitor/view.js?m=1763398533i&minify=false&ver=15.4-a.6" id="jetpack-block-repeat-visitor-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="jetpack-carousel-js-extra">
/* <![CDATA[ */
var jetpackSwiperLibraryPath = {"url":"/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/swiper.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"fr","ajaxurl":"https://plusfunlavie.com/wp-admin/admin-ajax.php","nonce":"36bc236117","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","image_label":"Ouvrez l\u2019image en plein \u00e9cran.","download_original":"Afficher dans sa taille r\u00e9elle \u003Cspan class=\"photo-size\"\u003E{0}\u003Cspan class=\"photo-size-times\"\u003E\u00d7\u003C/span\u003E{1}\u003C/span\u003E.","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://plusfunlavie.wordpress.com/wp-login.php?redirect_to=https%3A%2F%2Fplusfunlavie.com%2F2025%2F07%2F13%2Fet-si-on-arretait-de-courir-apres-le-bonheur-au-profit-de-la-paix%2F","blog_id":"167637324","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=167637324&v=wpcom&tz=1&user_id=0&arch_home=1&subd=plusfunlavie","is_public":"1"};
//# sourceURL=jetpack-carousel-js-extra
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/carousel/jetpack-carousel.min.js?m=1761880168i'></script>
<script type="text/javascript" src="/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js?m=1755006225i&ver=15.4-a.6" id="tiled-gallery-js" defer="defer" data-wp-strategy="defer"></script>
<script crossorigin='anonymous' type='text/javascript' src='/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1764669441i'></script>
<script type="text/javascript" src="/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/subscriptions/view.js?m=1763398533i&minify=false&ver=15.4-a.6" id="jetpack-block-subscriptions-js" defer="defer" data-wp-strategy="defer"></script>
<script crossorigin='anonymous' type='text/javascript' src='/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1761899756i'></script>
<script id="wp-emoji-settings" type="application/json">
{"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":"/wp-includes/js/wp-emoji-release.min.js?m=1764078722i&ver=6.9-RC2-61304"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let 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(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</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, ["jetpack-mu-wpcom-settings","rlt-proxy","jquery-core","jquery-migrate","jquery","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","jetpack_likes_queuehandler","the-neverending-homepage","wp-dom-ready","subscribe-overlay-js","canard-navigation","canard-featured-content","canard-header","canard-search","canard-sidebar","canard-posts","canard-skip-link-focus-fix","wp-hooks","wp-i18n","gifting-banner","jetpack-blocks-assets-base-url","jetpack-block-repeat-visitor","jetpack-carousel","tiled-gallery","wp-polyfill","jetpack-block-subscriptions","carousel-wpcom"] );
extend( window.infiniteScroll.settings.styles, ["jetpack_likes","the-neverending-homepage","wp-block-library","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","subscribe-overlay-css","canard-blocks","genericons","canard-style","canard-wpcom","reblogging","geo-location-flair","a8c-global-print","sharedaddy","social-logos","h4-global","wp-emoji-styles","classic-theme-styles","canard-lato-inconsolata","jetpack-global-styles-frontend-style","wp-block-group","wp-block-site-logo","wp-block-site-tagline","wp-block-site-title","wp-block-paragraph","wp-block-quote","wp-block-social-links","wp-block-calendar","wp-block-heading","wp-block-latest-posts","wp-block-search","wp-block-tag-cloud","global-styles","block-style-variation-styles","core-block-supports-duotone","gifting-banner","jetpack-swiper-library","jetpack-carousel","tiled-gallery","jetpack-block-subscriptions"] );
})();
</script>
<span id="infinite-aria" aria-live="assertive"></span>
<script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'167637324','blog_tz':'1','user_lang':'fr','blog_lang':'fr','user_id':'0'}]);
// Prevent sending pageview tracking from WP-Admin pages.
_stq.push(['view', {'blog':'167637324','v':'wpcom','tz':'1','user_id':'0','arch_home':'1','subd':'plusfunlavie'}]);
_stq.push(['extra', {'crypt':'UE5tW3cvZGQ9QytlU1QvTzd6d0gtZnNzc1RXQj00LlcmdGRdMG1PZzFZMiVJLHx0RDJEYl9SU0hkMURNS1NHWjNmRi4sL0RibnBqLDRUREd6REEvOFQva3V1bEpUOXxaWm5YKzV4LUhxLDM/V1B5fFAmLEo2THRwTnZidj1+VSZ2RGg0Lks4OW40SHhSPWgzV0pmV0VRWDRsczNTYy9ELjEvRHFvYStJbzBwc0t8'}]);
_stq.push([ 'clickTrackerInit', '167637324', '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>
<meta id="bilmur" property="bilmur:data" content="" data-provider="wordpress.com" data-service="simple" data-site-tz="Europe/Paris" data-custom-props="{"enq_jquery":"1","enq_wp-polyfill":"1","logged_in":"0","wptheme":"pub\/canard","wptheme_is_block":"0"}" >
<script defer src="/wp-content/js/bilmur.min.js?i=17&m=202552"></script>
</body>
</html>