{"id":244413,"date":"2023-11-12T12:28:26","date_gmt":"2023-11-12T17:28:26","guid":{"rendered":"https:\/\/unixperience.ca\/?page_id=244413"},"modified":"2024-08-04T18:32:50","modified_gmt":"2024-08-04T22:32:50","slug":"ux-massif","status":"publish","type":"page","link":"https:\/\/unixperience.ca\/en\/ux-massif\/","title":{"rendered":"UX Massif"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Vid\u00e9o&#8221; module_class=&#8221;slide&#8221; _builder_version=&#8221;4.22.2&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; background_video_mp4=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2023\/09\/UX-RIV-HomePAge_Video-720P.mov&#8221; width=&#8221;100%&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row module_class=&#8221;slide-wrapper&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(0,0,0,0.26)&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_css_main_element=&#8221;display:flex;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Slick.js + Bottom menu&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;]\n          <script><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  $( \".slide\" ).wrapAll( \"<\/p>\n<div class='slider'id='main_container' \/>\");<!-- [et_pb_line_break_holder] -->  var slider = $( '.slider' );<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  slider.slick({<!-- [et_pb_line_break_holder] -->    dots: false,<!-- [et_pb_line_break_holder] -->    slidesToShow: 1<!-- [et_pb_line_break_holder] -->\t})<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->let div = document.createElement('div');<!-- [et_pb_line_break_holder] -->div.classList.add('menu');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->let btn_sky = document.createElement('button');<!-- [et_pb_line_break_holder] -->let sky_text = document.createTextNode('Vue du ciel');<!-- [et_pb_line_break_holder] -->btn_sky.appendChild(sky_text);<!-- [et_pb_line_break_holder] -->btn_sky.classList.add('item-menu');<!-- [et_pb_line_break_holder] -->btn_sky.setAttribute('id','skyview');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->let btn_plan = document.createElement('button');<!-- [et_pb_line_break_holder] -->let plan_text = document.createTextNode('Plan 2D');<!-- [et_pb_line_break_holder] -->btn_plan.appendChild(plan_text);<!-- [et_pb_line_break_holder] -->btn_plan.classList.add('item-menu');<!-- [et_pb_line_break_holder] -->btn_plan.setAttribute('id','plan');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->let btn_video = document.createElement('button');<!-- [et_pb_line_break_holder] -->let video_text = document.createTextNode('Vid\u00e9o');<!-- [et_pb_line_break_holder] -->btn_video.appendChild(video_text);<!-- [et_pb_line_break_holder] -->btn_video.classList.add('item-menu');<!-- [et_pb_line_break_holder] -->btn_video.classList.add('active');<!-- [et_pb_line_break_holder] -->btn_video.setAttribute('id','video');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->div.append(btn_video, btn_sky, btn_plan);<!-- [et_pb_line_break_holder] -->let container = document.getElementById('main_container');<!-- [et_pb_line_break_holder] -->  if(container){<!-- [et_pb_line_break_holder] -->    container.append(div);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$('#skyview').on('click', function () {<!-- [et_pb_line_break_holder] -->\t\tslider[0].slick.slickGoTo(1);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->$('#plan').on('click', function () {<!-- [et_pb_line_break_holder] -->\t\tslider[0].slick.slickGoTo(2);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  $('#video').on('click', function () {<!-- [et_pb_line_break_holder] -->\t\tslider[0].slick.slickGoTo(3);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  $('.item-menu').on('click', function(){<!-- [et_pb_line_break_holder] -->    $('.item-menu').removeClass('active');<!-- [et_pb_line_break_holder] -->\t$(this).toggleClass('active');<!-- [et_pb_line_break_holder] -->  })<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  $('.slider').on('afterChange', function(event, slick, currentSlide){<!-- [et_pb_line_break_holder] -->  \tswitch(currentSlide) {<!-- [et_pb_line_break_holder] -->\t\tcase 0:<!-- [et_pb_line_break_holder] -->\t\t    $('.item-menu').removeClass('active');<!-- [et_pb_line_break_holder] -->\t\t\t$('#video').toggleClass('active');<!-- [et_pb_line_break_holder] -->\t\tbreak;<!-- [et_pb_line_break_holder] -->\t\tcase 1:<!-- [et_pb_line_break_holder] --> \t\t\t$('.item-menu').removeClass('active');<!-- [et_pb_line_break_holder] -->\t\t\t$('#skyview').toggleClass('active');\t\t<!-- [et_pb_line_break_holder] -->\t\tbreak;<!-- [et_pb_line_break_holder] -->\t\tcase 2:<!-- [et_pb_line_break_holder] --> \t\t\t$('.item-menu').removeClass('active');<!-- [et_pb_line_break_holder] -->\t\t\t$('#plan').toggleClass('active');\t\t<!-- [et_pb_line_break_holder] -->\t\tbreak;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->});   <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/\/ First we get the viewport height and we multiple it by 1% to get a value for a vh unit<!-- [et_pb_line_break_holder] -->let vh = window.innerHeight * 0.01;<!-- [et_pb_line_break_holder] -->\/\/ Then we set the value in the --vh custom property to the root of the document<!-- [et_pb_line_break_holder] -->document.documentElement.style.setProperty('--vh', `${vh}px`);<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->\/\/ We listen to the resize event<!-- [et_pb_line_break_holder] -->window.addEventListener('resize', () => {<!-- [et_pb_line_break_holder] -->  \/\/ We execute the same script as before<!-- [et_pb_line_break_holder] -->  let vh = window.innerHeight * 0.01;<!-- [et_pb_line_break_holder] -->  document.documentElement.style.setProperty('--vh', `${vh}px`);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->})<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script><br \/>\n          <!-- [et_pb_line_break_holder] --><br \/>\n        [\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Autoplay \/ Muted&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<script type=\"text\/javascript\"><!-- [et_pb_line_break_holder] -->  jQuery(function() {<!-- [et_pb_line_break_holder] -->    jQuery('https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/07\/Condo-TLE-215-4_720p.mp4').attr(\"loop\",true).prop(\"muted\", true);<!-- [et_pb_line_break_holder] -->    jQuery('https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/07\/Condo-TLE-215-4_720p.mp4').get(0).play();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Titre&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Playfair Display||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_3_font=&#8221;Alata||||||||&#8221; header_3_font_size=&#8221;2.5vw&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; header_font_size_tablet=&#8221;&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;4vw&#8221; header_3_font_size_phone=&#8221;7vw&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>UX at the Massif<\/h1>\n[\/et_pb_text][et_pb_text module_class=&#8221;sub&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Playfair Display||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;9px||9px||true|false&#8221; custom_padding=&#8221;||||true|false&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>(Petite-Rivi\u00e8re-Saint-Francois, Charlevoix)<\/p>\n[\/et_pb_text][et_pb_code disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Button : Explore the condo&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;5%||||false|false&#8221; custom_padding_tablet=&#8221;5%||||false|false&#8221; custom_padding_phone=&#8221;5%||||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; header_3_font_size_tablet=&#8221;4vw&#8221; header_3_font_size_phone=&#8221;7vw&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221;]<a href=\"#texte\"><br \/>\n            <button class=\"bn-intro\" data-hover=\"Bienvenue chez vous\"><\/p>\n<div>Explore the condo<\/div>\n<p>            <\/button><br \/>\n          <\/a><br \/>\n          <!-- [et_pb_line_break_holder] --><br \/>\n          <!-- [et_pb_line_break_holder] --><br \/>\n          <!-- [et_pb_line_break_holder] --><br \/>\n          <!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Vue du ciel&#8221; module_class=&#8221;slide&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2024\/06\/Riv_Photo-du-ciel.webp&#8221; background_enable_video_mp4=&#8221;off&#8221; width=&#8221;100%&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row module_class=&#8221;slide-wrapper&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(0,0,0,0.27)&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_css_main_element=&#8221;display:flex;||align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; admin_label=&#8221;Massif&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Titre&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Playfair Display||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_3_font=&#8221;Alata||||||||&#8221; header_3_font_size=&#8221;2.5vw&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10vh||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;4vw&#8221; header_3_font_size_phone=&#8221;7vw&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<h1>Skyview<\/h1>\n[\/et_pb_text][et_pb_text module_class=&#8221;pl-15 pr-15 text-sky&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; text_line_height=&#8221;1.5em&#8221; text_orientation=&#8221;center&#8221; module_alignment=&#8221;center&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Exceptional condo for outdoor enthusiasts in a unique, picturesque village, with its feet in the water and its head in the mountains.<\/p>\n[\/et_pb_text][et_pb_code disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; width=&#8221;60%&#8221; max_width=&#8221;60%&#8221; module_alignment=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/vimeo.com\/92842060\" target=\"_blank\" rel=\"noopener\"><br \/>\n            <button class=\"bn-intro\" data-hover=\"Direction Vimeo\"><\/p>\n<div>See video PRSF<\/div>\n<p>            <\/button><br \/>\n          <\/a><br \/>\n          <!-- [et_pb_line_break_holder] --><br \/>\n          <!-- [et_pb_line_break_holder] --><br \/>\n          <!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Plan 2D&#8221; module_class=&#8221;slide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(178,140,100,0.68)&#8221; width=&#8221;100%&#8221; height=&#8221;100vh&#8221; max_height=&#8221;100vh&#8221; overflow-x=&#8221;hidden&#8221; overflow-y=&#8221;hidden&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_css_main_element=&#8221;display:flex; align-items:center;&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row module_class=&#8221;slide-wrapper&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||||true|true&#8221; custom_padding=&#8221;||||false|true&#8221; custom_css_main_element=&#8221;display:flex!important;||align-items:center!important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_nextend_smart_slider_3 slider=&#8221;31&#8243; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_nextend_smart_slider_3][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Photos du condo&#8221; module_id=&#8221;photos&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; z_index=&#8221;16&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; da_popup_slug=&#8221;photos&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60%&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1920px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Buttons (on the right)&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<div class=\"buttons\"><!-- [et_pb_line_break_holder] --> <a href=\"https:\/\/unixperience.ca\/xperience-book-riverain\/\" target=\"_blank\" rel=\"noopener\"><button id=\"book\">Xperience<\/button><\/a> <!-- [et_pb_line_break_holder] --> <a href=\"#150\"><button id=\"reserver\">Reservation<\/button><\/a><!-- [et_pb_line_break_holder] --><\/div>\n[\/et_pb_code][et_pb_text admin_label=&#8221;Premier paragraphe&#8221; module_class=&#8221;text text-intro pr-15 &#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#000000&#8243; text_line_height=&#8221;150%&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>From the magnificent sunrise over the river to its sunset with its orange reflections, you&#8217;ll have to make agonizing choices between enjoying the pleasures of Le Massif mountain behind you or enjoying the river and beach in front of you.<\/p>\n[\/et_pb_text][et_pb_text admin_label=&#8221;Deuxi\u00e8me paragraphe&#8221; module_class=&#8221;text text-intro pr-15&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Work Sans|500|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_line_height=&#8221;150%&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>\n            <span>An intimate two-bedroom condo, perfectly optimized for family and friends to enjoy this corner of paradise, with everything you need to entertain in every season.<\/span>\n          <\/p>\n[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI0NDUzNyIsImVuYWJsZV9odG1sIjoib2ZmIn19@&#8221; button_text=&#8221;View the Experience Book&#8221; button_alignment=&#8221;center&#8221; module_class=&#8221;btn&#8221; _builder_version=&#8221;4.25.2&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#b28c64&#8243; button_border_width=&#8221;2px&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; button_icon_color=&#8221;#b28c64&#8243; positioning=&#8221;relative&#8221; position_origin_a=&#8221;bottom_center&#8221; vertical_offset=&#8221;-5%&#8221; custom_margin=&#8221;5%||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; button_text_size_tablet=&#8221;&#8221; button_text_size_phone=&#8221;&#8221; button_text_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;text&#8221; module_class=&#8221;flex&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f9f1ee&#8221; custom_margin=&#8221;||||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; da_popup_slug=&#8221;texte&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_nextend_smart_slider_3 slider=&#8221;18&#8243; admin_label=&#8221;Slider&#8221; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_nextend_smart_slider_3][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Agr\u00e9ments&#8221; _builder_version=&#8221;4.17.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#102621&#8243; z_index=&#8221;4&#8243; custom_padding=&#8221;||||false|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Titre&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; header_text_align=&#8221;center&#8221; header_2_font=&#8221;Playfair Display||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_3_font=&#8221;Playfair Display||||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; hover_enabled=&#8221;0&#8243; header_3_text_align_tablet=&#8221;&#8221; header_3_text_align_phone=&#8221;center&#8221; header_3_text_align_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;&#8221; header_3_font_size_phone=&#8221;45px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]\n<h2>\n            <span>For your pleasure and comfort<\/span><br \/>\n          <\/h2>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; admin_label=&#8221;Amenities&#8221; module_class=&#8221;line-agrements first&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/beach.png&#8221; title_text=&#8221;beach&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Lac \/ Plage&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>River \/ Beach<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/navette.png&#8221; title_text=&#8221;shuttle&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Navette-ski&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Train<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2024\/07\/balcony.png&#8221; title_text=&#8221;balcony&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Terrasse&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Balcony<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/sonos-1.png&#8221; title_text=&#8221;sonos 1&#8243; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_css_main_element=&#8221;display:flex;||align-items:center;||justify-content:center;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Sonos&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>System<\/p>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Amenities&#8221; module_class=&#8221;line-agrements second&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/vue.png&#8221; title_text=&#8221;view&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Vue&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>View<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/smart-tv.png&#8221; title_text=&#8221;smart-tv&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Smart tv&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Smart tv<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/wifi-1.png&#8221; title_text=&#8221;wifi&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;WIFI&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>WIFI<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/clim.png&#8221; title_text=&#8221;clim&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Climatisation&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Air conditioning<\/p>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;line-agrements third&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/dishwasher.png&#8221; title_text=&#8221;dishwasher&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Lave-vaisselle&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Dishwasher<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/washer.png&#8221; title_text=&#8221;washer&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Laveuse \/ S\u00e9cheuse&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Washer \/ Dryer<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/foyer.png&#8221; title_text=&#8221;fireplace&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Foyer int\u00e9rieur&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Fireplace<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/no-smoking.png&#8221; title_text=&#8221;no-smoking&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Non fumeur&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>No Smoking<\/p>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;line-agrements third&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2024\/07\/bbq_2.png&#8221; title_text=&#8221;bbq_2&#8243; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Lave-vaisselle&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Barbecue<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2024\/07\/desk.png&#8221; title_text=&#8221;desk&#8221; align=&#8221;center&#8221; module_class=&#8221;ux-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Laveuse \/ S\u00e9cheuse&#8221; module_class=&#8221;text-icon&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#b28c64&#8243; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Desk<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;column-agrements&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;https:\/\/unixperience.ca\/xperience-book-riverain\/&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Consult the list of equipment&#8221; button_alignment=&#8221;center&#8221; module_class=&#8221;btn&#8221; _builder_version=&#8221;4.26.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#b28c64&#8243; button_border_width=&#8221;2px&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; button_icon_color=&#8221;#b28c64&#8243; positioning=&#8221;relative&#8221; position_origin_a=&#8221;bottom_center&#8221; vertical_offset=&#8221;-5%&#8221; custom_margin=&#8221;5%||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; button_text_size_tablet=&#8221;&#8221; button_text_size_phone=&#8221;&#8221; button_text_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Map&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#102621&#8243; z_index=&#8221;0&#8243; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Titre&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Playfair Display||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_3_font=&#8221;Playfair Display||||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]\n<h2>An ideal location<\/h2>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; module_id=&#8221;maps&#8221; module_class=&#8221;flex&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1920px&#8221; custom_css_main_element=&#8221;text-align:center;||flex-flow:row wrap!important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;|0%||0%|false|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Google Maps&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||||false|true&#8221; custom_padding=&#8221;||||false|true&#8221; global_colors_info=&#8221;{}&#8221;]<iframe data-src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d5410.501428465716!2d-70.56621528129595!3d47.309440418591!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cbf3c8e0eb6ccf1%3A0xecd3c32732d19955!2s44%20Chemin%20du%20Fleuve%2C%20Charlevoix%20Regional%20County%20Municipality%2C%20QC%20G0A%202L0!5e0!3m2!1sen!2sca!4v1679239481337!5m2!1sen!2sca\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"about:blank\" class=\"lazyload\" data-load-mode=\"0\"><\/iframe>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;|10%||10%|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Description&#8221; module_class=&#8221;text text-map pr-15 &#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|tablet&#8221; hover_enabled=&#8221;0&#8243; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]\n<p>Le 44 Riverain is 3h45 from Montreal, 1h00 from Quebec City. Located in the heart of Charlevoix, at the foot of Le Massif, next to a bike path and an almost secret beach.  It is the heart of the kingdom of sports and outdoor enthusiasts.<\/p>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;Concept 5 sens&#8221; _builder_version=&#8221;4.16&#8243; z_index=&#8221;0&#8243; custom_margin=&#8221;||||false|true&#8221; custom_margin_tablet=&#8221;|0px|10%|0px|false|true&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||||true|true&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_phone=&#8221;&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;5senses different-orders&#8221; _builder_version=&#8221;4.16&#8243; background_enable_color=&#8221;off&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1920px&#8221; module_alignment=&#8221;center&#8221; height_tablet=&#8221;&#8221; height_phone=&#8221;&#8221; height_last_edited=&#8221;on|desktop&#8221; max_height_tablet=&#8221;&#8221; max_height_phone=&#8221;&#8221; max_height_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;0px||0px||true|true&#8221; custom_margin_tablet=&#8221;||||false|true&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||true|true&#8221; custom_padding_tablet=&#8221;0px||0px||false|true&#8221; custom_padding_phone=&#8221;&#8221; use_custom_width=&#8221;on&#8221; width_unit=&#8221;off&#8221; custom_width_percent=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;w-65 py-5 px-10 column-senses p-10&#8243; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#f9f1ee&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; padding_tablet=&#8221;60px|10%|60px|10%&#8221; padding_last_edited=&#8221;on|tablet&#8221; custom_padding__hover=&#8221;|||&#8221; padding_phone=&#8221;60px|10%|60px|10%&#8221;][et_pb_text admin_label=&#8221;Titre&#8221; module_class=&#8221;title-senses&#8221; _builder_version=&#8221;4.16&#8243; header_text_color=&#8221;#000000&#8243; header_2_font=&#8221;Playfair Display||||||||&#8221; header_3_font=&#8221;Playfair Display||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; width=&#8221;100%&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;|||0%|false|false&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; header_2_text_align_tablet=&#8221;&#8221; header_2_text_align_phone=&#8221;left&#8221; header_2_text_align_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<h2>Our 5 senses concept<\/h2>\n[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; module_class=&#8221;text text-senses pr-15&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Work Sans|500|||||||&#8221; text_text_color=&#8221;#353434&#8243; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||true|false&#8221; custom_padding_tablet=&#8221;|||0%|false|false&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Each unit is a unique experience and aims to make you live different and complete adventures both inside and outside. The integration between the design of the unit and the beauty of the environment where it is installed will allow you to live unforgettable moments.<\/p>\n<p>The contemporary and uncluttered style of the units, the high-end furnishings including many custom-made elements, the available equipment as well as the impressively efficient organization combined with technology and home automation, everything is thought out to make your stay perfect.<\/p>\n<p>You will find a perfect balance between the joys of nature and cocooning, for the pleasure of all your senses that will force you to slow down to live each moment even more fully.<\/p>\n[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;w-35 column-senses&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#FFFFFF&#8221; background_enable_image=&#8221;off&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; padding_tablet=&#8221;60px|10%|60px|10%&#8221; padding_last_edited=&#8221;on|phone&#8221; custom_padding__hover=&#8221;|||&#8221; padding_phone=&#8221;60px|10%|60px|10%&#8221;][et_pb_image src=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/about-ux.jpg&#8221; title_text=&#8221;about-ux&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;img-senses&#8221; _builder_version=&#8221;4.16&#8243; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;||||false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; animation_intensity_slide=&#8221;4%&#8221; animation_starting_opacity=&#8221;50%&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1920px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgiLCJlbmFibGVfaHRtbCI6Im9mZiJ9fQ==@&#8221; button_text=&#8221;Discover our story&#8221; button_alignment=&#8221;center&#8221; button_alignment_tablet=&#8221;center&#8221; button_alignment_phone=&#8221;&#8221; button_alignment_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;D\u00e9couvrez notre histoire&#8221; module_class=&#8221;btn btn-senses&#8221; _builder_version=&#8221;4.16&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#b28c64&#8243; button_border_width=&#8221;2px&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; button_icon_color=&#8221;#b28c64&#8243; positioning=&#8221;relative&#8221; position_origin_a=&#8221;bottom_center&#8221; vertical_offset=&#8221;-5%&#8221; position_origin_a_tablet=&#8221;&#8221; position_origin_a_phone=&#8221;&#8221; position_origin_a_last_edited=&#8221;on|tablet&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|tablet&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;5%||5%||true|false&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||||false|false&#8221; button_text_color_tablet=&#8221;#b28c64&#8243; button_text_color_phone=&#8221;&#8221; button_text_color_last_edited=&#8221;on|tablet&#8221; positioning_tablet=&#8221;relative&#8221; positioning_phone=&#8221;&#8221; positioning_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Autres exp\u00e9riences&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; z_index=&#8221;1&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||||true|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/ux-mountain.jpg&#8221; parallax=&#8221;on&#8221; parallax_method=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_cta title=&#8221;UX on the mountain&#8221; button_text_tablet=&#8221;&#8221; button_text_phone=&#8221;&#8221; button_text_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;Texte et photo&#8221; module_class=&#8221;recom recom-1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; header_font=&#8221;Playfair Display|||on|||||&#8221; header_text_align=&#8221;left&#8221; body_font=&#8221;Playfair Display|||on|||||&#8221; body_text_align=&#8221;left&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; parallax_method=&#8221;off&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_size=&#8221;contain&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; button_icon_color=&#8221;#FFFFFF&#8221; button_alignment=&#8221;center&#8221; text_orientation=&#8221;left&#8221; height=&#8221;270px&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;15%|10%|0%|10%|false|true&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Vertendre (Port-Au-Persil, Charlevoix), QC, Canada<\/p>\n[\/et_pb_cta][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI1NzUyIiwiZW5hYmxlX2h0bWwiOiJvZmYifX0=@&#8221; button_text=&#8221;Discover&#8221; button_alignment=&#8221;center&#8221; module_class=&#8221;bn-related&#8221; _builder_version=&#8221;4.16&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;2px&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; custom_margin=&#8221;5%||15%||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/unixperience.ca\/wp-content\/uploads\/2021\/05\/ux-forrest-1.jpg&#8221; parallax=&#8221;on&#8221; parallax_method=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_cta title=&#8221;UX on the waterfall&#8221; button_text_tablet=&#8221;&#8221; button_text_phone=&#8221;&#8221; button_text_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;Texte et photo&#8221; module_class=&#8221;recom recom-2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; header_font=&#8221;Playfair Display|||on|||||&#8221; header_text_align=&#8221;left&#8221; body_font=&#8221;Playfair Display|||on|||||&#8221; body_text_align=&#8221;left&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; parallax_method=&#8221;off&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_size=&#8221;contain&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; button_icon_color=&#8221;#FFFFFF&#8221; button_alignment=&#8221;center&#8221; text_orientation=&#8221;left&#8221; height=&#8221;270px&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;15%|10%|0%|10%|false|true&#8221; global_colors_info=&#8221;{}&#8221;]\n<p>Vertendre (Eastman, Estrie), QC, Canada<\/p>\n[\/et_pb_cta][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI1NzUyIiwiZW5hYmxlX2h0bWwiOiJvZmYifX0=@&#8221; button_text=&#8221;Discover&#8221; button_alignment=&#8221;center&#8221; module_class=&#8221;bn-related&#8221; _builder_version=&#8221;4.16&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;2px&#8221; button_border_radius=&#8221;0px&#8221; button_letter_spacing=&#8221;3px&#8221; button_font=&#8221;Work Sans|||on|||||&#8221; custom_margin=&#8221;5%||15%||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"<p>UX at the Massif(Petite-Rivi\u00e8re-Saint-Francois, Charlevoix)SkyviewExceptional condo for outdoor enthusiasts in a unique, picturesque village, with its feet in the water and its head in the mountains.From the magnificent sunrise over the river to its sunset with its orange reflections, you&#8217;ll have to make agonizing choices between enjoying the pleasures of Le Massif mountain behind you [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[36],"tags":[],"class_list":["post-244413","page","type-page","status-publish","hentry","category-massif-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>UX Massif - Unixperience<\/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:\/\/unixperience.ca\/en\/ux-massif\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UX Massif - Unixperience\" \/>\n<meta property=\"og:description\" content=\"UX at the Massif(Petite-Rivi\u00e8re-Saint-Francois, Charlevoix)SkyviewExceptional condo for outdoor enthusiasts in a unique, picturesque village, with its feet in the water and its head in the mountains.From the magnificent sunrise over the river to its sunset with its orange reflections, you&#039;ll have to make agonizing choices between enjoying the pleasures of Le Massif mountain behind you [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unixperience.ca\/en\/ux-massif\/\" \/>\n<meta property=\"og:site_name\" content=\"Unixperience\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-04T22:32:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/ux-massif\\\/\",\"url\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/ux-massif\\\/\",\"name\":\"UX Massif - Unixperience\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/#website\"},\"datePublished\":\"2023-11-12T17:28:26+00:00\",\"dateModified\":\"2024-08-04T22:32:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/ux-massif\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/unixperience.ca\\\/en\\\/ux-massif\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/ux-massif\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UX Massif\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/\",\"name\":\"Unixperience\",\"description\":\"Unique experiences\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/unixperience.ca\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UX Massif - Unixperience","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:\/\/unixperience.ca\/en\/ux-massif\/","og_locale":"en_US","og_type":"article","og_title":"UX Massif - Unixperience","og_description":"UX at the Massif(Petite-Rivi\u00e8re-Saint-Francois, Charlevoix)SkyviewExceptional condo for outdoor enthusiasts in a unique, picturesque village, with its feet in the water and its head in the mountains.From the magnificent sunrise over the river to its sunset with its orange reflections, you'll have to make agonizing choices between enjoying the pleasures of Le Massif mountain behind you [&hellip;]","og_url":"https:\/\/unixperience.ca\/en\/ux-massif\/","og_site_name":"Unixperience","article_modified_time":"2024-08-04T22:32:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/unixperience.ca\/en\/ux-massif\/","url":"https:\/\/unixperience.ca\/en\/ux-massif\/","name":"UX Massif - Unixperience","isPartOf":{"@id":"https:\/\/unixperience.ca\/en\/#website"},"datePublished":"2023-11-12T17:28:26+00:00","dateModified":"2024-08-04T22:32:50+00:00","breadcrumb":{"@id":"https:\/\/unixperience.ca\/en\/ux-massif\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unixperience.ca\/en\/ux-massif\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/unixperience.ca\/en\/ux-massif\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/unixperience.ca\/en\/home\/"},{"@type":"ListItem","position":2,"name":"UX Massif"}]},{"@type":"WebSite","@id":"https:\/\/unixperience.ca\/en\/#website","url":"https:\/\/unixperience.ca\/en\/","name":"Unixperience","description":"Unique experiences","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unixperience.ca\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/pages\/244413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/comments?post=244413"}],"version-history":[{"count":0,"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/pages\/244413\/revisions"}],"wp:attachment":[{"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/media?parent=244413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/categories?post=244413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unixperience.ca\/en\/wp-json\/wp\/v2\/tags?post=244413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}