<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Champagne - French Promise - France's Top DMC</title>
	<atom:link href="https://www.frenchpromise.com/category/hotels/champagne-hotels/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.frenchpromise.com</link>
	<description>Redefining Luxury Travel in France</description>
	<lastBuildDate>Wed, 20 May 2026 08:34:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.frenchpromise.com/wp-content/uploads/2023/05/cropped-french-promise-favicon-32x32.webp</url>
	<title>Champagne - French Promise - France's Top DMC</title>
	<link>https://www.frenchpromise.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Le 25 Bis</title>
		<link>https://www.frenchpromise.com/le-25-bis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=le-25-bis</link>
					<comments>https://www.frenchpromise.com/le-25-bis/#respond</comments>
		
		<dc:creator><![CDATA[frenchpromise]]></dc:creator>
		<pubDate>Wed, 03 Jul 2024 13:05:09 +0000</pubDate>
				<category><![CDATA[Champagne]]></category>
		<category><![CDATA[Contemporary Hotels]]></category>
		<category><![CDATA[Vineyards]]></category>
		<guid isPermaLink="false">https://www.frenchpromise.com/?p=32047</guid>

					<description><![CDATA[<p>Discover this 18th century luxury, boutique hotel on the famous Avenue de Champagne in Epernay, classified as a UNESCO World Heritage since 2015.  Each of the house's 5 suites is unique and is warmly and elegantly decorated down to the smallest detail.  Visitors can not only see the press room, the barrel house and the cellars for which Leclerc Briant is famous, but can also discover the historical vineyard called La Croisette: a small plot cultivated bio-dynamically ever since it was first planted and the birth place of the cuvée of the same name.</p>
<p>The post <a href="https://www.frenchpromise.com/le-25-bis/">Le 25 Bis</a> first appeared on <a href="https://www.frenchpromise.com">French Promise - France's Top DMC</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="32047" class="elementor elementor-32047" data-elementor-post-type="post">
						<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-2a59d86 elementor-section-full_width elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="2a59d86" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e546503 qodef-sticky-column--no" data-id="e546503" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-86b2d8e elementor-widget__width-inherit elementor--h-position-right elementor--v-position-middle elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="86b2d8e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}" data-widget_type="slides.default">
				<div class="elementor-widget-container">
									<div class="elementor-swiper">
					<div class="elementor-slides-wrapper elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides" dir="ltr" data-animation="fadeInUp">
				<div class="swiper-wrapper elementor-slides">
										<div class="elementor-repeater-item-6874292 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img" aria-label="25bis champagne hotel"></div><div class="elementor-background-overlay"></div><a class="swiper-slide-inner" href="https://www.frenchpromise.com/contact-us"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Le 25 Bis</div><div class="elementor-slide-description">An 18th century luxury boutique hotel on Avenue de Champagne</div><div  class="elementor-button elementor-slide-button elementor-size-xs">Book This Hotel</div></div></a></div>				</div>
							</div>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					<script>
				(function($) {
                    "use strict";

                    var target = $('.elementor-element-2a59d86');

                    
                    var EaelParallaxElement = {

						init: function() {
							elementorFrontend.hooks.addAction('frontend/element_ready/global', EaelParallaxElement.initWidget);
						},
                        responsiveParallax: function(){
                            var android = 1,
                                ios = 1;
                            switch( true || 1 ){
                                case android && ios:
                                    return /iPad|iPhone|iPod|Android/;
                                    break;
                                case android && ! ios:
                                    return /Android/;
                                    break;
                                case ! android && ios:
                                    return /iPad|iPhone|iPod/;
                                    break;
                                case ( ! android && ! ios ):
                                    return null;
                            }
                        },
						initWidget: function( $scope ) {

							target.jarallax({
								type: 'scroll-opacity',
								speed: 1.3,
								keepImg: true,
                                disableParallax: EaelParallaxElement.responsiveParallax(),
							});
						}

					};

					$( window ).on('elementor/frontend/init', EaelParallaxElement.init);

                    				}( jQuery ) );
			</script>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-bcef399 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="bcef399" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27e2197 qodef-sticky-column--no" data-id="27e2197" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2cfa8f3 elementor-widget elementor-widget-text-editor" data-id="2cfa8f3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em>Discover the Le 25 Bis, an 18th century luxury, boutique hotel on the famous Avenue de Champagne in Epernay, classified since 2015 as a UNESCO World Heritage site by Leclerc Briant </em></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-e1a9878 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="e1a9878" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ed444e1 qodef-sticky-column--no" data-id="ed444e1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d66a327 elementor-widget elementor-widget-qi_addons_for_elementor_dropcaps" data-id="d66a327" data-element_type="widget" data-e-type="widget" data-widget_type="qi_addons_for_elementor_dropcaps.default">
				<div class="elementor-widget-container">
					<div class="qodef-shortcode qodef-m H2 qodef-qi-dropcaps">
			<span class="qodef-m-letter">
			I		</span>
		<p class="qodef-m-text">
			n the 18th century when the famous Avenue de Champagne was still nicknamed “The Crazy Quarter” a wine merchant had an imposing house built as his family home in a prime location on the avenue.   Over two centuries later, this same house has been lovingly and tastefully restored to reflect the image and style of La Maison Leclerc Briant, Le 25 Bis. The aim of the project has been to breathe new life into the original house and to rediscover the original owner’s passion for learning more about the world.
<br>
<br>
Le 25bis by Leclerc Briant is proud to be a member of « Esprit de France », an exclusive collection of hotels and residences in France whose owners share a strong commitment to the common values of heritage, art and culture.
<br>
<br>
Each of the house's 5 suites is unique and is warmly and elegantly decorated down to the smallest detail. Many of the previous owners’ period pieces of furniture and decoration have been preserved and stylishly integrated into the renovations.
<br>
<br>
The house is owned by the proprietors of the Champagne Leclerc Briant winery and as a guest, we can organise a private visit during your stay.
<br>
<br>
Visitors can not only see the press room, the barrel house and the cellars for which Leclerc Briant is famous, but can also discover the historical vineyard called La Croisette: a small plot cultivated bio-dynamically ever since it was first planted and the birth place of the cuvée of the same name. 
<br>
<br>
Enjoy the magnificent view over Epernay and the surrounding area from the rooftop terrace whilst sipping the House’s finest champagnes.		</p>
	</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a164dd2 qodef-sticky-column--no" data-id="a164dd2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ed53f0e elementor-widget elementor-widget-text-editor" data-id="ed53f0e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em>Location:</em></p><p>Épernay</p><p><em style="letter-spacing: 0px; color: var( --e-global-color-primary );">Features:</em></p><ul><li class="editablelinks"><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">5 Unique Suites</span></li><li><span style="letter-spacing: 0px; color: var( --e-global-color-primary );">Gastronomic Restaurant &amp; Champagne Store</span></li><li><span style="letter-spacing: 0px; color: var( --e-global-color-primary );">Winery</span></li><li>Concierge</li><li>Breakfast</li><li>Electric Bike Rentals</li><li><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">Secured Parking / Electric Charger</span></li><li class="editablelinks">Wifi</li></ul>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-a5f70cf elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="a5f70cf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb8fa54 qodef-sticky-column--no" data-id="cb8fa54" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fa29a65 elementor-widget elementor-widget-qi_addons_for_elementor_image_gallery_masonry" data-id="fa29a65" data-element_type="widget" data-e-type="widget" data-widget_type="qi_addons_for_elementor_image_gallery_masonry.default">
				<div class="elementor-widget-container">
					<div class="qodef-shortcode qodef-m qodef-qi-image-gallery-masonry qodef-qi-fslightbox-popup qodef-popup-gallery qodef-image--hover-zoom qodef-qi-grid qodef-layout--qi-masonry qodef-items--fixed qodef-col-num--3 qodef-responsive--predefined">
	<div class="qodef-grid-inner">
			<div class="qodef-qi-grid-masonry-sizer"></div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis.webp" data-type="image" data-fslightbox="gallery-1">
					<img fetchpriority="high" decoding="async" width="1920" height="1139" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis.webp" class="attachment- size-" alt="25bis champagne hotel" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-300x178.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-1024x607.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-768x455.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-1536x911.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext.webp" data-type="image" data-fslightbox="gallery-1">
					<img decoding="async" width="1920" height="1163" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext-300x182.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext-1024x620.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext-768x465.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/25bis-ext-1536x930.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside.webp" data-type="image" data-fslightbox="gallery-1">
					<img decoding="async" width="1920" height="1139" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside.webp" class="attachment- size-" alt="le 25 bis" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside-300x178.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside-1024x607.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside-768x455.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-inside-1536x911.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge.webp" data-type="image" data-fslightbox="gallery-1">
					<img loading="lazy" decoding="async" width="1920" height="1171" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge-300x183.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge-1024x624.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge-768x468.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-lounge-1536x937.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis.webp" data-type="image" data-fslightbox="gallery-1">
					<img loading="lazy" decoding="async" width="1920" height="1355" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-300x212.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-1024x723.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-768x542.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le25bis-1536x1084.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto.webp" data-type="image" data-fslightbox="gallery-1">
					<img loading="lazy" decoding="async" width="1600" height="1074" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto.webp" class="attachment- size-" alt="luxury hotel champagne french promise" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto.webp 1600w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto-300x201.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto-1024x687.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto-768x516.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/le-25bis-by-leclerc-briant-chambres-70310-1600-900-auto-1536x1031.webp 1536w" sizes="(max-width: 1600px) 100vw, 1600px" />					</a>
			</div>
</div>
	</div>
</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://www.frenchpromise.com/le-25-bis/">Le 25 Bis</a> first appeared on <a href="https://www.frenchpromise.com">French Promise - France's Top DMC</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.frenchpromise.com/le-25-bis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Royal Champagne Hôtel &#038; Spa</title>
		<link>https://www.frenchpromise.com/royal-champagne-hotel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=royal-champagne-hotel</link>
					<comments>https://www.frenchpromise.com/royal-champagne-hotel/#respond</comments>
		
		<dc:creator><![CDATA[frenchpromise]]></dc:creator>
		<pubDate>Sun, 26 May 2024 13:39:47 +0000</pubDate>
				<category><![CDATA[Champagne]]></category>
		<category><![CDATA[Contemporary Hotels]]></category>
		<category><![CDATA[Luxury Hotels]]></category>
		<category><![CDATA[Vineyards]]></category>
		<guid isPermaLink="false">https://www.frenchpromise.com/?p=23809</guid>

					<description><![CDATA[<p>Tucked away in the hills of Champagne with views over this UNESCO heritage site, this luxury hotel and spa features sophisticated rooms or suites, gastronomic restaurant and two pools.</p>
<p>Marvel at the picturesque villages nestled amidst the vineyards, such as the historic vineyards of Hautvillers, the birthplace of renowned French champagne houses.  As you ascend to the heights, you’ll reach Champillon, a charming village home to 500 inhabitants, offering breathtaking views of the Marne Valley.</p>
<p>The post <a href="https://www.frenchpromise.com/royal-champagne-hotel/">Royal Champagne Hôtel & Spa</a> first appeared on <a href="https://www.frenchpromise.com">French Promise - France's Top DMC</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="23809" class="elementor elementor-23809" data-elementor-post-type="post">
						<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-2a59d86 elementor-section-full_width elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="2a59d86" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e546503 qodef-sticky-column--no" data-id="e546503" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-86b2d8e elementor-widget__width-inherit elementor--h-position-right elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="86b2d8e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}" data-widget_type="slides.default">
				<div class="elementor-widget-container">
									<div class="elementor-swiper">
					<div class="elementor-slides-wrapper elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides" dir="ltr" data-animation="fadeInUp">
				<div class="swiper-wrapper elementor-slides">
										<div class="elementor-repeater-item-40d1b03 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg" role="img" aria-label="luxury champagne hotel spa french promise travel"></div><div class="elementor-background-overlay"></div><a class="swiper-slide-inner" href="https://www.frenchpromise.com/contact-us"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Royal Champagne Hotel & Spa</div><div class="elementor-slide-description">Refined luxury 5-star hotel and spa in the heart of the vineyards in Champagne</div><div  class="elementor-button elementor-slide-button elementor-size-sm">Book This Hotel</div></div></a></div>				</div>
							</div>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					<script>
				(function($) {
                    "use strict";

                    var target = $('.elementor-element-2a59d86');

                    
                    var EaelParallaxElement = {

						init: function() {
							elementorFrontend.hooks.addAction('frontend/element_ready/global', EaelParallaxElement.initWidget);
						},
                        responsiveParallax: function(){
                            var android = 1,
                                ios = 1;
                            switch( true || 1 ){
                                case android && ios:
                                    return /iPad|iPhone|iPod|Android/;
                                    break;
                                case android && ! ios:
                                    return /Android/;
                                    break;
                                case ! android && ios:
                                    return /iPad|iPhone|iPod/;
                                    break;
                                case ( ! android && ! ios ):
                                    return null;
                            }
                        },
						initWidget: function( $scope ) {

							target.jarallax({
								type: 'scroll-opacity',
								speed: 1.3,
								keepImg: true,
                                disableParallax: EaelParallaxElement.responsiveParallax(),
							});
						}

					};

					$( window ).on('elementor/frontend/init', EaelParallaxElement.init);

                    				}( jQuery ) );
			</script>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-3b602c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="3b602c4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ab16cf qodef-sticky-column--no" data-id="0ab16cf" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d66a327 elementor-widget elementor-widget-qi_addons_for_elementor_dropcaps" data-id="d66a327" data-element_type="widget" data-e-type="widget" data-widget_type="qi_addons_for_elementor_dropcaps.default">
				<div class="elementor-widget-container">
					<div class="qodef-shortcode qodef-m H2 qodef-qi-dropcaps">
			<span class="qodef-m-letter">
			T		</span>
		<p class="qodef-m-text">
			he 5-star Royal Champagne Hotel &amp; Spa is located in the middle of the vines with sweeping views over the Marne Valley featuring Michelin-star dining, spa and sophisticated lounge.		</p>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-e1a9878 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="e1a9878" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ed444e1 qodef-sticky-column--no" data-id="ed444e1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4859c8b elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4859c8b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Tucked away in the hills of  Champagne with views over this UNESCO heritage site, this luxury hotel and spa features sophisticated rooms or suites, gastronomic restaurant and two pools.</p><p>Marvel at the picturesque villages nestled amidst the vineyards, such as the historic vineyards of Hautvillers, the birthplace of renowned French champagne houses. As you ascend to the heights, you&#8217;ll reach Champillon, a charming village home to 500 inhabitants, offering breathtaking views of the Marne Valley.</p><p>The hotel is perfectly situated, with a monolith of light-colored stone resembling a modern amphitheater, commanding a panoramic view of the entire Marne Valley.</p><p>Offering 47 rooms and suites, terraces, and a spa that opens up to a unique panorama, the hotel provides the perfect opportunity to immerse in the surrounding natural beauty.</p><p>The hotel&#8217;s decor evolves with each season, reflecting the dynamic changes in the menu of our gastronomic and bistronomic restaurants featuring flavors and ambiance of the Champagne region.  Le Royal, which has been awarded a Michelin star, and the charming bistro restaurant, Le Bellevue.</p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a164dd2 qodef-sticky-column--no" data-id="a164dd2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ed53f0e elementor-widget elementor-widget-text-editor" data-id="ed53f0e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div data-id="47d2525f" data-element_type="widget" data-widget_type="heading.default"><div><h6><span style="color: #000000;">Location</span></h6><p><em>In the heart of Champagne region on Épernay&#8217;s Avenue de Champagne.</em></p></div></div>								</div>
				</div>
				<div class="elementor-element elementor-element-7d4dcfe elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7d4dcfe" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Features/Amenities:</p><ul><li>Rooms &amp; Suites</li><li>Electric bike rentals</li><li>Champagne House Visits</li><li>Electic Scooter Tours</li><li>Buggy Tours</li><li>Lounge Bar</li><li><em>Gastronomic Michelin Restaurant &amp; Bistro</em></li><li><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">Indoor &amp; Outdoor Pools</span></li><li><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">Spa</span></li><li>Free Wi-Fi </li><li>Breakfast</li><li>Parking</li></ul>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-31ad3ed elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="31ad3ed" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-047097b qodef-sticky-column--no" data-id="047097b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-a5f70cf elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="a5f70cf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb8fa54 qodef-sticky-column--no" data-id="cb8fa54" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fa29a65 elementor-widget elementor-widget-qi_addons_for_elementor_image_gallery_masonry" data-id="fa29a65" data-element_type="widget" data-e-type="widget" data-widget_type="qi_addons_for_elementor_image_gallery_masonry.default">
				<div class="elementor-widget-container">
					<div class="qodef-shortcode qodef-m qodef-qi-image-gallery-masonry qodef-qi-fslightbox-popup qodef-popup-gallery qodef-image--hover-zoom qodef-qi-grid qodef-layout--qi-masonry qodef-items--fixed qodef-col-num--3 qodef-responsive--predefined">
	<div class="qodef-grid-inner">
			<div class="qodef-qi-grid-masonry-sizer"></div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="" data-type="image" data-fslightbox="gallery-2">
										</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite.webp" data-type="image" data-fslightbox="gallery-2">
					<img loading="lazy" decoding="async" width="1920" height="1188" src="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite-300x186.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite-1024x634.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite-768x475.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-suite-1536x950.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa.webp" data-type="image" data-fslightbox="gallery-2">
					<img loading="lazy" decoding="async" width="1920" height="1289" src="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa-300x201.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa-1024x688.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa-768x516.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-spa-1536x1031.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2.webp" data-type="image" data-fslightbox="gallery-2">
					<img loading="lazy" decoding="async" width="1920" height="1183" src="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2-300x185.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2-1024x631.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2-768x473.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant2-1536x946.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant.webp" data-type="image" data-fslightbox="gallery-2">
					<img loading="lazy" decoding="async" width="1920" height="1198" src="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant.webp" class="attachment- size-" alt="luxury champagne hotel spa french promise travel" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant-300x187.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant-1024x639.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant-768x479.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-restaurant-1536x959.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool.webp" data-type="image" data-fslightbox="gallery-2">
					<img loading="lazy" decoding="async" width="1920" height="1330" src="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool.webp" class="attachment- size-" alt="luxury champagne hotel spa french promise travel" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool-300x208.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool-1024x710.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool-768x532.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/05/royal-champagne-pool-1536x1064.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
	</div>
</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://www.frenchpromise.com/royal-champagne-hotel/">Royal Champagne Hôtel & Spa</a> first appeared on <a href="https://www.frenchpromise.com">French Promise - France's Top DMC</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.frenchpromise.com/royal-champagne-hotel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Domaine Les Crayères</title>
		<link>https://www.frenchpromise.com/domaine-les-crayeres-luxury-travel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=domaine-les-crayeres-luxury-travel</link>
					<comments>https://www.frenchpromise.com/domaine-les-crayeres-luxury-travel/#respond</comments>
		
		<dc:creator><![CDATA[frenchpromise]]></dc:creator>
		<pubDate>Sun, 03 Sep 2023 15:36:32 +0000</pubDate>
				<category><![CDATA[Champagne]]></category>
		<category><![CDATA[Countryside]]></category>
		<category><![CDATA[Vineyards]]></category>
		<guid isPermaLink="false">https://www.frenchpromise.com/?p=31875</guid>

					<description><![CDATA[<p>Discover Domaine Les Crayères, a mythic Chateau-style property known for its gastronomy featuring a Michelin-star dining in the heart of Champagne.</p>
<p>The post <a href="https://www.frenchpromise.com/domaine-les-crayeres-luxury-travel/">Domaine Les Crayères</a> first appeared on <a href="https://www.frenchpromise.com">French Promise - France's Top DMC</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="31875" class="elementor elementor-31875" data-elementor-post-type="post">
						<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-2a59d86 elementor-section-full_width elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="2a59d86" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e546503 qodef-sticky-column--no" data-id="e546503" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-86b2d8e elementor-widget__width-inherit elementor--h-position-right elementor--v-position-middle elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="86b2d8e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}" data-widget_type="slides.default">
				<div class="elementor-widget-container">
									<div class="elementor-swiper">
					<div class="elementor-slides-wrapper elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides" dir="ltr" data-animation="">
				<div class="swiper-wrapper elementor-slides">
										<div class="elementor-repeater-item-6874292 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img" aria-label="domaines les crayeres"></div><div class="elementor-background-overlay"></div><a class="swiper-slide-inner" href="https://www.frenchpromise.com/contact-us"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Domaine Les Crayères</div><div class="elementor-slide-description">A mythical and sophisticated Chateau property in the heart of Reims</div><div  class="elementor-button elementor-slide-button elementor-size-xs">Book This Hotel</div></div></a></div><div class="elementor-repeater-item-07c4a2e swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img" aria-label="domaines les crayeres"></div><div class="elementor-background-overlay"></div><a class="swiper-slide-inner" href="https://www.frenchpromise.com/contact-us"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Domaine Les Crayères</div><div class="elementor-slide-description">A mythical and sophisticated Chateau property in the heart of Reims</div><div  class="elementor-button elementor-slide-button elementor-size-xs">Book This Hotel</div></div></a></div><div class="elementor-repeater-item-e00b106 swiper-slide" role="group" aria-roledescription="slide"><div class="swiper-slide-bg elementor-ken-burns elementor-ken-burns--in" role="img" aria-label="domaines les crayeres"></div><div class="elementor-background-overlay"></div><a class="swiper-slide-inner" href="https://www.frenchpromise.com/contact-us"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Domaine Les Crayères</div><div class="elementor-slide-description">A mythical and sophisticated Chateau property in the heart of Reims</div><div  class="elementor-button elementor-slide-button elementor-size-xs">Book This Hotel</div></div></a></div>				</div>
																				<div class="swiper-pagination"></div>
												</div>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					<script>
				(function($) {
                    "use strict";

                    var target = $('.elementor-element-2a59d86');

                    
                    var EaelParallaxElement = {

						init: function() {
							elementorFrontend.hooks.addAction('frontend/element_ready/global', EaelParallaxElement.initWidget);
						},
                        responsiveParallax: function(){
                            var android = 1,
                                ios = 1;
                            switch( true || 1 ){
                                case android && ios:
                                    return /iPad|iPhone|iPod|Android/;
                                    break;
                                case android && ! ios:
                                    return /Android/;
                                    break;
                                case ! android && ios:
                                    return /iPad|iPhone|iPod/;
                                    break;
                                case ( ! android && ! ios ):
                                    return null;
                            }
                        },
						initWidget: function( $scope ) {

							target.jarallax({
								type: 'scroll-opacity',
								speed: 1.3,
								keepImg: true,
                                disableParallax: EaelParallaxElement.responsiveParallax(),
							});
						}

					};

					$( window ).on('elementor/frontend/init', EaelParallaxElement.init);

                    				}( jQuery ) );
			</script>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-bcef399 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="bcef399" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27e2197 qodef-sticky-column--no" data-id="27e2197" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2cfa8f3 elementor-widget elementor-widget-text-editor" data-id="2cfa8f3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em>Discover this mythic Chateau-style property with classical French details known for its gastronomy featuring a  Michelin-star dining, brasserie and bar in the heart of Champagne.</em></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-e1a9878 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="e1a9878" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ed444e1 qodef-sticky-column--no" data-id="ed444e1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d66a327 elementor-widget elementor-widget-qi_addons_for_elementor_dropcaps" data-id="d66a327" data-element_type="widget" data-e-type="widget" data-widget_type="qi_addons_for_elementor_dropcaps.default">
				<div class="elementor-widget-container">
					<div class="qodef-shortcode qodef-m H2 qodef-qi-dropcaps">
			<span class="qodef-m-letter">
			L		</span>
		<p class="qodef-m-text">
			e Domaine Les Crayères is a mythical property in the heart of Reims, nestled discreetly in a seven hectare park full of green vegetation.
<br>
<br>
This former house of the De Polignac family permanently recreates and modernises the “Chateau” style in an elegant and sophisticated atmosphere.
<br>
<br>
Perfectly appointed rooms and suites are waiting for you, with the attention to detail which is characteristic of the French classicism.
<br>
<br>
Meilleur Ouvrier de France &amp; double Michelin starred, Philippe Mille, created the gourmet menu of "Le Parc" along with pastry chef, Yoann Normand. There's also a open-air brasserie and British-style bar featuring jazz and live music featuring a cozy yet sophisticated interiors.
<br>
<br>
Discover the warm welcome, the impeccable service and the Chef Philippe Mille’s gourmet restaurant. Featuring a wine list of more than 600 champagne labels, makes this the ideal place to start discovering all the treasures of this region.		</p>
	</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a164dd2 qodef-sticky-column--no" data-id="a164dd2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ed53f0e elementor-widget elementor-widget-text-editor" data-id="ed53f0e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em>Location:</em></p><p><em>Reims</em></p><p><em style="letter-spacing: 0px; color: var( --e-global-color-primary );">Features:</em></p><ul><li class="editablelinks"><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">20 Rooms &amp; Suites, plus cottage</span></li><li><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">2 Michelin Star Restaurant with 600 champagnes</span></li><li>Brasserie &amp; Bar</li><li>Horseback Riding, Golf, Tennis, Biking</li><li>Concierge</li><li>Breakfast</li><li><span style="color: var( --e-global-color-primary ); letter-spacing: 0px;">Covered Parking</span></li><li class="editablelinks">Wifi</li></ul>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-a5f70cf elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no" data-id="a5f70cf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb8fa54 qodef-sticky-column--no" data-id="cb8fa54" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fa29a65 elementor-widget elementor-widget-qi_addons_for_elementor_image_gallery_masonry" data-id="fa29a65" data-element_type="widget" data-e-type="widget" data-widget_type="qi_addons_for_elementor_image_gallery_masonry.default">
				<div class="elementor-widget-container">
					<div class="qodef-shortcode qodef-m qodef-qi-image-gallery-masonry qodef-qi-fslightbox-popup qodef-popup-gallery qodef-image--hover-zoom qodef-qi-grid qodef-layout--qi-masonry qodef-items--fixed qodef-col-num--3 qodef-responsive--predefined">
	<div class="qodef-grid-inner">
			<div class="qodef-qi-grid-masonry-sizer"></div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32.png" data-type="image" data-fslightbox="gallery-3">
					<img loading="lazy" decoding="async" width="2208" height="1338" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32.png" class="attachment- size-" alt="domaines les crayeres" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32.png 2208w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32-300x182.png 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32-1024x621.png 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32-768x465.png 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32-1536x931.png 1536w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.22.32-2048x1241.png 2048w" sizes="(max-width: 2208px) 100vw, 2208px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge.webp" data-type="image" data-fslightbox="gallery-3">
					<img loading="lazy" decoding="async" width="1920" height="1280" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge.webp" class="attachment- size-" alt="" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge.webp 1920w, https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge-300x200.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge-1024x683.webp 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge-768x512.webp 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge-1536x1024.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge2.webp" data-type="image" data-fslightbox="gallery-3">
					<img loading="lazy" decoding="async" width="745" height="650" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge2.webp" class="attachment- size-" alt="domainedes-crayeres luxury hotel champagne" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge2.webp 745w, https://www.frenchpromise.com/wp-content/uploads/2023/09/domainedes-crayeres-lounge2-300x262.webp 300w" sizes="(max-width: 745px) 100vw, 745px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/5096656-1513093_217_0_500_500_500_500.webp" data-type="image" data-fslightbox="gallery-3">
					<img loading="lazy" decoding="async" width="500" height="500" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/5096656-1513093_217_0_500_500_500_500.webp" class="attachment- size-" alt="domainedes-crayeres" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/5096656-1513093_217_0_500_500_500_500.webp 500w, https://www.frenchpromise.com/wp-content/uploads/2023/09/5096656-1513093_217_0_500_500_500_500-300x300.webp 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/5096656-1513093_217_0_500_500_500_500-150x150.webp 150w" sizes="(max-width: 500px) 100vw, 500px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58.png" data-type="image" data-fslightbox="gallery-3">
					<img loading="lazy" decoding="async" width="2348" height="1304" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58.png" class="attachment- size-" alt="domaines les crayeres" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58.png 2348w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58-300x167.png 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58-1024x569.png 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58-768x427.png 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58-1536x853.png 1536w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.58-2048x1137.png 2048w" sizes="(max-width: 2348px) 100vw, 2348px" />					</a>
			</div>
</div>
<div class="qodef-e qodef-image-wrapper qodef-grid-item qodef-item--">
	<div class="qodef-e-inner">
					<a class="qodef-popup-item" itemprop="image" href="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47.png" data-type="image" data-fslightbox="gallery-3">
					<img loading="lazy" decoding="async" width="2348" height="1304" src="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47.png" class="attachment- size-" alt="domaines les crayeres" srcset="https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47.png 2348w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47-300x167.png 300w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47-1024x569.png 1024w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47-768x427.png 768w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47-1536x853.png 1536w, https://www.frenchpromise.com/wp-content/uploads/2023/09/Screenshot-2025-02-11-at-14.23.47-2048x1137.png 2048w" sizes="(max-width: 2348px) 100vw, 2348px" />					</a>
			</div>
</div>
	</div>
</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://www.frenchpromise.com/domaine-les-crayeres-luxury-travel/">Domaine Les Crayères</a> first appeared on <a href="https://www.frenchpromise.com">French Promise - France's Top DMC</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.frenchpromise.com/domaine-les-crayeres-luxury-travel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
