{"id":3584,"date":"2025-01-20T18:29:18","date_gmt":"2025-01-20T23:29:18","guid":{"rendered":"http:\/\/appareilarchitecture.com\/projects\/"},"modified":"2025-08-15T15:22:28","modified_gmt":"2025-08-15T19:22:28","slug":"projects","status":"publish","type":"page","link":"https:\/\/appareilarchitecture.com\/en\/projects\/","title":{"rendered":"Projects"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3584\" class=\"elementor elementor-3584 elementor-656\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0edda5 e-con-full e-flex e-con e-parent\" data-id=\"e0edda5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d5ebe0f e-con-full e-flex e-con e-child\" data-id=\"d5ebe0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-634f258 elementor-widget elementor-widget-taxonomy-filter\" data-id=\"634f258\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;taxonomy&quot;:&quot;categorie&quot;,&quot;selected_element&quot;:&quot;660870e&quot;}\" data-widget_type=\"taxonomy-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<search class=\"e-filter\" role=\"search\" data-base-url=\"https:\/\/appareilarchitecture.com\/en\/\" data-page-num=\"1\">\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"p-architecture-en\" aria-pressed=\"false\">Architecture<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"c-architecture-residentiel-en\" aria-pressed=\"false\">Residential<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"c-architecture-commercial-en\" aria-pressed=\"false\">Commercial<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"c-architecture-institutional-en\" aria-pressed=\"false\">Institutional<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"p-design-en\" aria-pressed=\"false\">Interior Design<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"c-design-residentiel-en\" aria-pressed=\"false\">Residential<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"c-design-commercial-en\" aria-pressed=\"false\">Commercial<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"p-mobilier-en\" aria-pressed=\"false\">Furniture<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"p-etudes-en\" aria-pressed=\"false\">Studies<\/button>\n\t\t\t\n\t\t\t\t\t\t\t\t<\/search>\n\t\t\t\t\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-6bf114e8 e-con-full e-flex e-con e-parent\" data-id=\"6bf114e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2a72d434 e-con-full e-flex e-con e-child\" data-id=\"2a72d434\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5293207 elementor-widget elementor-widget-html\" data-id=\"5293207\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n(function($) {\r\n    $(document).ready(function() {\r\n        \/\/ Initially hide all children\r\n        $('.e-filter-item[data-filter^=\"c-\"]').hide();\r\n\r\n        \/\/ Loop through each parent item\r\n        $('.e-filter-item[data-filter^=\"p-\"]').each(function() {\r\n            var parentSlug = $(this).attr('data-filter').split('-')[1];\r\n            if ($('.e-filter-item[data-filter^=\"c-' + parentSlug + '\"]').length > 0) {\r\n                $(this).addClass('has-children');\r\n            }\r\n        });\r\n\r\n        \/\/ \u2705 Onload: d\u00e9tecter le filtre actif\r\n        var $activeFilter = $('.e-filter-item[aria-pressed=\"true\"]');\r\n        if ($activeFilter.length) {\r\n            var selectedFilter = $activeFilter.attr('data-filter');\r\n\r\n            if (selectedFilter.startsWith('c-')) {\r\n                var parentSlug = selectedFilter.split('-')[1];\r\n                TaxonomyFilter.toggleChildrenVisibility(parentSlug);\r\n            } else {\r\n                var parentSlug = selectedFilter.split('-')[1];\r\n                TaxonomyFilter.toggleChildrenVisibility(parentSlug);\r\n            }\r\n\r\n            filterLoopGrid(selectedFilter);\r\n        }\r\n\r\n        \/\/ Click event handling\r\n        $('.e-filter-item').on('click', function() {\r\n            var selectedFilter = $(this).attr('data-filter');\r\n            console.log(\"Selected Filter:\", selectedFilter);\r\n\r\n            if (!selectedFilter.startsWith('c-')) {\r\n                var parentSlug = selectedFilter.split('-')[1];\r\n                TaxonomyFilter.toggleChildrenVisibility(parentSlug);\r\n            }\r\n\r\n            filterLoopGrid(selectedFilter);\r\n        });\r\n    });\r\n\r\n    \/\/ TaxonomyFilter Object\r\n    var TaxonomyFilter = {\r\n        toggleChildrenVisibility: function(parentSlug) {\r\n            \/\/ \ud83d\udd39 Cacher tous les enfants de tous les parents\r\n            $('.e-filter-item[data-filter^=\"c-\"]').removeClass('force-show').hide();\r\n\r\n            \/\/ \ud83d\udd39 Afficher seulement les enfants du parent cliqu\u00e9\r\n            var children = $('.e-filter-item[data-filter^=\"c-' + parentSlug + '\"]');\r\n            children.addClass('force-show').show();\r\n\r\n            console.log(\"Children shown for parentSlug:\", parentSlug);\r\n        }\r\n    };\r\n\r\n    function filterLoopGrid(filter) {\r\n        $('.elementor-loop-container .elementor-grid-item').hide();\r\n        if (filter === 'all') {\r\n            $('.elementor-loop-container .elementor-grid-item').show();\r\n        } else if (filter.startsWith('c-')) {\r\n            $('.elementor-loop-container .elementor-grid-item[data-category=\"' + filter + '\"]').show();\r\n        } else {\r\n            $('.elementor-loop-container .elementor-grid-item').filter(function() {\r\n                var itemCategory = $(this).attr('data-category');\r\n                return itemCategory === filter || itemCategory.startsWith('c-' + filter.split('-')[1]);\r\n            }).show();\r\n        }\r\n    }\r\n})(jQuery);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-660870e elementor-grid-tablet-2 elementor-grid-mobile-2 elementor-grid-3 elementor-widget elementor-widget-loop-grid\" data-id=\"660870e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:747,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:2,&quot;pagination_type&quot;:&quot;load_more_infinite_scroll&quot;,&quot;columns&quot;:3,&quot;_skin&quot;:&quot;post&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-747\">.elementor-747 .elementor-element.elementor-element-61e542d{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-747 .elementor-element.elementor-element-66f7e74{text-align:start;width:100%;max-width:100%;}.elementor-747 .elementor-element.elementor-element-66f7e74 img{width:100%;}.elementor-747 .elementor-element.elementor-element-66f7e74 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-747 .elementor-element.elementor-element-c716bff .elementor-heading-title{font-family:\"SuisseIntl\", Sans-serif;font-size:16px;font-weight:normal;text-transform:none;font-style:normal;text-decoration:none;line-height:1.1em;letter-spacing:0px;word-spacing:0em;}.elementor-747 .elementor-element.elementor-element-c716bff > .elementor-widget-container{margin:5px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-747 .elementor-element.elementor-element-61e542d{--width:100%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-747 .elementor-element.elementor-element-c716bff .elementor-heading-title{font-size:16px;}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-747 .elementor-element.elementor-element-c716bff .elementor-heading-title{font-size:14px;line-height:1.1em;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-20680 post-20680 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/vieux-pont\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2026\/01\/Appareil_Architecture_VIEUX-PONT_\u00a9FelixMichaud_BR03-scaled.jpg\" title=\"Appareil_Architecture_VIEUX-PONT_\u00a9FelixMichaud_BR03\" alt=\"Appareil_Architecture_VIEUX-PONT_\u00a9FelixMichaud_BR03\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/vieux-pont\/\">Vieux Pont<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-20688 post-20688 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en sous-categorie-hospitalite-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/antheia\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2026\/03\/Antheia_AppareilArchitecture_\u00a9FelixMichaud_BR_01-scaled.jpg\" title=\"Antheia_AppareilArchitecture_\u00a9FelixMichaud_BR_01\" alt=\"Antheia_AppareilArchitecture_\u00a9FelixMichaud_BR_01\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/antheia\/\">Antheia<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-20332 post-20332 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/la-verriere\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/11\/LaVerriere_AppareilArchitecture_\u00a9FelixMichaud_7412_web-scaled.jpg\" title=\"LaVerriere_AppareilArchitecture_\u00a9FelixMichaud_7412_web\" alt=\"LaVerriere_AppareilArchitecture_\u00a9FelixMichaud_7412_web\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/la-verriere\/\">La Verri\u00e8re<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-14279 post-14279 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pied-de-vent-residence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/Pied-de-vent_AppareilArchitecture_\u00a9FelixMichaud_BR11-1-scaled-scaled.webp\" title=\"Pied-de-vent_AppareilArchitecture_\u00a9FelixMichaud_BR11-1-scaled\" alt=\"Pied-de-vent_AppareilArchitecture_\u00a9FelixMichaud_BR11-1-scaled\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pied-de-vent-residence\/\">Pied-de-vent residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-3826 post-3826 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/tsuga\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Appareil_Architecture_TSUGA_2025_\u00a9FelixMichaud_BR_013-scaled.jpg\" title=\"Appareil_Architecture_TSUGA_2025_\u00a9FelixMichaud_BR_013\" alt=\"Appareil_Architecture_TSUGA_2025_\u00a9FelixMichaud_BR_013\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/tsuga\/\">Tsuga Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-8743 post-8743 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/lecrin-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/Appareil_Architecture_DE-LECRIN_2024_\u00a9FelixMichaud_BR_019-scaled.jpg\" title=\"Appareil_Architecture_DE L\u00c9CRIN_2024_\u00a9FelixMichaud_BR_019\" alt=\"Appareil_Architecture_DE L\u00c9CRIN_2024_\u00a9FelixMichaud_BR_019\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/lecrin-2\/\">L&#8217;\u00c9crin residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-7250 post-7250 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/binome-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/Appareil_Architecture_LE-BINOME_\u00a9FelixMichaud_BR03-1-scaled-scaled.webp\" title=\"Appareil_Architecture_LE-BINOME_\u00a9FelixMichaud_BR03-1-scaled\" alt=\"Appareil_Architecture_LE-BINOME_\u00a9FelixMichaud_BR03-1-scaled\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/binome-2\/\">Binome Multi-housing<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-3729 post-3729 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/des-rapides-residence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Appareil_Architecture_DES-RAPIDES_2024_\u00a9FelixMichaud_BR_022-2-scaled.jpg\" title=\"Appareil_Architecture_DES RAPIDES_2024_\u00a9FelixMichaud_BR_022\" alt=\"Appareil_Architecture_DES RAPIDES_2024_\u00a9FelixMichaud_BR_022\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/des-rapides-residence\/\">Des Rapides Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4003 post-4003 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-experience-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/microcabine\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Appareil_Architecture_MICRO-CABINE-MEANDRE_2024_\u00a9FelixMichaud_BR_001-scaled.jpg\" title=\"Appareil_Architecture_MICRO CABINE MEANDRE_2024_\u00a9FelixMichaud_BR_001\" alt=\"Appareil_Architecture_MICRO CABINE MEANDRE_2024_\u00a9FelixMichaud_BR_001\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/microcabine\/\">Micro-cabine M\u00e9andre<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4736 post-4736 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/restaurantmelba\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Appareil_Architecture_MELBA_2023_\u00a9FelixMichaud_BR_002-scaled.jpg\" title=\"Appareil_Architecture_MELBA_2023_\u00a9FelixMichaud_BR_002\" alt=\"Appareil_Architecture_MELBA_2023_\u00a9FelixMichaud_BR_002\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/restaurantmelba\/\">Melba Restaurant<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-5122 post-5122 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/maxillotandem\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Appareil-architecture_MAXILLO-TANDEM_\u00a9FelixMichaud_001_-BR-scaled.jpg\" title=\"Appareil architecture_MAXILLO TANDEM_\u00a9FelixMichaud_001_ BR\" alt=\"Appareil architecture_MAXILLO TANDEM_\u00a9FelixMichaud_001_ BR\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/maxillotandem\/\">Maxillo Tandem Clinic<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12468 post-12468 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/unscentedcompany\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/Appareil_Architecture_UNSCENTED_2024_\u00a9FelixMichaud_BR_003-scaled.jpg\" title=\"Appareil_Architecture_UNSCENTED_2024_\u00a9FelixMichaud_BR_003\" alt=\"Appareil_Architecture_UNSCENTED_2024_\u00a9FelixMichaud_BR_003\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/unscentedcompany\/\">Unscented Installation<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-9090 post-9090 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/sapiniere\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREIL_architecture_LA-SAPINIERE_2021_Felix-Michaud_BR_016-scaled.jpg\" title=\"APPAREIL_architecture_LA SAPINI\u00c8RE_2021_Felix Michaud_BR_016\" alt=\"APPAREIL_architecture_LA SAPINI\u00c8RE_2021_Felix Michaud_BR_016\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/sapiniere\/\">Sapiniere residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-7189 post-7189 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pastelrita\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREILarchitecture_PASTEL-RITA_2018_\u00a9Felix-Michaud_BR_008.jpg\" title=\"APPAREILarchitecture_PASTEL RITA_2018_\u00a9F\u00e9lix Michaud_BR_008\" alt=\"APPAREILarchitecture_PASTEL RITA_2018_\u00a9F\u00e9lix Michaud_BR_008\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pastelrita\/\">Pastel Rita coffe shop<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12513 post-12513 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/hoogan\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_HOOGANetBEAUFORT_Montreal_2015_\u00a9AlisonSlattery_04-1.jpg\" title=\"APPAREILarchitecture_HOOGANetBEAUFORT_Montr\u00e9al_2015_\u00a9AlisonSlattery_04\" alt=\"APPAREILarchitecture_HOOGANetBEAUFORT_Montr\u00e9al_2015_\u00a9AlisonSlattery_04\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/hoogan\/\">Hoogan &#038; Beaufort Restaurant<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4461 post-4461 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en sous-categorie-experience-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/beside-habitat\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/APPAREIL_architecture_BESIDE_2021_Felix-Michaud_BR_036-scaled.jpg\" title=\"APPAREIL_architecture_BESIDE_2021_Felix Michaud_BR_036\" alt=\"APPAREIL_architecture_BESIDE_2021_Felix Michaud_BR_036\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/beside-habitat\/\">Beside Habitat<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-10715 post-10715 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/duversant\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/Appareil-Architecture-Residence-du-Versant-08-scaled.jpg\" title=\"Appareil Architecture &#8211; R\u00e9sidence du Versant 08\" alt=\"Appareil Architecture - R\u00e9sidence du Versant 08\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/duversant\/\">Du Versant Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4225 post-4225 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/catskillsresidence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Catskill_NY_APPAREIL-Architecure_\u00a9FelixMichaud_BR09-scaled.jpg\" title=\"Catskill_NY_APPAREIL Architecure_\u00a9FelixMichaud_BR09\" alt=\"Catskill_NY_APPAREIL Architecure_\u00a9FelixMichaud_BR09\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/catskillsresidence\/\">Catskills Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12971 post-12971 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/carousel\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/Appareil-Architecture-Collectif-Escargo-Le-Carroussel-R03-1-scaled.jpg\" title=\"Appareil Architecture &#038; Collectif Escargo &#8211; Le Carroussel &#8211; R03\" alt=\"Appareil Architecture &amp; Collectif Escargo - Le Carroussel - R03\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/carousel\/\">Real estate development Carousel<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-5195 post-5195 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/phenixresidence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/APPAREIL_architecture_Maison-PHENIX_2020_Felix-Michaud_BR_006-scaled.jpg\" title=\"APPAREIL_architecture_Maison PHENIX_2020_F\u00e9lix Michaud_BR_006\" alt=\"APPAREIL_architecture_Maison PHENIX_2020_F\u00e9lix Michaud_BR_006\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/phenixresidence\/\">Ph\u00e9nix Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4999 post-4999 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/cime\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/APPAREIL_architecture_CIME_2022_Felix-Michaud_BR_018-1.jpg\" title=\"APPAREIL_architecture_CIME_2022_F\u00e9lix Michaud_BR_018\" alt=\"APPAREIL_architecture_CIME_2022_F\u00e9lix Michaud_BR_018\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/cime\/\">De la Cime Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18779 post-18779 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/ludiq-multihousing\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/20241126_Presentatione_CCU-scaled-scaled.webp\" title=\"20241126_Presentatione_CCU-scaled\" alt=\"20241126_Presentatione_CCU-scaled\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/ludiq-multihousing\/\">L\u00dcDIQ Multi-housing<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-11154 post-11154 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/waterloo\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_WATERLOO_2018_\u00a9Felix-Michaud_BR_001.jpg\" title=\"APPAREILarchitecture_WATERLOO_2018_\u00a9F\u00e9lix Michaud_BR_001\" alt=\"APPAREILarchitecture_WATERLOO_2018_\u00a9F\u00e9lix Michaud_BR_001\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/waterloo\/\">Waterloo Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18518 post-18518 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en sous-categorie-institutionnel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/aurele-dubois-cultural-space-in-collaboration-with-archi-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/CGA_Preesentation-visuelle_compressed_compressed-1.jpg\" title=\"CGA_Pre\u0117sentation visuelle_compressed_compressed\" alt=\"CGA_Pre\u0117sentation visuelle_compressed_compressed\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/aurele-dubois-cultural-space-in-collaboration-with-archi-2\/\">Aur\u00e8le-Dubois Cultural Space<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-10577 post-10577 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/stoke\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_STOKE_2019_Felix-Michaud_BR_006.jpg\" title=\"APPAREILarchitecture_STOKE_2019_F\u00e9lix Michaud_BR_006\" alt=\"APPAREILarchitecture_STOKE_2019_F\u00e9lix Michaud_BR_006\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/stoke\/\">Stoke Atelier<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18902 post-18902 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en sous-categorie-institutionnel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/tourist-welcome-pavilion-study\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/190816_CHIBOUGAMAU_Prfoposition-1536x996-1.jpg\" title=\"190816_CHIBOUGAMAU_Prfoposition-1536&#215;996\" alt=\"190816_CHIBOUGAMAU_Prfoposition-1536x996\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/tourist-welcome-pavilion-study\/\">Tourist Welcome Pavilion Study<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4841 post-4841 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/les-sillages-residence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Appareil_Architecture_SILLAGES_2023_\u00a9FelixMichaud_BR_021-scaled.jpg\" title=\"Appareil_Architecture_SILLAGES_2023_\u00a9FelixMichaud_BR_021\" alt=\"Appareil_Architecture_SILLAGES_2023_\u00a9FelixMichaud_BR_021\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/les-sillages-residence\/\">Les Sillages Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18575 post-18575 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en sous-categorie-institutionnel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/study-for-the-lachine-maison-de-la-culture\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/230914_MAISONCULTURE_LACHINE_Rapport-FINAL_commCG20231220-1.jpg\" title=\"230914_MAISONCULTURE_LACHINE_Rapport-FINAL_commCG20231220\" alt=\"230914_MAISONCULTURE_LACHINE_Rapport-FINAL_commCG20231220\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/study-for-the-lachine-maison-de-la-culture\/\">Study for the Lachine Maison de la Culture<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-15798 post-15798 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/beside-furniture\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/APPAREIL_atelier_PILOTI_2021_Felix-Michaud_BR_002-scaled.jpg\" title=\"APPAREIL_atelier_PILOTI_2021_Felix Michaud_BR_002\" alt=\"APPAREIL_atelier_PILOTI_2021_Felix Michaud_BR_002\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/beside-furniture\/\">BESIDE Furniture<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-8831 post-8831 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/grandpic\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREILarchitecture_Projet-Grand-Pic_2017_Felix-Michaud_04.jpg\" title=\"APPAREILarchitecture_Projet Grand-Pic_2017_F\u00e9lix Michaud_04\" alt=\"APPAREILarchitecture_Projet Grand-Pic_2017_F\u00e9lix Michaud_04\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/grandpic\/\">Grand Pic Cottage<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-10644 post-10644 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/laemma\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/La_Emma_APPAREIL-Architecture_\u00a9FelixMichaud__2023_BR_02-scaled.jpg\" title=\"La_Emma_APPAREIL Architecture_\u00a9FelixMichaud__2023_BR_02\" alt=\"La_Emma_APPAREIL Architecture_\u00a9FelixMichaud__2023_BR_02\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/laemma\/\">La Emma House<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-19118 post-19118 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pret-a-camper-cottage-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/IMAGE-2-WEB.webp\" title=\"IMAGE-2-WEB\" alt=\"IMAGE-2-WEB\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pret-a-camper-cottage-2\/\">Pr\u00eat-\u00e0-camper Cottage<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4776 post-4776 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-commercial-en sous-categorie-experience-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/clochepencherestaurant\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/APPAREIL_architecture_CLOCHER-PENCHE_2020_Felix-Michaud_BR_015.jpg\" title=\"APPAREIL_architecture_CLOCHER PENCH\u00c9_2020_F\u00e9lix Michaud_BR_015\" alt=\"APPAREIL_architecture_CLOCHER PENCH\u00c9_2020_F\u00e9lix Michaud_BR_015\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/clochepencherestaurant\/\">Clocher Pench\u00e9 Restaurant<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-13045 post-13045 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en sous-categorie-institutionnel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/gadbois-recreation-center\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/Leclerc-Architectes-et-Appareil-Architecture-Centre-GADBOIS-Rendu-05-2.bmp\" title=\"Leclerc Architectes et Appareil Architecture &#8211; Centre GADBOIS &#8211; Rendu 05\" alt=\"Leclerc Architectes et Appareil Architecture - Centre GADBOIS - Rendu 05\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/gadbois-recreation-center\/\">Gadbois Recreation Center<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-10792 post-10792 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/trappeur\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_TRAPPEUR_2018_Felix-Michaud_BR_010-1.jpg\" title=\"APPAREILarchitecture_TRAPPEUR_2018_F\u00e9lix Michaud_BR_010\" alt=\"APPAREILarchitecture_TRAPPEUR_2018_F\u00e9lix Michaud_BR_010\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/trappeur\/\">Trappeur Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-20079 post-20079 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/charlevoix-residence-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/09\/CHARLEVOIX_maquette-1-scaled.jpg\" title=\"CHARLEVOIX_maquette 1\" alt=\"CHARLEVOIX_maquette 1\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/charlevoix-residence-2\/\">Charlevoix Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-9223 post-9223 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/labrechehouse-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREIL_architecture_LA-BRECHE_2020_Felix-Michaud_BR_017.jpg\" title=\"APPAREIL_architecture_LA BR\u00c8CHE_2020_F\u00e9lix Michaud_BR_017\" alt=\"APPAREIL_architecture_LA BR\u00c8CHE_2020_F\u00e9lix Michaud_BR_017\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/labrechehouse-2\/\">La Breche House<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18722 post-18722 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/erre-ecological-housing-prototype\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/CALQ_PRESENTATION_pour-revision5-1.jpg\" title=\"CALQ_PRE\u0301SENTATION_pour revision5\" alt=\"CALQ_PRE\u0301SENTATION_pour revision5\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/erre-ecological-housing-prototype\/\">ERRE (Ecological Housing Prototype)<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-19930 post-19930 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/petit-bois-residence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/08\/Appareil-Architecture_Projet-Petit-Bois-Lac-Creux_Rendu-03-scaled.png\" title=\"Appareil Architecture_Projet Petit Bois (Lac Creux)_Rendu 03\" alt=\"Appareil Architecture_Projet Petit Bois (Lac Creux)_Rendu 03\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/petit-bois-residence\/\">Petit Bois Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-19886 post-19886 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/riviere-boule-residence-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/08\/RIVIERE-BOULE_Pers.4-1.jpg\" title=\"RIVI\u00c8RE BOUL\u00c9_Pers.4\" alt=\"RIVI\u00c8RE BOUL\u00c9_Pers.4\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/riviere-boule-residence-2\/\">Rivi\u00e8re-Boul\u00e9 Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18339 post-18339 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/emerald-river-design-competition\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/20220401_EMERAUDE_Rendu_Cedriere_Etape_2_-hyper-media-innovation-1536x994-1.jpg\" title=\"20220401_EMERAUDE_Rendu_Cedriere_Etape_2_-hyper-media-innovation-1536&#215;994\" alt=\"20220401_EMERAUDE_Rendu_Cedriere_Etape_2_-hyper-media-innovation-1536x994\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/emerald-river-design-competition\/\">Emerald River Design Competition<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-10871 post-10871 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/descascades\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREIL_architecture_SAINT-ROMUALD_2023_Maxime-Brouillette_BR_007-scaled.jpg\" title=\"APPAREIL_architecture_SAINT ROMUALD_2023_Maxime Brouillette_BR_007\" alt=\"APPAREIL_architecture_SAINT ROMUALD_2023_Maxime Brouillette_BR_007\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/descascades\/\">Des Cascades Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-8960 post-8960 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/durocher\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREILarchitecture_DU-ROCHER_2019_Felix-Michaud_BR_12-scaled.jpg\" title=\"APPAREILarchitecture_DU ROCHER_2019_F\u00e9lix Michaud_BR_12\" alt=\"APPAREILarchitecture_DU ROCHER_2019_F\u00e9lix Michaud_BR_12\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/durocher\/\">Du Rocher residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-9284 post-9284 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/soeur\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREIL_architecture_MAISON-SOEUR_2020_Felix-Michaud_BR_010.jpg\" title=\"APPAREIL_architecture_MAISON SOEUR_2020_F\u00e9lix Michaud_BR_010\" alt=\"APPAREIL_architecture_MAISON SOEUR_2020_F\u00e9lix Michaud_BR_010\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/soeur\/\">Soeur Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12662 post-12662 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/w-station\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_STATION-W_2018_\u00a9Felix-Michaud_BR_009-1.jpg\" title=\"APPAREILarchitecture_STATION W_2018_\u00a9F\u00e9lix Michaud_BR_009\" alt=\"APPAREILarchitecture_STATION W_2018_\u00a9F\u00e9lix Michaud_BR_009\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/w-station\/\">W Station coffee shop<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-16487 post-16487 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pastel-rita-furniture\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREILarchitecture_PASTEL-RITA_2018_\u00a9Felix-Michaud_BR_001.jpg\" title=\"APPAREILarchitecture_PASTEL RITA_2018_\u00a9F\u00e9lix Michaud_BR_001\" alt=\"APPAREILarchitecture_PASTEL RITA_2018_\u00a9F\u00e9lix Michaud_BR_001\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/pastel-rita-furniture\/\">Pastel Rita Furniture<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-6536 post-6536 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/stdenis\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREILarchitecture_BAR-ST-DENIS_2019_Felix-Michaud_BR_005-scaled.jpg\" title=\"APPAREILarchitecture_BAR ST-DENIS_2019_F\u00e9lix Michaud_BR_005\" alt=\"APPAREILarchitecture_BAR ST-DENIS_2019_F\u00e9lix Michaud_BR_005\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/stdenis\/\">St-Denis Bar<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12331 post-12331 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/gordon\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_GORDON_2019_Felix-Michaud_BR_05-1.jpg\" title=\"APPAREILarchitecture_GORDON_2019_F\u00e9lix Michaud_BR_05\" alt=\"APPAREILarchitecture_GORDON_2019_F\u00e9lix Michaud_BR_05\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/gordon\/\">Gordon Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12391 post-12391 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/bordeaux\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/BORDEAUX_APPAREIL-Architecture_\u00a9FelixMichaud__2023_BR_05-scaled.jpg\" title=\"BORDEAUX_APPAREIL Architecture_\u00a9FelixMichaud__2023_BR_05\" alt=\"BORDEAUX_APPAREIL Architecture_\u00a9FelixMichaud__2023_BR_05\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/bordeaux\/\">Bordeaux Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18438 post-18438 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/marie-victorin-residence\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/MV_ARRIERE-1.png\" title=\"MV_ARRIERE 1\" alt=\"MV_ARRIERE 1\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/marie-victorin-residence\/\">Marie-Victorin Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12767 post-12767 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/battuto\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_Restaurant-BATTUTO_Quebec_2016_\u00a9Felix-Michaud_WEB_003.jpg\" title=\"APPAREILarchitecture_Restaurant BATTUTO_Qu\u00e9bec_2016_\u00a9F\u00e9lix Michaud_WEB_003\" alt=\"APPAREILarchitecture_Restaurant BATTUTO_Qu\u00e9bec_2016_\u00a9F\u00e9lix Michaud_WEB_003\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/battuto\/\">Battuto Restaurant<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12581 post-12581 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/lastlittlepig\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_METIS_2019_Felix-Michaud_BR_01-scaled.jpg\" title=\"APPAREILarchitecture_METIS_2019_F\u00e9lix Michaud_BR_01\" alt=\"APPAREILarchitecture_METIS_2019_F\u00e9lix Michaud_BR_01\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/lastlittlepig\/\">The Last Little Pig Installation<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12734 post-12734 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-experience-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/st-henri\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_CAFE-ST-HENRI_2019_Felix-Michaud_BR_06.jpg\" title=\"APPAREILarchitecture_CAFE ST-HENRI_2019_F\u00e9lix Michaud_BR_06\" alt=\"APPAREILarchitecture_CAFE ST-HENRI_2019_F\u00e9lix Michaud_BR_06\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/st-henri\/\">Saint-Henri Coffee<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-16372 post-16372 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/souk-furniture\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/APPAREIL_atelier_HETA_2020_Felix-Michaud_BR_003-scaled.jpg\" title=\"APPAREIL_atelier_HETA_2020_F\u00e9lix Michaud_BR_003\" alt=\"APPAREIL_atelier_HETA_2020_F\u00e9lix Michaud_BR_003\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/souk-furniture\/\">Souk Furniture<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12633 post-12633 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/photophore\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/DSCF0563_BLD_5-3.jpg\" title=\"DSCF0563_BLD_5\" alt=\"DSCF0563_BLD_5\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/photophore\/\">Photophore installation<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-6657 post-6657 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/binome-furniture\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/Appareil_Architecture_LE-BINOME_\u00a9FelixMichaud_BR13-scaled.jpg\" title=\"Appareil_Architecture_LE BIN\u00d4ME_\u00a9FelixMichaud_BR13\" alt=\"Appareil_Architecture_LE BIN\u00d4ME_\u00a9FelixMichaud_BR13\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/binome-furniture\/\">Binome Furniture<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-13110 post-13110 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/marmier\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREILarchitecture_MARMIER_2019_Felix-Michaud_BR_002-1-scaled.jpg\" title=\"APPAREILarchitecture_MARMIER_2019_F\u00e9lix Michaud_BR_002\" alt=\"APPAREILarchitecture_MARMIER_2019_F\u00e9lix Michaud_BR_002\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/marmier\/\">Marmier Boutique<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-9159 post-9159 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/les-voisines\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/APPAREIL_architecture_LES-VOISINES_2021_Felix-Michaud_BR_002.jpg\" title=\"APPAREIL_architecture_LES VOISINES_2021_F\u00e9lix Michaud_BR_002\" alt=\"APPAREIL_architecture_LES VOISINES_2021_F\u00e9lix Michaud_BR_002\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/les-voisines\/\">Les Voisines Cottage<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18474 post-18474 projet type-projet status-publish has-post-thumbnail hentry categorie-p-etudes-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/jardin-racine-installation\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/Vue-axono-2-scaled.png\" title=\"Vue-axono\" alt=\"Vue-axono\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/jardin-racine-installation\/\">Jardins Racine Installation<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-18573 post-18573 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-commercial-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/waves-coffee-shop\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/07\/78A8780-e1752164594898.jpg\" title=\"_78A8780\" alt=\"_78A8780\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/waves-coffee-shop\/\">Waves Coffee shop<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-4059 post-4059 projet type-projet status-publish has-post-thumbnail hentry categorie-p-architecture-en sous-categorie-institutionnel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/etincelle-labecole\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/Lab_Ecole_MaximeBrouillet_BR_16.jpg\" title=\"Lab_\u00c9cole_MaximeBrouillet_BR_16\" alt=\"Lab_\u00c9cole_MaximeBrouillet_BR_16\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/etincelle-labecole\/\">L&#8217;Etincelle School &#8211; Lab \u00c9cole project<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-5094 post-5094 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/lambert-fils\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/03\/6.-3-avril-_APPAREIL_atelier_DRAVE-scaled.jpg\" title=\"6. 3 avril _APPAREIL_atelier_DRAVE\" alt=\"6. 3 avril _APPAREIL_atelier_DRAVE\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/lambert-fils\/\">Appareil x Lambert &#038; Fils<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-12422 post-12422 projet type-projet status-publish has-post-thumbnail hentry categorie-p-design-en sous-categorie-residentiel-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/gouin\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/05\/APPAREIL_architecture_GOUIN_2022_Felix-Michaud_BR_003-scaled.jpg\" title=\"APPAREIL_architecture_GOUIN_2022_F\u00e9lix Michaud_BR_003\" alt=\"APPAREIL_architecture_GOUIN_2022_F\u00e9lix Michaud_BR_003\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/gouin\/\">Gouin Residence<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-16074 post-16074 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/jardin-des-metis\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/06\/APPAREIL-Atelier_Chaise-elsie_2022_Nancy-Guignard_BR.02.webp\" title=\"APPAREIL-Atelier_Chaise-elsie_2022_Nancy-Guignard_BR.02\" alt=\"APPAREIL-Atelier_Chaise-elsie_2022_Nancy-Guignard_BR.02\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/jardin-des-metis\/\">Jardin des M\u00e9tis Furniture<\/a><\/h3>\t\t\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 data-elementor-type=\"loop-item\" data-elementor-id=\"747\" class=\"elementor elementor-747 e-loop-item e-loop-item-6599 post-6599 projet type-projet status-publish has-post-thumbnail hentry categorie-p-mobilier-en sous-categorie-objet-en\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-61e542d e-con-full e-flex e-con e-parent\" data-id=\"61e542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66f7e74 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"66f7e74\" data-element_type=\"widget\" data-e-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\t\t\t<a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/castcollection\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/appareilarchitecture.com\/wp-content\/uploads\/2025\/04\/02_cast_appareil_x_snoc_production_\u00a9lambertrainville2024-scaled.jpg\" title=\"02_cast_appareil_x_snoc_production_\u00a9lambertrainville2024\" alt=\"02_cast_appareil_x_snoc_production_\u00a9lambertrainville2024\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\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-c716bff elementor-widget elementor-widget-heading\" data-id=\"c716bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/appareilarchitecture.com\/en\/projet\/castcollection\/\">Cast Collection<\/a><\/h3>\t\t\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>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Architecture Residential Interior Design Residential Furniture Studies<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3584","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/pages\/3584","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/comments?post=3584"}],"version-history":[{"count":22,"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/pages\/3584\/revisions"}],"predecessor-version":[{"id":19517,"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/pages\/3584\/revisions\/19517"}],"wp:attachment":[{"href":"https:\/\/appareilarchitecture.com\/en\/wp-json\/wp\/v2\/media?parent=3584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}