<!DOCTYPE html>
    <html lang="fr-FR">
    <head itemscope itemtype="https://schema.org/WebSite"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();
</script>
	    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v19.10 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>VILLAGES-PERCHES-06 - Villages des Alpes-Maritimes; conservation site de référence,De A à Z.</title><style id="rocket-critical-css">.wp-block-group{box-sizing:border-box}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}ul{box-sizing:border-box}.wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal;font-size:inherit;font-family:inherit;line-height:inherit}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{padding:8px;flex-grow:1;min-width:3em;border:1px solid #949494;font-size:inherit;font-family:inherit;line-height:inherit}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}aside,footer,header,main,nav,section{display:block}a{text-decoration:none;color:inherit;background-color:transparent}img{border:0;vertical-align:top}svg:not(:root){overflow:hidden}button,input{color:inherit;font:inherit;margin:0}button{overflow:visible}button{text-transform:none}button,input[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}body,button,input{color:rgba(0,0,0,0.84);font-family:'Georgia',serif;font-size:21px;line-height:1.6em}h1,h2{margin-top:0}h1{font-size:1.90476em}h2{font-size:1.7143em}p{margin-bottom:1.5em;margin-top:0}i{font-style:italic}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff}ul{margin:0;font-size:18px}ul li{margin-bottom:10px}img{height:auto;max-width:100%;vertical-align:top}button,input[type="submit"]{border:none;border-radius:5px;background:#018afa;font-family:'Roboto',sans-serif;color:#fff;font-size:16px;text-transform:uppercase;font-weight:500;padding:15px 40px;line-height:20px;letter-spacing:2px}input[type="search"]{color:#222;border:1px solid #eee;border-radius:5px;padding:10px 15px;width:100%;height:50px;box-shadow:0 0 10px rgba(0,0,0,0.05);font-size:14px;font-family:'Roboto',sans-serif}a{color:#018AFA}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.site-content:before,.site-content:after,.tc-wrapper:before,.tc-wrapper:after{content:"";display:table;table-layout:fixed}.site-content:after,.tc-wrapper:after{clear:both}.widget{margin:0 0 60px 0}#secondary .widget:last-child{margin-bottom:0}.page-content{margin:1.5em 0 0}.custom-logo-link{display:inline-block}.tc-wrapper{width:1170px;margin:0 auto;padding-left:2%;padding-right:2%}.widget{font-size:18px;line-height:1.65}.widget ul{margin:0;padding:0;list-style:none}.widget ul li{margin-bottom:20px;font-weight:400;position:relative}.widget ul li:last-child{margin-bottom:0}.back-to-top{padding:0;position:fixed;bottom:20px;right:30px;width:50px;text-align:center;height:50px;line-height:50px;background:#000;border-radius:5px;opacity:0;visibility:hidden}.back-to-top svg{fill:#fff;width:14px;height:21px}.rightsidebar #primary{float:left;width:70%;padding-right:50px}.rightsidebar #secondary{float:left;width:30%;margin-bottom:50px}.site.no-banner:not(.has-bg) header.site-header{border-bottom:1px solid #f2f2f2;padding:30px 0;margin-bottom:50px}.site-header .site-branding{display:inline-block;vertical-align:middle;width:25%}.logo-text .site-logo{display:inline-block;vertical-align:middle;width:50px;height:auto}.logo-text .site-title-wrap{display:inline-block;vertical-align:middle;width:calc(100% - 60px);padding-left:10px}.site-header .site-title{margin:0;font-size:30px;font-family:'Georgia',serif;font-weight:400}.site-branding .site-description{font-family:'Roboto',sans-serif;font-size:11px;margin:0;letter-spacing:0.5px;line-height:1em}.site-title a{color:rgba(0,0,0,0.84);text-decoration:none}.site-header .nav-wrap{display:inline-block;vertical-align:middle;width:74%;text-align:right}.nav-wrap .main-navigation{display:inline-block;vertical-align:middle;width:calc(100% - 46px)}.main-navigation button.toggle-button{display:none}.main-navigation ul{padding:0}.main-navigation ul li{display:inline-block;vertical-align:middle;font-weight:500;font-size:14px;text-transform:uppercase;font-family:'Roboto',sans-serif;letter-spacing:0.5px;position:relative;margin-bottom:0}.main-navigation ul li a{display:inline-block;vertical-align:middle;color:rgba(0,0,0,0.75);padding:10px 25px;text-decoration:none}.main-navigation ul li.current-menu-item>a,.main-navigation ul li.current_page_item>a{color:rgba(0,0,0,1)}.nav-wrap .header-search{display:inline-block;vertical-align:middle;width:40px;height:34px;position:relative}.header-search button.search-toggle-btn{background:none;padding:0;display:block;color:rgba(0,0,0,0.84);font-size:18px;border-radius:0;border-left:1px solid rgba(0,0,0,0.1);width:100%;height:100%;text-align:right}.header-search .header-search-form{position:absolute;top:100%;right:0;width:380px;background:#e5e5e5;padding:20px;margin-top:30px;border-radius:3px;border:1px solid #ddd;z-index:999;opacity:0;visibility:hidden}form.search-form:before,form.search-form:after{content:"";display:table}form.search-form:after{clear:both}.search-form input.search-field{border:1px solid rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);float:left;width:calc(100% - 120px);border-top-right-radius:0;border-bottom-right-radius:0}.search-form input.search-submit{float:left;width:120px;padding:0;border-top-left-radius:0;border-bottom-left-radius:0;height:50px;box-shadow:0 0 10px rgba(0,0,0,0.1)}.search-form input.search-field,.search-form input.search-submit{box-shadow:none}.bottom-footer{border-top:1px solid rgba(0,0,0,0.05);padding:30px 0;font-family:'Roboto',sans-serif;font-size:14px;text-transform:capitalize}.bottom-footer .copyright-menu-wrap{display:inline-block;width:74%;vertical-align:middle}.bottom-footer .copyright{display:inline-block;vertical-align:middle}.page-header{border-bottom:1px solid rgba(0,0,0,0.03);padding-bottom:40px;margin-bottom:40px}.page-title{font-size:1.7143em;margin-top:0;margin-bottom:0;font-family:'Roboto',sans-serif;color:rgba(0,0,0,0.84);font-weight:500}.site-content .tc-wrapper>.row:after{display:block;clear:both;content:''}.site{background:#fff}@media screen and (max-width:1180px){.tc-wrapper{width:100%}.main-navigation ul li a{padding-left:15px;padding-right:15px}}@media screen and (max-width:980px){.logo-text .site-logo{display:block;margin:0 auto;width:40px}.logo-text .site-title-wrap{padding-left:0;width:100%;text-align:center;margin-top:10px}.site-header .site-title{font-size:23px}.nav-wrap .main-navigation{width:calc(100% - 40px)}.main-navigation ul li{font-size:13px}.main-navigation ul li a{padding-left:10px;padding-right:10px}.nav-wrap .header-search{width:30px}}@media screen and (max-width:800px){.back-to-top{right:15px;width:40px;height:40px;line-height:40px}.site-header .site-branding{width:69%}.logo-text .site-logo{display:inline-block;width:50px}.logo-text .site-title-wrap{padding-left:20px;width:calc(100% - 60px);text-align:left;margin-top:0}.site-header .site-title{font-size:30px;line-height:1.25em}.site-header .nav-wrap{width:29%}.nav-wrap .main-navigation{width:auto}.main-navigation button.toggle-button{display:block;padding:0;width:40px;height:40px;position:relative;background:none}.main-navigation button.toggle-button .toggle-bar{background:rgba(255,255,255,0.84);width:25px;height:3px;display:block;position:absolute;top:10px;left:0;right:0;margin:0 auto}.main-navigation button.toggle-button .toggle-bar:nth-child(2){top:19px}.main-navigation button.toggle-button .toggle-bar:nth-child(3){top:27px}.main-navigation .menu{padding:30px 0;position:fixed;background:#222;top:0;left:0;height:100%;z-index:9999;width:50%;text-align:left;overflow-y:auto;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);visibility:hidden}.main-navigation ul li{display:block;font-size:14px}.main-navigation ul li a{padding-left:15px;padding-right:15px;width:100%;color:rgba(255,255,255,0.84);border-bottom:1px solid rgba(255,255,255,0.05)}.main-navigation ul li.current-menu-item>a,.main-navigation ul li.current_page_item>a{color:#fff}.nav-wrap .header-search{width:auto}.header-search button.search-toggle-btn{padding-left:10px}.rightsidebar #primary{float:none;width:100%;padding-right:0;padding-left:0;margin-bottom:50px}.rightsidebar #secondary{float:none;width:100%}}@media screen and (max-width:640px){body,button,input{font-size:16px}.main-navigation button.toggle-button .toggle-bar{background:rgba(0,0,0,0.84)}.bottom-footer .copyright-menu-wrap{width:100%;text-align:center}.bottom-footer .copyright{display:block}.bottom-footer .copyright{padding-right:0}.site-content{padding:0 0 30px}}@media screen and (max-width:540px){.logo-text .site-logo{width:40px}.logo-text .site-title-wrap{padding-left:5px}.site-header .site-title{font-size:23px}.header-search .header-search-form{width:300px}.search-form input.search-field{width:calc(100% - 90px)}.search-form input.search-submit{width:90px;font-size:14px}}@font-face{font-family:Nunito;src:url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);src:url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot#iefix) format("embedded-opentype"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff2"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);src:url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot#iefix) format("embedded-opentype"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff2"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(../../wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(https://www.villages-perches-06.fr/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.gdpr_lightbox-hide{display:none}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch{position:relative;display:inline-block;width:50px;height:30px}#moove_gdpr_cookie_modal .cookie-switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:red;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before{border-radius:50%}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;border-radius:5px;text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center{text-align:center}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}@media (max-width:767px){#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{min-height:40vh;max-height:calc(100vh - 180px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vw;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:inline-block;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:inline-block;float:left;margin:0 5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;height:calc(90vh - 200px);border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px) and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:calc(90vh - 220px)}}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media (min-width:768px) and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}}@media (min-width:1000px) and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media (min-width:768px) and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}.gdpr-icon.moovegdpr-arrow-close{position:relative}.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}.gdpr-icon.moovegdpr-arrow-close:before{transform:rotate(45deg)}.gdpr-icon.moovegdpr-arrow-close:after{transform:rotate(-45deg)}@media (max-width:767px){.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}}@media (max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}}</style><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i&#038;display=swap" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" /></noscript><link rel="preload" href="https://www.villages-perches-06.fr/wp-content/cache/min/1/892512dce60815a9d75b878ebeeaf5ea.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" media="all" data-minify="1" />
	<meta name="description" content="Villages des Alpes-Maritimes; conservation site de référence,De A à Z." />
	<link rel="canonical" href="https://www.villages-perches-06.fr/" />
	<link rel="next" href="https://www.villages-perches-06.fr/page/2/" />
	<meta property="og:locale" content="fr_FR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="VILLAGES-PERCHES-06" />
	<meta property="og:description" content="Villages des Alpes-Maritimes; conservation site de référence,De A à Z." />
	<meta property="og:url" content="https://www.villages-perches-06.fr/" />
	<meta property="og:site_name" content="VILLAGES-PERCHES-06" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://www.villages-perches-06.fr/","url":"https://www.villages-perches-06.fr/","name":"VILLAGES-PERCHES-06 - Villages des Alpes-Maritimes; conservation site de référence,De A à Z.","isPartOf":{"@id":"https://www.villages-perches-06.fr/#website"},"about":{"@id":"https://www.villages-perches-06.fr/#organization"},"description":"Villages des Alpes-Maritimes; conservation site de référence,De A à Z.","breadcrumb":{"@id":"https://www.villages-perches-06.fr/#breadcrumb"},"inLanguage":"fr-FR"},{"@type":"BreadcrumbList","@id":"https://www.villages-perches-06.fr/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://www.villages-perches-06.fr/#website","url":"https://www.villages-perches-06.fr/","name":"VILLAGES-PERCHES-06","description":"Villages des Alpes-Maritimes; conservation site de référence,De A à Z.","publisher":{"@id":"https://www.villages-perches-06.fr/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.villages-perches-06.fr/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://www.villages-perches-06.fr/#organization","name":"villages-perches-06","url":"https://www.villages-perches-06.fr/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.villages-perches-06.fr/#/schema/logo/image/","url":"https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-2.png","contentUrl":"https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-2.png","width":390,"height":390,"caption":"villages-perches-06"},"image":{"@id":"https://www.villages-perches-06.fr/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="VILLAGES-PERCHES-06 &raquo; Flux" href="https://www.villages-perches-06.fr/feed/" />
<link rel="alternate" type="application/rss+xml" title="VILLAGES-PERCHES-06 &raquo; Flux des commentaires" href="https://www.villages-perches-06.fr/comments/feed/" />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	

<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://www.villages-perches-06.fr/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://www.villages-perches-06.fr/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://www.villages-perches-06.fr/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://www.villages-perches-06.fr/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://www.villages-perches-06.fr/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://www.villages-perches-06.fr/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://www.villages-perches-06.fr/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://www.villages-perches-06.fr/#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;--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>



<style id='moove_gdpr_frontend-inline-css' type='text/css'>
#moove_gdpr_cookie_modal,#moove_gdpr_cookie_info_bar,.gdpr_cookie_settings_shortcode_content{font-family:Nunito,sans-serif}#moove_gdpr_save_popup_settings_button{background-color:#373737;color:#fff}#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{background-color:#0C4DA2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green{background-color:#0C4DA2;border-color:#0C4DA2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover{background-color:#fff;color:#0C4DA2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{background-color:#0C4DA2;border:1px solid #0C4DA2}#moove_gdpr_cookie_info_bar span.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar span.change-settings-button:focus{-webkit-box-shadow:0 0 1px 3px #0C4DA2;-moz-box-shadow:0 0 1px 3px #0C4DA2;box-shadow:0 0 1px 3px #0C4DA2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button{color:#0C4DA2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:inherit}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{color:inherit}#moove_gdpr_cookie_modal .gdpr-acc-link{line-height:0;font-size:0;color:transparent;position:absolute}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:hover,#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button.focus-g,span.change-settings-button:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:focus{color:#0C4DA2}#moove_gdpr_cookie_modal.gdpr_lightbox-hide{display:none}
</style>
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(../../wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;cursor:pointer}
</style>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<link rel="https://api.w.org/" href="https://www.villages-perches-06.fr/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.villages-perches-06.fr/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.villages-perches-06.fr/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1" />
<link rel="icon" href="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/cropped-logo-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/cropped-logo-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/cropped-logo-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/cropped-logo-1-270x270.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script></head>

<body class="home blog wp-custom-logo hfeed" itemscope itemtype="https://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 no-banner rightsidebar ">
        <a class="skip-link screen-reader-text" href="#content">Aller au contenu (Pressez Entrée)</a>
    
    <header id="masthead" class="site-header" itemscope itemtype="https://schema.org/WPHeader">
            <div class="tc-wrapper">
                <div class="site-branding logo-text">
                    
                                        <div class="site-logo" itemscope itemtype="https://schema.org/Organization">
                        <a href="https://www.villages-perches-06.fr/" class="custom-logo-link" rel="home" aria-current="page"><img width="390" height="390" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20390%20390'%3E%3C/svg%3E" class="custom-logo" alt="villages-perches-06.fr Logo" decoding="async" data-lazy-srcset="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo.png 390w, https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-300x300.png 300w, https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-150x150.png 150w, https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-120x120.png 120w" data-lazy-sizes="(max-width: 390px) 100vw, 390px" data-lazy-src="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo.png" /><noscript><img width="390" height="390" src="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo.png" class="custom-logo" alt="villages-perches-06.fr Logo" decoding="async" srcset="https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo.png 390w, https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-300x300.png 300w, https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-150x150.png 150w, https://www.villages-perches-06.fr/wp-content/uploads/2022/10/logo-120x120.png 120w" sizes="(max-width: 390px) 100vw, 390px" /></noscript></a>                    </div>
                                        <div class="site-title-wrap">
                                                    <h1 class="site-title" itemprop="name"><a href="https://www.villages-perches-06.fr/" rel="home" itemprop="url">VILLAGES-PERCHES-06</a></h1>
                                                        <p class="site-description">Villages des Alpes-Maritimes; conservation site de référence,De A à Z.</p>
                                            </div>

                </div> <!-- .site-branding -->
                <div class="nav-wrap">
                    <nav class="main-navigation" itemscope itemtype="https://schema.org/SiteNavigationElement">
                        <button type="button" class="toggle-button">
                            <span class="toggle-bar"></span>
                            <span class="toggle-bar"></span>
                            <span class="toggle-bar"></span>
                        </button>
                        <div class="menu-menu-principal-container"><ul id="primary-menu" class="menu"><li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-46"><a href="https://www.villages-perches-06.fr/" aria-current="page">Accueil</a></li>
<li id="menu-item-47" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-47"><a href="https://www.villages-perches-06.fr/infos-legales/">Infos Légales</a></li>
<li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48"><a href="https://www.villages-perches-06.fr/contact/">Contact.</a></li>
<li id="menu-item-49" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://www.villages-perches-06.fr/villages-des-alpes-maritimes/">Villages des Alpes-Maritimes</a></li>
</ul></div>                    </nav><!-- .main-navigation -->
                    <div class="header-search">
                        <button class="search-toggle-btn">
                            <i class="fas fa-search"></i>
                        </button>
                        <div class="header-search-form">
                            <form role="search" method="get" class="search-form" action="https://www.villages-perches-06.fr/">
				<label>
					<span class="screen-reader-text">Rechercher :</span>
					<input type="search" class="search-field" placeholder="Rechercher…" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Rechercher" />
			</form>                        </div>
                    </div>
                </div> <!-- .nav-wrap -->
            </div>
        </header><!-- .site-header -->
     
    <div id="content" class="site-content">
        <div class="tc-wrapper">
            
    <div class="row">
	<div id="primary" class="content-area">
		
                
        <main id="main" class="site-main">

		
<article id="post-996" class="post-996 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/scandale-orpea-plusieurs-ephad-du-groupe-perquisitionnes-pour-maltraitances-institutionnelles/" rel="bookmark">Scandale Orpea : plusieurs Ephad du groupe perquisitionnés pour « maltraitances institutionnelles</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/scandale-orpea-plusieurs-ephad-du-groupe-perquisitionnes-pour-maltraitances-institutionnelles/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:18+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:18+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/scandale-orpea-plusieurs-ephad-du-groupe-perquisitionnes-pour-maltraitances-institutionnelles/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Dans le cadre d’une enquête ouverte pour « maltraitances institutionnelles », plusieurs Ephad du groupe Orpea ont été perquisitionnés ce mardi. Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de villages-perches-06.fr est de parler de Villages des Alpes-Maritimes dans la transparence &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/scandale-orpea-plusieurs-ephad-du-groupe-perquisitionnes-pour-maltraitances-institutionnelles/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-996 -->

<article id="post-995" class="post-995 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/des-perquisitions-dans-des-etablissements-dorpea/" rel="bookmark">Des perquisitions dans des établissements d&rsquo;Orpea</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/des-perquisitions-dans-des-etablissements-dorpea/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:18+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:18+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/des-perquisitions-dans-des-etablissements-dorpea/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>PARIS (Reuters) &#8211; Des perquisitions ont été lancées mardi dans « plusieurs dizaines » d&rsquo;Ehpad du groupe Orpea en France dans le cadre d&rsquo;une enquête ouverte pour « maltraitance institutionnelle », a déclar &#8230; Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/des-perquisitions-dans-des-etablissements-dorpea/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-995 -->

<article id="post-994" class="post-994 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/affaire-orpea-des-perquisitions-lancees-dans-plusieurs-etablissements-du-groupe/" rel="bookmark">Affaire Orpea : Des perquisitions lancées dans plusieurs établissements du groupe</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/affaire-orpea-des-perquisitions-lancees-dans-plusieurs-etablissements-du-groupe/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:17+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:17+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/affaire-orpea-des-perquisitions-lancees-dans-plusieurs-etablissements-du-groupe/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Cette photographie d&rsquo;archive prise le 10 février 2022 montre le logo d&rsquo;une maison de retraite Orpea, à Reze près de Nantes, dans l&rsquo;ouest de la France. — AFP Le groupe de maisons de retraite &#8230; Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/affaire-orpea-des-perquisitions-lancees-dans-plusieurs-etablissements-du-groupe/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-994 -->

<article id="post-993" class="post-993 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/des-perquisitions-chez-orpea-dans-plusieurs-dizaines-dehpad/" rel="bookmark">Des perquisitions chez Orpea dans plusieurs dizaines d’Ehpad</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/des-perquisitions-chez-orpea-dans-plusieurs-dizaines-dehpad/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:17+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:17+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/des-perquisitions-chez-orpea-dans-plusieurs-dizaines-dehpad/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>JUSTICE &#8211; Plusieurs perquisitions ont été lancées ce mardi 15 novembre dans des établissements du groupe privé Orpea, dans le cadre d’une enquête préliminaire pour « maltraitance institutionnelle » &#8230; Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/des-perquisitions-chez-orpea-dans-plusieurs-dizaines-dehpad/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-993 -->

<article id="post-992" class="post-992 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/orpea-des-perquisitions-menees-ce-mardi-dans-plusieurs-ehpad-du-groupe/" rel="bookmark">Orpea. Des perquisitions menées ce mardi dans plusieurs Ehpad du groupe</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/orpea-des-perquisitions-menees-ce-mardi-dans-plusieurs-ehpad-du-groupe/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:17+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:17+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/orpea-des-perquisitions-menees-ce-mardi-dans-plusieurs-ehpad-du-groupe/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Des perquisitions ont été lancées ce mardi dans « plusieurs dizaines » d’Ehpad du groupe Orpea en France dans le cadre d’une enquête ouverte pour « maltraitance institutionnelle », indiquent l’Agence &#8230; Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/orpea-des-perquisitions-menees-ce-mardi-dans-plusieurs-ehpad-du-groupe/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-992 -->

<article id="post-991" class="post-991 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/orpea-plusieurs-dizaines-detablissements-du-groupe-ont-ete-perquisitionnes/" rel="bookmark">Orpea : plusieurs dizaines d&rsquo;établissements du groupe ont été perquisitionnés</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/orpea-plusieurs-dizaines-detablissements-du-groupe-ont-ete-perquisitionnes/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:12+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:12+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/orpea-plusieurs-dizaines-detablissements-du-groupe-ont-ete-perquisitionnes/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Des opérations sont menées au sein du groupe Orpea « dans toute la France » et doivent s&rsquo;étaler « sur plusieurs jours ». Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de villages-perches-06.fr est de parler de Villages des &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/orpea-plusieurs-dizaines-detablissements-du-groupe-ont-ete-perquisitionnes/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-991 -->

<article id="post-990" class="post-990 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/scandale-orpea-en-france-vague-de-perquisitions-dans-des-maisons-de-retraite/" rel="bookmark">Scandale Orpea en France: vague de perquisitions dans des maisons de retraite</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/scandale-orpea-en-france-vague-de-perquisitions-dans-des-maisons-de-retraite/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:11+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:11+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/scandale-orpea-en-france-vague-de-perquisitions-dans-des-maisons-de-retraite/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Plusieurs perquisitions ont été lancées mardi à travers la France dans des établissements du groupe privé Orpea de maisons de retraite, dans le cadre d’une enquête préliminaire pour &#8230; Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de villages-perches-06.fr &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/scandale-orpea-en-france-vague-de-perquisitions-dans-des-maisons-de-retraite/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-990 -->

<article id="post-989" class="post-989 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/perquisitions-chez-orpea-huit-milliards-dhabitants-sur-terre-lactu-marquante-de-ce-mardi/" rel="bookmark">Perquisitions chez Orpea, huit milliards d&rsquo;habitants sur Terre&#8230; L&rsquo;actu marquante de ce mardi</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/perquisitions-chez-orpea-huit-milliards-dhabitants-sur-terre-lactu-marquante-de-ce-mardi/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:11+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:11+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/perquisitions-chez-orpea-huit-milliards-dhabitants-sur-terre-lactu-marquante-de-ce-mardi/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Chaque jour, on vous propose de balayer, en un coup d&rsquo;œil, les temps forts de l&rsquo;actualité en Auvergne et dans le Limousin, mais aussi en France et dans le monde. Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/perquisitions-chez-orpea-huit-milliards-dhabitants-sur-terre-lactu-marquante-de-ce-mardi/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-989 -->

<article id="post-988" class="post-988 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/scandale-orpea-des-perquisitions-dans-plusieurs-ehpad-du-groupe-en-difficulte-financiere/" rel="bookmark">Scandale Orpea : des perquisitions dans plusieurs Ehpad du groupe, en difficulté financière</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/scandale-orpea-des-perquisitions-dans-plusieurs-ehpad-du-groupe-en-difficulte-financiere/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:11+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:11+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/scandale-orpea-des-perquisitions-dans-plusieurs-ehpad-du-groupe-en-difficulte-financiere/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Le groupe de maison de retraites tentait de convaincre ce mardi qu&rsquo;il pouvait redresser la barre. Des perquisitions sont en cours dans plusieurs établissements Orpea. Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de villages-perches-06.fr est de parler de &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/scandale-orpea-des-perquisitions-dans-plusieurs-ehpad-du-groupe-en-difficulte-financiere/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-988 -->

<article id="post-987" class="post-987 post type-post status-publish format-standard hentry category-scoops-sur-villages-des-alpes-maritimes" itemscope itemtype="https://schema.org/Blog">
	    <header class="entry-header">
		<h2 class="entry-title"  itemprop="headline"><a href="https://www.villages-perches-06.fr/perquisition-chez-orpea-suivez-la-conference-de-presse-du-groupe/" rel="bookmark">Perquisition chez Orpea: suivez la conférence de presse du groupe</a></h2><div class="entry-meta"><span class="byline" itemprop="author"><span class="author"><span>par </span><a class="url fn n" href="https://www.villages-perches-06.fr/author/06maurice/" itemprop="url">Maurice Breton</a></span></span><span class="posted-on">le  <a href="https://www.villages-perches-06.fr/perquisition-chez-orpea-suivez-la-conference-de-presse-du-groupe/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-15T15:34:11+01:00" itemprop="datePublished">15 novembre 2022</time><time class="updated" datetime="2022-11-15T15:34:11+01:00" itemprop="dateModified">15 novembre 2022</time></a></span></div>	</header>         
    <figure class="post-thumbnail"><a href="https://www.villages-perches-06.fr/perquisition-chez-orpea-suivez-la-conference-de-presse-du-groupe/" ></a></figure>    <div class="entry-content" itemprop="text">
		<p>Le groupe Orpea présente sa nouvelle stratégie alors qu&rsquo;il est concerné par une enquête préliminaire pour «maltraitance institutionnelle». Des opérations sont menées «dans toute la France» et doivent &#8230; Aller à la sourcePour vous tenir au fait, cet article à propos du thème « Villages des Alpes-Maritimes », vous est fourni par villages-perches-06.fr. Le but de villages-perches-06.fr &hellip; </p>
	</div><!-- .entry-content -->
    	<footer class="entry-footer">
		<div class="btn-wrap"><a href="https://www.villages-perches-06.fr/perquisition-chez-orpea-suivez-la-conference-de-presse-du-groupe/" class="btn-transparent">Lire la Suite</a></div>	</footer><!-- .entry-footer -->
	</article><!-- #post-987 -->

		</main><!-- #main -->
        
        
	<nav class="navigation posts-navigation" aria-label="Publications">
		<h2 class="screen-reader-text">Navigation des articles</h2>
		<div class="nav-links"><div class="nav-previous"><a href="https://www.villages-perches-06.fr/page/2/" ><i class="fas fa-long-arrow-alt-left"></i>Page précédente</a></div></div>
	</nav>        
	</div><!-- #primary -->


<aside id="secondary" class="widget-area" itemscope itemtype="https://schema.org/WPSideBar">
	<section id="block-2" class="widget widget_block widget_search"><form role="search" method="get" action="https://www.villages-perches-06.fr/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label for="wp-block-search__input-1" class="wp-block-search__label" >Rechercher</label><div class="wp-block-search__inside-wrapper " ><input type="search" id="wp-block-search__input-1" class="wp-block-search__input wp-block-search__input" name="s" value="" placeholder=""  required /><button type="submit" class="wp-block-search__button wp-element-button"  >Rechercher</button></div></form></section><section id="block-3" class="widget widget_block">
<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Articles récents</h2>



<p></p>




<ul class="wp-block-latest-posts__list wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://www.villages-perches-06.fr/scandale-orpea-plusieurs-ephad-du-groupe-perquisitionnes-pour-maltraitances-institutionnelles/">Scandale Orpea : plusieurs Ephad du groupe perquisitionnés pour « maltraitances institutionnelles</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://www.villages-perches-06.fr/des-perquisitions-dans-des-etablissements-dorpea/">Des perquisitions dans des établissements d&rsquo;Orpea</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://www.villages-perches-06.fr/affaire-orpea-des-perquisitions-lancees-dans-plusieurs-etablissements-du-groupe/">Affaire Orpea : Des perquisitions lancées dans plusieurs établissements du groupe</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://www.villages-perches-06.fr/des-perquisitions-chez-orpea-dans-plusieurs-dizaines-dehpad/">Des perquisitions chez Orpea dans plusieurs dizaines d’Ehpad</a></li>
<li><a class="wp-block-latest-posts__post-title" href="https://www.villages-perches-06.fr/orpea-des-perquisitions-menees-ce-mardi-dans-plusieurs-ehpad-du-groupe/">Orpea. Des perquisitions menées ce mardi dans plusieurs Ehpad du groupe</a></li>
</ul></div></div>
</section><section id="block-4" class="widget widget_block">
<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container"></div></div>
</section><section id="block-5" class="widget widget_block">
<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Archives</h2>


<ul class=" wp-block-archives-list wp-block-archives">	<li><a href='https://www.villages-perches-06.fr/2022/11/'>novembre 2022</a></li>
	<li><a href='https://www.villages-perches-06.fr/2022/10/'>octobre 2022</a></li>
</ul></div></div>
</section><section id="block-6" class="widget widget_block">
<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">
<h2>Catégories</h2>



<p></p>


<ul class="wp-block-categories-list wp-block-categories">	<li class="cat-item cat-item-4"><a href="https://www.villages-perches-06.fr/category/scoops-sur-villages-des-alpes-maritimes/">Scoops Sur Villages Des Alpes-Maritimes:</a>
</li>
</ul></div></div>
</section></aside><!-- #secondary -->
</div><!-- .row -->            
        </div><!-- .container -->        
    </div><!-- .site-content -->
        </div><!-- #page -->
        <footer  id="colophon" class="site-footer" itemscope itemtype="https://schema.org/WPFooter">
        <div class="bottom-footer">
        <div class="tc-wrapper">
            <div class="copyright-menu-wrap">            
                <span class="copyright">&copy; Copyright 2022 <a href="https://www.villages-perches-06.fr/">VILLAGES-PERCHES-06</a>. Tous droits réservés. </span>The Ultralight | Développé par <a href="https://rarathemes.com/" rel="nofollow" target="_blank">Rara Theme</a>. Propulsé par <a href="https://fr.wordpress.org/" target="_blank">WordPress</a>.               
            </div>
		</div>
	</div>
    <button class="back-to-top"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><polygon points="2.7,16.4 15.9,0 29.3,16.4 25.8,19.1 18.3,9.7 18.3,32 13.7,32 13.7,9.7 6.2,19.1     "/></svg></button>    </footer><!-- #colophon -->
    
  <!--copyscapeskip-->
  <aside id="moove_gdpr_cookie_info_bar" class="moove-gdpr-info-bar-hidden moove-gdpr-align-center moove-gdpr-dark-scheme gdpr_infobar_postion_bottom" role="dialog" aria-label="GDPR Cookie Banner" style="display: none;">
    <div class="moove-gdpr-info-bar-container">
      <div class="moove-gdpr-info-bar-content">
        
<div class="moove-gdpr-cookie-notice">
  <p>Nous utilisons des cookies pour vous offrir la meilleure expérience sur notre site.</p><p>You can find out more about which cookies we are using or switch them off in <span role="link"  data-href="#moove_gdpr_cookie_modal" class="change-settings-button">settings</span>.</p></div>
<!--  .moove-gdpr-cookie-notice -->        
<div class="moove-gdpr-button-holder">
		  <button class="mgbutton moove-gdpr-infobar-allow-all gdpr-fbo-0" aria-label="Accepter"  role="button">Accepter</button>
	  </div>
<!--  .button-container -->      </div>
      <!-- moove-gdpr-info-bar-content -->
    </div>
    <!-- moove-gdpr-info-bar-container -->
  </aside>
  <!-- #moove_gdpr_cookie_info_bar -->
  <!--/copyscapeskip-->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.villages-perches-06.fr","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-content/themes/the-ultralight/js/all.min.js?ver=5.6.3' id='all-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-content/themes/the-ultralight/js/v4-shims.min.js?ver=5.6.3' id='v4-shims-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-content/themes/the-ultralight/js/layzr.min.js?ver=1.0.6' id='layzr-js' defer></script>
<script type='text/javascript' id='the-ultralight-js-extra'>
/* <![CDATA[ */
var the_ultralight_data = {"rtl":"","ajax_url":"https:\/\/www.villages-perches-06.fr\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-content/themes/the-ultralight/js/custom.min.js?ver=1.0.6' id='the-ultralight-js' defer></script>
<script type='text/javascript' id='moove_gdpr_frontend-js-extra'>
/* <![CDATA[ */
var moove_frontend_gdpr_scripts = {"ajaxurl":"https:\/\/www.villages-perches-06.fr\/wp-admin\/admin-ajax.php","post_id":"996","plugin_dir":"https:\/\/www.villages-perches-06.fr\/wp-content\/plugins\/gdpr-cookie-compliance","show_icons":"all","is_page":"","strict_init":"1","enabled_default":{"third_party":0,"advanced":0},"geo_location":"false","force_reload":"false","is_single":"","hide_save_btn":"false","current_user":"0","cookie_expiration":"365","script_delay":"2000","close_btn_action":"1","close_cs_action":"1","gdpr_scor":"true","wp_lang":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.villages-perches-06.fr/wp-content/cache/min/1/wp-content/plugins/gdpr-cookie-compliance/dist/scripts/main.js?ver=1665458958' id='moove_gdpr_frontend-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='moove_gdpr_frontend-js-after'>
var gdpr_consent__strict = "false"
var gdpr_consent__thirdparty = "false"
var gdpr_consent__advanced = "false"
var gdpr_consent__cookies = ""
</script>

    
  <!--copyscapeskip-->
  <!-- V1 -->
  <div id="moove_gdpr_cookie_modal" class="gdpr_lightbox-hide" role="complementary" aria-label="GDPR Settings Screen">
    <div class="moove-gdpr-modal-content moove-clearfix logo-position-left moove_gdpr_modal_theme_v1">
          
        <button class="moove-gdpr-modal-close" aria-label="Close GDPR Cookie Settings">
          <span class="gdpr-sr-only">Close GDPR Cookie Settings</span>
          <span class="gdpr-icon moovegdpr-arrow-close"></span>
        </button>
            <div class="moove-gdpr-modal-left-content">
        
<div class="moove-gdpr-company-logo-holder">
  <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20233'%3E%3C/svg%3E" alt="VILLAGES-PERCHES-06"   width="350"  height="233"  class="img-responsive" data-lazy-src="https://www.villages-perches-06.fr/wp-content/plugins/gdpr-cookie-compliance/dist/images/gdpr-logo.png" /><noscript><img src="https://www.villages-perches-06.fr/wp-content/plugins/gdpr-cookie-compliance/dist/images/gdpr-logo.png" alt="VILLAGES-PERCHES-06"   width="350"  height="233"  class="img-responsive" /></noscript>
</div>
<!--  .moove-gdpr-company-logo-holder -->        <ul id="moove-gdpr-menu">
          
<li class="menu-item-on menu-item-privacy_overview menu-item-selected">
  <button data-href="#privacy_overview" class="moove-gdpr-tab-nav" aria-label="Résumé de la politique de confidentialité">
    <span class="gdpr-nav-tab-title">Résumé de la politique de confidentialité</span>
  </button>
</li>

  <li class="menu-item-strict-necessary-cookies menu-item-off">
    <button data-href="#strict-necessary-cookies" class="moove-gdpr-tab-nav" aria-label="Cookies strictement nécessaires">
      <span class="gdpr-nav-tab-title">Cookies strictement nécessaires</span>
    </button>
  </li>




        </ul>
        
<div class="moove-gdpr-branding-cnt">
  
		<a href="https://wordpress.org/plugins/gdpr-cookie-compliance/" target="_blank" rel="noopener noreferrer nofollow" class='moove-gdpr-branding'>Powered by&nbsp; <span>GDPR Cookie Compliance</span></a>
		</div>
<!--  .moove-gdpr-branding -->      </div>
      <!--  .moove-gdpr-modal-left-content -->
      <div class="moove-gdpr-modal-right-content">
        <div class="moove-gdpr-modal-title">
           
        </div>
        <!-- .moove-gdpr-modal-ritle -->
        <div class="main-modal-content">

          <div class="moove-gdpr-tab-content">
            
<div id="privacy_overview" class="moove-gdpr-tab-main">
      <span class="tab-title">Résumé de la politique de confidentialité</span>
    <div class="moove-gdpr-tab-main-content">
  	<p>Ce site utilise des cookies afin que nous puissions vous fournir la meilleure expérience utilisateur possible. Les informations sur les cookies sont stockées dans votre navigateur et remplissent des fonctions telles que vous reconnaître lorsque vous revenez sur notre site Web et aider notre équipe à comprendre les sections du site que vous trouvez les plus intéressantes et utiles.</p>
  	  </div>
  <!--  .moove-gdpr-tab-main-content -->

</div>
<!-- #privacy_overview -->            
  <div id="strict-necessary-cookies" class="moove-gdpr-tab-main" style="display:none">
    <span class="tab-title">Cookies strictement nécessaires</span>
    <div class="moove-gdpr-tab-main-content">
      <p>Cette option doit être activée à tout moment afin que nous puissions enregistrer vos préférences pour les réglages de cookie.</p>
      <div class="moove-gdpr-status-bar ">
        <div class="gdpr-cc-form-wrap">
          <div class="gdpr-cc-form-fieldset">
            <label class="cookie-switch" for="moove_gdpr_strict_cookies">    
              <span class="gdpr-sr-only">Enable or Disable Cookies</span>        
              <input type="checkbox" aria-label="Cookies strictement nécessaires"  value="check" name="moove_gdpr_strict_cookies" id="moove_gdpr_strict_cookies">
              <span class="cookie-slider cookie-round" data-text-enable="Activé" data-text-disabled="Désactivé"></span>
            </label>
          </div>
          <!-- .gdpr-cc-form-fieldset -->
        </div>
        <!-- .gdpr-cc-form-wrap -->
      </div>
      <!-- .moove-gdpr-status-bar -->
              <div class="moove-gdpr-strict-warning-message" style="margin-top: 10px;">
          <p>Si vous désactivez ce cookie, nous ne pourrons pas enregistrer vos préférences. Cela signifie que chaque fois que vous visitez ce site, vous devrez activer ou désactiver à nouveau les cookies.</p>
        </div>
        <!--  .moove-gdpr-tab-main-content -->
                                              
    </div>
    <!--  .moove-gdpr-tab-main-content -->
  </div>
  <!-- #strict-necesarry-cookies -->
            
            
            
          </div>
          <!--  .moove-gdpr-tab-content -->
        </div>
        <!--  .main-modal-content -->
        <div class="moove-gdpr-modal-footer-content">
          <div class="moove-gdpr-button-holder">
			  		<button class="mgbutton moove-gdpr-modal-allow-all button-visible" role="button" aria-label="Tout activer">Tout activer</button>
		  					<button class="mgbutton moove-gdpr-modal-save-settings button-visible" role="button" aria-label="Enregistrer les réglages">Enregistrer les réglages</button>
				</div>
<!--  .moove-gdpr-button-holder -->        </div>
        <!--  .moove-gdpr-modal-footer-content -->
      </div>
      <!--  .moove-gdpr-modal-right-content -->

      <div class="moove-clearfix"></div>

    </div>
    <!--  .moove-gdpr-modal-content -->
  </div>
  <!-- #moove_gdpr_cookie_modal -->
  <!--/copyscapeskip-->
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.villages-perches-06.fr/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img loading="lazy" data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script>
<script type="rocketlazyloadscript">"use strict";var wprRemoveCPCSS=function wprRemoveCPCSS(){var elem;document.querySelector('link[data-rocket-async="style"][rel="preload"]')?setTimeout(wprRemoveCPCSS,200):(elem=document.getElementById("rocket-critical-css"))&&"remove"in elem&&elem.remove()};window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i&#038;display=swap" /><link rel="stylesheet" href="https://www.villages-perches-06.fr/wp-content/cache/min/1/892512dce60815a9d75b878ebeeaf5ea.css" media="all" data-minify="1" /></noscript></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1668527351 --><!--
     FILE ARCHIVED ON 16:03:45 Nov 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:37:33 Nov 15, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 1563.091
  exclusion.robots: 0.118
  exclusion.robots.policy: 0.106
  cdx.remote: 0.09
  esindex: 0.011
  LoadShardBlock: 55.066 (3)
  PetaboxLoader3.datanode: 40.994 (3)
  CDXLines.iter: 16.033 (3)
  load_resource: 3.536
-->