Logo

The Garden Duplex

The Garden Duplex spans 345 m² across the first and second floors, opening directly onto an 86 m² private garden in the heart of Paris. Spectacular ceiling height, a palette of warm nature-inspired tones, and structured furnishings create a contemporary, welcoming atmosphere.

The master suite, guest bedrooms, lounge living room, dining room, and fully equipped kitchen are arranged like a true residence, designed to experience Paris in complete freedom.

345 m²

Size

8

guests

4

BEDROOMS
ⓘ BED TYPES

4

BEDROOMS

Bed types:

3

Bathrooms

amenities

Designed for an uncompromising experience, the Garden Duplex offers multiple bedding configurations, bath and shower areas, a separate guest toilet, Wi-Fi, television, minibar, wine cellar, and room service. The private terrace naturally extends the interior spaces, for a seamless, elegant stay that is perfectly curated.

The Kitchen

The fully equipped kitchen extends the duplex’s “residence” spirit, designed for everyday living as well as entertaining. Functional and refined, it makes it possible to orchestrate a simple moment or a more elaborate dinner, with the precious feeling of being at home, supported by the hotel’s discreet service.

The Living Room

The Garden Duplex living room is experienced as a true lounge, enhanced by spectacular volumes and exceptional natural light. Contemporary lines and structured furnishings create an atmosphere that is both elegant and welcoming, ideal for gathering, entertaining, or simply enjoying the calm of a rare address in the heart of Paris.

The private garden

The 86 m² garden naturally extends the interior spaces, like an open-air living room that feels almost unreal in the capital. A rare place to entertain under the open sky, enjoy breakfast in the sun, or simply breathe—between total privacy and Parisian freedom.

THE SLEEPING AREAS
in complete privacy

Master

Bedroom II

Bedroom III

Bedroom IV

01

Accommodations

Book our Deluxe rooms, Suites, Family Suites & Penthouses up to 345 m², offering 1 to 4 bedrooms and up to 3 bathrooms.

02

Events

Private dinner, seminar, fashion show or photo shoot, our spaces accommodate your most exclusive projects, within the setting of a Historic Monument.

Choose your space

Two exceptional settings in the heart of the 8th arrondissement, for hosting in the utmost privacy.

Garden Duplex Space

345 m² on two levels, private garden of 86 m² and spectacular ceiling height. A verdant setting for hosting in the utmost privacy.

Sky Penthouse Space

367 m² triplex, panoramic rooftop of 92 m² with views over the rooftops of Paris. The most exclusive address in the 8th arrondissement for your receptions at the summit.

@media (min-width: 1025px) { .menu-wrapper .submenu { gap: 1px !important; } .menu-wrapper .submenu .sub-item { margin: 0 !important; padding: 0 !important; } } .menu-list { list-style: none; padding: 0; margin: 0; } .menu-item { font-family: 'livvic', sans-serif; margin-bottom: 0px; position: relative; } .menu-item > a { color: #000; text-decoration: none !important; font-weight: 300; display: inline-block; line-height: 1.05; padding: 8px 0; transition: color 0.4s; } .menu-item > a:hover { color: #777776; } @media (min-width: 1025px) { .menu-item { font-size: 35px; } } @media (max-width: 1024px) { .menu-item { font-size: 35px; } } /* Sous-menu */ .submenu { list-style: none; padding: 0 0 0 20px; margin: 0 0 0 5px; max-height: 0; overflow: hidden; opacity: 0; border-left: 1px solid rgba(0,0,0,0.1); transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease 0.05s, padding 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .menu-item.is-open > .submenu { max-height: 300px; opacity: 1; padding: 5px 0 5px 20px; } .submenu li { opacity: 0; transform: translateY(-8px); transition: opacity 0.3s ease, transform 0.3s ease; } .menu-item.is-open > .submenu li { opacity: 1; transform: translateY(0); } .menu-item.is-open > .submenu li:nth-child(1) { transition-delay: 0.08s; } .menu-item.is-open > .submenu li:nth-child(2) { transition-delay: 0.14s; } .menu-item.is-open > .submenu li:nth-child(3) { transition-delay: 0.20s; } .menu-item.is-open > .submenu li:nth-child(4) { transition-delay: 0.26s; } .menu-item.is-open > .submenu li:nth-child(5) { transition-delay: 0.32s; } .submenu li a { font-size: 17px !important; color: #3C3C3B; text-decoration: none !important; transition: color 0.3s ease, transform 0.3s ease; } .submenu li.view-all a { font-size: 12px !important; text-transform: uppercase; letter-spacing: 2px; color: #999998 !important; font-weight: 500; } .submenu li.sub-item a:hover { color: #777776; transform: translateX(3px); } /* Images */ .mdw-menu-right { position: relative; } .mdw-menu-right .elementor-widget-image { position: absolute !important; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.6s ease-in-out !important; } .mdw-menu-right .elementor-widget-image.is-active { opacity: 1 !important; visibility: visible !important; } /* ✅ OVERRIDE MOBILE */ @media (max-width: 767px) { .menu-item { font-size: 25px; } .menu-wrapper .submenu li.view-all a { font-size: 12px !important; } .menu-wrapper .submenu li a { font-size: 15px !important; } } jQuery(document).ready(function($) { var openTimer = null; function showImg(imgClass) { var $container = $('.mdw-menu-right'); var $target = $container.find('.elementor-widget-image.' + imgClass); if ($target.length) { $container.find('.elementor-widget-image').removeClass('is-active'); $target.addClass('is-active'); } } // Hover desktop $(document).on('mouseenter', '.menu-list > .menu-item', function() { var isMobile = window.matchMedia('(max-width: 1024px)').matches; if (isMobile) return; var $item = $(this); clearTimeout(openTimer); showImg($item.attr('data-image')); if ($item.hasClass('has-submenu')) { openTimer = setTimeout(function() { $('.menu-list > .menu-item').not($item).removeClass('is-open'); $item.addClass('is-open'); }, 200); } else { $('.menu-list > .menu-item').removeClass('is-open'); } }); // Fermer tout quand on quitte le menu $(document).on('mouseleave', '.menu-list', function() { var isMobile = window.matchMedia('(max-width: 1024px)').matches; if (isMobile) return; clearTimeout(openTimer); $('.menu-list > .menu-item').removeClass('is-open'); }); // Click sous-menus (mobile = 1 clic) $(document).on('click', '.menu-item.has-submenu > a.menu-parent', function(e) { var $link = $(this); var $item = $link.closest('.menu-item'); var isMobile = window.matchMedia('(max-width: 1024px)').matches; if (isMobile) { if (!$item.hasClass('is-open')) { e.preventDefault(); $('.menu-list > .menu-item').removeClass('is-open'); $item.addClass('is-open'); showImg($item.attr('data-image')); return; } var href = ($link.attr('href') || '').trim(); if (href === '' || href === '#') { e.preventDefault(); } return; } e.preventDefault(); $('.menu-list > .menu-item').removeClass('is-open'); $item.addClass('is-open'); }); /* ✅ FIX : image1 affichée UNIQUEMENT quand le popup s'ouvre Retry toutes les 100ms (max 10 tentatives) pour attendre que Elementor ait fini de rendre le DOM du popup */ $(window).on('elementor/popup/show', function() { $('.menu-list > .menu-item').removeClass('is-open'); var attempts = 0; var maxAttempts = 10; function tryShowImage1() { var $container = $('.mdw-menu-right'); var $target = $container.find('.elementor-widget-image.image1'); if ($target.length) { /* Le conteneur existe → on active image1 */ $container.find('.elementor-widget-image').removeClass('is-active'); $target.addClass('is-active'); } else if (attempts < maxAttempts) { /* Pas encore dans le DOM → on réessaie */ attempts++; setTimeout(tryShowImage1, 100); } } setTimeout(tryShowImage1, 200); }); });

01

Accommodations

Book our Deluxe rooms, Suites, Family Suites & Penthouses up to 345 m², offering 1 to 4 bedrooms and up to 3 bathrooms.

02

Events

Private dinner, seminar, fashion show or photo shoot, our spaces accommodate your most exclusive projects, within the setting of a Historic Monument.

Choose your space

Two exceptional settings in the heart of the 8th arrondissement, for hosting in the utmost privacy.

Garden Duplex Space

345 m² on two levels, private garden of 86 m² and spectacular ceiling height. A verdant setting for hosting in the utmost privacy.

Sky Penthouse Space

367 m² triplex, panoramic rooftop of 92 m² with views over the rooftops of Paris. The most exclusive address in the 8th arrondissement for your receptions at the summit.

@media (min-width: 1025px) { .menu-wrapper .submenu { gap: 1px !important; } .menu-wrapper .submenu .sub-item { margin: 0 !important; padding: 0 !important; } } .menu-list { list-style: none; padding: 0; margin: 0; } .menu-item { font-family: 'livvic', sans-serif; margin-bottom: 0px; position: relative; } .menu-item > a { color: #000; text-decoration: none !important; font-weight: 300; display: inline-block; line-height: 1.05; padding: 8px 0; transition: color 0.4s; } .menu-item > a:hover { color: #777776; } @media (min-width: 1025px) { .menu-item { font-size: 35px; } } @media (max-width: 1024px) { .menu-item { font-size: 35px; } } /* Sous-menu */ .submenu { list-style: none; padding: 0 0 0 20px; margin: 0 0 0 5px; max-height: 0; overflow: hidden; opacity: 0; border-left: 1px solid rgba(0,0,0,0.1); transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease 0.05s, padding 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .menu-item.is-open > .submenu { max-height: 300px; opacity: 1; padding: 5px 0 5px 20px; } .submenu li { opacity: 0; transform: translateY(-8px); transition: opacity 0.3s ease, transform 0.3s ease; } .menu-item.is-open > .submenu li { opacity: 1; transform: translateY(0); } .menu-item.is-open > .submenu li:nth-child(1) { transition-delay: 0.08s; } .menu-item.is-open > .submenu li:nth-child(2) { transition-delay: 0.14s; } .menu-item.is-open > .submenu li:nth-child(3) { transition-delay: 0.20s; } .menu-item.is-open > .submenu li:nth-child(4) { transition-delay: 0.26s; } .menu-item.is-open > .submenu li:nth-child(5) { transition-delay: 0.32s; } .submenu li a { font-size: 17px !important; color: #3C3C3B; text-decoration: none !important; transition: color 0.3s ease, transform 0.3s ease; } .submenu li.view-all a { font-size: 12px !important; text-transform: uppercase; letter-spacing: 2px; color: #999998 !important; font-weight: 500; } .submenu li.sub-item a:hover { color: #777776; transform: translateX(3px); } /* Images */ .mdw-menu-right { position: relative; } .mdw-menu-right .elementor-widget-image { position: absolute !important; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.6s ease-in-out !important; } .mdw-menu-right .elementor-widget-image.is-active { opacity: 1 !important; visibility: visible !important; } /* ✅ OVERRIDE MOBILE */ @media (max-width: 767px) { .menu-item { font-size: 25px; } .menu-wrapper .submenu li.view-all a { font-size: 12px !important; } .menu-wrapper .submenu li a { font-size: 15px !important; } } jQuery(document).ready(function($) { var openTimer = null; function showImg(imgClass) { var $container = $('.mdw-menu-right'); var $target = $container.find('.elementor-widget-image.' + imgClass); if ($target.length) { $container.find('.elementor-widget-image').removeClass('is-active'); $target.addClass('is-active'); } } // Hover desktop $(document).on('mouseenter', '.menu-list > .menu-item', function() { var isMobile = window.matchMedia('(max-width: 1024px)').matches; if (isMobile) return; var $item = $(this); clearTimeout(openTimer); showImg($item.attr('data-image')); if ($item.hasClass('has-submenu')) { openTimer = setTimeout(function() { $('.menu-list > .menu-item').not($item).removeClass('is-open'); $item.addClass('is-open'); }, 200); } else { $('.menu-list > .menu-item').removeClass('is-open'); } }); // Fermer tout quand on quitte le menu $(document).on('mouseleave', '.menu-list', function() { var isMobile = window.matchMedia('(max-width: 1024px)').matches; if (isMobile) return; clearTimeout(openTimer); $('.menu-list > .menu-item').removeClass('is-open'); }); // Click sous-menus (mobile = 1 clic) $(document).on('click', '.menu-item.has-submenu > a.menu-parent', function(e) { var $link = $(this); var $item = $link.closest('.menu-item'); var isMobile = window.matchMedia('(max-width: 1024px)').matches; if (isMobile) { if (!$item.hasClass('is-open')) { e.preventDefault(); $('.menu-list > .menu-item').removeClass('is-open'); $item.addClass('is-open'); showImg($item.attr('data-image')); return; } var href = ($link.attr('href') || '').trim(); if (href === '' || href === '#') { e.preventDefault(); } return; } e.preventDefault(); $('.menu-list > .menu-item').removeClass('is-open'); $item.addClass('is-open'); }); /* ✅ FIX : image1 affichée UNIQUEMENT quand le popup s'ouvre Retry toutes les 100ms (max 10 tentatives) pour attendre que Elementor ait fini de rendre le DOM du popup */ $(window).on('elementor/popup/show', function() { $('.menu-list > .menu-item').removeClass('is-open'); var attempts = 0; var maxAttempts = 10; function tryShowImage1() { var $container = $('.mdw-menu-right'); var $target = $container.find('.elementor-widget-image.image1'); if ($target.length) { /* Le conteneur existe → on active image1 */ $container.find('.elementor-widget-image').removeClass('is-active'); $target.addClass('is-active'); } else if (attempts < maxAttempts) { /* Pas encore dans le DOM → on réessaie */ attempts++; setTimeout(tryShowImage1, 100); } } setTimeout(tryShowImage1, 200); }); });