<!doctype html> <html lang="fr-FR" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){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(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name="format-detection" content="telephone=no"> <!-- Optimisation des moteurs de recherche par Rank Math PRO - https://s.rankmath.com/home --> <title>Agence immobilière Amiens : La gestion locative moins chère</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Dosis%3A200%2C300%2C400%2C500%2C600%2C700%2C800%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CDosis%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=latin&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis%3A200%2C300%2C400%2C500%2C600%2C700%2C800%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CDosis%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=latin&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis%3A200%2C300%2C400%2C500%2C600%2C700%2C800%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CDosis%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=latin&display=swap" /></noscript> <meta name="description" content="Votre agence immobilière OMMI vous décharge de toutes les taches liées à la gestion courante de votre bien immobilier grâce à la gestion locative."/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://ommi.immo/gestion-locative/" /> <meta property="og:locale" content="fr_FR" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Agence immobilière Amiens : La gestion locative moins chère" /> <meta property="og:description" content="Votre agence immobilière OMMI vous décharge de toutes les taches liées à la gestion courante de votre bien immobilier grâce à la gestion locative." /> <meta property="og:url" content="https://ommi.immo/gestion-locative/" /> <meta property="og:site_name" content="Agence immobilière Ommi Amiens" /> <meta property="article:publisher" content="https://facebook.com/Ommi.Immobilier" /> <meta property="og:updated_time" content="2023-03-18T12:34:24+01:00" /> <meta property="og:image" content="https://ommi.immo/wp-content/uploads/2022/06/facebook.png" /> <meta property="og:image:secure_url" content="https://ommi.immo/wp-content/uploads/2022/06/facebook.png" /> <meta property="og:image:width" content="1080" /> <meta property="og:image:height" content="1080" /> <meta property="og:image:alt" content="Ommi - Agence immobilière - Amiens" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Agence immobilière Amiens : La gestion locative moins chère" /> <meta name="twitter:description" content="Votre agence immobilière OMMI vous décharge de toutes les taches liées à la gestion courante de votre bien immobilier grâce à la gestion locative." /> <meta name="twitter:image" content="https://ommi.immo/wp-content/uploads/2022/06/facebook.png" /> <meta name="twitter:label1" content="Temps de lecture" /> <meta name="twitter:data1" content="2 minutes" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https://ommi.immo/gestion-locative/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://ommi.immo","name":"Ommi Immobilier"}},{"@type":"ListItem","position":"2","item":{"@id":"https://ommi.immo/gestion-locative/","name":"Gestion locative"}}]}]}</script> <!-- /Extension Rank Math WordPress SEO --> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://ommi.immo/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='classic-theme-styles-css' href='https://ommi.immo/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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> <link rel='stylesheet' id='cmplz-general-css' href='https://ommi.immo/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=6.4.0' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='houzez-all-css-css' href='https://ommi.immo/wp-content/cache/min/1/wp-content/themes/houzez/css/all-css.css?ver=1679296132' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://ommi.immo/wp-content/cache/min/1/wp-content/themes/houzez/css/font-awesome/css/all.min.css?ver=1679296132' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='houzez-style-css' href='https://ommi.immo/wp-content/cache/min/1/wp-content/themes/houzez/style.css?ver=1679296132' type='text/css' media='all' /> <style id='houzez-style-inline-css' type='text/css'> @media (min-width: 1200px) { .container { max-width: 1210px; } } .label-color-80 { background-color: #277500; } .label-color-151 { background-color: #0066bf; } .label-color-135 { background-color: #dd0202; } .label-color-152 { background-color: #d69500; } .label-color-125 { background-color: #dd0000; } .label-color-123 { background-color: #dd0000; } .label-color-106 { background-color: #770be2; } body { font-family: Dosis; font-size: 17px; font-weight: 400; line-height: 24px; text-align: left; text-transform: none; } .main-nav, .dropdown-menu, .login-register, .btn.btn-create-listing, .logged-in-nav, .btn-phone-number { font-family: Dosis; font-size: 17px; font-weight: 600; text-align: left; text-transform: uppercase; } .btn, .form-control, .bootstrap-select .text, .sort-by-title, .woocommerce ul.products li.product .button { font-family: Dosis; font-size: 17px; } h1, h2, h3, h4, h5, h6, .item-title { font-family: Dosis; font-weight: 400; text-transform: uppercase; } .post-content-wrap h1, .post-content-wrap h2, .post-content-wrap h3, .post-content-wrap h4, .post-content-wrap h5, .post-content-wrap h6 { font-weight: 400; text-transform: uppercase; text-align: inherit; } .top-bar-wrap { font-family: Dosis; font-size: 17px; font-weight: 600; line-height: 25px; text-align: left; text-transform: none; } .footer-wrap { font-family: Dosis; font-size: 17px; font-weight: 400; line-height: 25px; text-align: left; text-transform: none; } .header-v1 .header-inner-wrap, .header-v1 .navbar-logged-in-wrap { line-height: 60px; height: 60px; } .header-v2 .header-top .navbar { height: 110px; } .header-v2 .header-bottom .header-inner-wrap, .header-v2 .header-bottom .navbar-logged-in-wrap { line-height: 54px; height: 54px; } .header-v3 .header-top .header-inner-wrap, .header-v3 .header-top .header-contact-wrap { height: 80px; line-height: 80px; } .header-v3 .header-bottom .header-inner-wrap, .header-v3 .header-bottom .navbar-logged-in-wrap { line-height: 54px; height: 54px; } .header-v4 .header-inner-wrap, .header-v4 .navbar-logged-in-wrap { line-height: 120px; height: 120px; } .header-v5 .header-top .header-inner-wrap, .header-v5 .header-top .navbar-logged-in-wrap { line-height: 110px; height: 110px; } .header-v5 .header-bottom .header-inner-wrap { line-height: 54px; height: 54px; } .header-v6 .header-inner-wrap, .header-v6 .navbar-logged-in-wrap { height: 60px; line-height: 60px; } @media (min-width: 1200px) { .header-v5 .header-top .container { max-width: 1170px; } } body, #main-wrap, .fw-property-documents-wrap h3 span, .fw-property-details-wrap h3 span { background-color: #efefef; } body, .form-control, .bootstrap-select .text, .item-title a, .listing-tabs .nav-tabs .nav-link, .item-wrap-v2 .item-amenities li span, .item-wrap-v2 .item-amenities li:before, .item-parallax-wrap .item-price-wrap, .list-view .item-body .item-price-wrap, .property-slider-item .item-price-wrap, .page-title-wrap .item-price-wrap, .agent-information .agent-phone span a, .property-overview-wrap ul li strong, .mobile-property-title .item-price-wrap .item-price, .fw-property-features-left li a, .lightbox-content-wrap .item-price-wrap, .blog-post-item-v1 .blog-post-title h3 a, .blog-post-content-widget h4 a, .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .login-register-form .modal-header .login-register-tabs .nav-link.active, .agent-list-wrap .agent-list-content h2 a, .agent-list-wrap .agent-list-contact li a, .agent-contacts-wrap li a, .menu-edit-property li a, .statistic-referrals-list li a, .chart-nav .nav-pills .nav-link, .dashboard-table-properties td .property-payment-status, .dashboard-mobile-edit-menu-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder, .payment-method-block .radio-tab .control-text, .post-title-wrap h2 a, .lead-nav-tab.nav-pills .nav-link, .deals-nav-tab.nav-pills .nav-link, .btn-light-grey-outlined:hover, button:not(.bs-placeholder) .filter-option-inner-inner, .fw-property-floor-plans-wrap .floor-plans-tabs a, .products > .product > .item-body > a, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-MyAccount-navigation ul li a, .activitiy-item-close-button a, .property-section-wrap li a { color: #000000; } a, a:hover, a:active, a:focus, .primary-text, .btn-clear, .btn-apply, .btn-primary-outlined, .btn-primary-outlined:before, .item-title a:hover, .sort-by .bootstrap-select .bs-placeholder, .sort-by .bootstrap-select > .btn, .sort-by .bootstrap-select > .btn:active, .page-link, .page-link:hover, .accordion-title:before, .blog-post-content-widget h4 a:hover, .agent-list-wrap .agent-list-content h2 a:hover, .agent-list-wrap .agent-list-contact li a:hover, .agent-contacts-wrap li a:hover, .agent-nav-wrap .nav-pills .nav-link, .dashboard-side-menu-wrap .side-menu-dropdown a.active, .menu-edit-property li a.active, .menu-edit-property li a:hover, .dashboard-statistic-block h3 .fa, .statistic-referrals-list li a:hover, .chart-nav .nav-pills .nav-link.active, .board-message-icon-wrap.active, .post-title-wrap h2 a:hover, .listing-switch-view .switch-btn.active, .item-wrap-v6 .item-price-wrap, .listing-v6 .list-view .item-body .item-price-wrap, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-MyAccount-navigation ul li a:hover, .property-schedule-tour-form-wrap .control input:checked ~ .control__indicator, .property-schedule-tour-form-wrap .control:hover, .property-walkscore-wrap-v2 .score-details .houzez-icon, .login-register .btn-icon-login-register + .dropdown-menu a, .activitiy-item-close-button a:hover, .property-section-wrap li a:hover { color: #000000; } .agent-list-position a { color: #000000!important; } .control input:checked ~ .control__indicator, .top-banner-wrap .nav-pills .nav-link, .btn-primary-outlined:hover, .page-item.active .page-link, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .mobile-property-tools .nav-pills .nav-link.active, .login-register-form .modal-header, .agent-nav-wrap .nav-pills .nav-link.active, .board-message-icon-wrap .notification-circle, .primary-label, .fc-event, .fc-event-dot, .compare-table .table-hover > tbody > tr:hover, .post-tag, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled], .ui-slider-horizontal .ui-slider-range, .btn-bubble { background-color: #000000; } .control input:checked ~ .control__indicator, .btn-primary-outlined, .page-item.active .page-link, .mobile-property-tools .nav-pills .nav-link.active, .agent-nav-wrap .nav-pills .nav-link, .agent-nav-wrap .nav-pills .nav-link.active, .chart-nav .nav-pills .nav-link.active, .dashaboard-snake-nav .step-block.active, .fc-event, .fc-event-dot, .property-schedule-tour-form-wrap .control input:checked ~ .control__indicator { border-color: #000000; } .slick-arrow:hover { background-color: rgba(216,86,10,1); } .slick-arrow { background-color: #000000; } .property-banner .nav-pills .nav-link.active { background-color: rgba(216,86,10,1) !important; } .property-navigation-wrap a.active { color: #000000; -webkit-box-shadow: inset 0 -3px #000000; box-shadow: inset 0 -3px #000000; } .btn-primary, .fc-button-primary, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background-color: #000000; border-color: #000000; } .btn-primary:focus, .btn-primary:focus:active, .fc-button-primary:focus, .fc-button-primary:focus:active { color: #fff; background-color: #000000; border-color: #000000; } .btn-primary:hover, .fc-button-primary:hover { color: #fff; background-color: #d8560a; border-color: #d8560a; } .btn-primary:active, .btn-primary:not(:disabled):not(:disabled):active, .fc-button-primary:active, .fc-button-primary:not(:disabled):not(:disabled):active { color: #fff; background-color: #d8560a; border-color: #d8560a; } .btn-secondary, .woocommerce span.onsale, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #review_form #respond .form-submit input, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { color: #fff; background-color: #000000; border-color: #000000; } .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .button:active, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #review_form #respond .form-submit input:focus, .woocommerce #review_form #respond .form-submit input:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus { color: #fff; background-color: #000000; border-color: #000000; } .btn-secondary:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff; background-color: #d8560a; border-color: #d8560a; } .btn-secondary:active, .btn-secondary:not(:disabled):not(:disabled):active { color: #fff; background-color: #d8560a; border-color: #d8560a; } .btn-primary-outlined { color: #000000; background-color: transparent; border-color: #000000; } .btn-primary-outlined:focus, .btn-primary-outlined:focus:active { color: #000000; background-color: transparent; border-color: #000000; } .btn-primary-outlined:hover { color: #fff; background-color: #d8560a; border-color: #d8560a; } .btn-primary-outlined:active, .btn-primary-outlined:not(:disabled):not(:disabled):active { color: #000000; background-color: rgba(26, 26, 26, 0); border-color: #d8560a; } .btn-secondary-outlined { color: #000000; background-color: transparent; border-color: #000000; } .btn-secondary-outlined:focus, .btn-secondary-outlined:focus:active { color: #000000; background-color: transparent; border-color: #000000; } .btn-secondary-outlined:hover { color: #fff; background-color: #d8560a; border-color: #d8560a; } .btn-secondary-outlined:active, .btn-secondary-outlined:not(:disabled):not(:disabled):active { color: #000000; background-color: rgba(26, 26, 26, 0); border-color: #d8560a; } .btn-call { color: #000000; background-color: transparent; border-color: #000000; } .btn-call:focus, .btn-call:focus:active { color: #000000; background-color: transparent; border-color: #000000; } .btn-call:hover { color: #000000; background-color: rgba(26, 26, 26, 0); border-color: #d8560a; } .btn-call:active, .btn-call:not(:disabled):not(:disabled):active { color: #000000; background-color: rgba(26, 26, 26, 0); border-color: #d8560a; } .icon-delete .btn-loader:after{ border-color: #000000 transparent #000000 transparent } .header-v1 { background-color: #004274; border-bottom: 1px solid #004274; } .header-v1 a.nav-link { color: #ffffff; } .header-v1 a.nav-link:hover, .header-v1 a.nav-link:active { color: #00aeff; background-color: rgba(255,255,255,0.2); } .header-desktop .main-nav .nav-link { letter-spacing: 0.0px; } .header-v2 .header-top, .header-v5 .header-top, .header-v2 .header-contact-wrap { background-color: #ffffff; } .header-v2 .header-bottom, .header-v5 .header-bottom { background-color: #004274; } .header-v2 .header-contact-wrap .header-contact-right, .header-v2 .header-contact-wrap .header-contact-right a, .header-contact-right a:hover, header-contact-right a:active { color: #004274; } .header-v2 .header-contact-left { color: #004274; } .header-v2 .header-bottom, .header-v2 .navbar-nav > li, .header-v2 .navbar-nav > li:first-of-type, .header-v5 .header-bottom, .header-v5 .navbar-nav > li, .header-v5 .navbar-nav > li:first-of-type { border-color: rgba(255,255,255,0.2); } .header-v2 a.nav-link, .header-v5 a.nav-link { color: #ffffff; } .header-v2 a.nav-link:hover, .header-v2 a.nav-link:active, .header-v5 a.nav-link:hover, .header-v5 a.nav-link:active { color: #00aeff; background-color: rgba(255,255,255,0.2); } .header-v2 .header-contact-right a:hover, .header-v2 .header-contact-right a:active, .header-v3 .header-contact-right a:hover, .header-v3 .header-contact-right a:active { background-color: transparent; } .header-v2 .header-social-icons a, .header-v5 .header-social-icons a { color: #004274; } .header-v3 .header-top { background-color: #004274; } .header-v3 .header-bottom { background-color: #004272; } .header-v3 .header-contact, .header-v3-mobile { background-color: #00aeef; color: #ffffff; } .header-v3 .header-bottom, .header-v3 .login-register, .header-v3 .navbar-nav > li, .header-v3 .navbar-nav > li:first-of-type { border-color: ; } .header-v3 a.nav-link, .header-v3 .header-contact-right a:hover, .header-v3 .header-contact-right a:active { color: #ffffff; } .header-v3 a.nav-link:hover, .header-v3 a.nav-link:active { color: #00aeff; background-color: rgba(255,255,255,0.2); } .header-v3 .header-social-icons a { color: #FFFFFF; } .header-v4 { background-color: #efefef; } .header-v4 a.nav-link { color: #7a7a7a; } .header-v4 a.nav-link:hover, .header-v4 a.nav-link:active { color: #da5e17; background-color: rgba(255,255,255,0.2); } .header-v6 .header-top { background-color: #00AEEF; } .header-v6 a.nav-link { color: #FFFFFF; } .header-v6 a.nav-link:hover, .header-v6 a.nav-link:active { color: #00aeff; background-color: rgba(255,255,255,0.2); } .header-v6 .header-social-icons a { color: #FFFFFF; } .header-mobile { background-color: #ffffff; } .header-mobile .toggle-button-left, .header-mobile .toggle-button-right { color: #000000; } .nav-mobile .logged-in-nav a, .nav-mobile .main-nav, .nav-mobile .navi-login-register { background-color: #ffffff; } .nav-mobile .logged-in-nav a, .nav-mobile .main-nav .nav-item .nav-item a, .nav-mobile .main-nav .nav-item a, .navi-login-register .main-nav .nav-item a { color: #000000; border-bottom: 1px solid #ffffff; background-color: #ffffff; } .nav-mobile .btn-create-listing, .navi-login-register .btn-create-listing { color: #fff; border: 1px solid #000000; background-color: #000000; } .nav-mobile .btn-create-listing:hover, .nav-mobile .btn-create-listing:active, .navi-login-register .btn-create-listing:hover, .navi-login-register .btn-create-listing:active { color: #fff; border: 1px solid #000000; background-color: rgba(0, 174, 255, 0.65); } .header-transparent-wrap .header-v4 { background-color: transparent; border-bottom: 1px none rgba(255,255,255,0.3); } .header-transparent-wrap .header-v4 a { color: #ffffff; } .header-transparent-wrap .header-v4 a:hover, .header-transparent-wrap .header-v4 a:active { color: #da5e17; background-color: rgba(255, 255, 255, 0.1); } .main-nav .navbar-nav .nav-item .dropdown-menu, .login-register .login-register-nav li .dropdown-menu { background-color: rgba(239,239,239,1); } .login-register .login-register-nav li .dropdown-menu:before { border-left-color: rgba(239,239,239,1); border-top-color: rgba(239,239,239,1); } .main-nav .navbar-nav .nav-item .nav-item a, .login-register .login-register-nav li .dropdown-menu .nav-item a { color: #7a7a7a; border-bottom: 1px solid #e6e6e6; } .main-nav .navbar-nav .nav-item .nav-item a:hover, .main-nav .navbar-nav .nav-item .nav-item a:active, .login-register .login-register-nav li .dropdown-menu .nav-item a:hover { color: #da5e17; } .main-nav .navbar-nav .nav-item .nav-item a:hover, .main-nav .navbar-nav .nav-item .nav-item a:active, .login-register .login-register-nav li .dropdown-menu .nav-item a:hover { background-color: rgba(0, 174, 255, 0.1); } .header-main-wrap .btn-create-listing { color: #da5e17; border: 1px solid #da5e17; background-color: #ffffff; } .header-main-wrap .btn-create-listing:hover, .header-main-wrap .btn-create-listing:active { color: rgba(255,255,255,1); border: 1px solid #da5e17; background-color: rgba(218,94,23,1); } .header-transparent-wrap .header-v4 .btn-create-listing { color: #ffffff; border: 1px solid #ffffff; background-color: rgba(255,255,255,0.2); } .header-transparent-wrap .header-v4 .btn-create-listing:hover, .header-transparent-wrap .header-v4 .btn-create-listing:active { color: rgba(255,255,255,1); border: 1px solid #00AEEF; background-color: rgba(0,174,239,1); } .header-transparent-wrap .logged-in-nav a, .logged-in-nav a { color: #2e3e49; border-color: #e6e6e6; background-color: #FFFFFF; } .header-transparent-wrap .logged-in-nav a:hover, .header-transparent-wrap .logged-in-nav a:active, .logged-in-nav a:hover, .logged-in-nav a:active { color: #2e3e49; background-color: rgba(204,204,204,0.15); border-color: #e6e6e6; } .form-control::-webkit-input-placeholder, .search-banner-wrap ::-webkit-input-placeholder, .advanced-search ::-webkit-input-placeholder, .advanced-search-banner-wrap ::-webkit-input-placeholder, .overlay-search-advanced-module ::-webkit-input-placeholder { color: #a1a7a8; } .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover { color: #a1a7a8; } .form-control::placeholder, .search-banner-wrap ::-webkit-input-placeholder, .advanced-search ::-webkit-input-placeholder, .advanced-search-banner-wrap ::-webkit-input-placeholder, .overlay-search-advanced-module ::-webkit-input-placeholder { color: #a1a7a8; } .search-banner-wrap ::-moz-placeholder, .advanced-search ::-moz-placeholder, .advanced-search-banner-wrap ::-moz-placeholder, .overlay-search-advanced-module ::-moz-placeholder { color: #a1a7a8; } .search-banner-wrap :-ms-input-placeholder, .advanced-search :-ms-input-placeholder, .advanced-search-banner-wrap ::-ms-input-placeholder, .overlay-search-advanced-module ::-ms-input-placeholder { color: #a1a7a8; } .search-banner-wrap :-moz-placeholder, .advanced-search :-moz-placeholder, .advanced-search-banner-wrap :-moz-placeholder, .overlay-search-advanced-module :-moz-placeholder { color: #a1a7a8; } .advanced-search .form-control, .advanced-search .bootstrap-select > .btn, .location-trigger, .vertical-search-wrap .form-control, .vertical-search-wrap .bootstrap-select > .btn, .step-search-wrap .form-control, .step-search-wrap .bootstrap-select > .btn, .advanced-search-banner-wrap .form-control, .advanced-search-banner-wrap .bootstrap-select > .btn, .search-banner-wrap .form-control, .search-banner-wrap .bootstrap-select > .btn, .overlay-search-advanced-module .form-control, .overlay-search-advanced-module .bootstrap-select > .btn, .advanced-search-v2 .advanced-search-btn, .advanced-search-v2 .advanced-search-btn:hover { border-color: #cccccc; } .advanced-search-nav, .search-expandable, .overlay-search-advanced-module { background-color: #FFFFFF; } .btn-search { color: #ffffff; background-color: #da5e17; border-color: #da5e17; } .btn-search:hover, .btn-search:active { color: #ffffff; background-color: #007baf; border-color: #007baf; } .advanced-search-btn { color: #666666; background-color: #ffffff; border-color: #dce0e0; } .advanced-search-btn:hover, .advanced-search-btn:active { color: #000000; background-color: #ffffff; border-color: #dce0e0; } .advanced-search-btn:focus { color: #666666; background-color: #ffffff; border-color: #dce0e0; } .search-expandable-label { color: #ffffff; background-color: #ff6e00; } .advanced-search-nav { padding-top: 10px; padding-bottom: 10px; } .features-list-wrap .control--checkbox, .features-list-wrap .control--radio, .range-text, .features-list-wrap .control--checkbox, .features-list-wrap .btn-features-list, .overlay-search-advanced-module .search-title, .overlay-search-advanced-module .overlay-search-module-close { color: #222222; } .advanced-search-half-map { background-color: #FFFFFF; } .advanced-search-half-map .range-text, .advanced-search-half-map .features-list-wrap .control--checkbox, .advanced-search-half-map .features-list-wrap .btn-features-list { color: #222222; } .save-search-btn { border-color: #da5e17 ; background-color: #da5e17 ; color: #ffffff ; } .save-search-btn:hover, .save-search-btn:active { border-color: #da5e17; background-color: #da5e17 ; color: #ffffff ; } .label-featured { background-color: #da5e17; color: #000000; } .dashboard-side-wrap { background-color: #000000; } .side-menu a { color: #ffffff; } .side-menu a.active, .side-menu .side-menu-parent-selected > a, .side-menu-dropdown a, .side-menu a:hover { color: #4cc6f4; } .dashboard-side-menu-wrap .side-menu-dropdown a.active { color: #00aeff } .detail-wrap { background-color: rgba(119,199,32,0.1); border-color: #da5e17; } .top-bar-wrap, .top-bar-wrap .dropdown-menu, .switcher-wrap .dropdown-menu { background-color: #000000; } .top-bar-wrap a, .top-bar-contact, .top-bar-slogan, .top-bar-wrap .btn, .top-bar-wrap .dropdown-menu, .switcher-wrap .dropdown-menu, .top-bar-wrap .navbar-toggler { color: #ffffff; } .top-bar-wrap a:hover, .top-bar-wrap a:active, .top-bar-wrap .btn:hover, .top-bar-wrap .btn:active, .top-bar-wrap .dropdown-menu li:hover, .top-bar-wrap .dropdown-menu li:active, .switcher-wrap .dropdown-menu li:hover, .switcher-wrap .dropdown-menu li:active { color: rgba(218,94,23,1); } .class-energy-indicator:nth-child(1) { background-color: #33a357; } .class-energy-indicator:nth-child(2) { background-color: #79b752; } .class-energy-indicator:nth-child(3) { background-color: #c3d545; } .class-energy-indicator:nth-child(4) { background-color: #fff12c; } .class-energy-indicator:nth-child(5) { background-color: #edb731; } .class-energy-indicator:nth-child(6) { background-color: #d66f2c; } .class-energy-indicator:nth-child(7) { background-color: #cc232a; } .class-energy-indicator:nth-child(8) { background-color: #cc232a; } .class-energy-indicator:nth-child(9) { background-color: #cc232a; } .class-energy-indicator:nth-child(10) { background-color: #cc232a; } .footer-top-wrap { background-color: #000000; } .footer-bottom-wrap { background-color: #353535; } .footer-top-wrap, .footer-top-wrap a, .footer-bottom-wrap, .footer-bottom-wrap a, .footer-top-wrap .property-item-widget .right-property-item-widget-wrap .item-amenities, .footer-top-wrap .property-item-widget .right-property-item-widget-wrap .item-price-wrap, .footer-top-wrap .blog-post-content-widget h4 a, .footer-top-wrap .blog-post-content-widget, .footer-top-wrap .form-tools .control, .footer-top-wrap .slick-dots li.slick-active button:before, .footer-top-wrap .slick-dots li button::before, .footer-top-wrap .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span { color: #ffffff; } .footer-top-wrap a:hover, .footer-bottom-wrap a:hover, .footer-top-wrap .blog-post-content-widget h4 a:hover { color: rgba(218,94,23,1); } .houzez-osm-cluster { background-image: url(https://ommi.immo/wp-content/uploads/2018/09/cluster.png); text-align: center; color: #fff; width: 48px; height: 48px; line-height: 48px; } </style> <link rel='stylesheet' id='elementor-frontend-css' href='https://ommi.immo/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.10.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-6-css' href='https://ommi.immo/wp-content/uploads/elementor/css/post-6.css?ver=1674107714' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://ommi.immo/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.10.2' type='text/css' media='all' /> <link rel='stylesheet' id='uael-frontend-css' href='https://ommi.immo/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.36.14' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://ommi.immo/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.10.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-8442-css' href='https://ommi.immo/wp-content/uploads/elementor/css/post-8442.css?ver=1679139279' type='text/css' media='all' /> <noscript></noscript><style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://ommi.immo/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <!-- Extrait Google Analytics ajouté par Site Kit --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://www.googletagmanager.com/gtag/js?id=UA-230449979-1' id='google_gtagjs-js' async></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='google_gtagjs-js-after'> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', {"domains":["ommi.immo"]} ); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "UA-230449979-1", {"anonymize_ip":true}); gtag("config", "G-64W3P05JK3"); </script> <!-- Arrêter l'extrait Google Analytics ajouté par Site Kit --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.10.1' id='font-awesome-4-shim-js' defer></script> <link rel="https://api.w.org/" href="https://ommi.immo/wp-json/" /><link rel="alternate" type="application/json" href="https://ommi.immo/wp-json/wp/v2/pages/8442" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ommi.immo/xmlrpc.php?rsd" /> <link rel="alternate" type="application/json+oembed" href="https://ommi.immo/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fommi.immo%2Fgestion-locative%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://ommi.immo/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fommi.immo%2Fgestion-locative%2F&format=xml" /> <meta name="generator" content="Redux 4.3.24" /><meta name="generator" content="Site Kit by Google 1.96.0" /><style>.cmplz-hidden{display:none!important;}</style><!-- Favicon --><link rel="shortcut icon" href="https://ommi.immo/wp-content/uploads/2016/06/favicon.png.webp"><!-- Apple iPhone Icon --><link rel="apple-touch-icon-precomposed" href="https://ommi.immo/wp-content/uploads/2016/06/icon-57x57-1.png.webp"><!-- Apple iPhone Retina Icon --><link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://ommi.immo/wp-content/uploads/2016/06/icon-114x114-1.png.webp"><!-- Apple iPhone Icon --><link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://ommi.immo/wp-content/uploads/2016/06/icon-72x72-1.png.webp"> <!-- Extrait Google AdSense ajouté par Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- Arrêter l'extrait Google AdSense ajouté par Site Kit --> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <noscript><style>.lazyload[data-src]{display:none !important;}</style></noscript><style>.lazyload{background-image:none !important;}.lazyload:before{background-image:none !important;}</style><meta name="generator" content="Powered by Slider Revolution 6.6.7 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://ommi.immo/wp-content/uploads/2023/01/cropped-Image2-32x32.jpg.webp" sizes="32x32" /> <link rel="icon" href="https://ommi.immo/wp-content/uploads/2023/01/cropped-Image2-192x192.jpg.webp" sizes="192x192" /> <link rel="apple-touch-icon" href="https://ommi.immo/wp-content/uploads/2023/01/cropped-Image2-180x180.jpg.webp" /> <meta name="msapplication-TileImage" content="https://ommi.immo/wp-content/uploads/2023/01/cropped-Image2-270x270.jpg" /> <script type="rocketlazyloadscript">function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" data-type="vc_custom-css">.vc_custom_1458842730143, .vc_custom_1458843026242{ font-size: 14px; }</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="page-template page-template-elementor_header_footer page page-id-8442 transparent-yes houzez-header-elementor wpb-js-composer js-comp-ver-6.10.0 vc_responsive elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-8442"> <script data-cfasync="false" data-no-defer="1">var ewww_webp_supported=false;</script> <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 class="nav-mobile"> <div class="main-nav navbar slideout-menu slideout-menu-left" id="nav-mobile"> <ul id="mobile-main-nav" class="navbar-nav mobile-navbar-nav"><li class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Estimation gratuite maison et appartement avec votre agence immobilière Ommi Amiens." href="https://ommi.immo/estimation-gratuite-maison-appartement-amiens-et-somme/">Estimation gratuite</a> <small class="nav_desc">Faire estimer gratuitement sa maison ou son appartement à Amiens et dans tout le département de la Somme</small></li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Maisons et appartements à vendre à Amiens et dans la Somme, l’Aisne et le Pas-de-Calais avec votre agence immobilière Ommi Amiens." href="https://ommi.immo/maisons-appartements-studios-a-acheter-amiens-et-somme/">A vendre</a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Maisons et appartements à louer à Amiens ainsi que dans la Somme, l’Aisne et le Pas-de-Calais avec votre agence immobilière Ommi Amiens." href="https://ommi.immo/maisons-appartements-studios-a-louer-amiens-et-somme/">A Louer</a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-8442 current_page_item"><a class="nav-link" title="Votre agence immobilière propose aux propriétaires bailleurs la gestion locative de leurs biens immobiliers" href="https://ommi.immo/gestion-locative/">Gestion locative</a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Actualités de l agence immobilière Amiens, Ommi Immobilier." href="https://ommi.immo/agence-immobiliere-amiens-ommi-blog/">Actualités Immo</a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Alerte parution annonces immobilières Amiens ainsi que les départements de la Somme, l’Aisne et le Pas-de-Calais." href="https://ommi.immo/alerte-email-recherche-maison-ou-appartement/">Alerte Immo</a> </li> <li class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Contacter votre agence immobilière Amiens, Ommi Immobilier." href="https://ommi.immo/contact/">Contact</a> <small class="nav_desc">Contacter l’équipe de Ommi immobilier Amiens</small></li> </ul> </div><!-- main-nav --> <nav class="navi-login-register slideout-menu slideout-menu-right" id="navi-user"> </nav><!-- .navi --> </div><!-- nav-mobile --> <main id="main-wrap" class="main-wrap"> <header class="header-main-wrap header-transparent-wrap"> <div class="top-bar-wrap"> <div class="container"> <div class="d-flex justify-content-between"> <div class="top-bar-left-wrap"> <div class="top-bar-slogan"> Agence immobilière Amiens Saint Pierre - 21 rue Léon Dupontreué 80.000 AMIENS</div> </div><!-- top-bar-left-wrap --> <div class="top-bar-right-wrap"> <div class="top-bar-contact"> <span class="top-bar-contact-info top-bar-contact-phone"> <a href="tel:06.59.49.65.13"> <i class="houzez-icon icon-phone mr-1"></i> <span>06.59.49.65.13</span> </a> </span><!-- top-bar-contact-info --> <span class="top-bar-contact-info top-bar-contact-email"> <a href="mailto:accueil@ommi.immo"> <i class="houzez-icon icon-envelope mr-1"></i> <span>accueil@ommi.immo</span> </a> </span><!-- top-bar-contact-info --> </div><!-- top-bar-contact --> </div><!-- top-bar-right-wrap --> </div><!-- d-flex --> </div><!-- container --> </div><!-- top-bar-wrap --><div id="header-section" class="header-desktop header-v4" data-sticky="0"> <div class="container"> <div class="header-inner-wrap"> <div class="navbar d-flex align-items-center"> <div class="logo logo-splash"> <a href="https://ommi.immo/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2080'%3E%3C/svg%3E" height="80px" width="200px" alt="logo" data-lazy-src="https://ommi.immo/wp-content/uploads/2022/05/ommi_logo_principal-1.png.webp"><noscript><img src="https://ommi.immo/wp-content/uploads/2022/05/ommi_logo_principal-1.png.webp" height="80px" width="200px" alt="logo"></noscript> </a> </div> <nav class="main-nav on-hover-menu navbar-expand-lg flex-grow-1"> <ul id="main-nav" class="navbar-nav justify-content-end"><li id='menu-item-1665' class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Estimation gratuite maison et appartement avec votre agence immobilière Ommi Amiens." href="https://ommi.immo/estimation-gratuite-maison-appartement-amiens-et-somme/">Estimation gratuite</a> <small class="nav_desc">Faire estimer gratuitement sa maison ou son appartement à Amiens et dans tout le département de la Somme</small></li> <li id='menu-item-1600' class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Maisons et appartements à vendre à Amiens et dans la Somme, l’Aisne et le Pas-de-Calais avec votre agence immobilière Ommi Amiens." href="https://ommi.immo/maisons-appartements-studios-a-acheter-amiens-et-somme/">A vendre</a> </li> <li id='menu-item-1601' class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Maisons et appartements à louer à Amiens ainsi que dans la Somme, l’Aisne et le Pas-de-Calais avec votre agence immobilière Ommi Amiens." href="https://ommi.immo/maisons-appartements-studios-a-louer-amiens-et-somme/">A Louer</a> </li> <li id='menu-item-10726' class="nav-item menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-8442 current_page_item"><a class="nav-link" title="Votre agence immobilière propose aux propriétaires bailleurs la gestion locative de leurs biens immobiliers" href="https://ommi.immo/gestion-locative/">Gestion locative</a> </li> <li id='menu-item-6546' class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Actualités de l agence immobilière Amiens, Ommi Immobilier." href="https://ommi.immo/agence-immobiliere-amiens-ommi-blog/">Actualités Immo</a> </li> <li id='menu-item-7256' class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Alerte parution annonces immobilières Amiens ainsi que les départements de la Somme, l’Aisne et le Pas-de-Calais." href="https://ommi.immo/alerte-email-recherche-maison-ou-appartement/">Alerte Immo</a> </li> <li id='menu-item-1537' class="nav-item menu-item menu-item-type-post_type menu-item-object-page"><a class="nav-link" title="Contacter votre agence immobilière Amiens, Ommi Immobilier." href="https://ommi.immo/contact/">Contact</a> <small class="nav_desc">Contacter l’équipe de Ommi immobilier Amiens</small></li> </ul> </nav><!-- main-nav --> <div class="login-register on-hover-menu"> <ul class="login-register-nav dropdown d-flex align-items-center"> </ul> </div> </div><!-- navbar --> </div><!-- header-inner-wrap --> </div><!-- .container --> </div><!-- .header-v1 --><div id="header-mobile" class="header-mobile d-flex align-items-center" data-sticky=""> <div class="header-mobile-left"> <button class="btn toggle-button-left"> <i class="houzez-icon icon-navigation-menu"></i> </button><!-- toggle-button-left --> </div><!-- .header-mobile-left --> <div class="header-mobile-center flex-grow-1"> <div class="logo logo-mobile"> <a href="https://ommi.immo/"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20125%2050'%3E%3C/svg%3E" height="50" width="125" alt="Mobile logo" data-lazy-src="https://ommi.immo/wp-content/uploads/2022/05/ommi_logo_principal-1.png.webp"><noscript><img src="https://ommi.immo/wp-content/uploads/2022/05/ommi_logo_principal-1.png.webp" height="50" width="125" alt="Mobile logo"></noscript> </a> </div> </div> <div class="header-mobile-right"> </div><!-- .header-mobile-right --> </div><!-- header-mobile --></header><!-- .header-main-wrap --> <div data-elementor-type="wp-post" data-elementor-id="8442" class="elementor elementor-8442"> <section class="elementor-section elementor-top-section elementor-element elementor-element-17221519 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="17221519" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-75ab0490" data-id="75ab0490" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b51b5fc elementor-widget elementor-widget-heading" data-id="b51b5fc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.1 - 17-01-2023 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">Gestion locative</h1> </div> </div> <div class="elementor-element elementor-element-9427eb3 animated-fast elementor-invisible elementor-widget elementor-widget-heading" data-id="9427eb3" data-element_type="widget" data-settings="{"_animation":"fadeInRight"}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">La meilleure gestion locative et la moins chère !</h2> </div> </div> <div class="elementor-element elementor-element-feb6c51 animated-fast elementor-invisible elementor-widget elementor-widget-heading" data-id="feb6c51" data-element_type="widget" data-settings="{"_animation":"fadeInRight"}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">19€90</h2> </div> </div> <div class="elementor-element elementor-element-1cc660c elementor-widget elementor-widget-image" data-id="1cc660c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.1 - 17-01-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img decoding="async" width="100" height="74" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2074'%3E%3C/svg%3E" class="attachment-full size-full wp-image-4557" alt="Ommi Immobilier est adhérent FNAIM" srcset="" data-lazy-src="https://ommi.immo/wp-content/uploads/2022/05/fnaim2.png.webp" /><noscript><img decoding="async" width="100" height="74" src="https://ommi.immo/wp-content/uploads/2022/05/fnaim2.png.webp" class="attachment-full size-full wp-image-4557" alt="Ommi Immobilier est adhérent FNAIM" srcset="" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d90ea26 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d90ea26" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b543c66" data-id="b543c66" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a28def9 elementor-widget-divider--view-line_text elementor-hidden-mobile elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="a28def9" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.1 - 17-01-2023 */ .elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style> <div class="elementor-divider"> <span class="elementor-divider-separator"> <span class="elementor-divider__text elementor-divider__element"> Ommi, agence immobilière Amiens </span> </span> </div> </div> </div> <div class="elementor-element elementor-element-249ebb1 elementor-widget elementor-widget-heading" data-id="249ebb1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Bailleurs, </h2> </div> </div> <div class="elementor-element elementor-element-04b0805 elementor-widget elementor-widget-heading" data-id="04b0805" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Votre agence immobilière est là pour vous aider !</h3> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6d834ca0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d834ca0" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6429e6fb" data-id="6429e6fb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5792fa14 elementor-widget elementor-widget-text-editor" data-id="5792fa14" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.1 - 17-01-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <div class="wpb_text_column wpb_content_element"><div class="wpb_wrapper"><p style="text-align: center;"><strong>GESTION LOCATIVE : GAGNEZ DU TEMPS & DE L’ENERGIE !</strong></p><p>Votre agence immobilière OMMI vous décharge de toutes les taches liées à la gestion courante de votre bien immobilier.</p><p>Estimation gratuite du loyer et de la rentabilité, visites, états des lieux, rédaction du bail conforme aux exigences FNAIM, quittances de loyers … OMMI vous propose la meilleure offre !</p><p>Vous pourrez sécuriser vos revenus, réduire la vacance et gagner en sérénité.</p></div></div><div class="wpb_text_column wpb_content_element"><div class="wpb_wrapper"><h2 style="text-align: center;"><strong>FORFAIT : 19,90€ / MOIS</strong></h2></div></div> </div> </div> <div class="elementor-element elementor-element-dfa9cea elementor-button-warning elementor-align-center elementor-widget elementor-widget-button" data-id="dfa9cea" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://ommi.immo/estimation-gratuite-maison-appartement-amiens-et-somme/" class="elementor-button-link elementor-button elementor-size-xs" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-left"> <svg aria-hidden="true" class="e-font-icon-svg e-far-arrow-alt-circle-right" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z"></path></svg> </span> <span class="elementor-button-text">Pour l'estimation gratuite du loyer, c'est ici !</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-c8823ed elementor-widget elementor-widget-facebook-button" data-id="c8823ed" data-element_type="widget" data-widget_type="facebook-button.default"> <div class="elementor-widget-container"> <style>/*! elementor-pro - v3.10.2 - 17-01-2023 */ .elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative;width:100%!important}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}</style> <div data-layout="button_count" data-colorscheme="dark" data-size="large" data-show-faces="false" class="elementor-facebook-widget fb-like" data-href="https://facebook.com/Ommi.Immobilier" data-share="true" data-action="like"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4f150150" data-id="4f150150" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0353729 elementor-widget elementor-widget-image" data-id="0353729" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="240" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%20500'%3E%3C/svg%3E" class="attachment-large size-large wp-image-10647" alt="Agence immobilière Amiens - OMMI immo - La gestion locative + simple" srcset="" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/03/gestion-locative-1.jpg.webp" /><noscript><img decoding="async" width="240" height="500" src="https://ommi.immo/wp-content/uploads/2023/03/gestion-locative-1.jpg.webp" class="attachment-large size-large wp-image-10647" alt="Agence immobilière Amiens - OMMI immo - La gestion locative + simple" srcset="" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6d572a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d572a4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9eac778" data-id="9eac778" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-68f5d7a elementor-widget-divider--view-line_text elementor-hidden-mobile elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="68f5d7a" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> <span class="elementor-divider__text elementor-divider__element"> Ommi, agence immobilière Amiens </span> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-232e958 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="232e958" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d51bc1" data-id="6d51bc1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-117c027 e-con-boxed e-con" data-id="117c027" data-element_type="container" data-settings="{"content_width":"boxed"}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-f0860c9 elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-uael-faq" data-id="f0860c9" data-element_type="widget" data-widget_type="uael-faq.default"> <div class="elementor-widget-container"> <div id='uael-faq-wrapper-252' class="uael-faq-wrapper"> <div class="uael-faq-container uael-faq-layout-grid elementor-grid" > <div id="uael-accordion-2dcac9a" class="uael-faq-accordion elementor-grid-item" role="tablist"> <div class= "uael-accordion-title" aria-expanded="false" role="tab"> <span class="uael-accordion-icon uael-accordion-icon-"> <span class="uael-accordion-icon-closed"></span> <span class="uael-accordion-icon-opened"></span> </span> <h4 class="uael-question-2dcac9a uael-question-span" tabindex="0" id="uael-faq-1">La gestion locative, c'est quoi ?</h4> </div> <div class="uael-accordion-content" role="tabpanel"> <span> <span><p><strong>La gestion locative</strong> consiste à prendre en charge les opérations de <strong>gestion</strong> d’un ou de plusieurs <strong>biens immobiliers</strong> (maison, appartement, studio ...) en <strong>location</strong>.</p><p>La gestion locative est effectuée par un <strong>agent immobilier</strong> sollicité par les propriétaires bailleurs.</p><p>De cette façon, les propriétaires peuvent continuer à louer leurs biens immobiliers sans se soucier des démarches administratives, quittances de loyer, etc., car c’est l'<strong>agence immobilière</strong> qui prend tout cela en charge.</p></span> </span> </div> </div> <div id="uael-accordion-5c014d0" class="uael-faq-accordion elementor-grid-item" role="tablist"> <div class= "uael-accordion-title" aria-expanded="false" role="tab"> <span class="uael-accordion-icon uael-accordion-icon-"> <span class="uael-accordion-icon-closed"></span> <span class="uael-accordion-icon-opened"></span> </span> <h4 class="uael-question-5c014d0 uael-question-span" tabindex="0" id="uael-faq-2">Gestion locative, c'est pour qui ?</h4> </div> <div class="uael-accordion-content" role="tabpanel"> <span> <span><p><strong>La gestion locative</strong> s'adresse à tout propriétaire bailleur.</p><p>Déléguer cette tâche lui permet ainsi <strong>tranquillité et gain de temps </strong>en contrepartie d'un contrat de gestion au prix de 19,90€ dans votre <strong>agence immobilière OMMI</strong>.</p><p>Cette délégation évite au propriétaire bailleur de nombreuses opérations chronophages et nécessitant des connaissances à jour en droit de l'immobilier et en comptabilité</p></span> </span> </div> </div> <div id="uael-accordion-ec58453" class="uael-faq-accordion elementor-grid-item" role="tablist"> <div class= "uael-accordion-title" aria-expanded="false" role="tab"> <span class="uael-accordion-icon uael-accordion-icon-"> <span class="uael-accordion-icon-closed"></span> <span class="uael-accordion-icon-opened"></span> </span> <h4 class="uael-question-ec58453 uael-question-span" tabindex="0" id="uael-faq-3">Comment gérer les impayés de loyer ?</h4> </div> <div class="uael-accordion-content" role="tabpanel"> <span> <span><p>Votre agence immobilière OMMI travaille très étroitement avec le dispositif <strong>VISALE. </strong>Bien que complexe pour un néophyte, cette garantie locative gratuite permet au propriétaire bailleur faisant appel à notre <strong>agence immobilière</strong> une très grande tranquillité fasse à l'<strong>impayé de loyer.</strong></p></span> </span> </div> </div> <div id="uael-accordion-a22c2eb" class="uael-faq-accordion elementor-grid-item" role="tablist"> <div class= "uael-accordion-title" aria-expanded="false" role="tab"> <span class="uael-accordion-icon uael-accordion-icon-"> <span class="uael-accordion-icon-closed"></span> <span class="uael-accordion-icon-opened"></span> </span> <h4 class="uael-question-a22c2eb uael-question-span" tabindex="0" id="uael-faq-4">La gestion des travaux courant</h4> </div> <div class="uael-accordion-content" role="tabpanel"> <span> <span><p><strong>Le contrat de gestion locative</strong> permet au bailleur d'octroyer le pouvoir à <strong>l'agence immobilière OMMI</strong> de sélectionner et mandater un professionnel du bâtiment afin de réaliser les travaux locatifs classiques (entretien et réparation de chaudière, de VMC, chasse d'eau ...)</p></span> </span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-f72a789 elementor-widget-divider--view-line_text elementor-hidden-mobile elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="f72a789" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> <span class="elementor-divider__text elementor-divider__element"> Agence immo plus transparente </span> </span> </div> </div> </div> <div class="elementor-element elementor-element-d104234 elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image" data-id="d104234" data-element_type="widget" data-settings="{"_animation":"rotateIn"}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="600" height="400" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20400'%3E%3C/svg%3E" title="Agence immobilière Amiens, Bon été !" alt="Agence immobilière Amiens, Bon été !" data-lazy-src="https://ommi.immo/wp-content/uploads/elementor/thumbs/agence_ommi_ete-pqz72d7he9l5sl1jm0ffiwl8fr945v48f7hq1g2gtc.jpg" /><noscript><img width="600" height="400" decoding="async" src="https://ommi.immo/wp-content/uploads/elementor/thumbs/agence_ommi_ete-pqz72d7he9l5sl1jm0ffiwl8fr945v48f7hq1g2gtc.jpg" title="Agence immobilière Amiens, Bon été !" alt="Agence immobilière Amiens, Bon été !" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-c513888 elementor-widget elementor-widget-spacer" data-id="c513888" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.1 - 17-01-2023 */ .elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-66f17f1 elementor-align-center uael-mbutton-text-center elementor-widget elementor-widget-uael-marketing-button" data-id="66f17f1" data-element_type="widget" data-settings="{"icon_indent":{"unit":"px","size":10,"sizes":[]},"padding":{"unit":"px","top":"15","right":"28","bottom":"15","left":"28","isLinked":false},"title_margin_bottom":{"unit":"px","size":11,"sizes":[]},"icon_size":{"unit":"px","size":"","sizes":[]},"icon_size_tablet":{"unit":"px","size":"","sizes":[]},"icon_size_mobile":{"unit":"px","size":"","sizes":[]},"icon_indent_tablet":{"unit":"px","size":"","sizes":[]},"icon_indent_mobile":{"unit":"px","size":"","sizes":[]},"align":"center","padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"title_margin_bottom_tablet":{"unit":"px","size":"","sizes":[]},"title_margin_bottom_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="uael-marketing-button.default"> <div class="elementor-widget-container"> <div class="uael-marketing-button"> <div class="uael-button-wrapper elementor-button-wrapper"> <a class="elementor-button-link elementor-button elementor-size-md uael-marketing-buttons-right" href="https://ommi.immo/estimation-gratuite-maison-appartement-amiens-et-somme/"> <span class="uael_btn__blink"></span> <span class="uael-marketing-buttons-wrap"> <span class="elementor-button-content-wrapper uael-buttons-icon-right"> <span class="elementor-align-icon-right elementor-button-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fa-arrow-right" viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span> <span class="elementor-button-text uael-marketing-button-title elementor-inline-editing" data-elementor-setting-key="text" data-elementor-inline-editing-toolbar="none">Estimation gratuite</span> </span> <span class="uael-marketing-button-desc elementor-inline-editing" data-elementor-setting-key="desc_text" data-elementor-inline-editing-toolbar="none">Je fais estimer gratuitement ma rentabilité locative</span> </span> </a> </div> </div> </div> </div> <div class="elementor-element elementor-element-32bb8db elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="32bb8db" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider" style="--divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,21c3.3,0,8.3-0.9,15.7-7.1c6.6-5.4,4.4-9.3,2.4-10.3c-3.4-1.8-7.7,1.3-7.3,8.8C11.2,20,17.1,21,24,21'/%3E%3C/svg%3E");"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8ea6a43 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8ea6a43" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-32da817" data-id="32da817" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6df7bdf elementor-widget elementor-widget-heading" data-id="6df7bdf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Votre agence immo Ommi à donc les pieds sur terre mais la tête dans le Web pour vous offrir toujours plus de services !</h3> </div> </div> <div class="elementor-element elementor-element-a48bdf1 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider" data-id="a48bdf1" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> <span class="elementor-divider__text elementor-divider__element"> Réseaux Sociaux </span> </span> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-98c8563 e-con-boxed e-con" data-id="98c8563" data-element_type="container" data-settings="{"content_width":"boxed"}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-ab0311d elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="ab0311d" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.1 - 17-01-2023 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-baad891" href="https://facebook.com/Ommi.Immobilier" target="_blank" rel="noopener"> <span class="elementor-screen-only">Facebook</span> <svg class="e-font-icon-svg e-fab-facebook" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-0e96245" href="https://twitter.com/Ommi_Immobilier" target="_blank" rel="noopener"> <span class="elementor-screen-only">Twitter</span> <svg class="e-font-icon-svg e-fab-twitter" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-792dd39" href="https://www.youtube.com/channel/UC81AnIriRd8_nuloGjLjQIA/" target="_blank" rel="noopener"> <span class="elementor-screen-only">Youtube</span> <svg class="e-font-icon-svg e-fab-youtube" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-096e4aa" href="https://www.linkedin.com/company/86355551/" target="_blank" rel="noopener"> <span class="elementor-screen-only">Linkedin</span> <svg class="e-font-icon-svg e-fab-linkedin" viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg> </a> </span> </div> </div> </div> </div> </div> </div> </main><!-- .main-wrap start in header.php--> <footer class="footer-wrap footer-wrap-v1"> <div class="footer-top-wrap"> <div class="container"> <div class="row"> <div class="col-lg-5 col-md-6"><div id="houzez_about_widget-1" class="footer-widget widget widget-wrap widget-about-site"><div class="widget-header"><h3 class="widget-title">Immobilier Amiens</h3></div> <div class="widget-body"> <div class="widget-about-image"> <img width="92" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2092%2024'%3E%3C/svg%3E" alt="" data-lazy-src="https://ommi.immo/wp-content/uploads/2022/05/ommi1.png.webp"><noscript><img width="92" height="24" src="https://ommi.immo/wp-content/uploads/2022/05/ommi1.png.webp" alt=""></noscript> </div><!-- widget-about-image --> <div class="widget-content"> <p>L' agence immobilière nouvelle génération à Amiens. Reconnue pour son professionnalisme par les habitants des Hauts de France avec une note de 5 étoiles sur les avis Google, choisissez la meilleure agence immobilière Amiens. Votre agence immobilière est accueillante et toujours à l'écoute. Vous souhaitez faire estimer votre bien, vendre, acheter, louer, mettre en GESTION LOCATIVE une maison, un appartement ou un studio dans les meilleures conditions ? Nos Conseillers en Immobilier présents sur Amiens et dans tout le département de la Somme sont à votre disposition pour vous apporter les meilleurs conseils immobiliers et vous permettre la réussite de votre projet de vente ou de location. Parce que chaque projet de vie est unique, notre agence immobilière s'adapte à vos besoins en étant réactive et disponible. Besoin de conseils ? Contactez-nous !</p> </div><!-- widget-content --> </div><!-- widget-body --> </div></div><div class="col-lg-1"><!-- empty --></div><div class="col-lg-3 col-md-6"><div id="houzez_properties_viewed-3" class="footer-widget widget widget-wrap widget-properties"><div class="widget-header"><h3 class="widget-title">Maison & Appartement</h3></div> <div class="widget-body"> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/studio-a-vendre-amiens-saint-leu-25m2/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="studio a vendre amiens st-leu, investissement locatif" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/03/1678273122184.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/03/1678273122184.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/03/1678273122184.jpg.webp" class="img-fluid wp-post-image" alt="studio a vendre amiens st-leu, investissement locatif" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/03/1678273122184.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1678273122184-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/studio-a-vendre-amiens-saint-leu-25m2/">Studio à vendre Amiens Saint-Leu 25m2</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">98.900€/HAI</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/studio-meuble-a-louer-amiens-st-honore/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="studio à louer amiens, meublé, petit prix, quartier st-honoré, agence immobilière Ommi" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/03/1678210038509.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/03/1678210038509.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/03/1678210038509.jpg.webp" class="img-fluid wp-post-image" alt="studio à louer amiens, meublé, petit prix, quartier st-honoré, agence immobilière Ommi" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/03/1678210038509.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1678210038509-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/studio-meuble-a-louer-amiens-st-honore/">Studio à louer Amiens St-Honoré</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">315€/mois CC</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/studio-a-louer-amiens-st-acheul-23m2/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="studio à louer Amiens quartier Saint-acheul studio meublé" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/03/1677692934108.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/03/1677692934108.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/03/1677692934108.jpg.webp" class="img-fluid wp-post-image" alt="studio à louer Amiens quartier Saint-acheul studio meublé" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/03/1677692934108.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1677692934108-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/studio-a-louer-amiens-st-acheul-23m2/">Studio à louer Amiens St-Acheul 23m2</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">510€/mois CC</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/commerce-de-bouche-restauration-rapide/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="Fond de commerce, restauration rapide, commerce de bouche, villers-bretonneux" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/03/1679671593509.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/03/1679671593509.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/03/1679671593509.jpg.webp" class="img-fluid wp-post-image" alt="Fond de commerce, restauration rapide, commerce de bouche, villers-bretonneux" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/03/1679671593509.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1679671593509-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/commerce-de-bouche-restauration-rapide/">Commerce de bouche / restauration rapide</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">60.000€/TTC-HAI</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/appartement-t2-meuble-amiens-st-acheul/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="appartement à louer Amiens quartier saint-acheul meublé T2" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/03/1677689533242.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/03/1677689533242.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/03/1677689533242.jpg.webp" class="img-fluid wp-post-image" alt="appartement à louer Amiens quartier saint-acheul meublé T2" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/03/1677689533242.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/03/1677689533242-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/appartement-t2-meuble-amiens-st-acheul/">Appartement T2 meublé Amiens St-acheul</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">650€/mois CC</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/albert-appartement-t2-meuble-a-louer/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="studio à louer Albert 80 meublé proche gare SNCF et centre-ville, avec verriere" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/02/1677517047036.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/02/1677517047036.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/02/1677517047036.jpg.webp" class="img-fluid wp-post-image" alt="studio à louer Albert 80 meublé proche gare SNCF et centre-ville, avec verriere" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/02/1677517047036.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/02/1677517047036-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/albert-appartement-t2-meuble-a-louer/">Albert, Appartement T2 meublé à louer</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">550€/CC</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> <div class="property-item-widget"> <div class="d-flex align-items-start"> <div class="left-property-item-widget-wrap"> <div class="listing-image-wrap"> <div class="listing-thumb"> <a href="https://ommi.immo/maisons-et-appartements/local-pro/" class="listing-featured-thumb hover-effect"> <img width="1920" height="1442" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201442'%3E%3C/svg%3E" class="img-fluid wp-post-image" alt="local professionnel à louer Bapaume profession libérale locaux commerciaux bapaume 62450" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2023/02/1676551054163.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-496x373.jpg.webp 496w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://ommi.immo/wp-content/uploads/2023/02/1676551054163.jpg.webp" /><noscript><img width="1920" height="1442" src="https://ommi.immo/wp-content/uploads/2023/02/1676551054163.jpg.webp" class="img-fluid wp-post-image" alt="local professionnel à louer Bapaume profession libérale locaux commerciaux bapaume 62450" decoding="async" loading="lazy" srcset="https://ommi.immo/wp-content/uploads/2023/02/1676551054163.jpg.webp 1920w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-768x577.jpg.webp 768w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-1536x1154.jpg.webp 1536w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-592x444.jpg.webp 592w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-584x438.jpg.webp 584w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-799x600.jpg.webp 799w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-120x90.jpg.webp 120w,https://ommi.immo/wp-content/uploads/2023/02/1676551054163-496x373.jpg.webp 496w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript> </a><!-- hover-effect --> </div> </div> </div><!-- left-property-item-widget-wrap --> <div class="right-property-item-widget-wrap"> <h2 class="item-title"> <a href="https://ommi.immo/maisons-et-appartements/local-pro/">local professionnel / commercial 90m2</a> </h2><!-- item-title --> <ul class="item-price-wrap hide-on-list"> <li class="item-price">750€/mois</li></ul> </div><!-- right-property-item-widget-wrap --> </div><!-- d-flex --> </div><!-- property-item-widget --> </div> </div></div><div class="col-lg-3 col-md-6"><div id="houzez_property_taxonomies-4" class="footer-widget widget widget-wrap widget-taxonomy"><div class="widget-header"><h3 class="widget-title">Ville & Quartier</h3></div><div class="widget-body"><ul><li><a href="https://ommi.immo/ville/immobilier-picquigny-80310/">Immobilier Picquigny</a></li><li><a href="https://ommi.immo/ville/albert-80/">Immobilier Albert - Contay - Warloy</a></li><li><a href="https://ommi.immo/ville/bapaume-albert/">Immobilier Bapaume - Albert</a></li><li><a href="https://ommi.immo/ville/ailly-sur-somme/">Immobilier Ailly sur Somme</a></li><li><a href="https://ommi.immo/ville/immobilier-vadencourt/">Immobilier - Vadencourt</a></li><li><a href="https://ommi.immo/ville/immobilier-amiens-80000/">Immobilier Amiens</a><ul class="children"><li><a href="https://ommi.immo/ville/immobilier-amiens-saint-acheul/">Amiens - Quartier Saint-Acheul</a></li><li><a href="https://ommi.immo/ville/immobilier-amiens-saint-honore/">Amiens - Quartier Saint-Honoré</a></li><li><a href="https://ommi.immo/ville/amiens-saint-ladre/">Amiens - Quartier Saint-Ladre</a></li><li><a href="https://ommi.immo/ville/immobilier-amiens-saint-maurice/">Amiens - Quartier Saint-Maurice</a></li><li><a href="https://ommi.immo/ville/amiens-quartier-st-pierre/">Amiens - Quartier Saint-Pierre</a></li><li><a href="https://ommi.immo/ville/amiens-quartier-st-leu/">Amiens - Quartier St-Leu</a></li><li><a href="https://ommi.immo/ville/amiens-centre-ville/">Amiens Centre-ville - Gare SNCF</a></li><li><a href="https://ommi.immo/ville/amiens-quartier-citadelle/">Amiens Quartier Citadelle</a></li><li><a href="https://ommi.immo/ville/amiens-quartier-sud/">Amiens Quartier Sud</a></li></ul></li><li><a href="https://ommi.immo/ville/immobilier-villers-bretonneux/">Immobilier Villers Bretonneux</a></li><li><a href="https://ommi.immo/ville/immobilier-camon/">Immobilier Camon</a></li><li><a href="https://ommi.immo/ville/immobilier-acheux-en-amienois/">Immobilier Acheux en amiénois</a></li><li><a href="https://ommi.immo/ville/immobilier-talmas-80/">Immobilier Talmas</a></li><li><a href="https://ommi.immo/ville/maisons-a-vendre-doullens/">Immobilier Doullens</a></li><li><a href="https://ommi.immo/ville/immobilier-longueau/">Immobilier Longueau</a></li><li><a href="https://ommi.immo/ville/immobilier-pont-de-metz/">Immobilier Pont de Metz</a></li><li><a href="https://ommi.immo/ville/immobilier-peronne/">Immobilier Péronne</a></li><li><a href="https://ommi.immo/ville/moreuil/">Immobilier Moreuil</a></li></ul></div></div></div> </div><!-- row --> </div><!-- container --> </div><!-- footer-top-wrap --> <div class="footer-bottom-wrap footer-bottom-wrap-v4"> <div class="container"> <div class="d-flex justify-content-between"> <div class="footer-copyright"> © <a href="https://ommi.immo" >Ommi, agence immobilière Amiens </a> - Carte pro n° : CPI80012022000000008 - <a href="https://ommi.immo/estimation-gratuite-maison-appartement-amiens-et-somme/" >Faire évaluer gratuitement votre bien</a> - <a href="https://ommi.immo/contact/" >Contactez votre agence immo</a> -</div><!-- footer-copyright --> <div class="footer_logo logo"> <img width="45" height="46" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2046'%3E%3C/svg%3E" alt="logo" data-lazy-src="https://ommi.immo/wp-content/uploads/2022/06/Hauts-de-France.webp"><noscript><img width="45" height="46" src="https://ommi.immo/wp-content/uploads/2022/06/Hauts-de-France.webp" alt="logo"></noscript> </div><!-- .logo --> <div class="footer-social"> </div> </div><!-- d-flex --> </div><!-- container --> </div><!-- footer-top-wrap --></footer> <div class="back-to-top-wrap"> <a href="#top" id="scroll-top" class="btn btn-primary btn-back-to-top"> <i class="houzez-icon icon-arrow-up-1"></i> </a> </div><div id="compare-property-panel" class="compare-property-panel compare-property-panel-vertical compare-property-panel-right"> <button class="compare-property-label" style="display: none;"> <span class="compare-count compare-label"></span> <i class="houzez-icon icon-move-left-right"></i> </button> <p><strong>Compare listings</strong></p> <div class="compare-wrap"> </div> <a href="" class="compare-btn btn btn-primary btn-full-width mb-2">Comparer</a> <button class="btn btn-grey-outlined btn-full-width close-compare-panel">Close</button> </div><div class="modal fade login-register-form" id="login-register-form" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="login-register-tabs"> <ul class="nav nav-tabs"> <li class="nav-item"> <a class="modal-toggle-1 nav-link" data-toggle="tab" href="#login-form-tab" role="tab">S'identifier</a> </li> </ul> </div><!-- login-register-tabs --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div><!-- modal-header --> <div class="modal-body"> <div class="tab-content"> <div class="tab-pane fade login-form-tab" id="login-form-tab" role="tabpanel"> <div id="hz-login-messages" class="hz-social-messages"></div> <form> <div class="login-form-wrap"> <div class="form-group"> <div class="form-group-field username-field"> <input class="form-control" name="username" placeholder="Username or Email" type="text" /> </div><!-- input-group --> </div><!-- form-group --> <div class="form-group"> <div class="form-group-field password-field"> <input class="form-control" name="password" placeholder="Mot de passe" type="password" /> </div><!-- input-group --> </div><!-- form-group --> </div><!-- login-form-wrap --> <div class="form-tools"> <div class="d-flex"> <label class="control control--checkbox flex-grow-1"> <input name="remember" type="checkbox">Remember me FR <span class="control__indicator"></span> </label> <a href="#" data-toggle="modal" data-target="#reset-password-form" data-dismiss="modal">Lost your password?</a> </div><!-- d-flex --> </div><!-- form-tools --> <input type="hidden" id="houzez_login_security" name="houzez_login_security" value="74b1cd270c" /><input type="hidden" name="_wp_http_referer" value="/gestion-locative/" /> <input type="hidden" name="action" id="login_action" value="houzez_login"> <input type="hidden" name="redirect_to" value="https://ommi.immo/crm/"> <button id="houzez-login-btn" type="submit" class="btn btn-primary btn-full-width"> <span class="btn-loader houzez-loader-js"></span> S'identifier </button> </form> </div><!-- login-form-tab --> <div class="tab-pane fade register-form-tab" id="register-form-tab" role="tabpanel"> <div id="hz-register-messages" class="hz-social-messages"></div> User registration is disabled for demo purpose. </div><!-- register-form-tab --> </div><!-- tab-content --> </div><!-- modal-body --> </div><!-- modal-content --> </div><!-- modal-dialog --> </div><!-- login-register-form --><div class="modal fade reset-password-form" id="reset-password-form" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Reset Password</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div><!-- modal-header --> <div class="modal-body"> <div id="reset_pass_msg"></div> <p>Please enter your username or email address. You will receive a link to create a new password via email.</p> <form> <div class="form-group"> <input type="text" class="form-control forgot-password" name="user_login_forgot" id="user_login_forgot" placeholder="Enter your username or email"> </div> <input type="hidden" id="fave_resetpassword_security" name="fave_resetpassword_security" value="59f36be145" /><input type="hidden" name="_wp_http_referer" value="/gestion-locative/" /> <button type="button" id="houzez_forgetpass" class="btn btn-primary btn-block"> <span class="btn-loader houzez-loader-js"></span> Get new password </button> </form> </div><!-- modal-body --> </div><!-- modal-content --> </div><!-- modal-dialog --> </div><!-- login-register-form --><div class="property-lightbox"> <div class="modal fade" id="houzez-listing-lightbox" tabindex="-1" role="dialog"> <div class="modal-dialog modal-dialog-centered" role="document"> <div id="hz-listing-model-content" class="modal-content"> </div><!-- modal-content --> </div><!-- modal-dialog --> </div><!-- modal --> </div><!-- property-lightbox --> <script type="rocketlazyloadscript"> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr --> <div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 optin cmplz-bottom cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin"> <div class="cmplz-header"> <div class="cmplz-logo"><img width="500" height="201" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20201'%3E%3C/svg%3E" class="attachment-cmplz_banner_image size-cmplz_banner_image" alt="Agence immobilière Ommi Amiens" decoding="async" data-lazy-srcset="https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double.png.webp 500w,https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double-300x121.png.webp 300w,https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double-496x199.png.webp 496w,https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double-200x80.png.webp 200w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double.png.webp" /><noscript><img width="500" height="201" src="https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double.png.webp" class="attachment-cmplz_banner_image size-cmplz_banner_image" alt="Agence immobilière Ommi Amiens" decoding="async" srcset="https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double.png.webp 500w,https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double-300x121.png.webp 300w,https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double-496x199.png.webp 496w,https://ommi.immo/wp-content/uploads/2022/05/OMMI_principal_double-200x80.png.webp 200w" sizes="(max-width: 500px) 100vw, 500px" /></noscript></div> <div class="cmplz-title" id="cmplz-header-1-optin">Gérer le consentement aux cookies</div> <div class="cmplz-close" tabindex="0" role="button" aria-label="close-dialog"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg> </div> </div> <div class="cmplz-divider cmplz-divider-header"></div> <div class="cmplz-body"> <div class="cmplz-message" id="cmplz-message-1-optin">Pour offrir les meilleures expériences, nous utilisons des technologies telles que les cookies pour stocker et/ou accéder aux informations des appareils. Le fait de consentir à ces technologies nous permettra de traiter des données telles que le comportement de navigation ou les ID uniques sur ce site. Le fait de ne pas consentir ou de retirer son consentement peut avoir un effet négatif sur certaines caractéristiques et fonctions.</div> <!-- categories start --> <div class="cmplz-categories"> <details class="cmplz-category cmplz-functional" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Fonctionnel</span> <span class='cmplz-always-active'> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-functional-optin" data-category="cmplz_functional" class="cmplz-consent-checkbox cmplz-functional" size="40" value="1"/> <label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Fonctionnel</span></label> </span> Toujours activé </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-functional">Le stockage ou l’accès technique est strictement nécessaire dans la finalité d’intérêt légitime de permettre l’utilisation d’un service spécifique explicitement demandé par l’abonné ou l’utilisateur, ou dans le seul but d’effectuer la transmission d’une communication sur un réseau de communications électroniques.</span> </div> </details> <details class="cmplz-category cmplz-preferences" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Préférences</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-preferences-optin" data-category="cmplz_preferences" class="cmplz-consent-checkbox cmplz-preferences" size="40" value="1"/> <label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Préférences</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-preferences">Le stockage ou l’accès technique est nécessaire dans la finalité d’intérêt légitime de stocker des préférences qui ne sont pas demandées par l’abonné ou l’utilisateur.</span> </div> </details> <details class="cmplz-category cmplz-statistics" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Statistiques</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-statistics-optin" data-category="cmplz_statistics" class="cmplz-consent-checkbox cmplz-statistics" size="40" value="1"/> <label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistiques</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-statistics">Le stockage ou l’accès technique qui est utilisé exclusivement à des fins statistiques.</span> <span class="cmplz-description-statistics-anonymous">Le stockage ou l’accès technique qui est utilisé exclusivement dans des finalités statistiques anonymes. En l’absence d’une assignation à comparaître, d’une conformité volontaire de la part de votre fournisseur d’accès à internet ou d’enregistrements supplémentaires provenant d’une tierce partie, les informations stockées ou extraites à cette seule fin ne peuvent généralement pas être utilisées pour vous identifier.</span> </div> </details> <details class="cmplz-category cmplz-marketing" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Marketing</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-marketing-optin" data-category="cmplz_marketing" class="cmplz-consent-checkbox cmplz-marketing" size="40" value="1"/> <label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-marketing">Le stockage ou l’accès technique est nécessaire pour créer des profils d’utilisateurs afin d’envoyer des publicités, ou pour suivre l’utilisateur sur un site web ou sur plusieurs sites web ayant des finalités marketing similaires.</span> </div> </details> </div><!-- categories end --> </div> <div class="cmplz-links cmplz-information"> <a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Gérer les options</a> <a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Gérer les services</a> <a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Gérer les fournisseurs</a> <a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">En savoir plus sur ces finalités</a> </div> <div class="cmplz-divider cmplz-footer"></div> <div class="cmplz-buttons"> <button class="cmplz-btn cmplz-accept">Accepter</button> <button class="cmplz-btn cmplz-deny">Refuser</button> <button class="cmplz-btn cmplz-view-preferences">Voir les préférences</button> <button class="cmplz-btn cmplz-save-preferences">Enregistrer les préférences</button> <a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Voir les préférences</a> </div> <div class="cmplz-links cmplz-documents"> <a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a> </div> </div> </div> <div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Gérer le consentement</button> </div><script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"La gestion locative, c'est quoi ?","acceptedAnswer":{"@type":"Answer","text":"<p><strong>La gestion locative</strong> consiste \u00e0 prendre en charge les op\u00e9rations de <strong>gestion</strong> d\u2019un ou de plusieurs <strong>biens immobiliers</strong> (maison, appartement, studio ...) en <strong>location</strong>.</p><p>La gestion locative est effectu\u00e9e par un <strong>agent immobilier</strong> sollicit\u00e9 par les propri\u00e9taires bailleurs.</p><p>De cette fa\u00e7on, les propri\u00e9taires peuvent continuer \u00e0 louer leurs biens immobiliers sans se soucier des d\u00e9marches administratives, quittances de loyer, etc., car c\u2019est l'<strong>agence immobili\u00e8re</strong> qui prend tout cela en charge.</p>"}},{"@type":"Question","name":"Gestion locative, c'est pour qui ?","acceptedAnswer":{"@type":"Answer","text":"<p><strong>La gestion locative</strong> s'adresse \u00e0 tout propri\u00e9taire bailleur.</p><p>D\u00e9l\u00e9guer cette t\u00e2che lui permet ainsi <strong>tranquillit\u00e9 et gain de temps\u00a0</strong>en contrepartie d'un contrat de gestion au prix de 19,90\u20ac dans votre <strong>agence immobili\u00e8re OMMI</strong>.</p><p>Cette d\u00e9l\u00e9gation \u00e9vite au propri\u00e9taire bailleur de nombreuses op\u00e9rations chronophages et n\u00e9cessitant des connaissances \u00e0 jour\u00a0 en droit de l'immobilier et en comptabilit\u00e9</p>"}},{"@type":"Question","name":"Comment g\u00e9rer les impay\u00e9s de loyer ?","acceptedAnswer":{"@type":"Answer","text":"<p>Votre agence immobili\u00e8re OMMI travaille tr\u00e8s \u00e9troitement avec le dispositif <strong>VISALE. </strong>Bien que complexe pour un n\u00e9ophyte, cette garantie locative gratuite permet au propri\u00e9taire bailleur faisant appel \u00e0 notre <strong>agence immobili\u00e8re</strong> une tr\u00e8s grande tranquillit\u00e9 fasse \u00e0 l'<strong>impay\u00e9 de loyer.</strong></p>"}},{"@type":"Question","name":"La gestion des travaux courant","acceptedAnswer":{"@type":"Answer","text":"<p><strong>Le contrat de gestion locative</strong> permet au bailleur d'octroyer le pouvoir \u00e0 <strong>l'agence immobili\u00e8re OMMI</strong> de s\u00e9lectionner et mandater un professionnel du b\u00e2timent afin de r\u00e9aliser les travaux locatifs classiques (entretien et r\u00e9paration de chaudi\u00e8re, de VMC, chasse d'eau ...)</p>"}}]}</script><link rel='stylesheet' id='redux-custom-fonts-css-css' href='//ommi.immo/wp-content/uploads/redux/custom-fonts/fonts.css?ver=1680159751' type='text/css' media='all' /> <link rel='stylesheet' id='e-animations-css' href='https://ommi.immo/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.10.1' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='rs-plugin-settings-css' href='https://ommi.immo/wp-content/cache/min/1/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=1679296132' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <script type='text/javascript' id='eio-lazy-load-js-before'> var eio_lazy_vars = {"exactdn_domain":"","skip_autoscale":0,"threshold":0}; </script> <script type='text/javascript' src='https://ommi.immo/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=693' id='eio-lazy-load-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.7' defer async id='tp-tools-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.7' defer async id='revmin-js'></script> <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":"\/estimation-gratuite-maison-appartement-amiens-et-somme\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/ommi.immo","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-minify="1" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/cache/min/1/wp-content/themes/houzez/js/vendors/all-scripts.js?ver=1679296132' id='houzez-all-in-one-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.2' id='jquery-ui-menu-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca' id='wp-dom-ready-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wp-i18n-js-after'> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wp-a11y-js-translations'> ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "default", {"translation-revision-date":"2023-03-07 20:28:50+0000","generator":"GlotPress\/4.0.0-alpha.4","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"fr"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} ); </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/dist/a11y.min.js?ver=ecce20f002eda4c19664' id='wp-a11y-js' defer></script> <script type='text/javascript' id='jquery-ui-autocomplete-js-extra'> /* <![CDATA[ */ var uiAutocompleteL10n = {"noResults":"Aucun r\u00e9sultat.","oneResult":"Un r\u00e9sultat trouv\u00e9. Utilisez les fl\u00e8ches haut et bas du clavier pour les parcourir.","manyResults":"%d r\u00e9sultats trouv\u00e9s. Utilisez les fl\u00e8ches haut et bas du clavier pour les parcourir.","itemSelected":"\u00c9l\u00e9ment s\u00e9lectionn\u00e9."}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.2' id='jquery-ui-autocomplete-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2' id='jquery-ui-mouse-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.2' id='jquery-ui-slider-js' defer></script> <script type='text/javascript' id='houzez-custom-js-extra'> /* <![CDATA[ */ var houzez_vars = {"admin_url":"https:\/\/ommi.immo\/wp-admin\/","houzez_rtl":"no","user_id":"0","redirect_type":"diff_page","login_redirect":"https:\/\/ommi.immo\/crm\/","property_gallery_popup_type":"houzez","wp_is_mobile":"","default_lat":"25.686540","default_long":"-80.431345","houzez_is_splash":"","prop_detail_nav":"yes","disable_property_gallery":"1","grid_gallery_behaviour":"on_hover","is_singular_property":"","search_position":"under_banner","login_loading":"Envoi d'informations utilisateur, veuillez patienter ...","not_found":"Nous n'avons trouv\u00e9 aucun r\u00e9sultat","houzez_map_system":"osm","for_rent":"","for_rent_price_slider":"","search_min_price_range":"1000","search_max_price_range":"500000","search_min_price_range_for_rent":"50","search_max_price_range_for_rent":"25000","get_min_price":"0","get_max_price":"0","currency_position":"after","currency_symbol":"\u20ac","decimals":"0","decimal_point_separator":",","thousands_separator":".","is_halfmap":"","houzez_date_language":"","houzez_default_radius":"50","houzez_reCaptcha":"","geo_country_limit":"0","geocomplete_country":"","is_edit_property":"","processing_text":"Traitement, veuillez patienter ...","halfmap_layout":"","prev_text":"Prev","next_text":"Prochain","keyword_search_field":"prop_title","keyword_autocomplete":"1","autosearch_text":"Searching...","paypal_connecting":"Connecting to paypal, Please wait... ","transparent_logo":"1","is_transparent":"1","is_top_header":"1","simple_logo":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/05\/ommi_logo_principal-1.png","retina_logo":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/05\/ommi_logo_principal-1.png","mobile_logo":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/05\/ommi_logo_principal-1.png","retina_logo_mobile":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/05\/ommi_logo_principal-1.png","retina_logo_mobile_splash":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/05\/ommi1.png","custom_logo_splash":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/05\/ommi_logo_principal-1.png","retina_logo_splash":"","monthly_payment":"Monthly Payment","weekly_payment":"Weekly Payment","bi_weekly_payment":"Bi-Weekly Payment","compare_url":"https:\/\/ommi.immo\/compare-2\/","favorite_url":"https:\/\/ommi.immo\/dash-favorite-properties\/","template_thankyou":"https:\/\/ommi.immo\/","compare_page_not_found":"Veuillez cr\u00e9er une page en utilisant le mod\u00e8le de propri\u00e9t\u00e9s de comparaison","compare_limit":"Maximum item compare are 4","compare_add_icon":"","compare_remove_icon":"","add_compare_text":"Ajouter \u00e0 l'outil de comparaison","remove_compare_text":"Retirer de l'outil de comparaison","is_mapbox":"google","api_mapbox":"","is_marker_cluster":"1","g_recaptha_version":"v3","s_country":"","s_state":"","s_city":"","s_areas":"","woo_checkout_url":"","agent_redirection":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/themes/houzez/js/custom.min.js?ver=2.7.2' id='houzez-custom-js' defer></script> <script type='text/javascript' id='cmplz-cookiebanner-js-extra'> /* <![CDATA[ */ var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"20","version":"6.4.0","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/ommi.immo\/wp-json\/complianz\/v1\/","locale":"lang=fr&locale=fr_FR","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"17","cookie_path":"\/","categories":{"statistics":"statistiques","marketing":"marketing"},"tcf_active":"","placeholdertext":"<div class=\"cmplz-blocked-content-notice-body\">Cliquez sur \u00ab\u00a0J\u2019accepte\u00a0\u00bb pour activer {service}\u00a0<div class=\"cmplz-links\"><a href=\"#\" class=\"cmplz-link cookie-statement\">{title}<\/a><\/div><\/div><button class=\"cmplz-accept-service\">J\u2019accepte<\/button>","css_file":"https:\/\/ommi.immo\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=20","page_links":{"eu":{"privacy-statement":{"title":"Mentions l\u00e9gales","url":"https:\/\/ommi.immo\/mentions-legales\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" defer data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=6.4.0' id='cmplz-cookiebanner-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='cmplz-cookiebanner-js-after'> document.addEventListener("cmplz_enable_category", function(consentData) { var category = consentData.detail.category; var services = consentData.detail.services; var blockedContentContainers = []; let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]'; let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]'; for (var skey in services) { if (services.hasOwnProperty(skey)) { let service = skey; selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]'; selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]'; } } document.querySelectorAll(selectorVideo).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; obj.classList.add('cmplz-elementor-activated'); if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){ let attr = obj.getAttribute('data-cmplz_elementor_widget_type'); obj.classList.removeAttribute('data-cmplz_elementor_widget_type'); obj.classList.setAttribute('data-widget_type', attr); } if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) { obj.classList.remove('cmplz-elementor-widget-video-playlist'); obj.classList.add('elementor-widget-video-playlist'); } obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings')); blockedContentContainers.push(obj); }); document.querySelectorAll(selectorGeneric).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; if (obj.classList.contains('cmplz-fb-video')) { obj.classList.remove('cmplz-fb-video'); obj.classList.add('fb-video'); } obj.classList.add('cmplz-elementor-activated'); obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href')); blockedContentContainers.push(obj.closest('.elementor-widget')); }); /** * Trigger the widgets in Elementor */ for (var key in blockedContentContainers) { if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) { let blockedContentContainer = blockedContentContainers[key]; if (elementorFrontend.elementsHandler) { elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer) } var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index'); blockedContentContainer.classList.remove('cmplz-blocked-content-container'); blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex); } } }); document.addEventListener("cmplz_category_enabled", function(){ document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => { obj.setAttribute('src', obj.getAttribute('data-lazy-src')); }); }); </script> <script type='text/javascript' id='uael-frontend-script-js-extra'> /* <![CDATA[ */ var uael_script = {"ajax_url":"https:\/\/ommi.immo\/wp-admin\/admin-ajax.php"}; var uael_post_loader_script = {"post_loader":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/post-loader.gif"}; var uael_login_form_script = {"ajax_url":"https:\/\/ommi.immo\/wp-admin\/admin-ajax.php","invalid_mail":"Enter valid Email!","pass_unmatch":"The specified password do not match!","required":"This Field is required!","incorrect_password":"Error: The Password you have entered is incorrect.","invalid_username":"Unknown username. Check again or try your email address.","invalid_email":"Unknown email address. Check again or try your username.","logged_in_message":"Thanks for logging in, ","wp_version":"1"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/ultimate-elementor/assets/min-js/uael-frontend.min.js?ver=1.36.14' id='uael-frontend-script-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.10.2' id='elementor-pro-webpack-runtime-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.10.1' id='elementor-webpack-runtime-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.10.1' id='elementor-frontend-modules-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-pro-frontend-js-before'> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/ommi.immo\/wp-admin\/admin-ajax.php","nonce":"dfab174ad3","urls":{"assets":"https:\/\/ommi.immo\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/ommi.immo\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}}, "facebook_sdk":{"lang":"fr_FR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/ommi.immo\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.10.2' id='elementor-pro-frontend-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script> <script type='text/javascript' id='elementor-frontend-js-extra'> /* <![CDATA[ */ var uael_particles_script = {"uael_particles_url":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js","snowflakes_image":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/snowflake.svg","gift":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/gift.png","tree":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/tree.png","skull":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/skull.png","ghost":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/ghost.png","moon":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/moon.png","bat":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/bat.png","pumpkin":"https:\/\/ommi.immo\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/pumpkin.png"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-frontend-js-before'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnTwitter":"Partager sur Twitter","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Grand mobile","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Grande tablette","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Portable","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}, "version":"3.10.1","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"e_font_icon_svg":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"e_hidden_wordpress_widgets":true,"container":true,"theme_builder_v2":true,"landing-pages":true,"kit-elements-defaults":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/ommi.immo\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":8442,"title":"Agence%20immobili%C3%A8re%20Amiens%20%3A%20La%20gestion%20locative%20moins%20ch%C3%A8re","excerpt":"","featuredImage":"https:\/\/ommi.immo\/wp-content\/uploads\/2022\/06\/facebook-1024x1024.png"}}; </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.10.1' id='elementor-frontend-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-frontend-js-after'> window.scope_array = []; window.backend = 0; jQuery.cachedScript = function( url, options ) { // Allow user to set any option except for dataType, cache, and url. options = jQuery.extend( options || {}, { dataType: "script", cache: true, url: url }); // Return the jqXHR object so we can chain callbacks. return jQuery.ajax( options ); }; jQuery( window ).on( "elementor/frontend/init", function() { elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){ if ( "undefined" == typeof $scope ) { return; } if ( $scope.hasClass( "uael-particle-yes" ) ) { window.scope_array.push( $scope ); $scope.find(".uael-particle-wrapper").addClass("js-is-enabled"); }else{ return; } if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){ var uael_url = uael_particles_script.uael_particles_url; jQuery.cachedScript( uael_url ); window.backend = 1; }else if(elementorFrontend.isEditMode()){ var uael_url = uael_particles_script.uael_particles_url; jQuery.cachedScript( uael_url ).done(function(){ var flag = true; }); } }); }); jQuery( document ).on( "ready elementor/popup/show", () => { if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) { return; } var uael_url = uael_particles_script.uael_particles_url; jQuery.cachedScript = function( url, options ) { // Allow user to set any option except for dataType, cache, and url. options = jQuery.extend( options || {}, { dataType: "script", cache: true, url: url }); // Return the jqXHR object so we can chain callbacks. return jQuery.ajax( options ); }; jQuery.cachedScript( uael_url ); }); </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://ommi.immo/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.10.2' id='pro-elements-handlers-js' defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://ommi.immo/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com 24394 objets récupérés (2 Mo) depuis Redis grâce à PhpRedis (v5.3.7). --> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1680159751 -->