Logo

Sky Penthouse Space

The Sky Penthouse is transformed into an exceptional setting for your private events in the heart of Paris.

Spanning 367 m² across three floors, with an 80 m² rooftop and a 95 m² living-kitchen area, this signature space offers total freedom to design intimate cocktails, confidential dinners, or bespoke receptions.

Warm textures, generous volumes, and a 180° panoramic view create a rare setting, designed for hosting with elegance and character. An extraordinary venue, blending bold luxury with a timeless Parisian atmosphere.

367 m² total

TRIPLEX

80 m²

ROOFTOP, PRIVATE GARDEN
& PANORAMIC VIEW

95 m²

Living-Kitchen

Up to 50 people

Cocktail

Up to 16 people

Seated Lunch or Dinner

amenities

The Sky Penthouse rental is available by the day, starting from €8,500 incl. VAT, with pricing adjusted according to the period and the nature of your event. Each request is studied on a bespoke basis by our sales department to ensure a response tailored to your needs.

The space can be complemented by a selection of services designed to enhance your reception: ambient music to fill the volumes, the services of a decorator to personalize the atmosphere, a cloakroom, and a hostess to ensure a seamless experience for your guests. Catering and beverage services, as well as the support of a dedicated events team, are also available upon request to orchestrate every detail with discretion and excellence.

Design

The Sky Penthouse cultivates a strong visual identity, blending modernity with Parisian elegance. Deep tones—anthracite gray, midnight blue, touches of brass—and textured materials—velvet, linen, stone—create an atmosphere that is both sophisticated and enveloping. A unique setting for your most precious events.

The rooftop

The 80 m² private rooftop opens onto Paris at 180°, with an intimate garden and unobstructed views from sunrise to sunset. An exceptional space for open-air cocktails, outdoor receptions, or simply to make a lasting impression in an extraordinary setting in the heart of the capital.

The living-kitchen space

The 95 m² living-kitchen area offers spectacular volumes bathed in light, with a fully equipped kitchen to orchestrate gastronomic moments in complete discretion. Noble materials, warm hues, and structured furniture create a sophisticated atmosphere, ideal for hosting in the intimacy of a rare Parisian address.

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); }); });