Showing source for: https://www.commeunehirondelle.fr/
Duration: 0.775481s
Server: Apache
<!DOCTYPE html>
<html lang="fr-FR">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN » Flux" href="https://www.commeunehirondelle.fr/feed" />
<link rel="alternate" type="application/rss+xml" title="CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN » Flux des commentaires" href="https://www.commeunehirondelle.fr/comments/feed" />
<link rel="alternate" type="application/rss+xml" title="CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN » Flux des commentaires" href="https://www.commeunehirondelle.fr/sample-page/feed" />
<!-- This site uses the Google Analytics by MonsterInsights plugin v8.4.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script src="//www.googletagmanager.com/gtag/js?id=UA-217211871-1" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
var mi_version = '8.4.0';
var mi_track_user = true;
var mi_no_track_reason = '';
var disableStrs = [
'ga-disable-G-LF17DFG898',
'ga-disable-UA-217211871-1',
];
/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for ( var index = 0; index < disableStrs.length; index++ ) {
if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
return true;
}
}
return false;
}
/* Disable tracking if the opt-out cookie exists. */
if ( __gtagTrackerIsOptedOut() ) {
for ( var index = 0; index < disableStrs.length; index++ ) {
window[ disableStrs[ index ] ] = true;
}
}
/* Opt-out function */
function __gtagTrackerOptout() {
for ( var index = 0; index < disableStrs.length; index++ ) {
document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[ disableStrs[ index ] ] = true;
}
}
if ( 'undefined' === typeof gaOptout ) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];
window.MonsterInsightsDualTracker = {
helpers: {},
trackers: {},
};
if ( mi_track_user ) {
function __gtagDataLayer() {
dataLayer.push( arguments );
}
function __gtagTracker( type, name, parameters ) {
if (!parameters) {
parameters = {};
}
if (parameters.send_to) {
__gtagDataLayer.apply( null, arguments );
return;
}
if ( type === 'event' ) {
parameters.send_to = monsterinsights_frontend.v4_id;
var hookName = name;
if ( typeof parameters[ 'event_category' ] !== 'undefined' ) {
hookName = parameters[ 'event_category' ] + ':' + name;
}
if ( typeof MonsterInsightsDualTracker.trackers[ hookName ] !== 'undefined' ) {
MonsterInsightsDualTracker.trackers[ hookName ]( parameters );
} else {
__gtagDataLayer( 'event', name, parameters );
}
parameters.send_to = monsterinsights_frontend.ua;
__gtagDataLayer( type, name, parameters );
} else {
__gtagDataLayer.apply( null, arguments );
}
}
__gtagTracker( 'js', new Date() );
__gtagTracker( 'set', {
'developer_id.dZGIzZG' : true,
} );
__gtagTracker( 'config', 'G-LF17DFG898', {"forceSSL":"true","link_attribution":"true"} );
__gtagTracker( 'config', 'UA-217211871-1', {"forceSSL":"true","link_attribution":"true"} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function (){
var args = Array.prototype.slice.call(arguments);
args.unshift( 'send' );
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if ( len === 0 ) {
return;
}
var f = arguments[len - 1];
if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
if ( 'send' === arguments[0] ) {
var hitConverted, hitObject = false, action;
if ( 'event' === arguments[1] ) {
if ( 'undefined' !== typeof arguments[3] ) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ( 'pageview' === arguments[1] ) {
if ( 'undefined' !== typeof arguments[2] ) {
hitObject = {
'eventAction': 'page_view',
'page_path' : arguments[2],
}
}
}
if ( typeof arguments[2] === 'object' ) {
hitObject = arguments[2];
}
if ( typeof arguments[5] === 'object' ) {
Object.assign( hitObject, arguments[5] );
}
if ( 'undefined' !== typeof arguments[1].hitType ) {
hitObject = arguments[1];
if ( 'pageview' === hitObject.hitType ) {
hitObject.eventAction = 'page_view';
}
}
if ( hitObject ) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs( hitObject );
__gtagTracker( 'event', action, hitConverted );
}
}
return;
}
function mapArgs( args ) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page' : 'page_path',
'location' : 'page_location',
'title' : 'page_title',
};
for ( arg in args ) {
if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch ( ex ) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log( "" );
( function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
} )();
}
</script>
<!-- / Google Analytics by MonsterInsights -->
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.commeunehirondelle.fr\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.2"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.commeunehirondelle.fr/wp-includes/css/dist/block-library/style.min.css?ver=5.9.2' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<link rel='stylesheet' id='blossomthemes-instagram-feed-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-instagram-feed/public/css/blossomthemes-instagram-feed-public.css?ver=2.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='magnific-popup-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-instagram-feed/public/css/magnific-popup.min.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='blossomthemes-toolkit-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-toolkit/public/css/blossomthemes-toolkit-public.min.css?ver=2.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='bwg_fonts-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts.css?ver=0.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='sumoselect-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/css/sumoselect.min.css?ver=3.3.24' type='text/css' media='all' />
<link rel='stylesheet' id='mCustomScrollbar-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/css/jquery.mCustomScrollbar.min.css?ver=3.1.5' type='text/css' media='all' />
<link rel='stylesheet' id='bwg_frontend-css' href='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/css/styles.min.css?ver=1.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='owl-carousel-css' href='https://www.commeunehirondelle.fr/wp-content/themes/vilva/css/owl.carousel.min.css?ver=2.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='vilva-google-fonts-css' href='https://fonts.googleapis.com/css?family=Averia+Sans+Libre%3Aregular' type='text/css' media='all' />
<link rel='stylesheet' id='yummy-recipe-parent-style-css' href='https://www.commeunehirondelle.fr/wp-content/themes/vilva/style.css?ver=5.9.2' type='text/css' media='all' />
<link rel='stylesheet' id='animate-css' href='https://www.commeunehirondelle.fr/wp-content/themes/vilva/css/animate.min.css?ver=3.5.2' type='text/css' media='all' />
<link rel='stylesheet' id='vilva-css' href='https://www.commeunehirondelle.fr/wp-content/themes/yummy-recipe/style.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='vilva-gutenberg-css' href='https://www.commeunehirondelle.fr/wp-content/themes/vilva/css/gutenberg.min.css?ver=1.0.0' type='text/css' media='all' />
<script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.commeunehirondelle.fr","hash_tracking":"false","ua":"UA-217211871-1","v4_id":"G-LF17DFG898"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.js?ver=8.4.0' id='monsterinsights-frontend-script-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/js/jquery.sumoselect.min.js?ver=3.3.24' id='sumoselect-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/js/jquery.mobile.min.js?ver=1.4.5' id='jquery-mobile-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=3.1.5' id='mCustomScrollbar-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/js/jquery.fullscreen.min.js?ver=0.6.0' id='jquery-fullscreen-js'></script>
<script type='text/javascript' id='bwg_frontend-js-extra'>
/* <![CDATA[ */
var bwg_objectsL10n = {"bwg_field_required":"field is required.","bwg_mail_validation":"Ce n'est pas une adresse email valide. ","bwg_search_result":"Il n'y a pas d'images correspondant \u00e0 votre recherche.","bwg_select_tag":"Select Tag","bwg_order_by":"Order By","bwg_search":"Recherche","bwg_show_ecommerce":"Show Ecommerce","bwg_hide_ecommerce":"Hide Ecommerce","bwg_show_comments":"Afficher les commentaires","bwg_hide_comments":"Masquer les commentaires","bwg_restore":"Restaurer","bwg_maximize":"Maximisez","bwg_fullscreen":"Plein \u00e9cran","bwg_exit_fullscreen":"Quitter plein \u00e9cran","bwg_search_tag":"SEARCH...","bwg_tag_no_match":"No tags found","bwg_all_tags_selected":"All tags selected","bwg_tags_selected":"tags selected","play":"Lecture","pause":"Pause","is_pro":"","bwg_play":"Lecture","bwg_pause":"Pause","bwg_hide_info":"Masquer info","bwg_show_info":"Afficher infos","bwg_hide_rating":"Masquer note","bwg_show_rating":"Afficher les classifications","ok":"Ok","cancel":"Cancel","select_all":"Select all","lazy_load":"0","lazy_loader":"https:\/\/www.commeunehirondelle.fr\/wp-content\/plugins\/photo-gallery\/images\/ajax_loader.png","front_ajax":"0","bwg_tag_see_all":"see all tags","bwg_tag_see_less":"see less tags"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/photo-gallery/js/scripts.min.js?ver=1.6.2' id='bwg_frontend-js'></script>
<link rel="https://api.w.org/" href="https://www.commeunehirondelle.fr/wp-json/" /><link rel="alternate" type="application/json" href="https://www.commeunehirondelle.fr/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.commeunehirondelle.fr/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.commeunehirondelle.fr/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 5.9.2" />
<link rel="canonical" href="https://www.commeunehirondelle.fr/" />
<link rel='shortlink' href='https://www.commeunehirondelle.fr/' />
<link rel="alternate" type="application/json+oembed" href="https://www.commeunehirondelle.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.commeunehirondelle.fr%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.commeunehirondelle.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.commeunehirondelle.fr%2F&format=xml" />
<link rel="pingback" href="https://www.commeunehirondelle.fr/xmlrpc.php"><link rel="icon" href="https://www.commeunehirondelle.fr/wp-content/uploads/2015/01/cropped-LAURENCE_WEB_MODELE-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://www.commeunehirondelle.fr/wp-content/uploads/2015/01/cropped-LAURENCE_WEB_MODELE-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.commeunehirondelle.fr/wp-content/uploads/2015/01/cropped-LAURENCE_WEB_MODELE-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://www.commeunehirondelle.fr/wp-content/uploads/2015/01/cropped-LAURENCE_WEB_MODELE-270x270.jpg" />
<style type='text/css' media='all'>
.content-newsletter .blossomthemes-email-newsletter-wrapper.bg-img:after,
.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper:after{
background: rgba(216, 216, 216, 0.8); }
/*Typography*/
body,
button,
input,
select,
optgroup,
textarea{
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size : 14px;
}
:root {
--primary-font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
--secondary-font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
--primary-color: #d8d8d8;
--primary-color-rgb: 216, 216, 216;
}
.site-branding .site-title-wrap .site-title{
font-size : 22px;
font-family : Averia Sans Libre;
font-weight : 400;
font-style : normal;
}
.site-branding .site-title-wrap .site-title a{
color: #000000;
}
.custom-logo-link img{
width: 300px;
max-width: 100%;
}
.comment-body .reply .comment-reply-link:hover:before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" viewBox="0 0 18 15"><path d="M934,147.2a11.941,11.941,0,0,1,7.5,3.7,16.063,16.063,0,0,1,3.5,7.3c-2.4-3.4-6.1-5.1-11-5.1v4.1l-7-7,7-7Z" transform="translate(-927 -143.2)" fill="%23d8d8d8"/></svg>');
}
.site-header.style-five .header-mid .search-form .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23d8d8d8" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
}
.site-header.style-seven .header-bottom .search-form .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23d8d8d8" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
}
.site-header.style-fourteen .search-form .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23d8d8d8" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
}
.search-results .content-area > .page-header .search-submit:hover {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23d8d8d8" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
}
</style></head>
<body data-rsssl=1 class="home page-template-default page page-id-2 wp-custom-logo wp-embed-responsive full-width" itemscope itemtype="http://schema.org/WebPage">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0.49803921568627" /><fefuncg type="table" tablevalues="0 0.49803921568627" /><fefuncb type="table" tablevalues="0 0.49803921568627" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.54901960784314 0.98823529411765" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.71764705882353 0.25490196078431" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 0.27843137254902" /><fefuncb type="table" tablevalues="0.5921568627451 0.27843137254902" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0" /><fefuncg type="table" tablevalues="0 0.64705882352941" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.78039215686275 1" /><fefuncg type="table" tablevalues="0 0.94901960784314" /><fefuncb type="table" tablevalues="0.35294117647059 0.47058823529412" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.65098039215686 0.40392156862745" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.44705882352941 0.4" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.098039215686275 1" /><fefuncg type="table" tablevalues="0 0.66274509803922" /><fefuncb type="table" tablevalues="0.84705882352941 0.41960784313725" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg> <div id="page" class="site">
<a class="skip-link" href="#content">Aller au contenu</a>
<header id="masthead" class="site-header style-one" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-t">
<div class="container">
<nav class="secondary-menu">
<button class="toggle-btn" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".close-nav-toggle">
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
</button>
<div class="secondary-menu-list menu-modal cover-modal" data-modal-target-string=".menu-modal">
<button class="close close-nav-toggle" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".menu-modal">
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
</button>
<div class="mobile-menu" aria-label="Mobile">
</div>
</div>
</nav>
<div class="right">
<div class="header-social">
<ul class="social-networks">
</ul>
</div><!-- .header-social -->
</div><!-- .right -->
</div>
</div><!-- .header-t -->
<div class="header-mid">
<div class="container">
<div class="site-branding has-logo-text" itemscope itemtype="http://schema.org/Organization">
<div class="site-logo">
<a href="https://www.commeunehirondelle.fr/" class="custom-logo-link" rel="home" aria-current="page"><img width="677" height="507" src="https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/cropped-LogoLL1-VComplete-e1649160358794.png" class="custom-logo" alt="CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN" srcset="https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/cropped-LogoLL1-VComplete-e1649160358794.png 677w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/cropped-LogoLL1-VComplete-e1649160358794-300x225.png 300w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/cropped-LogoLL1-VComplete-e1649160358794-80x60.png 80w" sizes="(max-width: 677px) 100vw, 677px" /></a> </div>
<div class="site-title-wrap"> <h1 class="site-title" itemprop="name"><a href="https://www.commeunehirondelle.fr/" rel="home" itemprop="url">CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN</a></h1>
</div> </div>
</div>
</div><!-- .header-mid -->
<div class="header-bottom">
<div class="container">
<nav id="site-navigation" class="main-navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
<button class="toggle-btn" data-toggle-target=".main-menu-modal" data-toggle-body-class="showing-main-menu-modal" aria-expanded="false" data-set-focus=".close-main-nav-toggle">
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
<span class="toggle-bar"></span>
</button>
<div class="primary-menu-list main-menu-modal cover-modal" data-modal-target-string=".main-menu-modal">
<button class="close close-main-nav-toggle" data-toggle-target=".main-menu-modal" data-toggle-body-class="showing-main-menu-modal" aria-expanded="false" data-set-focus=".main-menu-modal"></button>
<div class="mobile-menu" aria-label="Mobile">
<div class="menu-menu-commeunehirondelle-container"><ul id="primary-menu" class="nav-menu main-menu-modal"><li id="menu-item-1162" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1162"><a href="https://www.commeunehirondelle.fr/parcours">BIO</a>
<ul class="sub-menu">
<li id="menu-item-1383" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1383"><a href="https://www.commeunehirondelle.fr/parcours">PARCOURS</a></li>
<li id="menu-item-1163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1163"><a href="https://www.commeunehirondelle.fr/artistique">PARENTHESES ARTISTIQUES</a></li>
</ul>
</li>
<li id="menu-item-1206" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1206"><a target="_blank" rel="noopener" href="https://laurence-latil.squarespace.com/portfolio-1">PARTICULIERS</a></li>
<li id="menu-item-1204" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1204"><a target="_blank" rel="noopener" href="https://laurence-latil.squarespace.com/essai-projects">PROFESSIONNELS</a></li>
<li id="menu-item-1205" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1205"><a target="_blank" rel="noopener" href="https://laurence-latil.squarespace.com/portfolio-1-1">CONCEPTION MOBILIER</a></li>
<li id="menu-item-1282" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1282"><a target="_blank" rel="noopener" href="https://laurence-latil-joncour.squarespace.com/ceative-aproach">DEMARCHE</a>
<ul class="sub-menu">
<li id="menu-item-1384" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1384"><a target="_blank" rel="noopener" href="https://laurence-latil.squarespace.com/ceative-aproach">APPROCHE CREATIVE</a></li>
<li id="menu-item-1284" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1284"><a target="_blank" rel="noopener" href="https://laurence-latil.squarespace.com/maison-et-objets-parsi-2018">INSPIRATION</a></li>
<li id="menu-item-1184" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1184"><a target="_blank" rel="noopener" href="https://laurence-latil.squarespace.com/personal-project">PROJETS PERSONNELS</a></li>
</ul>
</li>
<li id="menu-item-1183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1183"><a href="https://www.commeunehirondelle.fr/prestations">PRESTATIONS</a></li>
<li id="menu-item-274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-274"><a target="_blank" rel="noopener" href="https://www.commeunehirondelle.fr/contact">CONTACT</a></li>
</ul></div> </div>
</div>
</nav><!-- #site-navigation -->
</div>
</div><!-- .header-bottom -->
</header>
<div id="banner_section" class="site-banner style-one">
<div class="item-wrap owl-carousel">
<div class="item">
<img width="1220" height="600" src="https://www.commeunehirondelle.fr/wp-content/uploads/2022/01/amenagement-chambre-enfant-ambiance-deco-1-1220x600.jpg" class="attachment-vilva-slider-one size-vilva-slider-one wp-post-image" alt="" loading="lazy" itemprop="image" /> </div>
<div class="item">
<img width="1220" height="600" src="https://www.commeunehirondelle.fr/wp-content/uploads/2022/01/concept-deco-cuisine-amenagement-1220x600.jpg" class="attachment-vilva-slider-one size-vilva-slider-one wp-post-image" alt="" loading="lazy" itemprop="image" /> </div>
<div class="item">
<img width="1220" height="600" src="https://www.commeunehirondelle.fr/wp-content/uploads/2022/01/tendance_cinema-1220x600.jpg" class="attachment-vilva-slider-one size-vilva-slider-one wp-post-image" alt="" loading="lazy" itemprop="image" /> </div>
</div>
</div>
<div id="content" class="site-content"><div class="container">
<div id="primary" class="content-area">
<main id="main" class="site-main">
<article id="post-2" class="post-2 page type-page status-publish hentry">
<header class="page-header">
<h1 class="page-title"></h1>
</header>
<div class="entry-content" itemprop="text">
<h6 class="has-black-color has-text-color has-large-font-size" style="text-align: center;"><strong><br />La décoration, complice de votre image</strong></h6>
<h6>
</h6>
<p class="has-text-align-center has-normal-font-size" style="text-align: center;">La décoration doit transmettre vos valeurs et servir votre image <br />pour faire de votre maison, restaurant, ou boutique, un lieu remarquable, fonctionnel et harmonieux.</p>
<p class="has-text-align-center has-normal-font-size" style="text-align: center;">Une hirondelle a fait le printemps, comme elle je m’applique à apporter lumière, fraîcheur et renouveau à votre espace.</p>
<div id='gallery-1' class='gallery galleryid-2 gallery-columns-3 gallery-size-large'><figure class='gallery-item'>
<div class='gallery-icon landscape'>
<a href='https://laurence-latil.squarespace.com/essai-projects' class="custom-link no-lightbox" title="latil-decoration-pau-restaurant" onclick="event.stopPropagation()" target="_blank"><img width="1024" height="768" src="https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1-1024x768.jpg" class="attachment-large size-large" alt="" loading="lazy" aria-describedby="gallery-1-1327" srcset="https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1-1024x768.jpg 1024w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1-300x225.jpg 300w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1-768x576.jpg 768w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1-1536x1152.jpg 1536w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1-80x60.jpg 80w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/latil-decoration-pau-restaurant-1.jpg 1667w" sizes="(max-width: 1024px) 100vw, 1024px" /></a>
</div>
<figcaption class='wp-caption-text gallery-caption' id='gallery-1-1327'>
PROFESSIONELS
</figcaption></figure><figure class='gallery-item'>
<div class='gallery-icon landscape'>
<a href='https://laurence-latil.squarespace.com/portfolio-1-1' class="custom-link no-lightbox" title="mobilier-pau-concetion-latil-laurence" onclick="event.stopPropagation()" target="_self"><img width="1024" height="768" src="https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence-1024x768.jpg" class="attachment-large size-large" alt="MOBILIER" loading="lazy" aria-describedby="gallery-1-1319" srcset="https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence-1024x768.jpg 1024w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence-300x225.jpg 300w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence-768x576.jpg 768w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence-1536x1152.jpg 1536w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence-80x60.jpg 80w, https://www.commeunehirondelle.fr/wp-content/uploads/2022/04/mobilier-pau-concetion-latil-laurence.jpg 1667w" sizes="(max-width: 1024px) 100vw, 1024px" /></a>
</div>
<figcaption class='wp-caption-text gallery-caption' id='gallery-1-1319'>
MOBILIER
</figcaption></figure><figure class='gallery-item'>
<div class='gallery-icon landscape'>
<a href='https://laurence-latil.squarespace.com/portfolio-1' class="custom-link no-lightbox" title="deco-latil-pau-salon" onclick="event.stopPropagation()" target="_self"><img width="1024" height="683" src="https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-1024x683.jpeg" class="attachment-large size-large" alt="" loading="lazy" aria-describedby="gallery-1-1388" srcset="https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-1024x683.jpeg 1024w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-300x200.jpeg 300w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-768x512.jpeg 768w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-1536x1024.jpeg 1536w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-2048x1365.jpeg 2048w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-90x60.jpeg 90w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-420x280.jpeg 420w, https://www.commeunehirondelle.fr/wp-content/uploads/2023/04/deco-latil-pau-salon-scaled-e1681285111591.jpeg 1875w" sizes="(max-width: 1024px) 100vw, 1024px" /></a>
</div>
<figcaption class='wp-caption-text gallery-caption' id='gallery-1-1388'>
PARTICULIERS
</figcaption></figure>
</div>
<hr />
<div class="wp-container-6482cf5988aa4 wp-block-group alignfull has-background" style="background-color: #f2f0e9;"><div class="wp-block-group__inner-container">
<div class="wp-block-columns alignwide">
<div class="wp-block-column"> </div>
</div>
</div>
<p> </p>
<p> </p>
<div class="wp-block-spacer" style="height: 40px;" aria-hidden="true"> </div>
<div aria-hidden="true"> </div></div>
</div></article><!-- #post-2 -->
</main><!-- #main -->
</div><!-- #primary -->
</div><!-- .container/ -->
</div><!-- .error-holder/site-content -->
<footer id="colophon" class="site-footer" itemscope itemtype="http://schema.org/WPFooter">
<div class="footer-b">
<div class="container">
<div class="copyright">
<span>© Copyright 2023 <a href="https://www.commeunehirondelle.fr/">CRÉATION ET MANAGEMENT DE PROJETS CLÉS EN MAIN</a>. Tous droits réservés. </span> Yummy Recipe | Développé par <a href="https://blossomthemes.com/" rel="nofollow" target="_blank">Blossom Themes</a>.Propulsé par <a href="https://fr.wordpress.org/" target="_blank">WordPress</a>.
</div>
<div class="footer-social">
<ul class="social-networks">
</ul>
</div>
</div>
</div> <!-- .footer-b -->
</footer><!-- #colophon -->
<button class="back-to-top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24"><g transform="translate(-1789 -1176)"><rect width="24" height="2.667" transform="translate(1789 1176)" fill="#fff"/><path d="M-215.453,382.373-221.427,372l-5.973,10.373h4.64v8.293h2.667v-8.293Z" transform="translate(2022.427 809.333)" fill="#fff"/></g></svg>
</button>
</div><!-- #page -->
<script>
// Used by Gallery Custom Links to handle tenacious Lightboxes
jQuery(document).ready(function () {
function mgclInit() {
if (jQuery.fn.off) {
jQuery('.no-lightbox, .no-lightbox img').off('click'); // jQuery 1.7+
}
else {
jQuery('.no-lightbox, .no-lightbox img').unbind('click'); // < jQuery 1.7
}
jQuery('a.no-lightbox').click(mgclOnClick);
if (jQuery.fn.off) {
jQuery('a.set-target').off('click'); // jQuery 1.7+
}
else {
jQuery('a.set-target').unbind('click'); // < jQuery 1.7
}
jQuery('a.set-target').click(mgclOnClick);
}
function mgclOnClick() {
if (!this.target || this.target == '' || this.target == '_self')
window.location = this.href;
else
window.open(this.href,this.target);
return false;
}
// From WP Gallery Custom Links
// Reduce the number of conflicting lightboxes
function mgclAddLoadEvent(func) {
var oldOnload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
oldOnload();
func();
}
}
}
mgclAddLoadEvent(mgclInit);
mgclInit();
});
</script>
<style>.wp-container-6482cf5988463 .alignleft { float: left; margin-right: 2em; }.wp-container-6482cf5988463 .alignright { float: right; margin-left: 2em; }</style>
<style>.wp-container-6482cf5988aa4 .alignleft { float: left; margin-right: 2em; }.wp-container-6482cf5988aa4 .alignright { float: right; margin-left: 2em; }</style>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-instagram-feed/public/js/blossomthemes-instagram-feed-public.js?ver=2.0.3' id='blossomthemes-instagram-feed-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-instagram-feed/public/js/jquery.magnific-popup.min.js?ver=1.0.0' id='magnific-popup-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-toolkit/public/js/isotope.pkgd.min.js?ver=3.0.5' id='isotope-pkgd-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-toolkit/public/js/blossomthemes-toolkit-public.min.js?ver=2.2.2' id='blossomthemes-toolkit-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-toolkit/public/js/fontawesome/all.min.js?ver=5.6.3' id='all-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/plugins/blossomthemes-toolkit/public/js/fontawesome/v4-shims.min.js?ver=5.6.3' id='v4-shims-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/themes/vilva/js/owl.carousel.min.js?ver=2.3.4' id='owl-carousel-js'></script>
<script type='text/javascript' id='yummy-recipe-js-extra'>
/* <![CDATA[ */
var yummy_recipe_data = {"rtl":"","auto":"1","loop":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/themes/yummy-recipe/js/custom.js?ver=1.0.0' id='yummy-recipe-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/themes/vilva/js/owlcarousel2-a11ylayer.min.js?ver=0.2.1' id='owlcarousel2-a11ylayer-js'></script>
<script type='text/javascript' id='vilva-js-extra'>
/* <![CDATA[ */
var vilva_data = {"rtl":"","auto":"1","loop":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/themes/vilva/js/custom.min.js?ver=1.0.0' id='vilva-js'></script>
<script type='text/javascript' src='https://www.commeunehirondelle.fr/wp-content/themes/vilva/js/modal-accessibility.min.js?ver=1.0.0' id='vilva-modal-js'></script>
</body>
</html>