{"id":36464,"date":"2026-05-06T12:27:05","date_gmt":"2026-05-06T12:27:05","guid":{"rendered":"https:\/\/moovapartments.twbananas.com\/concept\/"},"modified":"2026-08-31T16:31:07","modified_gmt":"2026-08-31T16:31:07","slug":"concept","status":"publish","type":"page","link":"https:\/\/moovapartments.twbananas.com\/fr\/concept\/","title":{"rendered":"Concept"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"36464\" class=\"elementor elementor-36464 elementor-26534\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57934f5 el-hero-paralax e-con-full e-flex e-con e-parent\" data-id=\"57934f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5af42a3 el-hero-paralax__container e-con-full e-flex e-con e-child\" data-id=\"5af42a3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9541e18 elementor-widget elementor-widget-html\" data-id=\"9541e18\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const allCarousels = document.querySelectorAll('.elementor-element.todos, .elementor-element.apartments, .elementor-element.hoteis');\r\n\r\n  function setActive(id) {\r\n    ['todos', 'apartments', 'hoteis'].forEach(btnId => {\r\n      document.getElementById(btnId)?.classList.remove('active-filter');\r\n    });\r\n\r\n    document.getElementById(id)?.classList.add('active-filter');\r\n\r\n    allCarousels.forEach(el => {\r\n      el.style.display = el.classList.contains(id) ? '' : 'none';\r\n    });\r\n  }\r\n\r\n  ['todos', 'apartments', 'hoteis'].forEach(id => {\r\n    document.getElementById(id)?.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      setActive(id);\r\n    });\r\n  });\r\n\r\n  setActive('todos');\r\n});\r\n<\/script>\r\n\r\n<script>\r\nfunction fixCarousels() {\r\n    document.documentElement.style.overflowX = 'hidden';\r\n    document.body.style.overflowX = 'hidden';\r\n\r\n    document.querySelectorAll('.e-n-carousel.swiper').forEach(function(swiper) {\r\n        \/\/ Restore overflow:visible for peek effect on ALL devices\r\n        swiper.style.overflow = 'visible';\r\n\r\n        swiper.querySelectorAll('.swiper-slide').forEach(function(slide) {\r\n            slide.style.visibility = 'visible';\r\n            slide.style.opacity = '1';\r\n            slide.removeAttribute('inert');\r\n            slide.removeAttribute('aria-hidden');\r\n        });\r\n\r\n        let parent = swiper.parentElement;\r\n        for (let i = 0; i < 10; i++) {\r\n            if (!parent || parent === document.body) break;\r\n            const style = window.getComputedStyle(parent);\r\n            if (style.overflow === 'hidden' || style.overflowX === 'hidden') {\r\n                parent.style.overflowX = 'clip';\r\n                parent.style.overflowY = 'visible';\r\n            }\r\n            parent = parent.parentElement;\r\n        }\r\n    });\r\n}\r\n\r\nwindow.addEventListener('load', fixCarousels);\r\nsetTimeout(fixCarousels, 100);\r\nsetTimeout(fixCarousels, 100);\r\n\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    document.querySelectorAll('.e-n-carousel.swiper').forEach(function(swiper) {\r\n        const observer = new MutationObserver(fixCarousels);\r\n        observer.observe(swiper, {\r\n            subtree: true,\r\n            attributes: true,\r\n            attributeFilter: ['inert', 'aria-hidden', 'style']\r\n        });\r\n    });\r\n});\r\n<\/script>\r\n\r\n<style>\r\n#apartments.active-filter {\r\n  \/* Style your active button however you want, e.g.: *\/\r\n  background-color: #003592 !important;\r\n  color: #fff !important;\r\n}\r\n#todos.active-filter {\r\n  \/* Style your active button however you want, e.g.: *\/\r\n  background-color: #242526 !important;\r\n  color: #fff !important;\r\n}\r\n#hoteis.active-filter {\r\n  \/* Style your active button however you want, e.g.: *\/\r\n  background-color: #D43333 !important;\r\n  color: #fff !important;\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  var SELECTOR = '.e-n-carousel .swiper-slide .e-con.e-child';\r\n  var processed = new WeakSet();\r\n\r\n  function setupCard(card) {\r\n    if (processed.has(card)) return;\r\n    var computedStyle = window.getComputedStyle(card);\r\n    var computedBg = computedStyle.backgroundImage;\r\n    if (!computedBg || computedBg === 'none') return;\r\n    processed.add(card);\r\n\r\n    var bgSize     = computedStyle.backgroundSize     || 'cover';\r\n    var bgPos      = computedStyle.backgroundPosition || 'center center';\r\n    var bgRepeat   = computedStyle.backgroundRepeat   || 'no-repeat';\r\n    var bgColor    = computedStyle.backgroundColor    || 'transparent';\r\n\r\n    var bgLayer = document.createElement('div');\r\n    bgLayer.style.cssText =\r\n      'position:absolute;' +\r\n      'inset:0;' +\r\n      'width:100%;' +\r\n      'height:100%;' +\r\n      'background-image:' + computedBg + ';' +\r\n      'background-size:' + bgSize + ';' +\r\n      'background-position:' + bgPos + ';' +\r\n      'background-repeat:' + bgRepeat + ';' +\r\n      'background-color:' + bgColor + ';' +\r\n      'transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);' +\r\n      'transform:scale(1) translateZ(0);' +   \/* \u2190 translateZ(0) instead of will-change *\/\r\n      'transform-origin:center center;' +\r\n      \/* 'will-change:transform;' \u2190 REMOVED: causes iOS compositor layer bug *\/\r\n      'z-index:0;' +\r\n      'pointer-events:none;' +\r\n      'border-radius:inherit;';\r\n\r\n    card.style.backgroundImage = 'none';\r\n    card.style.backgroundColor = 'transparent';\r\n    card.style.overflow = 'hidden';\r\n    card.style.position = 'relative';\r\n    \/* Isolate stacking context WITHOUT will-change, using isolation instead *\/\r\n    card.style.isolation = 'isolate';\r\n\r\n    card.insertBefore(bgLayer, card.firstChild);\r\n\r\n    Array.from(card.children).forEach(function (child) {\r\n      if (child === bgLayer) return;\r\n      child.style.position = 'relative';\r\n      child.style.zIndex   = '1';\r\n    });\r\n\r\n    var inner = card.querySelector('.e-con-inner');\r\n    if (inner) {\r\n      inner.style.position = 'relative';\r\n      inner.style.zIndex   = '2';\r\n    }\r\n\r\n    function zoomIn()  { bgLayer.style.transform = 'scale(1.08) translateZ(0)'; }\r\n    function zoomOut() { bgLayer.style.transform = 'scale(1) translateZ(0)'; }\r\n\r\n    card.addEventListener('mouseenter', zoomIn);\r\n    card.addEventListener('mouseleave', zoomOut);\r\n\r\n    card.querySelectorAll('a[href]').forEach(function (link) {\r\n      link.style.position      = 'relative';\r\n      link.style.zIndex        = '99';\r\n      link.style.pointerEvents = 'all';\r\n      link.addEventListener('mouseenter', zoomIn);\r\n      link.addEventListener('mouseleave', zoomOut);\r\n    });\r\n  }\r\n\r\n  function trySetupAll() {\r\n    document.querySelectorAll(SELECTOR).forEach(setupCard);\r\n  }\r\n\r\n  var observer = new MutationObserver(trySetupAll);\r\n  observer.observe(document.body, { childList: true, subtree: true });\r\n\r\n  var attempts = 0;\r\n  function retryLoop() {\r\n    trySetupAll();\r\n    attempts++;\r\n    if (attempts < 2000) setTimeout(retryLoop, 100);\r\n    else observer.disconnect();\r\n  }\r\n\r\n  if (document.readyState === 'loading') {\r\n    document.addEventListener('DOMContentLoaded', retryLoop);\r\n  } else {\r\n    retryLoop();\r\n  }\r\n})();\r\n<\/script>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const allCarousels = document.querySelectorAll('.elementor-element.todos, .elementor-element.apartments, .elementor-element.hoteis');\r\n\r\n  function setActive(id) {\r\n    ['todos', 'apartments', 'hoteis'].forEach(btnId => {\r\n      document.getElementById(btnId)?.classList.remove('active-filter');\r\n    });\r\n\r\n    document.getElementById(id)?.classList.add('active-filter');\r\n\r\n    allCarousels.forEach(el => {\r\n      const isVisible = el.classList.contains(id);\r\n      el.style.display = isVisible ? '' : 'none';\r\n\r\n      \/\/ Reset ao in\u00edcio quando escondido (ou quando mostrado)\r\n      const swiperEl = el.querySelector('.e-n-carousel.swiper');\r\n      if (swiperEl && swiperEl.swiper) {\r\n        swiperEl.swiper.slideTo(0, 0); \/\/ 0ms de anima\u00e7\u00e3o para ser instant\u00e2neo\r\n      }\r\n    });\r\n  }\r\n\r\n  ['todos', 'apartments', 'hoteis'].forEach(id => {\r\n    document.getElementById(id)?.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      setActive(id);\r\n    });\r\n  });\r\n\r\n  setActive('todos');\r\n});\r\n<\/script>\r\n\r\n<style>\r\n\/* \u2500\u2500 iOS drag flicker fix \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\r\n\r\n\/* The swiper-wrapper needs a compositing hint so iOS doesn't\r\n   discard child layers during touch drag *\/\r\n.e-n-carousel .swiper-wrapper {\r\n    -webkit-transform: translateZ(0);\r\n    transform: translateZ(0);\r\n}\r\n\r\n\/* Each slide: backface-visibility stops iOS recycling the layer mid-drag *\/\r\n.e-n-carousel .swiper-slide {\r\n    -webkit-backface-visibility: hidden;\r\n    backface-visibility: hidden;\r\n}\r\n\r\n\/* The card inner content: force onto its own layer so overlay + text\r\n   stay painted even while the background zoom div is animating *\/\r\n.e-n-carousel .swiper-slide .e-con.e-child > * {\r\n    -webkit-transform: translateZ(0);\r\n    transform: translateZ(0);\r\n}\r\n\r\n\/* ::before overlays \u2014 keep on their own compositing layer *\/\r\n.elementor-element-9b71aaa::before,\r\n.elementor-element-b067e71::before,\r\n.elementor-element-1612baa::before,\r\n.elementor-element-cbc2782::before,\r\n.elementor-element-45c3e03::before,\r\n.elementor-element-c602364::before,\r\n.elementor-element-8740f8b::before,\r\n.elementor-element-ecb2763::before,\r\n.elementor-element-1483b56::before,\r\n.elementor-element-f4a7c9d::before,\r\n.elementor-element-3d1e1a2::before,\r\n.elementor-element-573780e::before,\r\n.elementor-element-0d88fc9::before,\r\n.elementor-element-85830f8::before,\r\n.elementor-element-4994744::before,\r\n.elementor-element-a8a5fb1::before,\r\n.elementor-element-630f6fd::before,\r\n.elementor-element-3823b1d::before,\r\n.elementor-element-d65df93::before,\r\n.elementor-element-3472c3d::before,\r\n.elementor-element-2b34963::before {\r\n    z-index: 2 !important;\r\n    -webkit-transform: translateZ(0)!important;\r\n    transform: translateZ(0!important);\r\n}\r\n\r\n\/* Swiper button styling (unchanged) *\/\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {\r\n    fill: transparent !important;\r\n}\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg rect:hover,\r\n.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg rect:hover {\r\n    stroke: #1D2024;\r\n}\r\n.elementor-swiper-button.elementor-swiper-button-next.swiper-button-disabled,\r\n.elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled {\r\n    pointer-events: none !important;\r\n}\r\n\r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d79bb0c animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"d79bb0c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.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\">Concept<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06172bb e-flex e-con-boxed e-con e-parent\" data-id=\"06172bb\" data-element_type=\"container\" id=\"travel-section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ae07de elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"3ae07de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Moov Apartments<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f65cb3a animatedtextfinal elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f65cb3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Le confort et l'ind\u00e9pendance d'un appartement, avec les avantages d'un s\u00e9jour \u00e0 l'h\u00f4tel.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a6fe9d elementor-pagination-type-progressbar elementor-widget-mobile__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"7a6fe9d\" data-element_type=\"widget\" id=\"azulsetas\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;be0dcc0&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;2144b6d&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;26a3979&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;2a380d3&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;43f8fc3&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;636fc4d&quot;}],&quot;slides_to_show&quot;:&quot;2&quot;,&quot;pagination&quot;:&quot;progressbar&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/moovapartments.twbananas.com\/wp-content\/plugins\/elementor-pro\/assets\/css\/widget-nested-carousel.min.css\">\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17071a5 e-flex e-con-boxed e-con e-child\" data-id=\"17071a5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6f3bc7 elementor-widget elementor-widget-image\" data-id=\"a6f3bc7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.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>\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/Icon1.svg\" class=\"attachment-large size-large wp-image-27603 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a35725f elementor-widget elementor-widget-spacer\" data-id=\"a35725f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87c39e4 elementor-widget elementor-widget-text-editor\" data-id=\"87c39e4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;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>\t\t\t\t<p>Accueil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82a082c elementor-widget elementor-widget-text-editor\" data-id=\"82a082c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Une \u00e9quipe \u00e0 votre disposition tous les jours pour vous accompagner tout au long de votre s\u00e9jour.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-766f69a e-flex e-con-boxed e-con e-child\" data-id=\"766f69a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcc59d3 elementor-widget elementor-widget-image\" data-id=\"dcc59d3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/Icon2.svg\" class=\"attachment-large size-large wp-image-27593 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0906963 elementor-widget elementor-widget-spacer\" data-id=\"0906963\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04958da elementor-widget elementor-widget-text-editor\" data-id=\"04958da\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Bureau<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c483af elementor-widget elementor-widget-text-editor\" data-id=\"7c483af\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Un espace confortable et calme pour travailler pendant votre s\u00e9jour.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6b41b2 e-flex e-con-boxed e-con e-child\" data-id=\"a6b41b2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6adebc elementor-widget elementor-widget-image\" data-id=\"e6adebc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"40\" height=\"40\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/03\/Icon-9.png\" class=\"attachment-large size-large wp-image-30687 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40\/40;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a69366a elementor-widget elementor-widget-spacer\" data-id=\"a69366a\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3644a91 elementor-widget elementor-widget-text-editor\" data-id=\"3644a91\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Nettoyage quotidien<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43d4797 elementor-widget elementor-widget-text-editor\" data-id=\"43d4797\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Un service de m\u00e9nage quotidien pour plus de confort et de commodit\u00e9.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a5c759f e-flex e-con-boxed e-con e-child\" data-id=\"a5c759f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de0bf64 elementor-widget elementor-widget-image\" data-id=\"de0bf64\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"40\" height=\"40\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/03\/Icon-8.png\" class=\"attachment-large size-large wp-image-30692 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 40px; --smush-placeholder-aspect-ratio: 40\/40;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60ca9b2 elementor-widget elementor-widget-spacer\" data-id=\"60ca9b2\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf7aa37 elementor-widget elementor-widget-text-editor\" data-id=\"bf7aa37\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Parking r\u00e9serv\u00e9<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13bf7d9 elementor-widget elementor-widget-text-editor\" data-id=\"13bf7d9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Un parking souterrain pour vous faciliter la vie pendant votre s\u00e9jour.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f4a0ecb e-flex e-con-boxed e-con e-child\" data-id=\"f4a0ecb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0a2ec4 elementor-widget elementor-widget-image\" data-id=\"c0a2ec4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/Icon.svg\" class=\"attachment-large size-large wp-image-27598 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14718a7 elementor-widget elementor-widget-spacer\" data-id=\"14718a7\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f17995 elementor-widget elementor-widget-text-editor\" data-id=\"7f17995\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Petit-d\u00e9jeuner<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eea747 elementor-widget elementor-widget-text-editor\" data-id=\"2eea747\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Petit-d\u00e9jeuner sous forme de panier, livr\u00e9 directement \u00e0 votre appartement.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fe78fe e-flex e-con-boxed e-con e-child\" data-id=\"1fe78fe\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1b3eb4 elementor-widget elementor-widget-image\" data-id=\"b1b3eb4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/Icon-7.svg\" class=\"attachment-large size-large wp-image-35482 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1px; --smush-placeholder-aspect-ratio: 1\/1;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c88f4f elementor-widget elementor-widget-spacer\" data-id=\"9c88f4f\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7d949 elementor-widget elementor-widget-text-editor\" data-id=\"0f7d949\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Salles de r\u00e9union et d&rsquo;\u00e9v\u00e9nements<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcc1adc elementor-widget elementor-widget-text-editor\" data-id=\"fcc1adc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Con\u00e7ues pour accueillir des r\u00e9unions de travail, des conf\u00e9rences et des \u00e9v\u00e9nements dans le confort, en toute intimit\u00e9 et avec toutes les fonctionnalit\u00e9s n\u00e9cessaires.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#003592\" stroke-opacity=\"0.3\"><\/rect><g clip-path=\"url(#clip0_1328_73386)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#003592\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1328_73386\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#003592\" stroke-opacity=\"0.3\"><\/rect><g clip-path=\"url(#clip0_1328_73387)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#003592\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1328_73387\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81fd355 e-flex e-con-boxed e-con e-parent\" data-id=\"81fd355\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26a73ee elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"26a73ee\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Votre chez-vous loin de chez vous<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-030168b elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"030168b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Le point de d\u00e9part id\u00e9al pour votre voyage<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd87304 elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"bd87304\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Des appartements confortables et fonctionnels, con\u00e7us pour vous offrir un s\u00e9jour pratique, flexible et en phase avec le rythme de la ville.<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f13b221 e-flex e-con-boxed e-con e-parent\" data-id=\"f13b221\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b4237cf e-con-full e-flex e-con e-child\" data-id=\"b4237cf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bca9157 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"bca9157\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Vivez la ville \u00e0 votre rythme<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7afd792 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"7afd792\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Id\u00e9al pour les s\u00e9jours en famille, entre amis ou en solo<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b21aec2 animatedtextfinal elementor-widget elementor-widget-text-editor\" data-id=\"b21aec2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Les Moov Apartments vous offrent le confort et la flexibilit\u00e9 id\u00e9aux pour vous reposer, travailler ou d\u00e9couvrir la ville pendant votre s\u00e9jour.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bde4814 e-con-full e-flex e-con e-child\" data-id=\"bde4814\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2441cbe animatedtextfinal elementor-widget elementor-widget-image\" data-id=\"2441cbe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1048\" height=\"800\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833.webp\" class=\"attachment-full size-full wp-image-35490 lazyload\" alt=\"\" data-srcset=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833.webp 1048w, https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833-300x229.webp 300w, https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833-1024x782.webp 1024w, https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101443.833-768x586.webp 768w\" data-sizes=\"(max-width: 1048px) 100vw, 1048px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1048px; --smush-placeholder-aspect-ratio: 1048\/800;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d990c47 e-flex e-con-boxed e-con e-parent\" data-id=\"d990c47\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f5fb276 e-con-full e-flex e-con e-child\" data-id=\"f5fb276\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-769c6e8 animatedtextfinal elementor-widget elementor-widget-image\" data-id=\"769c6e8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1048\" height=\"800\" data-src=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181.webp\" class=\"attachment-full size-full wp-image-35495 lazyload\" alt=\"\" data-srcset=\"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181.webp 1048w, https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181-300x229.webp 300w, https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181-1024x782.webp 1024w, https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/08\/IMAGE-2026-08-06T101449.181-768x586.webp 768w\" data-sizes=\"(max-width: 1048px) 100vw, 1048px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1048px; --smush-placeholder-aspect-ratio: 1048\/800;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7163f7 elementor-hidden-desktop elementor-hidden-tablet animatedtextfinal elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"a7163f7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.twbananas.com\/fr\/destinations\/porto\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_1344_16216)\"><path d=\"M10 4L6 8L10 12\" stroke=\"#676D73\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1344_16216\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Porto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d70791 e-con-full e-flex e-con e-child\" data-id=\"2d70791\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f372cc animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"8f372cc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Diff\u00e9rents mod\u00e8les disponibles<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4c6c81 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"f4c6c81\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Des espaces adapt\u00e9s \u00e0 votre s\u00e9jour<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e40d08f animatedtextfinal elementor-widget elementor-widget-text-editor\" data-id=\"e40d08f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Des appartements adapt\u00e9s \u00e0 diff\u00e9rents types de s\u00e9jours, qu&rsquo;il s&rsquo;agisse d&rsquo;un voyage en couple, d&rsquo;un s\u00e9jour en groupe ou d&rsquo;un s\u00e9jour en famille n\u00e9cessitant davantage d&rsquo;espace et de confort.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58e6ad2 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"58e6ad2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.twbananas.com\/fr\/inquerito-de-grupo\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Remplir Formulaire<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b57fa77 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"b57fa77\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.twbananas.com\/fr\/inquerito-de-grupo\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_940_11264)\"><path d=\"M6 4L10 8L6 12\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_11264\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">D\u00e9couvrir<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9327b05 e-flex e-con-boxed e-con e-parent\" data-id=\"9327b05\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b4d648 elementor-widget__width-initial animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"5b4d648\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">L'exp\u00e9rience Moov<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aca4a84 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"aca4a84\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">D\u00e9couvrez notre philosophie<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12ec7af elementor-pagination-type-progressbar animatedtextfinal1 elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"12ec7af\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;be0dcc0&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;5f0948a&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;a168a3c&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;474c373&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;pagination&quot;:&quot;progressbar&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a59ac9f e-flex e-con-boxed e-con e-child\" data-id=\"a59ac9f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-79b6053 e-con-full e-flex e-con e-child\" data-id=\"79b6053\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5587514 elementor-widget elementor-widget-text-editor\" data-id=\"5587514\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Les Moov<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a347b4c elementor-widget elementor-widget-spacer\" data-id=\"a347b4c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8fbe96 elementor-widget elementor-widget-text-editor\" data-id=\"f8fbe96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Chaque \u00e9tablissement Moov vous propose un s\u00e9jour unique et de qualit\u00e9 constante, gr\u00e2ce \u00e0 des h\u00f4tels modernes, fonctionnels et abordables, con\u00e7us pour vous offrir un confort optimal \u00e0 chaque s\u00e9jour.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c756e7 e-flex e-con-boxed e-con e-child\" data-id=\"3c756e7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6727bef e-con-full e-flex e-con e-child\" data-id=\"6727bef\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-764da3e elementor-widget elementor-widget-text-editor\" data-id=\"764da3e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Sustentabilidade<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10f4f40 elementor-widget elementor-widget-spacer\" data-id=\"10f4f40\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a40f5e elementor-widget elementor-widget-text-editor\" data-id=\"8a40f5e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Nous misons sur des pratiques durables et des solutions efficaces pour r\u00e9duire l&rsquo;impact environnemental de nos sites.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0db7075 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"0db7075\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56cb137 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"56cb137\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovapartments.twbananas.com\/fr\/inquerito-de-grupo\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_940_17694)\"><path d=\"M6 4L10 8L6 12\" stroke=\"#343A40\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_17694\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">En savoir plus<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46471cd e-flex e-con-boxed e-con e-child\" data-id=\"46471cd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d841ab3 e-con-full e-flex e-con e-child\" data-id=\"d841ab3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa247a9 elementor-widget elementor-widget-text-editor\" data-id=\"fa247a9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Notre Engagement<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1302f22 elementor-widget elementor-widget-spacer\" data-id=\"1302f22\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b60b2ec elementor-widget elementor-widget-text-editor\" data-id=\"b60b2ec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Avec des espaces modernes et des services con\u00e7us pour vous garantir une exp\u00e9rience simple et efficace, chez Moov, nous souhaitons vous offrir un s\u00e9jour confortable et unique, pens\u00e9 pour vous permettre de vous ressourcer, tout en alliant qualit\u00e9 et prix.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-789833d e-flex e-con-boxed e-con e-child\" data-id=\"789833d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f0ee260 e-con-full e-flex e-con e-child\" data-id=\"f0ee260\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72b029c elementor-widget elementor-widget-text-editor\" data-id=\"72b029c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Un s\u00e9jour con\u00e7u sp\u00e9cialement pour vous<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a9528e elementor-widget elementor-widget-spacer\" data-id=\"0a9528e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2c5d9b elementor-widget elementor-widget-text-editor\" data-id=\"b2c5d9b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Une exp\u00e9rience adapt\u00e9e \u00e0 diff\u00e9rents styles de voyage, avec tout le n\u00e9cessaire pour un s\u00e9jour confortable.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6217684 e-con-full e-flex e-con e-parent\" data-id=\"6217684\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0df863 animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"e0df863\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Un s\u00e9jour con\u00e7u sp\u00e9cialement pour vous<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c0ccf3 e-flex e-con-boxed e-con e-parent\" data-id=\"6c0ccf3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aeaee78 elementor-widget__width-inherit animatedtextfinal elementor-widget elementor-widget-text-editor\" data-id=\"aeaee78\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>D\u00e9couvrez l&rsquo;univers Moov<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96b5df9 elementor-widget__width-inherit animatedtextfinal elementor-widget elementor-widget-heading\" data-id=\"96b5df9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Confort et fonctionnalit\u00e9 \u00ab<br\/>\u00bb dans chaque destination<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed39a46 e-con-full e-flex e-con e-child\" data-id=\"ed39a46\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22de1b3 animatedtextfinal elementor-widget elementor-widget-button\" data-id=\"22de1b3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" id=\"todos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Tous<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-691a3ea animatedtextfinal elementor-widget elementor-widget-button\" data-id=\"691a3ea\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" id=\"apartments\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Appartements<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b974053 animatedtextfinal elementor-widget elementor-widget-button\" data-id=\"b974053\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" id=\"hoteis\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">H\u00f4tels<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27828c1 todos animatedtextfinal1 elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"27828c1\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;4641a48&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;d1afab1&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;59756dc&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e53ba94&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;ce91700&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;18d6751&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;db150c5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;40b24e5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;937fc30&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;b0883b5&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.twbananas.com\\\/hotels\\\/moov-matosinhos-sul\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-9b71aaa e-flex e-con-boxed e-con e-child\" data-id=\"9b71aaa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f9b947 elementor-widget elementor-widget-button\" data-id=\"1f9b947\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><g clip-path=\"url(#clip0_157_39965)\"><path d=\"M5.61084 4.92471L1.54569 5.49751L1.47369 5.51175C1.36469 5.53987 1.26533 5.5956 1.18574 5.67325C1.10616 5.75089 1.0492 5.84768 1.0207 5.95372C0.992188 6.05975 0.993148 6.17124 1.02348 6.2768C1.05381 6.38236 1.11242 6.4782 1.19333 6.55455L4.13834 9.3405L3.44382 13.2758L3.43554 13.3439C3.42887 13.4534 3.45227 13.5627 3.50337 13.6606C3.55446 13.7585 3.63139 13.8414 3.7263 13.9009C3.82121 13.9604 3.93068 13.9943 4.04349 13.9991C4.15631 14.0039 4.26843 13.9795 4.36836 13.9284L8.00406 12.0707L11.6315 13.9284L11.6952 13.9569C11.8004 13.9972 11.9147 14.0095 12.0264 13.9927C12.1381 13.9758 12.2432 13.9304 12.3308 13.8611C12.4185 13.7918 12.4856 13.701 12.5253 13.5982C12.565 13.4953 12.5758 13.384 12.5567 13.2758L11.8615 9.3405L14.8078 6.55393L14.8575 6.50129C14.9285 6.41631 14.975 6.31456 14.9924 6.20641C15.0097 6.09825 14.9973 5.98756 14.9563 5.8856C14.9153 5.78365 14.8472 5.69407 14.759 5.62601C14.6708 5.55794 14.5656 5.51382 14.4542 5.49813L10.389 4.92471L8.57178 1.34552C8.5192 1.24181 8.4378 1.15449 8.33679 1.09343C8.23578 1.03236 8.1192 1 8.00024 1C7.88128 1 7.7647 1.03236 7.66369 1.09343C7.56268 1.15449 7.48128 1.24181 7.4287 1.34552L5.61084 4.92471Z\" stroke=\"#08090A\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_157_39965\"><rect width=\"16\" height=\"16\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nouveaut\u00e9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-930ea63 elementor-widget elementor-widget-spacer\" data-id=\"930ea63\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-140d9d3 elementor-widget elementor-widget-text-editor\" data-id=\"140d9d3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Matosinhos Sul<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e721fe elementor-widget elementor-widget-text-editor\" data-id=\"6e721fe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.twbananas.com\\\/hotels\\\/moov-apartments-boavista\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-b067e71 e-flex e-con-boxed e-con e-child\" data-id=\"b067e71\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0be3862 elementor-widget elementor-widget-button\" data-id=\"0be3862\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_940_4984)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#003592\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_4984\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,7 (438 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1efa73 elementor-widget elementor-widget-spacer\" data-id=\"e1efa73\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c63b09d elementor-widget elementor-widget-text-editor\" data-id=\"c63b09d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Apartments Boavista<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a152c4 elementor-widget elementor-widget-text-editor\" data-id=\"0a152c4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-centro\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-1612baa e-flex e-con-boxed e-con e-child\" data-id=\"1612baa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40d64b6 elementor-widget elementor-widget-button\" data-id=\"40d64b6\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,3 (3 484 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72fb120 elementor-widget elementor-widget-spacer\" data-id=\"72fb120\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ada8e6f elementor-widget elementor-widget-text-editor\" data-id=\"ada8e6f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Porto Centro\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322f2a0 elementor-widget elementor-widget-text-editor\" data-id=\"322f2a0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-norte\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-cbc2782 e-flex e-con-boxed e-con e-child\" data-id=\"cbc2782\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cc90f4 elementor-widget elementor-widget-button\" data-id=\"3cc90f4\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,4 (1 160 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c5c4fe elementor-widget elementor-widget-spacer\" data-id=\"7c5c4fe\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f083169 elementor-widget elementor-widget-text-editor\" data-id=\"f083169\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel Porto Norte<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a8ecca elementor-widget elementor-widget-text-editor\" data-id=\"1a8ecca\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-lisboa-oriente\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-45c3e03 e-flex e-con-boxed e-con e-child\" data-id=\"45c3e03\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5862609 elementor-widget elementor-widget-button\" data-id=\"5862609\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,2 (89 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3148124 elementor-widget elementor-widget-spacer\" data-id=\"3148124\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8463949 elementor-widget elementor-widget-text-editor\" data-id=\"8463949\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Lisboa Oriente\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9e1932 elementor-widget elementor-widget-text-editor\" data-id=\"a9e1932\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbonne, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-oeiras\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-c602364 e-flex e-con-boxed e-con e-child\" data-id=\"c602364\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd92ff7 elementor-widget elementor-widget-button\" data-id=\"dd92ff7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,1 (48 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3958543 elementor-widget elementor-widget-spacer\" data-id=\"3958543\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43fa5a4 elementor-widget elementor-widget-text-editor\" data-id=\"43fa5a4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Oeiras\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eafe864 elementor-widget elementor-widget-text-editor\" data-id=\"eafe864\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbonne, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-evora\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-8740f8b e-flex e-con-boxed e-con e-child\" data-id=\"8740f8b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-464042c elementor-widget elementor-widget-button\" data-id=\"464042c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,3 (1 719 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4313111 elementor-widget elementor-widget-spacer\" data-id=\"4313111\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b5d3be elementor-widget elementor-widget-text-editor\" data-id=\"2b5d3be\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel \u00c9vora<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19244ab elementor-widget elementor-widget-text-editor\" data-id=\"19244ab\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u00c9vora, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/destinations\\\/sao-paulo\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-ecb2763 e-flex e-con-boxed e-con e-child\" data-id=\"ecb2763\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9acb417 elementor-widget elementor-widget-button\" data-id=\"9acb417\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nouveaut\u00e9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a4b428 elementor-widget elementor-widget-spacer\" data-id=\"6a4b428\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-493e68f elementor-widget elementor-widget-text-editor\" data-id=\"493e68f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel S\u00e3o Paulo<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b0facf elementor-widget elementor-widget-text-editor\" data-id=\"5b0facf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>S\u00e3o Paulo, Br\u00e9sil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-curitiba\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-1483b56 e-flex e-con-boxed e-con e-child\" data-id=\"1483b56\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4a6ec3 elementor-widget elementor-widget-button\" data-id=\"d4a6ec3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,6 (332 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f16ea72 elementor-widget elementor-widget-spacer\" data-id=\"f16ea72\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c991de elementor-widget elementor-widget-text-editor\" data-id=\"0c991de\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Curitiba\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a817e elementor-widget elementor-widget-text-editor\" data-id=\"11a817e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Curitiba, Br\u00e9sil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 de 10\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/destinations\\\/porto-alegre\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-f4a7c9d e-flex e-con-boxed e-con e-child\" data-id=\"f4a7c9d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3de604 elementor-widget elementor-widget-button\" data-id=\"c3de604\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,2 (86 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0653f07 elementor-widget elementor-widget-spacer\" data-id=\"0653f07\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d5a879 elementor-widget elementor-widget-text-editor\" data-id=\"8d5a879\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\nMoov Hotel Porto Alegre\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b12082 elementor-widget elementor-widget-text-editor\" data-id=\"8b12082\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tPorto Alegre, Br\u00e9sil\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfc0578 apartments animatedtextfinal1 elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"cfc0578\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;4641a48&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e936ef5&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 2\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.twbananas.com\\\/hotels\\\/moov-matosinhos-sul\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-3d1e1a2 e-flex e-con-boxed e-con e-child\" data-id=\"3d1e1a2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7032980 elementor-widget elementor-widget-button\" data-id=\"7032980\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_940_4984)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#003592\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_4984\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nouveaut\u00e9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc104f7 elementor-widget elementor-widget-spacer\" data-id=\"dc104f7\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db048e9 elementor-widget elementor-widget-text-editor\" data-id=\"db048e9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Matosinhos Sul\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e40761a elementor-widget elementor-widget-text-editor\" data-id=\"e40761a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 2\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.twbananas.com\\\/hotels\\\/moov-apartments-boavista\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-573780e e-flex e-con-boxed e-con e-child\" data-id=\"573780e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eab78af elementor-widget elementor-widget-button\" data-id=\"eab78af\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_940_4984)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#003592\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_940_4984\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,7 (438 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e468f8e elementor-widget elementor-widget-spacer\" data-id=\"e468f8e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c36fa8 elementor-widget elementor-widget-text-editor\" data-id=\"3c36fa8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Apartment Boavista<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dd5cb4 elementor-widget elementor-widget-text-editor\" data-id=\"3dd5cb4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcec231 hoteis animatedtextfinal1 elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"fcec231\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e53ba94&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;59756dc&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;c9d502b&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;ce91700&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;18d6751&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;db150c5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;40b24e5&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;8aa38c4&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;b0883b5&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"e-n-carousel swiper\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/moovapartments.twbananas.com\\\/hotels\\\/moov-matosinhos-sul\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-0d88fc9 e-flex e-con-boxed e-con e-child\" data-id=\"0d88fc9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d233fa elementor-widget elementor-widget-button\" data-id=\"1d233fa\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nouveaut\u00e9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-769a36a elementor-widget elementor-widget-spacer\" data-id=\"769a36a\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-642d5e0 elementor-widget elementor-widget-text-editor\" data-id=\"642d5e0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Matosinhos Sul<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfd039a elementor-widget elementor-widget-text-editor\" data-id=\"cfd039a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-centro\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-85830f8 e-flex e-con-boxed e-con e-child\" data-id=\"85830f8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e0396c elementor-widget elementor-widget-button\" data-id=\"3e0396c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,3 (3 484 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cee403c elementor-widget elementor-widget-spacer\" data-id=\"cee403c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-947187f elementor-widget elementor-widget-text-editor\" data-id=\"947187f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Porto Centro\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc91079 elementor-widget elementor-widget-text-editor\" data-id=\"fc91079\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-porto-norte\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-4994744 e-flex e-con-boxed e-con e-child\" data-id=\"4994744\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c47642e elementor-widget elementor-widget-button\" data-id=\"c47642e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,4 (1 160 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bde2508 elementor-widget elementor-widget-spacer\" data-id=\"bde2508\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee46b5e elementor-widget elementor-widget-text-editor\" data-id=\"ee46b5e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel Porto Norte<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-597fdf3 elementor-widget elementor-widget-text-editor\" data-id=\"597fdf3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Porto, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-lisboa-oriente\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-a8a5fb1 e-flex e-con-boxed e-con e-child\" data-id=\"a8a5fb1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3fc54d elementor-widget elementor-widget-button\" data-id=\"d3fc54d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,2 (89 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d396de elementor-widget elementor-widget-spacer\" data-id=\"2d396de\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2dba59 elementor-widget elementor-widget-text-editor\" data-id=\"b2dba59\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Lisboa Oriente\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac8a044 elementor-widget elementor-widget-text-editor\" data-id=\"ac8a044\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbonne, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-oeiras\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-630f6fd e-flex e-con-boxed e-con e-child\" data-id=\"630f6fd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f587547 elementor-widget elementor-widget-button\" data-id=\"f587547\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,1 (48 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b53c059 elementor-widget elementor-widget-spacer\" data-id=\"b53c059\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c9cf69 elementor-widget elementor-widget-text-editor\" data-id=\"6c9cf69\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Oeiras\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38db68f elementor-widget elementor-widget-text-editor\" data-id=\"38db68f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Lisbonne, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-evora\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-3823b1d e-flex e-con-boxed e-con e-child\" data-id=\"3823b1d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10f47c1 elementor-widget elementor-widget-button\" data-id=\"10f47c1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,3 (1 719 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5c8084 elementor-widget elementor-widget-spacer\" data-id=\"b5c8084\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-693e379 elementor-widget elementor-widget-text-editor\" data-id=\"693e379\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel \u00c9vora<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddcd1df elementor-widget elementor-widget-text-editor\" data-id=\"ddcd1df\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u00c9vora, Portugal<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-curitiba\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-d65df93 e-flex e-con-boxed e-con e-child\" data-id=\"d65df93\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3b6de8 elementor-widget elementor-widget-button\" data-id=\"b3b6de8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nouveaut\u00e9<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-892d0b9 elementor-widget elementor-widget-spacer\" data-id=\"892d0b9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61d512a elementor-widget elementor-widget-text-editor\" data-id=\"61d512a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Moov Hotel S\u00e3o Paulo<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c97a6ff elementor-widget elementor-widget-text-editor\" data-id=\"c97a6ff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>S\u00e3o Paulo, Br\u00e9sil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/hotels\\\/moov-hotel-curitiba\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-3472c3d e-flex e-con-boxed e-con e-child\" data-id=\"3472c3d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea89a8f elementor-widget elementor-widget-button\" data-id=\"ea89a8f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,6 (332 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea09fb6 elementor-widget elementor-widget-spacer\" data-id=\"ea09fb6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53255b2 elementor-widget elementor-widget-text-editor\" data-id=\"53255b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMoov Hotel Curitiba\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66aa6e0 elementor-widget elementor-widget-text-editor\" data-id=\"66aa6e0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Curitiba, Br\u00e9sil<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 de 9\">\n\t\t\t\t\t\t\t<div data-eael-wrapper-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/hotelmoov.com\\\/destinations\\\/porto-alegre\\\/&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-2b34963 e-flex e-con-boxed e-con e-child\" data-id=\"2b34963\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7515165 elementor-widget elementor-widget-button\" data-id=\"7515165\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_1329_8480)\"><path d=\"M4.90949 4.30912L1.35248 4.81032L1.28947 4.82278C1.1941 4.84739 1.10716 4.89615 1.03752 4.96409C0.967888 5.03203 0.918053 5.11672 0.893109 5.2095C0.868164 5.30228 0.869004 5.39984 0.895543 5.4922C0.922081 5.58456 0.973367 5.66843 1.04416 5.73523L3.62105 8.17294L3.01334 11.6163L3.0061 11.6759C3.00026 11.7717 3.02074 11.8674 3.06544 11.953C3.11015 12.0387 3.17747 12.1112 3.26051 12.1633C3.34356 12.2153 3.43934 12.245 3.53806 12.2492C3.63677 12.2534 3.73487 12.2321 3.82231 12.1874L7.00355 10.5619L10.1775 12.1874L10.2333 12.2123C10.3253 12.2475 10.4253 12.2583 10.5231 12.2436C10.6208 12.2289 10.7128 12.1891 10.7895 12.1285C10.8662 12.0678 10.9249 11.9884 10.9597 11.8984C10.9944 11.8084 11.0038 11.711 10.9871 11.6163L10.3788 8.17294L12.9568 5.73469L13.0003 5.68863C13.0624 5.61427 13.1031 5.52524 13.1183 5.43061C13.1335 5.33597 13.1226 5.23911 13.0868 5.1499C13.0509 5.06069 12.9913 4.98231 12.9142 4.92276C12.837 4.8632 12.7449 4.82459 12.6474 4.81086L9.09037 4.30912L7.50031 1.17733C7.4543 1.08659 7.38307 1.01018 7.29469 0.956748C7.2063 0.903318 7.1043 0.875 7.00021 0.875C6.89612 0.875 6.79411 0.903318 6.70573 0.956748C6.61735 1.01018 6.54612 1.08659 6.50011 1.17733L4.90949 4.30912Z\" stroke=\"#D43333\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_1329_8480\"><rect width=\"14\" height=\"14\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">4,2 (86 avis)<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3ae5d3 elementor-widget elementor-widget-spacer\" data-id=\"a3ae5d3\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5f7eb7 elementor-widget elementor-widget-text-editor\" data-id=\"e5f7eb7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\nMoov Hotel Porto Alegre\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efd4346 elementor-widget elementor-widget-text-editor\" data-id=\"efd4346\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tPorto Alegre, Br\u00e9sil\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44483)\"><path d=\"M22 16L18 20L22 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44483\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"#E1E5EA\"><\/rect><g clip-path=\"url(#clip0_833_44484)\"><path d=\"M18 16L22 20L18 24\" stroke=\"#1D2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/g><defs><clipPath id=\"clip0_833_44484\"><rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(12 12)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Concept Moov Apartments Le confort et l&rsquo;ind\u00e9pendance d&rsquo;un appartement, avec les avantages d&rsquo;un s\u00e9jour \u00e0 l&rsquo;h\u00f4tel. Accueil Une \u00e9quipe \u00e0 votre disposition tous les jours pour vous accompagner tout au long de votre s\u00e9jour. Bureau Un espace confortable et calme pour travailler pendant votre s\u00e9jour. Nettoyage quotidien Un service de m\u00e9nage quotidien pour plus de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-36464","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Concept - Moov<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/moovapartments.twbananas.com\/conceito\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Concept - Moov\" \/>\n<meta property=\"og:description\" content=\"Concept Moov Apartments Le confort et l&rsquo;ind\u00e9pendance d&rsquo;un appartement, avec les avantages d&rsquo;un s\u00e9jour \u00e0 l&rsquo;h\u00f4tel. Accueil Une \u00e9quipe \u00e0 votre disposition tous les jours pour vous accompagner tout au long de votre s\u00e9jour. Bureau Un espace confortable et calme pour travailler pendant votre s\u00e9jour. Nettoyage quotidien Un service de m\u00e9nage quotidien pour plus de [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/moovapartments.twbananas.com\/conceito\/\" \/>\n<meta property=\"og:site_name\" content=\"Moov\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-31T16:31:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/\",\"url\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/\",\"name\":\"Concept - Moov\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Icon1.svg\",\"datePublished\":\"2026-05-06T12:27:05+00:00\",\"dateModified\":\"2026-08-31T16:31:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/#primaryimage\",\"url\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Icon1.svg\",\"contentUrl\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Icon1.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/conceito\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Concept\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/#website\",\"url\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/\",\"name\":\"Moov\",\"description\":\"Moov Hotels\",\"publisher\":{\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/#organization\",\"name\":\"Moov\",\"url\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-MoovApartments.png\",\"contentUrl\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-MoovApartments.png\",\"width\":295,\"height\":64,\"caption\":\"Moov\"},\"image\":{\"@id\":\"https:\\\/\\\/moovapartments.twbananas.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Concept - Moov","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/moovapartments.twbananas.com\/conceito\/","og_locale":"fr_FR","og_type":"article","og_title":"Concept - Moov","og_description":"Concept Moov Apartments Le confort et l&rsquo;ind\u00e9pendance d&rsquo;un appartement, avec les avantages d&rsquo;un s\u00e9jour \u00e0 l&rsquo;h\u00f4tel. Accueil Une \u00e9quipe \u00e0 votre disposition tous les jours pour vous accompagner tout au long de votre s\u00e9jour. Bureau Un espace confortable et calme pour travailler pendant votre s\u00e9jour. Nettoyage quotidien Un service de m\u00e9nage quotidien pour plus de [&hellip;]","og_url":"https:\/\/moovapartments.twbananas.com\/conceito\/","og_site_name":"Moov","article_modified_time":"2026-08-31T16:31:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/moovapartments.twbananas.com\/conceito\/","url":"https:\/\/moovapartments.twbananas.com\/conceito\/","name":"Concept - Moov","isPartOf":{"@id":"https:\/\/moovapartments.twbananas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/moovapartments.twbananas.com\/conceito\/#primaryimage"},"image":{"@id":"https:\/\/moovapartments.twbananas.com\/conceito\/#primaryimage"},"thumbnailUrl":"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/Icon1.svg","datePublished":"2026-05-06T12:27:05+00:00","dateModified":"2026-08-31T16:31:07+00:00","breadcrumb":{"@id":"https:\/\/moovapartments.twbananas.com\/conceito\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/moovapartments.twbananas.com\/conceito\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/moovapartments.twbananas.com\/conceito\/#primaryimage","url":"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/Icon1.svg","contentUrl":"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/Icon1.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/moovapartments.twbananas.com\/conceito\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/moovapartments.twbananas.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Concept"}]},{"@type":"WebSite","@id":"https:\/\/moovapartments.twbananas.com\/#website","url":"https:\/\/moovapartments.twbananas.com\/","name":"Moov","description":"Moov Hotels","publisher":{"@id":"https:\/\/moovapartments.twbananas.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/moovapartments.twbananas.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/moovapartments.twbananas.com\/#organization","name":"Moov","url":"https:\/\/moovapartments.twbananas.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/moovapartments.twbananas.com\/#\/schema\/logo\/image\/","url":"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/cropped-MoovApartments.png","contentUrl":"https:\/\/moovapartments.twbananas.com\/wp-content\/uploads\/2026\/05\/cropped-MoovApartments.png","width":295,"height":64,"caption":"Moov"},"image":{"@id":"https:\/\/moovapartments.twbananas.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/pages\/36464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/comments?post=36464"}],"version-history":[{"count":14,"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/pages\/36464\/revisions"}],"predecessor-version":[{"id":37462,"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/pages\/36464\/revisions\/37462"}],"wp:attachment":[{"href":"https:\/\/moovapartments.twbananas.com\/fr\/wp-json\/wp\/v2\/media?parent=36464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}