Logo

Getting to Disneyland Paris

Your Parisian stay at DISNEYLAND

The Hôtel de Pourtalès, located in the heart of Paris in the Madeleine district, is an ideal base for visiting Disneyland Paris while enjoying 5-star accommodation in the centre of the capital. Our spacious family suites with fully equipped kitchens allow you to relax in comfort after a day at the parks.

By public transport

Most direct route:

1. From the hotel, walk to Madeleine station (2 minutes on foot)
2. Take the RER A towards Marne-la-Vallée – Chessy
3. Get off at Marne-la-Vallée – Chessy station (terminus)
4. The entrance to the Disney parks is a 2-minute walk from the station

Total time: approximately 1 hour
Frequency: trains every 10–15 minutes
Indicative fare: approximately €7.60 per adult (one way)

Private shuttle with driver

Our concierge service arranges private transfers to Disneyland Paris with a dedicated driver. Ideal for families with children or for a comfortable, hassle-free journey.

Benefits:

– Departure from the hotel at the time of your choice
– Suitable vehicle (up to 7 passengers)
– Baby/child seats available on request
– Return transfer arranged at the end of the day

Travel time: 40–50 minutes depending on traffic
Booking: via our concierge service; please allow at least 48 hours’ notice

Family-focused services

The Hôtel de Pourtalès brings together everything a family stay requires: space, comfort, and attention to every detail.

– Complete Welcome Baby kit (cot, bottle warmer, stroller)
– Concierge service available 24/7 to organise your days
– Breakfast served in-suite until 1 pm (perfect after a late return)
– 24-hour room service

Plan your Paris + Disneyland stay

Concierge service available 24/7.

Our concierge service can assist you with complete planning: – Booking Disneyland tickets (parks + restaurants) – Family-optimised itinerary (Disneyland + Paris sightseeing) – Recommendations for children’s activities in Paris – Organising return shuttle transfers

Our family suites for your Disneyland stay

After a day at the Disney parks, enjoy the comfort of our Parisian family suites:

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