Logo

The Pourtalès Suite

Discreetly located on the third floor, the Pourtalès Suite unfolds over more than 180 m² across two levels, combining attic volumes with an intimate atmosphere.

Three generous bedrooms and living areas flow seamlessly, offering rare freedom for staying together or enjoying a timeless interlude. A signature suite designed to experience Paris with privacy and serenity.

180 m²

Size

6

guests

3

ROOMS
ⓘ BED TYPES

3

ROOMS

Bed types:

3

Bathrooms

amenities

Designed for an uncompromising experience, the Pourtalès Suite offers several bedding configurations, bath and shower areas, separate guest toilets, Wi-Fi, television, a minibar, a wine cellar, and room service. Every detail is designed to ensure a seamless, perfectly controlled stay, with views over the street or the inner courtyard.

The Living Room

The living room of the Pourtalès Suite embodies understated elegance, with the calm of a preserved Parisian residence. Inviting materials and carefully selected furnishings create a warm space, ideal for gathering, reading, working, or entertaining with complete discretion.

The Kitchen

The fully equipped kitchen extends the suite’s “residence” spirit with refined simplicity. It offers rare freedom at the heart of a hotel—for a quiet coffee, an impromptu snack, or an intimate dinner—without ever disrupting the place’s understated atmosphere.

Design

The Pourtalès Suite embraces a reinvented classicism, where attic volumes and soft tones—beige, linen, touches of natural wood—create an enveloping, timeless atmosphere. Noble textures, clean lines and refined details express a confident Parisian elegance, balancing architectural character with contemporary comfort.

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