301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mmont.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="fr-FR" > <head> <meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" /><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta name="format-detection" content="telephone=no"><script type="text/javascript">var ajaxurl = "https://www.meubles-montagnards.com/wp-admin/admin-ajax.php";</script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style id="critical-path-css" type="text/css"> body,html{width:100%;height:100%;margin:0;padding:0}.page-preloader{top:0;left:0;z-index:999;position:fixed;height:100%;width:100%;text-align:center}.preloader-preview-area{-webkit-animation-delay:-.2s;animation-delay:-.2s;top:50%;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);margin-top:10px;max-height:calc(50% - 20px);opacity:1;width:100%;text-align:center;position:absolute}.preloader-logo{max-width:90%;top:50%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin:-10px auto 0 auto;max-height:calc(50% - 20px);opacity:1;position:relative}.ball-pulse>div{width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:ball-pulse .75s infinite cubic-bezier(.2,.68,.18,1.08);animation:ball-pulse .75s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(1){-webkit-animation-delay:-.36s;animation-delay:-.36s}.ball-pulse>div:nth-child(2){-webkit-animation-delay:-.24s;animation-delay:-.24s}.ball-pulse>div:nth-child(3){-webkit-animation-delay:-.12s;animation-delay:-.12s}@-webkit-keyframes ball-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px) translateX(-10px);-ms-transform:translateY(-15px) translateX(-10px);transform:translateY(-15px) translateX(-10px);display:inline-block}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{height:36px;width:36px;top:7px;left:-7px;-webkit-animation:ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:50px;height:50px;left:-16px;top:-2px;background:0 0;border:2px solid;-webkit-animation:ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-clip-rotate-pulse-scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin{display:inline-block}.square-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:50px;height:50px;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px);display:inline-block}.cube-transition>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:15px;height:15px;position:absolute;top:-5px;left:-5px;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.ball-scale>div{border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.line-scale>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;width:5px;height:50px;border-radius:2px;margin:2px}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.5s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.5s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}@-webkit-keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);display:inline-block}.ball-scale-multiple>div{border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;margin:2px;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:50px;height:50px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-pulse-sync{display:inline-block}.ball-pulse-sync>div{width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.21s infinite ease-in-out;animation:ball-pulse-sync .6s -.21s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.transparent-circle{display:inline-block;border-top:.5em solid rgba(255,255,255,.2);border-right:.5em solid rgba(255,255,255,.2);border-bottom:.5em solid rgba(255,255,255,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:transparent-circle 1.1s infinite linear;animation:transparent-circle 1.1s infinite linear;width:50px;height:50px;border-radius:50%}.transparent-circle:after{border-radius:50%;width:10em;height:10em}@-webkit-keyframes transparent-circle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes transparent-circle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px;display:inline-block}.ball-spin-fade-loader>div{width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;-webkit-animation:ball-spin-fade-loader 1s infinite linear;animation:ball-spin-fade-loader 1s infinite linear}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;animation-delay:-.84s;-webkit-animation-delay:-.84s}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;animation-delay:-.72s;-webkit-animation-delay:-.72s}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;animation-delay:-.6s;-webkit-animation-delay:-.6s}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;animation-delay:-.48s;-webkit-animation-delay:-.48s}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;animation-delay:-.36s;-webkit-animation-delay:-.36s}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;animation-delay:-.24s;-webkit-animation-delay:-.24s}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;animation-delay:-.12s;-webkit-animation-delay:-.12s}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;animation-delay:0s;-webkit-animation-delay:0s}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}} </style> <!-- This site is optimized with the Yoast SEO plugin v16.7 - https://yoast.com/wordpress/plugins/seo/ --> <title>Meubles Montagnards : ameublement & déco | Cuisiniste & rénovation</title> <meta name="description" content="Bienvenue aux Meubles Montagnards, boutique d'ameublement et de décoration. Cuisiniste et service de rénovation. Infos au 04 50 02 23 34" /> <link rel="canonical" href="https://www.meubles-montagnards.com/" /> <meta property="og:locale" content="fr_FR" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Meubles Montagnards : ameublement & déco | Cuisiniste & rénovation" /> <meta property="og:description" content="Bienvenue aux Meubles Montagnards, boutique d'ameublement et de décoration. Cuisiniste et service de rénovation. Infos au 04 50 02 23 34" /> <meta property="og:url" content="https://www.meubles-montagnards.com/" /> <meta property="og:site_name" content="Meubles Montagnards" /> <meta property="article:modified_time" content="2024-12-02T16:32:49+00:00" /> <meta property="og:image" content="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg-1024x1024.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Durée de lecture est." /> <meta name="twitter:data1" content="7 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.meubles-montagnards.com/#website","url":"https://www.meubles-montagnards.com/","name":"Meubles Montagnards","description":"D\u00e9coration, ameublement, cuisine, r\u00e9novation","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.meubles-montagnards.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"ImageObject","@id":"https://www.meubles-montagnards.com/#primaryimage","inLanguage":"fr-FR","url":"https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg.png","contentUrl":"https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg.png","width":554,"height":554},{"@type":"WebPage","@id":"https://www.meubles-montagnards.com/#webpage","url":"https://www.meubles-montagnards.com/","name":"Meubles Montagnards : ameublement & d\u00e9co | Cuisiniste & r\u00e9novation","isPartOf":{"@id":"https://www.meubles-montagnards.com/#website"},"primaryImageOfPage":{"@id":"https://www.meubles-montagnards.com/#primaryimage"},"datePublished":"2021-04-16T08:30:29+00:00","dateModified":"2024-12-02T16:32:49+00:00","description":"Bienvenue aux Meubles Montagnards, boutique d'ameublement et de d\u00e9coration. Cuisiniste et service de r\u00e9novation. Infos au 04 50 02 23 34","breadcrumb":{"@id":"https://www.meubles-montagnards.com/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://www.meubles-montagnards.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.meubles-montagnards.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Meubles Montagnards » Flux" href="https://www.meubles-montagnards.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Meubles Montagnards » Flux des commentaires" href="https://www.meubles-montagnards.com/comments/feed/" /> <link rel="shortcut icon" href="https://meubles-montagnards.com/wp-content/uploads/2021/07/favicone.png" /> <script type="text/javascript">window.abb = {};php = {};window.PHP = {};PHP.ajax = "https://www.meubles-montagnards.com/wp-admin/admin-ajax.php";PHP.wp_p_id = "10";var mk_header_parallax, mk_banner_parallax, mk_page_parallax, mk_footer_parallax, mk_body_parallax;var mk_images_dir = "https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/images",mk_theme_js_path = "https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/js",mk_theme_dir = "https://www.meubles-montagnards.com/wp-content/themes/jupiter",mk_captcha_placeholder = "Enter Captcha",mk_captcha_invalid_txt = "Invalid. Try again.",mk_captcha_correct_txt = "Captcha correct.",mk_responsive_nav_width = 1140,mk_vertical_header_back = "Back",mk_vertical_header_anim = "1",mk_check_rtl = true,mk_grid_width = 1140,mk_ajax_search_option = "fullscreen_search",mk_preloader_bg_color = "#fff",mk_accent_color = "#ffffff",mk_go_to_top = "true",mk_smooth_scroll = "true",mk_preloader_bar_color = "#ffffff",mk_preloader_logo = "";var mk_header_parallax = false,mk_banner_parallax = false,mk_footer_parallax = false,mk_body_parallax = false,mk_no_more_posts = "No More Posts",mk_typekit_id = "",mk_google_fonts = ["Assistant:100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,100,200,300,400,500,600,700,800,900","Roboto:100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,100,200,300,400,500,600,700,800,900"],mk_global_lazyload = true;</script><link rel='stylesheet' id='mkhb-render-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/css/mkhb-render.css?ver=6.4.0' type='text/css' media='all' /> <style id='mkhb-inline-css' type='text/css'> #cja29v4kw000k3c60y1qoilgh .mkhb-button-el__link { width:230px;background-color:rgba(148,146,245,0);border-radius:2px;padding:10px 0 10px 0;margin:0 10px 0 0;font-weight:400;border-color:rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1); }#cja29v4kw000k3c60y1qoilgh .mkhb-button-el__link:hover { color:rgba(255,255,255,1);background-color:rgba(143,2,2,1); }#cja29v8i1000n3c604mrgq12d .mkhb-button-el__link { width:130px;background-color:rgba(255,255,255,0);border-radius:2px;padding:10px 0 10px 0;font-size:13px;border-color:rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1); }#cja29v8i1000n3c604mrgq12d .mkhb-button-el__link:hover { color:rgba(255,255,255,1);background-color:rgba(143,2,2,1); }#cja0zvuf3001w3c606ti7gmi0 { background-color:rgba(143,2,2,1); }#cja0zvuf3001w3c606ti7gmi0 > .mkhb-row__container { max-width:1200px; }#cja0ysvog00083c60c3r3vip5 .mkhb-logo-el__image { width:350px; }#cja0y3t7d000b3c60b8zifutj { vertical-align:middle; } #cja0yszj5000b3c609y243mmd.mkhb-nav-container { margin:0; z-index:301; text-align:right; display:inline-block; vertical-align:top; } #cja0yszj5000b3c609y243mmd .mkhb-navigation-ul > li.menu-item > a.menu-item-link { color:rgba(0,0,0,1); padding:15px 15px 15px 15px; font-size:14px; font-weight:; margin-right:; } #cja0yszj5000b3c609y243mmd .mkhb-navigation-ul > li.menu-item:last-of-type > a.menu-item-link { margin-right:0; } #cja0yszj5000b3c609y243mmd .mkhb-navigation ul.sub-menu a.menu-item-link { color:rgba(68,68,68,1); font-size:; font-weight:; } #cja0yszj5000b3c609y243mmd .mkhb-navigation li.hb-no-mega-menu ul.sub-menu { background-color:rgba(226,226,226,1); } #cja0yszj5000b3c609y243mmd .mkhb-navigation ul.sub-menu a.menu-item-link:hover, #cja0yszj5000b3c609y243mmd .mkhb-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, #cja0yszj5000b3c609y243mmd .mkhb-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link { background-color:rgba(148,146,245,0); color:rgba(143,2,2,1); } #cja0yszj5000b3c609y243mmd-wrap .mkhb-navigation-resp__ul > li > a { font-family:Roboto; font-weight:; font-size:14px; color:rgba(0,0,0,1); background-color:; } #cja0yszj5000b3c609y243mmd-wrap .mkhb-navigation-resp__ul > li:hover > a { color:rgba(143,2,2,1); background-color:rgba(143,2,2,0); } #cja0yszj5000b3c609y243mmd-wrap .mkhb-navigation-resp__ul > li > ul { background-color:rgba(226,226,226,1); } #cja0yszj5000b3c609y243mmd-wrap .mkhb-navigation-resp__ul > li > ul li a { font-family:Roboto; font-weight:; font-size:; color:rgba(68,68,68,1); } #cja0yszj5000b3c609y243mmd-wrap .mkhb-navigation-resp__ul > li > ul li:hover > a { color:rgba(143,2,2,1); background-color:rgba(148,146,245,0); } #cja0yszj5000b3c609y243mmd.mkhb-menu-nav-style-text a { font-family:Roboto; } #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.menu-item>a.menu-item-link:after { background-color:initial; } #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.menu-item:hover>a.menu-item-link, #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.current-menu-ancestor>a.menu-item-link, #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.current-menu-item>a.menu-item-link { color:rgba(143,2,2,1); } #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.menu-item:hover>a.menu-item-link::after, #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.current-menu-ancestor>a.menu-item-link:after, #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.current-menu-item>a.menu-item-link:after { background-color:rgba(143,2,2,0); } .mkhb-navigation-resp__wrap { background-color:#fff; } .mkhb-navigation-resp__menu > div { background-color:#444444; } .mkhb-navigation-resp__ul li ul li .megamenu-title:hover, .mkhb-navigation-resp__ul li ul li .megamenu-title, .mkhb-navigation-resp__ul li a, .mkhb-navigation-resp__ul li ul li a:hover, .mkhb-navigation-resp__ul .mkhb-navigation-resp__arrow { color:#444444; } #cja0y3t7d000e3c606qy0r66w { padding:15px 0 0 0;vertical-align:middle; }#cja0y3t7d00083c600cxvs5hd > .mkhb-row__container { max-width:1200px; }#cja0y3t7d00083c600cxvs5hd .mkhb-row__container { padding:20px 0 20px 0; }#cja29v4kw000j3c60z98hbi9c .mkhb-button-el__link { width:230px;background-color:rgba(148,146,245,0);border-radius:2px;padding:10px 0 10px 0;margin:0 10px 0 0;font-weight:400;border-color:rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1); }#cja29v4kw000j3c60z98hbi9c .mkhb-button-el__link:hover { color:rgba(255,255,255,1);background-color:rgba(143,2,2,1); }#cja29v8i1000m3c60ut2e5v4a .mkhb-button-el__link { width:130px;background-color:rgba(255,255,255,0);border-radius:2px;padding:10px 0 10px 0;font-size:13px;border-color:rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1) rgba(255,255,255,1); }#cja29v8i1000m3c60ut2e5v4a .mkhb-button-el__link:hover { color:rgba(255,255,255,1);background-color:rgba(143,2,2,1); }#cja0zvuf3001v3c600f7lyuul { background-color:rgba(143,2,2,1); }#cja0zvuf3001v3c600f7lyuul > .mkhb-row__container { max-width:1200px; }#cja0zvuf3001v3c600f7lyuul .mkhb-row__container { padding:20px 0 20px 0; }#cja0ysvog00073c601teqdxbd .mkhb-logo-el__image { width:140px; }#cja0y3t7d000a3c60nhj63q5l { vertical-align:middle; } #cja0yszj5000a3c60xddm65a3.mkhb-nav-container { margin:0; z-index:301; text-align:right; display:inline-block; vertical-align:top; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-ul > li.menu-item > a.menu-item-link { color:rgba(0,0,0,1); padding:15px 15px 15px 15px; font-size:14px; font-weight:; margin-right:; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-ul > li.menu-item:last-of-type > a.menu-item-link { margin-right:0; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation ul.sub-menu a.menu-item-link { color:rgba(68,68,68,1); font-size:; font-weight:; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation li.hb-no-mega-menu ul.sub-menu { background-color:rgba(226,226,226,1); } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation ul.sub-menu a.menu-item-link:hover, #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link { background-color:rgba(148,146,245,0); color:rgba(143,2,2,1); } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__ul > li > a { font-family:Roboto; font-weight:; font-size:14px; color:rgba(0,0,0,1); background-color:; } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__ul > li:hover > a { color:rgba(143,2,2,1); background-color:rgba(143,2,2,0); } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__ul > li > ul { background-color:rgba(226,226,226,1); } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__ul > li > ul li a { font-family:Roboto; font-weight:; font-size:; color:rgba(68,68,68,1); } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__ul > li > ul li:hover > a { color:rgba(143,2,2,1); background-color:rgba(148,146,245,0); } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp { text-align:right; display:inline-block; vertical-align:top; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__box { background:; border-radius:; padding:15px 15px 15px 15px; border-top:0 solid #ffffff; border-right:0 solid #ffffff; border-bottom:0 solid #ffffff; border-left:0 solid #ffffff; height:44px;width:45px; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__bar, #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__bar:after, #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__bar:before { width:15px; height:2px; background:; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__box:hover { background:; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar, #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar:after, #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar:before { background:; } #cja0yszj5000a3c60xddm65a3 .fullscreen-active .mkhb-navigation-resp__bar, #cja0yszj5000a3c60xddm65a3 .fullscreen-active .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar { background:rgba( 255, 255, 255, 0 ); } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__bar { transform:translateY(6px); } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__bar:before { bottom:6px; } #cja0yszj5000a3c60xddm65a3 .mkhb-navigation-resp__bar:after { top:6px; } #cja0yszj5000a3c60xddm65a3 .fullscreen-active .mkhb-navigation-resp__bar:after { top:0; } #cja0yszj5000a3c60xddm65a3 .fullscreen-active .mkhb-navigation-resp__bar:before { bottom:0; } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__arrow { line-height:52px; } #cja0yszj5000a3c60xddm65a3-wrap .mkhb-navigation-resp__ul > li > a { padding-top:15px; padding-bottom:15px; } @media (max-width:767px) { #cja0yszj5000a3c60xddm65a3.mkhb-el-tablet { display:none !important; } } @media (min-width:768px) and (max-width:1024px) { #cja0yszj5000a3c60xddm65a3.mkhb-el-mobile { display:none !important; } } @media (min-width:1025px) { #cja0yszj5000a3c60xddm65a3.mkhb-el-tablet, #cja0yszj5000a3c60xddm65a3.mkhb-el-mobile { display:none !important; } } .mkhb-navigation-resp__wrap { background-color:#fff; } .mkhb-navigation-resp__menu > div { background-color:#444444; } .mkhb-navigation-resp__ul li ul li .megamenu-title:hover, .mkhb-navigation-resp__ul li ul li .megamenu-title, .mkhb-navigation-resp__ul li a, .mkhb-navigation-resp__ul li ul li a:hover, .mkhb-navigation-resp__ul .mkhb-navigation-resp__arrow { color:#444444; } #cja0y3t7d000d3c601emj6htv { vertical-align:middle; }#cja0y3t7d00073c60yga1gl6u > .mkhb-row__container { max-width:1200px; }#cja0y3t7d00073c60yga1gl6u .mkhb-row__container { padding:20px 0 20px 0; }#cja0ysvog00063c60jswx21yh .mkhb-logo-el__image { width:140px; }#cja0y3t7d00093c601p56yc0q { vertical-align:middle; } #cja0yszj500093c60yntrrjy6.mkhb-nav-container { margin:35px 0 0 0; z-index:301; text-align:right; display:inline-block; vertical-align:top; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-ul > li.menu-item > a.menu-item-link { color:rgba(0,0,0,1); padding:15px 15px 15px 15px; font-size:14px; font-weight:; margin-right:; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-ul > li.menu-item:last-of-type > a.menu-item-link { margin-right:0; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation ul.sub-menu a.menu-item-link { color:rgba(68,68,68,1); font-size:; font-weight:; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation li.hb-no-mega-menu ul.sub-menu { background-color:rgba(226,226,226,1); } #cja0yszj500093c60yntrrjy6 .mkhb-navigation ul.sub-menu a.menu-item-link:hover, #cja0yszj500093c60yntrrjy6 .mkhb-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link, #cja0yszj500093c60yntrrjy6 .mkhb-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link { background-color:rgba(148,146,245,0); color:rgba(143,2,2,1); } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__ul > li > a { font-family:Roboto; font-weight:; font-size:14px; color:rgba(0,0,0,1); background-color:; } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__ul > li:hover > a { color:rgba(143,2,2,1); background-color:rgba(143,2,2,0); } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__ul > li > ul { background-color:rgba(226,226,226,1); } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__ul > li > ul li a { font-family:Roboto; font-weight:; font-size:; color:rgba(68,68,68,1); } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__ul > li > ul li:hover > a { color:rgba(143,2,2,1); background-color:rgba(148,146,245,0); } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp { text-align:right; display:inline-block; vertical-align:top; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__box { background:; border-radius:; padding:15px 15px 15px 15px; border-top:0 solid #ffffff; border-right:0 solid #ffffff; border-bottom:0 solid #ffffff; border-left:0 solid #ffffff; height:44px;width:45px; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__bar, #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__bar:after, #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__bar:before { width:15px; height:2px; background:; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__box:hover { background:; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar, #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar:after, #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar:before { background:; } #cja0yszj500093c60yntrrjy6 .fullscreen-active .mkhb-navigation-resp__bar, #cja0yszj500093c60yntrrjy6 .fullscreen-active .mkhb-navigation-resp__box:hover .mkhb-navigation-resp__bar { background:rgba( 255, 255, 255, 0 ); } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__bar { transform:translateY(6px); } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__bar:before { bottom:6px; } #cja0yszj500093c60yntrrjy6 .mkhb-navigation-resp__bar:after { top:6px; } #cja0yszj500093c60yntrrjy6 .fullscreen-active .mkhb-navigation-resp__bar:after { top:0; } #cja0yszj500093c60yntrrjy6 .fullscreen-active .mkhb-navigation-resp__bar:before { bottom:0; } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__arrow { line-height:52px; } #cja0yszj500093c60yntrrjy6-wrap .mkhb-navigation-resp__ul > li > a { padding-top:15px; padding-bottom:15px; } @media (max-width:767px) { #cja0yszj500093c60yntrrjy6.mkhb-el-tablet { display:none !important; } } @media (min-width:768px) and (max-width:1024px) { #cja0yszj500093c60yntrrjy6.mkhb-el-mobile { display:none !important; } } @media (min-width:1025px) { #cja0yszj500093c60yntrrjy6.mkhb-el-tablet, #cja0yszj500093c60yntrrjy6.mkhb-el-mobile { display:none !important; } } .mkhb-navigation-resp__wrap { background-color:#fff; } .mkhb-navigation-resp__menu > div { background-color:#444444; } .mkhb-navigation-resp__ul li ul li .megamenu-title:hover, .mkhb-navigation-resp__ul li ul li .megamenu-title, .mkhb-navigation-resp__ul li a, .mkhb-navigation-resp__ul li ul li a:hover, .mkhb-navigation-resp__ul .mkhb-navigation-resp__arrow { color:#444444; } #cja0y3t7d000c3c60hprpdtxs { vertical-align:middle; }#cja0y3t7d00063c60ws3wlkxk > .mkhb-row__container { max-width:1200px; }#cja0y3t7d00063c60ws3wlkxk .mkhb-row__container { padding:20px 0 20px 0; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.meubles-montagnards.com/wp-includes/css/dist/block-library/style.min.css?ver=6.3.1' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='euis-css' href='https://www.meubles-montagnards.com/wp-content/plugins/unlimited-elementor-inner-sections-by-taspristudio/public/css/euis-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='theme-styles-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/min/full-styles.6.4.0.css?ver=1565962676' type='text/css' media='all' /> <style id='theme-styles-inline-css' type='text/css'> body { background-color:#fff; } .hb-custom-header #mk-page-introduce, .mk-header { background-color:#f7f7f7;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover; } .hb-custom-header > div, .mk-header-bg { background-color:#fff; } .mk-classic-nav-bg { background-color:#fff; } .master-holder-bg { background-color:#fff; } #mk-footer { background-color:rgba(68,68,68,0);background-image:url(https://dev.meubles-montagnards.com/wp-content/uploads/2021/06/sans-titre-1-2.jpg);background-repeat:no-repeat;background-position:center top;background-attachment:scroll; } #mk-boxed-layout { -webkit-box-shadow:0 0 px rgba(0, 0, 0, ); -moz-box-shadow:0 0 px rgba(0, 0, 0, ); box-shadow:0 0 px rgba(0, 0, 0, ); } .mk-news-tab .mk-tabs-tabs .is-active a, .mk-fancy-title.pattern-style span, .mk-fancy-title.pattern-style.color-gradient span:after, .page-bg-color { background-color:#fff; } .page-title { font-size:20px; color:#4d4d4d; text-transform:uppercase; font-weight:400; letter-spacing:2px; } .page-subtitle { font-size:14px; line-height:100%; color:#a3a3a3; font-size:14px; text-transform:none; } .mk-header { border-bottom:1px solid #ededed; } .header-style-1 .mk-header-padding-wrapper, .header-style-2 .mk-header-padding-wrapper, .header-style-3 .mk-header-padding-wrapper { padding-top:126px; } .mk-process-steps[max-width~="950px"] ul::before { display:none !important; } .mk-process-steps[max-width~="950px"] li { margin-bottom:30px !important; width:100% !important; text-align:center; } .mk-event-countdown-ul[max-width~="750px"] li { width:90%; display:block; margin:0 auto 15px; } .compose-mode .vc_element-name .vc_btn-content { height:auto !important; } p:not(.form-row):not(.woocommerce-mini-cart__empty-message):not(.woocommerce-mini-cart__total):not(.woocommerce-mini-cart__buttons):not(.mk-product-total-name):not(.woocommerce-result-count), .woocommerce-customer-details address { font-family:Assistant } @font-face { font-family:'star'; src:url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.eot'); src:url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.eot?#iefix') format('embedded-opentype'), url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.woff') format('woff'), url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.ttf') format('truetype'), url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/star/font.svg#star') format('svg'); font-weight:normal; font-style:normal; } @font-face { font-family:'WooCommerce'; src:url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.eot'); src:url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.eot?#iefix') format('embedded-opentype'), url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.woff') format('woff'), url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.ttf') format('truetype'), url('https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/stylesheet/fonts/woocommerce/font.svg#WooCommerce') format('svg'); font-weight:normal; font-style:normal; }@font-face { font-family:"look-script"; src:url("https://use.typekit.net/af/39550f/00000000000000007735cb51/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/39550f/00000000000000007735cb51/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/39550f/00000000000000007735cb51/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-display:auto;font-style:normal;font-weight:400; } #cja0yszj5000b3c609y243mmd .mkhb-navigation-ul > li.menu-item > a.menu-item-link { padding:10px !important; } .visite_virtuelle strong{ margin-bottom:-45px !important; z-index:2 !important; text-align:center; font-family:'look-script' !important; font-size:45px; } .master-holder h2 { font-family:"typotitle" !important; } h3.elementor-heading-title.elementor-size-default { font-family:'look-script'; font-size:30px; text-align:center; } h2.elementor-heading-title.elementor-size-default { font-family:'look-script' !important; font-size:40px; !important } .more_info p { font-family:'look-script' !important; font-size:25px; } .more_information p { font-family:'look-script' !important; font-size :25px; } span.mk-progress-button-content { color:#8f0202; } .mentions_legales a{ color:#8f0202; } .mentions_legales a:hover{ color:#8f0202 !important; } .bas-montagne-rouge::after { content:' '; display:block; position:absolute; bottom:-60px; right:0; width:100%; height:150px; background:url(/wp-content/uploads/2021/06/sans-titre-2-1.png) top center no-repeat; background-size:100%; background-repeat:no-repeat; } .bas-montagne-rouge-deux::after { content:' '; display:block; position:absolute; bottom:-490px; right:0; width:100%; height:150px; background:url(/wp-content/uploads/2021/06/sans-titre-2-1.png) top center no-repeat; background-size:100%; background-repeat:no-repeat; } .carre_accueil { position:relative !important; margin:45px; bottom:135px; } .texte_service_accueil { margin-top:-155px; } #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.menu-item:hover>a.menu-item-link, #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.current-menu-ancestor>a.menu-item-link, #cja0yszj5000b3c609y243mmd.mkhb-menu-hover-style-4 .mkhb-navigation-ul>li.current-menu-item>a.menu-item-link { background-color:rgba(143,2,2,1) !important; color:white !important; border-radius:15px !important; } .texte_white p { color:white !important; } #theme-page .theme-page-wrapper .theme-content { padding:0 20px 30px; } #theme-page .theme-page-wrapper { margin:0 auto; } .img_accueil:before { content:''; display:block; position:absolute; top:811px; left:0px; right:0px; height:180px; background:white; border-radius:100%; } #mk-footer ul { font-family:'Assistant'; font-size:14px !important; text-align:center; text-decoration:none; list-style:none; } #mk-footer .menu-menu_principal-container ul { display:flex; flex-wrap:wrap; } ul#menu-menu_footer { display:flex; } #mk-footer .widget:not(.widget_social_networks) a:hover { color:grey!important; } .widget-sub-navigation ul li.current_page_item a, .widget_nav_menu ul li.current_page_item a, .widget_product_categories ul li.current_page_item a, .woocommerce-MyAccount-navigation ul li.current_page_item a { background-color:#8f0202; font-weight:700; color:white !important; } #mk-footer svg.mk-svg-icon { display:none; } #mk-footer .widget-sub-navigation ul li a, #mk-footer .widget_nav_menu ul li a { padding:7px; } a.menu-item-link.hb-js-smooth-scroll { margin:4px; } .mentions_legales strong { color:#8f0202 !important; } .cta_bouton:before { content:""; display:block; width:78px; height:57px; position:absolute; top:6px; left:413px; background-image:url(/wp-content/uploads/2021/06/groupe-119.png); background-repeat:no-repeat; z-index:1; } .cta_bouton span.elementor-button-text { padding-left:45px; } .more_information strong { color:#8f0202 !important; } .more_information span { color:#8f0202 !important; } .cta_bouton { position:absolute; } .cta_bouton_deux { top:-155px; } .wpforms-field-label { font-family:'Assistant'; font-size:18px !important; } .wpforms-field-sublabel.after { font-family:"Assistant"; } button#wpforms-submit-97 { background:#8f0202; color:white; font-family:"Assistant"; font-size:18px; padding:15px 25px; } @media screen and (max-width:640px){ .mkhb-navigation-resp__box.mkhb-navigation-resp__box--none { margin-top:-85px; } .bas-montagne-rouge::after{ display:none; } .carre_accueil { position:relative !important; margin-left:15px; bottom:135px; margin-right:15px; } .texte_service_accueil { margin-top:-165px; } ul#menu-menu_footer { display:inline; } } @media screen and (max-width:1140px){ .cta_bouton:before { display:none; } .cta_bouton span.elementor-button-text { padding-left:0px; } .bas-montagne-rouge::after{ display:none; } } </style> <link rel='stylesheet' id='mkhb-row-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/css/mkhb-row.css?ver=6.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='mkhb-column-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/css/mkhb-column.css?ver=6.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='mkhb-logo-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/css/mkhb-logo.css?ver=6.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='mkhb-button-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/css/mkhb-button.css?ver=6.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='mkhb-navigation-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/css/mkhb-navigation.css?ver=6.4.0' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='vc_lte_ie9-css' href='https://www.meubles-montagnards.com/wp-content/plugins/js_composer_theme/assets/css/vc_lte_ie9.min.css?ver=6.0.3' type='text/css' media='screen' /> <![endif]--> <link rel='stylesheet' id='elementor-icons-css' href='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.11.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-27-css' href='https://www.meubles-montagnards.com/wp-content/uploads/elementor/css/post-27.css?ver=1624266373' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://www.meubles-montagnards.com/wp-content/uploads/elementor/css/global.css?ver=1624266373' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-10-css' href='https://www.meubles-montagnards.com/wp-content/uploads/elementor/css/post-10.css?ver=1733157178' type='text/css' media='all' /> <link rel='stylesheet' id='theme-options-css' href='https://www.meubles-montagnards.com/wp-content/uploads/mk_assets/theme-options-production-1679493992.css?ver=1679493991' type='text/css' media='all' /> <link rel='stylesheet' id='jupiter-donut-shortcodes-css' href='https://www.meubles-montagnards.com/wp-content/plugins/jupiter-donut/assets/css/shortcodes-styles.min.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='mk-style-css' href='https://www.meubles-montagnards.com/wp-content/themes/jupiter-child/style.css?ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRochester%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=6.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/js/plugins/wp-enqueue/min/webfontloader.js?ver=6.3.1' id='mk-webfontloader-js'></script> <script id="mk-webfontloader-js-after" type="text/javascript"> WebFontConfig = { timeout: 2000 } if ( mk_typekit_id.length > 0 ) { WebFontConfig.typekit = { id: mk_typekit_id } } if ( mk_google_fonts.length > 0 ) { WebFontConfig.google = { families: mk_google_fonts } } if ( (mk_google_fonts.length > 0 || mk_typekit_id.length > 0) && navigator.userAgent.indexOf("Speed Insights") == -1) { WebFont.load( WebFontConfig ); } </script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/unlimited-elementor-inner-sections-by-taspristudio/public/js/euis-public.js?ver=1.0.0' id='euis-js'></script> <link rel="https://api.w.org/" href="https://www.meubles-montagnards.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.meubles-montagnards.com/wp-json/wp/v2/pages/10" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.meubles-montagnards.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.3.1" /> <link rel='shortlink' href='https://www.meubles-montagnards.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.meubles-montagnards.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.meubles-montagnards.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.meubles-montagnards.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.meubles-montagnards.com%2F&format=xml" /> <meta itemprop="author" content="admin" /><meta itemprop="datePublished" content="16 avril 2021" /><meta itemprop="dateModified" content="2 décembre 2024" /><meta itemprop="publisher" content="Meubles Montagnards" /><script> var isTest = false; </script><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <meta name="generator" content="Jupiter Child Theme " /><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> </head> <body data-rsssl=1 class="home page-template-default page page-id-10 mkhb-jupiter wpb-js-composer js-comp-ver-6.0.3 vc_responsive elementor-default elementor-kit-27 elementor-page elementor-page-10" itemscope="itemscope" itemtype="https://schema.org/WebPage" data-adminbar=""> <!-- Target for scroll anchors to achieve native browser bahaviour + possible enhancements like smooth scrolling --> <div id="top-of-page"></div> <div id="mk-boxed-layout"> <div id="mk-theme-container" > <header class="hb-custom-header" role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" > <div class="hb-devices"> <div class="mkhb-device mkhb-normal mkhb-desktop " data-device="desktop" data-workspace="normal" > <div class="mkhb-device-container"> <div id="cja0zvuf3001w3c606ti7gmi0" class="mkhb-row mkhb-equal-height-columns "> <div class="mkhb-row__container"> <div id="cja0zvuf3001z3c60plu3ugas" class="mkhb-col mkhb-col-md-6 "> <div class="mkhb-col__container-inline"> <div id="cja29v4kw000k3c60y1qoilgh" class="mkhb-button-el mkhb-inline-left" data-align="left" data-display="inline"> <a class="mkhb-button-el__link" target="_blank" role="button">Livraison en France, Suisse & Europe</a> </div></div> </div> <div id="cja0zvuf400223c60tlthvkrz" class="mkhb-col mkhb-col-md-6 "> <div class="mkhb-col__container-inline"> <div id="cja29v8i1000n3c604mrgq12d" class="mkhb-button-el mkhb-inline-left" data-align="left" data-display="inline"> <a class="mkhb-button-el__link" target="_blank" role="button">+33 (0)4 50 02 23 34</a> </div></div> </div> </div> <div class="clearfix"></div> </div><div id="cja0y3t7d00083c600cxvs5hd" class="mkhb-row mkhb-equal-height-columns "> <div class="mkhb-row__container"> <div id="cja0y3t7d000b3c60b8zifutj" class="mkhb-col mkhb-col-md-6 mkhb-col--align-middle"> <div class="mkhb-col__container-inline"> <div id="cja0ysvog00083c60c3r3vip5" class="mkhb-logo-el mkhb-inline-left" data-align="left" data-display="inline"> <a href="https://www.meubles-montagnards.com" class="mkhb-logo-el__link"> <img class="mkhb-logo-el__image" title="Décoration, ameublement, cuisine, rénovation" alt="Décoration, ameublement, cuisine, rénovation" src="https://meubles-montagnards.com/wp-content/uploads/2021/05/logo.png"/> </a> </div></div> </div> <div id="cja0y3t7d000e3c606qy0r66w" class="mkhb-col mkhb-col-md-6 mkhb-col--align-middle"> <div class="mkhb-col__container-inline"><div id="cja0yszj5000b3c609y243mmd" class="mkhb-nav-container mkhb-menu-hover-style-4 mkhb-menu-nav-style-text mkhb-inline-right" data-align="right" data-display="inline"> <nav class="mkhb-navigation mkhb-js-nav"><ul id="menu-menu_principal-1" class="mkhb-navigation-ul"><li id="menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page hb-no-mega-menu"><a class="menu-item-link hb-js-smooth-scroll" href="https://www.meubles-montagnards.com/a-propos/">A propos</a></li> <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page hb-no-mega-menu"><a class="menu-item-link hb-js-smooth-scroll" href="https://www.meubles-montagnards.com/boutique/">Boutique</a></li> <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page hb-no-mega-menu"><a class="menu-item-link hb-js-smooth-scroll" href="https://www.meubles-montagnards.com/renovation/">Rénovation</a></li> <li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page hb-no-mega-menu"><a class="menu-item-link hb-js-smooth-scroll" href="https://www.meubles-montagnards.com/cuisines-morel/">Cuisines Morel</a></li> <li id="menu-item-970" class="menu-item menu-item-type-post_type menu-item-object-page hb-no-mega-menu"><a class="menu-item-link hb-js-smooth-scroll" href="https://www.meubles-montagnards.com/decoration-dinterieur/">Decoration</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page hb-no-mega-menu"><a class="menu-item-link hb-js-smooth-scroll" href="https://www.meubles-montagnards.com/contact/">Contact</a></li> </ul></nav> </div></div> </div> </div> <div class="clearfix"></div> </div> </div> </div> <div class="mkhb-device mkhb-normal mkhb-tablet " data-device="tablet" data-workspace="normal" > <div class="mkhb-device-container"> <div id="cja0zvuf3001v3c600f7lyuul" class="mkhb-row mkhb-equal-height-columns "> <div class="mkhb-row__container"> <div id="cja0zvuf3001y3c60pb8d2si3" class="mkhb-col mkhb-col-sm-6 "> <div class="mkhb-col__container-inline"> <div id="cja29v4kw000j3c60z98hbi9c" class="mkhb-button-el mkhb-inline-left" data-align="left" data-display="inline"> <a class="mkhb-button-el__link" target="_blank" role="button">Livraison en France, Suisse & Europe</a> </div></div> </div> <div id="cja0zvuf400213c60aytbye63" class="mkhb-col mkhb-col-sm-6 "> <div class="mkhb-col__container-inline"> <div id="cja29v8i1000m3c60ut2e5v4a" class="mkhb-button-el mkhb-inline-left" data-align="left" data-display="inline"> <a class="mkhb-button-el__link" target="_blank" role="button">+33 (0)4 50 02 23 34</a> </div></div> </div> </div> <div class="clearfix"></div> </div><div id="cja0y3t7d00073c60yga1gl6u" class="mkhb-row mkhb-equal-height-columns "> <div class="mkhb-row__container"> <div id="cja0y3t7d000a3c60nhj63q5l" class="mkhb-col mkhb-col-sm-6 mkhb-col--align-middle"> <div class="mkhb-col__container-inline"> <div id="cja0ysvog00073c601teqdxbd" class="mkhb-logo-el mkhb-inline-left" data-align="left" data-display="inline"> <a href="https://www.meubles-montagnards.com" class="mkhb-logo-el__link"> <img class="mkhb-logo-el__image" title="Décoration, ameublement, cuisine, rénovation" alt="Décoration, ameublement, cuisine, rénovation" src="https://meubles-montagnards.com/wp-content/uploads/2021/05/logo.png"/> </a> </div></div> </div> <div id="cja0y3t7d000d3c601emj6htv" class="mkhb-col mkhb-col-sm-6 mkhb-col--align-middle"> <div class="mkhb-col__container-inline"><div id="cja0yszj5000a3c60xddm65a3" class="mkhb-nav-container mkhb-menu-nav-style-burger mkhb-inline-right" data-align="right" data-display="inline"> <div class="mkhb-navigation-resp" data-device="tablet"> <div class="mkhb-navigation-resp__container mkhb-navigation-resp__container--burger-tablet fullscreen-style"> <div class="mkhb-navigation-resp__box mkhb-navigation-resp__box--none"> <div class="mkhb-navigation-resp__bar"></div> <div class="mkhb-navigation-resp__sub-bar"></div> </div> </div> </div> </div></div> </div> </div> <div class="clearfix"></div> </div> </div> </div> <div class="mkhb-device mkhb-normal mkhb-mobile " data-device="mobile" data-workspace="normal" > <div class="mkhb-device-container"> <div id="cja0y3t7d00063c60ws3wlkxk" class="mkhb-row mkhb-equal-height-columns "> <div class="mkhb-row__container"> <div id="cja0y3t7d00093c601p56yc0q" class="mkhb-col mkhb-col-xs-6 mkhb-col--align-middle"> <div class="mkhb-col__container-inline"> <div id="cja0ysvog00063c60jswx21yh" class="mkhb-logo-el mkhb-inline-left" data-align="left" data-display="inline"> <a href="https://www.meubles-montagnards.com" class="mkhb-logo-el__link"> <img class="mkhb-logo-el__image" title="Décoration, ameublement, cuisine, rénovation" alt="Décoration, ameublement, cuisine, rénovation" src="https://meubles-montagnards.com/wp-content/uploads/2021/05/logo.png"/> </a> </div></div> </div> <div id="cja0y3t7d000c3c60hprpdtxs" class="mkhb-col mkhb-col-xs-6 mkhb-col--align-middle"> <div class="mkhb-col__container-inline"><div id="cja0yszj500093c60yntrrjy6" class="mkhb-nav-container mkhb-menu-nav-style-burger mkhb-inline-right" data-align="right" data-display="inline"> <div class="mkhb-navigation-resp" data-device="mobile"> <div class="mkhb-navigation-resp__container mkhb-navigation-resp__container--burger-mobile fullscreen-style"> <div class="mkhb-navigation-resp__box mkhb-navigation-resp__box--none"> <div class="mkhb-navigation-resp__bar"></div> <div class="mkhb-navigation-resp__sub-bar"></div> </div> </div> </div> </div></div> </div> </div> <div class="clearfix"></div> </div> </div> </div><div id="cja0yszj5000a3c60xddm65a3-wrap" class="mkhb-navigation-resp__wrap mkhb-el-tablet mkhb-navigation-resp__normal mkhb-navigation-resp__tablet"> <nav class="menu-main-navigation-container"><ul id="menu-menu_principal-6" class="mkhb-navigation-resp__ul"><li id="responsive-menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/a-propos/">A propos</a></li> <li id="responsive-menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/boutique/">Boutique</a></li> <li id="responsive-menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/renovation/">Rénovation</a></li> <li id="responsive-menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/cuisines-morel/">Cuisines Morel</a></li> <li id="responsive-menu-item-970" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/decoration-dinterieur/">Decoration</a></li> <li id="responsive-menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/contact/">Contact</a></li> </ul></nav> </div><div id="cja0yszj500093c60yntrrjy6-wrap" class="mkhb-navigation-resp__wrap mkhb-el-mobile mkhb-navigation-resp__normal mkhb-navigation-resp__mobile"> <nav class="menu-main-navigation-container"><ul id="menu-menu_principal-7" class="mkhb-navigation-resp__ul"><li id="responsive-menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/a-propos/">A propos</a></li> <li id="responsive-menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/boutique/">Boutique</a></li> <li id="responsive-menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/renovation/">Rénovation</a></li> <li id="responsive-menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/cuisines-morel/">Cuisines Morel</a></li> <li id="responsive-menu-item-970" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/decoration-dinterieur/">Decoration</a></li> <li id="responsive-menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="menu-item-link js-smooth-scroll" href="https://www.meubles-montagnards.com/contact/">Contact</a></li> </ul></nav> </div> </div> </header> <div id="theme-page" class="master-holder clearfix" itemscope="itemscope" itemtype="https://schema.org/Blog" > <div class="master-holder-bg-holder"> <div id="theme-page-bg" class="master-holder-bg js-el" ></div> </div> <div class="mk-main-wrapper-holder"> <div id="mk-page-id-10" class="theme-page-wrapper mk-main-wrapper mk-grid full-layout false"> <div class="theme-content false" itemprop="mainEntityOfPage"> <div data-elementor-type="wp-page" data-elementor-id="10" class="elementor elementor-10" data-elementor-settings="[]"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-f1a6849 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f1a6849" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-893e1a3" data-id="893e1a3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6b49af4 elementor-widget elementor-widget-heading" data-id="6b49af4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-large"><div id="mk-boxed-layout"><div id="mk-theme-container"><div id="theme-page" class="master-holder clearfix" itemscope="itemscope" itemtype="https://schema.org/Blog"><div class="mk-main-wrapper-holder"><div id="mk-page-id-8" class="theme-page-wrapper mk-main-wrapper mk-grid full-layout false"><div class="theme-content false" itemprop="mainEntityOfPage"><div data-elementor-type="wp-page" data-elementor-id="8" class="elementor elementor-8" data-elementor-settings="[]"><div class="elementor-section-wrap"><section class="elementor-section elementor-top-section elementor-element elementor-element-4e02a1e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4e02a1e" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9951a54" data-id="9951a54" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-5da81ff elementor-widget elementor-widget-heading" data-id="5da81ff" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"></h2><h2 class="elementor-heading-title elementor-size-default">Ouvert lundi, mardi, jeudi, vendredi et samedi :<br> 9h-12h / 14h-18h30</h2><div><br>Ouvert les dimanches avant Noël : <br>les 8, 15 et 22 décembre.<br></div></div></div></div></div></div></section></div></div></div></div></div></div></div></div></h2> </div> </div> <div class="elementor-element elementor-element-3352b54 elementor-align-center cta_bouton elementor-widget elementor-widget-button" data-id="3352b54" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://my.matterport.com/show/?m=48dSAMrDb6a" class="elementor-button-link elementor-button elementor-size-xl" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Visite virtuelle </span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-f2c5515 elementor-align-center elementor-widget elementor-widget-button" data-id="f2c5515" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="" target="_blank" class="elementor-button-link elementor-button elementor-size-xl" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-left"> <i aria-hidden="true" class="fab fa-instagram"></i> </span> <span class="elementor-button-text">Suivez nous sur Instagram !</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8acb652 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8acb652" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-98e47c3" data-id="98e47c3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3abe405 elementor-widget elementor-widget-heading" data-id="3abe405" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">- Nos produits du moment - </h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1f223f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f223f3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-dc64139" data-id="dc64139" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3c579ff elementor-widget elementor-widget-image" data-id="3c579ff" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img fetchpriority="high" width="1024" height="1024" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg-1024x1024.png" class="attachment-large size-large" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg-1024x1024.png 1024w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg-300x300.png 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg-150x150.png 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-11-45-38-indoor-2024.jpeg.png 554w" sizes="(max-width: 1024px) 100vw, 1024px" itemprop="image" /> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9b33cab" data-id="9b33cab" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f45a7e elementor-widget elementor-widget-image" data-id="3f45a7e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="1024" height="1024" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-145225-1024x1024.jpg" class="attachment-large size-large" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-145225-1024x1024.jpg 1024w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-145225-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-145225-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-145225.jpg 612w" sizes="(max-width: 1024px) 100vw, 1024px" itemprop="image" /> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3c4672f" data-id="3c4672f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fb16d6b elementor-widget elementor-widget-image" data-id="fb16d6b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="829" height="829" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-110503-1.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-110503-1.jpg 829w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-110503-1-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-110503-1-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-110503-1-768x768.jpg 768w" sizes="(max-width: 829px) 100vw, 829px" itemprop="image" /> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0454f6e elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="0454f6e" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ede4729" data-id="ede4729" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dc37b38 elementor-widget elementor-widget-image" data-id="dc37b38" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/20240307_151107-scaled-1200x1020.jpg" title="20240307_151107" alt="20240307_151107" /> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f3fb7a3 bas-montagne-rouge" data-id="f3fb7a3" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-db4c15f elementor-widget elementor-widget-heading" data-id="db4c15f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">A propos<br><br> de nous</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-0dda2b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0dda2b0" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-516ea50" data-id="516ea50" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-36edc8d texte_white elementor-widget elementor-widget-text-editor" data-id="36edc8d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Meubles Montagnards est une boutique d’aménagement et de décoration située à Saint Jean de Sixt, dans la vallée des Aravis en Haute Savoie. Riche de son savoir faire depuis 1980, Bérangère et son équipe vous accueille du lundi au samedi de 9h à 12h et de 14h à 18h30. </p><p>Venez découvrir notre univers et chiner de belles pièces pour vos intérieurs. Nos équipes de professionnels se feront un plaisir de vous conseiller dans vos achats. </p><p>Nous rénovons aussi vos intérieurs ! Christophe et son équipe de menuisiers de la vallée vous accompagne dans vos travaux de rénovation pour rendre vos intérieurs au goût du jour et plus fonctionnel ! N’attendez plus contactez-nous pour demander un devis. </p></div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-760a7ae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="760a7ae" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2476583" data-id="2476583" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2e8fc8f texte_white more_info elementor-widget elementor-widget-text-editor" data-id="2e8fc8f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p><a href="https://meubles-montagnards.com/a-propos/"><span style="text-decoration: underline;"><em>En savoir plus + </em></span></a></p></div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-54b1f5c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="54b1f5c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9978f1" data-id="c9978f1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a7c95ac elementor-widget elementor-widget-heading" data-id="a7c95ac" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">- Nos services - </h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b864114 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b864114" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1494d2f" data-id="1494d2f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fc88d59 elementor-widget elementor-widget-image" data-id="fc88d59" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/capture-decran-2024-08-06-113326.jpg" title="capture-decran-2024-08-06-113326" alt="capture-decran-2024-08-06-113326" /> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-93b0ffe carre_accueil elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="93b0ffe" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3e24755" data-id="3e24755" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e6375ff elementor-widget elementor-widget-image" data-id="e6375ff" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="150" height="150" src="https://www.meubles-montagnards.com/wp-content/uploads/2021/07/sans-titre-2-150x150.png" class="attachment-thumbnail size-thumbnail" alt="icone décoration" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2021/07/sans-titre-2.png 150w, https://www.meubles-montagnards.com/wp-content/uploads/2021/07/sans-titre-2-300x300.png 300w" sizes="(max-width: 150px) 100vw, 150px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-afbccbd elementor-widget elementor-widget-heading" data-id="afbccbd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Décoration</h3> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-2e101b4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2e101b4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-45b9d13 texte_service_accueil" data-id="45b9d13" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f0e44a elementor-widget elementor-widget-text-editor" data-id="3f0e44a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Meubles Montagnards est une boutique qui regorge de belles trouvailles. Venez découvrir notre univers décoration. </p><p>Notre équipe de vendeurs et de vendeuses se fera un plaisir de vous conseiller de vous accompagner dans le choix de votre décoration d’intérieur ou même d’extérieur. </p><p>Vous retrouverez des objets de décoration pour tous les goûts et pour tous les budgets. De grandes marques de la décoration telle que Peausserie, Sabatier, Angel des Montagnes ou encore Athezza sont présentes dans le magasin. </p></div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0dd5db4" data-id="0dd5db4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f66bb7d elementor-widget elementor-widget-image" data-id="f66bb7d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora662_959471-1-475x475.jpg" title="eleonora662_959471" alt="eleonora662_959471" /> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c4db4f4 carre_accueil elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c4db4f4" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ece7828" data-id="ece7828" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-12d782b elementor-widget elementor-widget-image" data-id="12d782b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="150" height="150" src="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/sofa-150x150.png" class="attachment-thumbnail size-thumbnail" alt="icone décoration" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/sofa-150x150.png 150w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/sofa.png 128w" sizes="(max-width: 150px) 100vw, 150px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-0616692 elementor-widget elementor-widget-heading" data-id="0616692" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Ameublement</h3> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1e68f66 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1e68f66" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0a7d392 texte_service_accueil" data-id="0a7d392" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-79893cd elementor-widget elementor-widget-text-editor" data-id="79893cd" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Venez découvrir notre large gamme de meubles de rangement et de décoration. Tables, chaises, commodes, étagères, fauteuils, canapés, luminaires, literie… </p><p>Retrouvez le coté authentique de la boutique grâce à des marques et des pièces dénichées par Berangère spécialement pour vous. Chez Meubles Montagnards nous aimons garder ce côté exclusif et rare de nos meubles. Chaque pièce est choisit avec goût et amour pour vous proposer de magnifique produits. </p></div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3eb2be5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3eb2be5" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-71ae9bc" data-id="71ae9bc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-455a5e1 elementor-widget elementor-widget-image" data-id="455a5e1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="911" height="910" src="https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b3cuisinemorel.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b3cuisinemorel.png 911w, https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b3cuisinemorel-300x300.png 300w, https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b3cuisinemorel-150x150.png 150w, https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b3cuisinemorel-768x767.png 768w" sizes="(max-width: 911px) 100vw, 911px" itemprop="image" /> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3e6f241 carre_accueil elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3e6f241" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b9b2e18" data-id="b9b2e18" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-af91a7c elementor-widget elementor-widget-image" data-id="af91a7c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="150" height="150" src="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/ustensiles-de-cuisine-150x150.png" class="attachment-thumbnail size-thumbnail" alt="icone cuisine" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/ustensiles-de-cuisine-150x150.png 150w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/ustensiles-de-cuisine.png 128w" sizes="(max-width: 150px) 100vw, 150px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-7de553f elementor-widget elementor-widget-heading" data-id="7de553f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Cuisines Morel</h3> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-bea058f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bea058f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-10541fa" data-id="10541fa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3533e53 texte_service_accueil elementor-widget elementor-widget-text-editor" data-id="3533e53" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Une envie de changement dans votre mobilier de cuisine ? Un nouveau logement et une cuisine à installer nos équipes sont là pour vous conseiller et vous aider du choix de votre cuisine à l’installation de cette dernière. </p><p>Nous travaillons exclusivement avec les Cuisines Morel, des cuisines de qualité, conçues et fabriquées en France, et respectueuse de l’environnement. </p><p>Pour concevoir votre cuisine, qui deviendra demain un réel espace de partage et de convivialité avec vos proches, il vous faudra choisir parmi de nombreux coloris et matières. Pas de panique notre équipe sera là pour vous aiguillier et vous aider dans vos choix ! </p></div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9b571f7" data-id="9b571f7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f2c1b2 elementor-widget elementor-widget-image" data-id="3f2c1b2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="730" height="730" src="https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b4renovation.png" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b4renovation.png 730w, https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b4renovation-300x300.png 300w, https://www.meubles-montagnards.com/wp-content/uploads/2022/06/a-b4renovation-150x150.png 150w" sizes="(max-width: 730px) 100vw, 730px" itemprop="image" /> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-25484f0 carre_accueil elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="25484f0" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9f3bb90" data-id="9f3bb90" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-916e89e elementor-widget elementor-widget-image" data-id="916e89e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="150" height="150" src="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/renovation-150x150.png" class="attachment-thumbnail size-thumbnail" alt="icone rénovation" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/renovation-150x150.png 150w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/renovation.png 128w" sizes="(max-width: 150px) 100vw, 150px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-c60ba0f elementor-widget elementor-widget-heading" data-id="c60ba0f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Rénovation</h3> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7e24fc4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7e24fc4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-845f327 texte_service_accueil" data-id="845f327" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e1e4e43 elementor-widget elementor-widget-text-editor" data-id="e1e4e43" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Vous cherchez à rénover votre intérieur ? N’attendez plus contactez-nous. Christophe et son équipe de professionnels sont à l’écoute pour répondre à vos besoins et cerner vos attentes. Nous nous efforçons de vous proposer des délais de réalisation court afin que chacun puisse avoir l’opportunité de rénover son intérieur rapidement. </p><p>De plus nous vous proposons un travail d’architecte d’intérieur gratuit afin de compléter au mieux notre service de rénovation. Une fois les plans établis avec Christophe, Nicolas, Jérome, Yan et Simon vous accompagnerons tout au long de vos travaux pour rénover au mieux votre espace de vie. </p></div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9dba6e8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9dba6e8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-24378b4" data-id="24378b4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f049689 elementor-align-center cta_bouton elementor-widget elementor-widget-button" data-id="f049689" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://www.meubles-montagnards.com/boutique/" class="elementor-button-link elementor-button elementor-size-xl" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">En savoir plus +</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-625b414 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="625b414" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3925c6d" data-id="3925c6d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f1f7fd5 elementor-widget elementor-widget-heading" data-id="f1f7fd5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">- Nos idées décos - </h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e20f85a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e20f85a" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8263dac" data-id="8263dac" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a787162 elementor-widget elementor-widget-image" data-id="a787162" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora807_96163_96162-1.jpg" title="eleonora807_96163_96162" alt="eleonora807_96163_96162" /> </div> </div> </div> <div class="elementor-element elementor-element-895cd85 elementor-widget elementor-widget-text-editor" data-id="895cd85" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-28d97a9" data-id="28d97a9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-420cbdd elementor-widget elementor-widget-image" data-id="420cbdd" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="1200" height="1200" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/set-de-2-verres-topographic-everest-et-mont-blanc.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/set-de-2-verres-topographic-everest-et-mont-blanc.jpg 1200w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/set-de-2-verres-topographic-everest-et-mont-blanc-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/set-de-2-verres-topographic-everest-et-mont-blanc-1024x1024.jpg 1024w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/set-de-2-verres-topographic-everest-et-mont-blanc-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/set-de-2-verres-topographic-everest-et-mont-blanc-768x768.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-7dfc403 elementor-widget elementor-widget-text-editor" data-id="7dfc403" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1b495d6" data-id="1b495d6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-93d79f7 elementor-widget elementor-widget-image" data-id="93d79f7" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="703" height="703" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-35-55-ralph-m-ralphm_france-photos-et-videos-instagram.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-35-55-ralph-m-ralphm_france-photos-et-videos-instagram.jpg 703w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-35-55-ralph-m-ralphm_france-photos-et-videos-instagram-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-35-55-ralph-m-ralphm_france-photos-et-videos-instagram-150x150.jpg 150w" sizes="(max-width: 703px) 100vw, 703px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-8beb784 elementor-widget elementor-widget-text-editor" data-id="8beb784" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-adc86e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="adc86e1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-617beaf" data-id="617beaf" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ddf0ccb elementor-widget elementor-widget-image" data-id="ddf0ccb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img decoding="async" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/by-boo968_230235-1.jpg" title="by-boo968_230235" alt="by-boo968_230235" /> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-21064a0" data-id="21064a0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f8d1b34 elementor-widget elementor-widget-image" data-id="f8d1b34" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="703" height="703" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-18-48-cosychic-cosyandchic-photos-et-videos-instagram.jpeg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-18-48-cosychic-cosyandchic-photos-et-videos-instagram.jpeg 703w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-18-48-cosychic-cosyandchic-photos-et-videos-instagram-300x300.jpeg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-18-48-cosychic-cosyandchic-photos-et-videos-instagram-150x150.jpeg 150w" sizes="(max-width: 703px) 100vw, 703px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-d2f81c1 elementor-widget elementor-widget-text-editor" data-id="d2f81c1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-011f605" data-id="011f605" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a6d986e elementor-widget elementor-widget-image" data-id="a6d986e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="900" height="900" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/image_mosaic_portrait_6d3dbd9dca.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/image_mosaic_portrait_6d3dbd9dca.jpg 900w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/image_mosaic_portrait_6d3dbd9dca-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/image_mosaic_portrait_6d3dbd9dca-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/image_mosaic_portrait_6d3dbd9dca-768x768.jpg 768w" sizes="(max-width: 900px) 100vw, 900px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-11fd116 elementor-widget elementor-widget-text-editor" data-id="11fd116" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-333e57e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="333e57e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5680d2b" data-id="5680d2b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3e97c8b elementor-widget elementor-widget-image" data-id="3e97c8b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="864" height="864" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora609_95749-1.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora609_95749-1.jpg 864w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora609_95749-1-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora609_95749-1-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/eleonora609_95749-1-768x768.jpg 768w" sizes="(max-width: 864px) 100vw, 864px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-a747119 elementor-widget elementor-widget-text-editor" data-id="a747119" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-04974d3" data-id="04974d3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d5e550e elementor-widget elementor-widget-image" data-id="d5e550e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="859" height="859" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-19-22-cosychic-cosyandchic-photos-et-videos-instagram.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-19-22-cosychic-cosyandchic-photos-et-videos-instagram.jpg 859w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-19-22-cosychic-cosyandchic-photos-et-videos-instagram-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-19-22-cosychic-cosyandchic-photos-et-videos-instagram-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-19-22-cosychic-cosyandchic-photos-et-videos-instagram-768x768.jpg 768w" sizes="(max-width: 859px) 100vw, 859px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-9f79cc9 elementor-widget elementor-widget-text-editor" data-id="9f79cc9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-03af629" data-id="03af629" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1cf4770 elementor-widget elementor-widget-image" data-id="1cf4770" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img loading="lazy" width="879" height="879" src="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-43-56-chehoma-official-chehoma_official-photos-et-videos-instagram.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-43-56-chehoma-official-chehoma_official-photos-et-videos-instagram.jpg 879w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-43-56-chehoma-official-chehoma_official-photos-et-videos-instagram-300x300.jpg 300w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-43-56-chehoma-official-chehoma_official-photos-et-videos-instagram-150x150.jpg 150w, https://www.meubles-montagnards.com/wp-content/uploads/2024/08/screenshot-2024-08-06-at-14-43-56-chehoma-official-chehoma_official-photos-et-videos-instagram-768x768.jpg 768w" sizes="(max-width: 879px) 100vw, 879px" itemprop="image" /> </div> </div> </div> <div class="elementor-element elementor-element-165e561 elementor-widget elementor-widget-text-editor" data-id="165e561" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9d3642d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9d3642d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5cbeb0c" data-id="5cbeb0c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6a513fa elementor-align-center cta_bouton elementor-widget elementor-widget-button" data-id="6a513fa" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://www.meubles-montagnards.com/boutique/" class="elementor-button-link elementor-button elementor-size-xl" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">En savoir plus +</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="clearboth"></div> <div class="clearboth"></div> </div> <div class="clearboth"></div> </div> </div> </div> <section id="mk-footer-unfold-spacer"></section> <section id="mk-footer" class="" role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" > <div class="footer-wrapper mk-grid"> <div class="mk-padding-wrapper"> <div class="mk-col-1-2"><section id="media_image-2" class="widget widget_media_image"><img width="300" height="85" src="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/logo-300x85.png" class="image wp-image-182 attachment-medium size-medium" alt="logo Meubles Montagnards" decoding="async" style="max-width: 100%; height: auto;" loading="lazy" srcset="https://www.meubles-montagnards.com/wp-content/uploads/2021/05/logo-300x85.png 300w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/logo-1024x290.png 1024w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/logo-768x218.png 768w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/logo-1536x436.png 1536w, https://www.meubles-montagnards.com/wp-content/uploads/2021/05/logo-2048x581.png 2048w" sizes="(max-width: 300px) 100vw, 300px" itemprop="image" /></section></div> <div class="mk-col-1-2"><section id="nav_menu-2" class="widget widget_nav_menu"><div class="menu-menu_footer-container"><ul id="menu-menu_footer" class="menu"> <li id="menu-item-825" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-825"><a href="https://www.meubles-montagnards.com/a-propos/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>A propos</a></li> <li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-824"><a href="https://www.meubles-montagnards.com/boutique/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>Boutique</a></li> <li id="menu-item-823" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-823"><a href="https://www.meubles-montagnards.com/renovation/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>Rénovation</a></li> <li id="menu-item-822" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-822"><a href="https://www.meubles-montagnards.com/cuisines-morel/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>Cuisines Morel</a></li> <li id="menu-item-968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-968"><a href="https://www.meubles-montagnards.com/decoration-dinterieur/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>Decoration</a></li> <li id="menu-item-821" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-821"><a href="https://www.meubles-montagnards.com/contact/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>Contact</a></li> <li id="menu-item-828" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-828"><a href="https://www.meubles-montagnards.com/mentions-legales/"><svg class="mk-svg-icon" data-name="mk-icon-angle-right" data-cacheid="icon-681feb2884c05" style=" height:14px; width: 5px; " xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 1792"><path d="M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"></path></svg>Mentions légales</a></li> </ul></div></section></div> <div class="clearboth"></div> </div> </div> <div id="sub-footer"> <div class=" mk-grid"> <span class="mk-footer-copyright">Tous droits réservés - Fait avec ❤ par l'Agence AVMJ - Mars 2021</span> </div> <div class="clearboth"></div> </div> </section> </div> </div> <div class="bottom-corner-btns js-bottom-corner-btns"> <a href="#top-of-page" class="mk-go-top js-smooth-scroll js-bottom-corner-btn js-bottom-corner-btn--back"> <svg class="mk-svg-icon" data-name="mk-icon-chevron-up" data-cacheid="icon-681feb288513a" style=" height:16px; width: 16px; " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792"><path d="M1683 1331l-166 165q-19 19-45 19t-45-19l-531-531-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z"/></svg></a> <div class="mk-quick-contact-wrapper js-bottom-corner-btn js-bottom-corner-btn--contact"> <a href="#" class="mk-quick-contact-link"><svg class="mk-svg-icon" data-name="mk-icon-envelope" data-cacheid="icon-681feb288533b" style=" height:20px; width: 20px; " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792"><path d="M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z"/></svg></a> <div id="mk-quick-contact"> <div class="mk-quick-contact-title">Contactez-nous </div> <p>Nous ne sommes pas là pour le moment. Mais vous pouvez nous envoyer un message et nous vous répondrons, dès que possible. L'équipe de Meubles Montagnards</p> <form class="mk-contact-form" method="post" novalidate="novalidate"> <input type="text" placeholder="Name*" required="required" id="name" name="name" class="text-input" value="" tabindex="2782" /> <input type="email" data-type="email" required="required" placeholder="Email*" id="email" name="email" class="text-input" value="" tabindex="2783" /> <textarea placeholder="Message*" required="required" id="content" name="content" class="textarea" tabindex="2784"></textarea> <div class="mk-quick-contact-gdpr-consent"> <div> <input type="checkbox" name="contact_form_gdpr_check" id="gdpr_check_2785" class="mk-checkbox" required="required" value="" tabindex="2785" /><label for="gdpr_check_2785">Je consens à ce que les Meubles Montagnards recueillent mes coordonnées par le biais de ce formulaire.</label> </div> </div> <div class="btn-cont"> <button tabindex="2786" class="mk-progress-button mk-contact-button accent-bg-color button" data-style="move-up"> <span class="mk-progress-button-content">Send</span> <span class="mk-progress"> <span class="mk-progress-inner"></span> </span> <span class="state-success"><svg class="mk-svg-icon" data-name="mk-moon-checkmark" data-cacheid="icon-681feb28855dc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M432 64l-240 240-112-112-80 80 192 192 320-320z"/></svg></span> <span class="state-error"><svg class="mk-svg-icon" data-name="mk-moon-close" data-cacheid="icon-681feb28857aa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M507.331 411.33l-.006-.005-155.322-155.325 155.322-155.325.006-.005c1.672-1.673 2.881-3.627 3.656-5.708 2.123-5.688.912-12.341-3.662-16.915l-73.373-73.373c-4.574-4.573-11.225-5.783-16.914-3.66-2.08.775-4.035 1.984-5.709 3.655l-.004.005-155.324 155.326-155.324-155.325-.005-.005c-1.673-1.671-3.627-2.88-5.707-3.655-5.69-2.124-12.341-.913-16.915 3.66l-73.374 73.374c-4.574 4.574-5.784 11.226-3.661 16.914.776 2.08 1.985 4.036 3.656 5.708l.005.005 155.325 155.324-155.325 155.326-.004.005c-1.671 1.673-2.88 3.627-3.657 5.707-2.124 5.688-.913 12.341 3.661 16.915l73.374 73.373c4.575 4.574 11.226 5.784 16.915 3.661 2.08-.776 4.035-1.985 5.708-3.656l.005-.005 155.324-155.325 155.324 155.325.006.004c1.674 1.672 3.627 2.881 5.707 3.657 5.689 2.123 12.342.913 16.914-3.661l73.373-73.374c4.574-4.574 5.785-11.227 3.662-16.915-.776-2.08-1.985-4.034-3.657-5.707z"/></svg></span> </button> </div> <input type="hidden" id="security" name="security" value="62815d2645" /><input type="hidden" name="_wp_http_referer" value="/" /> <input type="hidden" id="sh_id" name="sh_id" value="15"><input type="hidden" id="p_id" name="p_id" value="2342"> <div class="contact-form-message clearfix"></div> </form> <div class="bottom-arrow"></div> </div> </div> </div> <div class="mk-fullscreen-search-overlay"> <a href="#" class="mk-fullscreen-close"><svg class="mk-svg-icon" data-name="mk-moon-close-2" data-cacheid="icon-681feb2885a4a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M390.628 345.372l-45.256 45.256-89.372-89.373-89.373 89.372-45.255-45.255 89.373-89.372-89.372-89.373 45.254-45.254 89.373 89.372 89.372-89.373 45.256 45.255-89.373 89.373 89.373 89.372z"/></svg></a> <div class="mk-fullscreen-search-wrapper"> <p>Start typing and press Enter to search</p> <form method="get" id="mk-fullscreen-searchform" action="https://www.meubles-montagnards.com/"> <input type="text" value="" name="s" id="mk-fullscreen-search-input" /> <i class="fullscreen-search-icon"><svg class="mk-svg-icon" data-name="mk-icon-search" data-cacheid="icon-681feb2885b6d" style=" height:25px; width: 23.214285714286px; " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1664 1792"><path d="M1152 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z"/></svg></i> </form> </div> </div> <style type='text/css'></style><script type="text/javascript"> php = { hasAdminbar: false, json: (null != null) ? null : "", jsPath: 'https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/js' }; </script><script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/assets/js/min/full-scripts.6.4.0.js?ver=1565962676' id='theme-scripts-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/js/mkhb-render.js?ver=6.4.0' id='mkhb-render-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/js/mkhb-column.js?ver=6.4.0' id='mkhb-column-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/js/navigation/mkhb-navigation-burger.js?ver=6.4.0' id='mkhb-navigation-burger-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/js/navigation/mkhb-navigation-responsive.js?ver=6.4.0' id='mkhb-navigation-responsive-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/js/navigation/mkhb-navigation-script.js?ver=6.4.0' id='mkhb-navigation-script-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/themes/jupiter/header-builder/includes/assets/js/navigation/mkhb-navigation.js?ver=6.4.0' id='mkhb-navigation-js'></script> <script type='text/javascript' id='jupiter-donut-shortcodes-js-extra'> /* <![CDATA[ */ var jupiterDonutVars = {"themeDir":"https:\/\/www.meubles-montagnards.com\/wp-content\/themes\/jupiter","assetsUrl":"https:\/\/www.meubles-montagnards.com\/wp-content\/plugins\/jupiter-donut\/assets","gridWidth":"1140","ajaxUrl":"https:\/\/www.meubles-montagnards.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/jupiter-donut/assets/js/shortcodes-scripts.min.js?ver=1.0.0' id='jupiter-donut-shortcodes-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.1.4' id='elementor-webpack-runtime-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.1.4' id='elementor-frontend-modules-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.8.1' id='elementor-dialog-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.1.4' id='share-link-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js'></script> <script id="elementor-frontend-js-before" type="text/javascript"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false,"isImprovedAssetsLoading":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnTwitter":"Partager sur Twitter","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"3.1.4","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"a11y_improvements":true,"landing-pages":true},"urls":{"assets":"https:\/\/www.meubles-montagnards.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":10,"title":"Meubles%20Montagnards%20%E2%80%93%20D%C3%A9coration%2C%20ameublement%2C%20cuisine%2C%20r%C3%A9novation","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.1.4' id='elementor-frontend-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/elementor/assets/js/preloaded-elements-handlers.min.js?ver=3.1.4' id='preloaded-elements-handlers-js'></script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js'></script> <script type='text/javascript' id='wp-util-js-extra'> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-includes/js/wp-util.min.js?ver=6.3.1' id='wp-util-js'></script> <script type='text/javascript' id='wpforms-elementor-js-extra'> /* <![CDATA[ */ var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.meubles-montagnards.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.6.6' id='wpforms-elementor-js'></script> <script type="text/javascript"> window.get = {}; window.get.captcha = function(enteredCaptcha) { return jQuery.get(ajaxurl, { action : "mk_validate_captcha_input", captcha: enteredCaptcha }); };</script> </body> </html>