<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */

html, body {
	height: 100%;
}

body {
	background-color:#FFF;
	margin:0px;
	padding: 0px;
}

body#body_rooms{
	background-color: #F3F5F4;
	background-image: url("img/concrete_seamless.png");
	background-attachment: fixed;
}
/*min768px
*/
@media only screen and (min-device-width: 10px) and (max-device-width: 1045px) {

a {
	font-size:16px;
	color:#434343;
	font-family: 'museo_sans500', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

a:link {
	color:#434343;
	text-decoration: none;
}

a:hover {
	color:#90c030;
}

a.highlight {
	color:#90c030;
}

h1 {
	height: 0px;
	font-family: 'dragon_is_comingregular', Helvetica, Arial, sans-serif;
	color: #434343;
	text-align: center;
	font-size: 72px;
	word-spacing: 0px;
	margin-top: 20px;
	font-weight: normal;

}
@-moz-document url-prefix() {
    h1 {
	height: 42px;
	margin: 0;
	}
}

h2 {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	color: #434343;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: lighter;
}

/* Start --- Only for Intense images */
h4 {
	font-family: 'caneletter_sans_thin_personRg', Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFF;
	margin-left: 100px;
	letter-spacing: 1px;
}
h5 {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #FFF;
	margin-left: 100px;
}
/* End --- Only for Intense images */

p {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	color: #434343;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 50px;
	font-weight: normal;
	line-height: 110%;
}

span {
	font-size: 60px;
	margin-left: 3px;
}

span#caps {
	font-size: 82px;
	margin-left:-4px;
	margin-right: 0;

}

#content {
	width: 100%;
	height: 100%;
}

#content_header {
	margin-top: 30px;
	margin-bottom: 15px;
	height: 60px;
}

#content_header_opacity {
	margin: auto;
	width: 81.7%;
	height: 100%;
}

/* -----------  Page 1 - Welcome ------------ */

#home {
	margin:0;
	padding-top: 10px;
	background: #FFF;
	text-align: center;
}

#title_line {
	height: 7px;
	margin-bottom: 15px;
}

.lang {
	right: 30px;
	top: 36px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.lang p{
	font-size: 13px;
}
.lang a{
	font-size: 13px;
}

#nav {
	width:100%;
	padding-bottom: 10px;
	background: #FFF;
	border-bottom: 1px solid #a4a4a4;
	padding-top: 15px;
	margin:0;
	z-index:99;
}
#nav a {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#nav ul {
	text-align:center;
	list-style-type:none;
	display:block;
	opacity: 1;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display:inline;
	padding:0px 20px;
	height: 70px;
}

#home_slider {
	width: 100%;
	max-height: 666px;
	overflow: hidden;
}

#photo_ext1 {
	width: 100%;
	margin: auto;
}

#text_over {
	position: absolute;
	width: 388px;
	top: 300px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

#text_over h2 {
	color: #FFF;
	font-size: 28px;
	font-family: 'caneletter_sans_thin_personRg', Helvetica, Arial, sans-serif;
	padding: 20px;
	letter-spacing: 2px;
	font-weight: normal;
}

.grow { 
	transition: all 2s ease-in-out; 
}
.grow:hover { 
	transform: scale(1.1);
}

/* -----------  Page 2 - Le Domaine ------------ */

.section_titles {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 25px;
}

.section_titles img {
	display: block;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 20px;
}

.blocks_domain {
	display:inline-block; 
	height:100%; 
	vertical-align: top; 
}

#domain_pano {
	width: 823px;
	height: 230px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	background: #FFF url('img/domain_front.jpg') no-repeat center center;
	background-size: 100%;
}

#domain_piscine {
	width: 823px;
	height: 230px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	background: #FFF url('img/domain_piscine.jpg') no-repeat center center;
	background-size: 100%;
}

.domain_photos {
	width: 265px;
	height: 193px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 10px;
}
.intense {
	cursor: url('img/plus_cursor.png') 25 25, auto;
}
.gray_hover {
	background-color: rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
}
.gray_hover:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('img/page-loader.gif') 50% 50% no-repeat rgba(43,43,43,0.8);
	background-size: 8%;
}

#domain_house1 {
	background: #FFF url('img/domain_house1.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house2 {
	background: #FFF url('img/domain_house2.jpg') no-repeat center center;
	background-size: 170%;
}
#domain_house3 {
	margin-right: 0;
	background: #FFF url('img/domain_house3.jpg') no-repeat center center;
	background-size: 120%;
}
#domain_house4 {
	background: #FFF url('img/domain_house4.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house5 {
	background: #FFF url('img/domain_house5.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house6 {
	margin-right: 0;
	background: #FFF url('img/domain_house6.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house7 {
	background: #FFF url('img/domain_house7.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house8 {
	background: #FFF url('img/domain_house8.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house9 {
	margin-right: 0;
	background: #FFF url('img/domain_house9.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_history {
	width: 823px;
	background-color: #FFF;
	margin: auto;
}
#domain_history p {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}

/* ------------ Page 3 - Rooms -------------- */

#background_pattern {
	width: 100%;
	height: 100%;
	
	text-align: center;
}

#header {
	margin:0;
	padding-top: 0px;
	background: #FFF;
	padding-top: 10px;
	text-align: center;
}

#left_line {
	width: 15%;
	height: 10px;
	border-top: 1px solid #909090;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

#content h1 {
	color: #434343;
	font-family: 'caneletter_sans_thin_personRg', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	padding-top: 12px;
	display: inline-block;
	letter-spacing: 1px;
}

#right_line {
	width: 15%;
	height: 10px;
	border-top: 1px solid #909090;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

#content_header img {
	margin-top: 12px;
	margin-bottom: 20px;
}
@-moz-document url-prefix() {
    #content_header img {
	margin-top: 0px;
	}
}

#content h2 {
	margin: 0;
	padding-top: 30px;
}

#content span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 18px;
}

.blocks {
	display:inline-block; 
	height:100%; 
	vertical-align: top; 
}

.room_photos {
	width: 300px;
	height: 234px;
	margin-top: 20px;
	margin-left: 0.4%;
	margin-right: 5px;
}

.room_description {
	width: 514px;
	height: 234px;
	margin-top: 20px;
	margin-right: 0.4%;
	background-color: #FFF;
	text-align: left;
}

#leaf {
	width: 21px;
	height: 19px;
	margin-top: 31px;
	margin-left: 40px;
}

.room_description h2 {
	
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 22px;
	color: #90c030;
	margin-top: 28px !important;
	margin-left: 10px !important;
	padding: 0 !important;
	height: 24px;
}

.room_description p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

.room_description h3 {
	width: 67%;
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #434343;
	margin-top: 24px;
	margin-left: 40px;
	font-weight: normal;
}

#btn_book {
	display: none;
	width: 138px;
	height: 40px;
	margin-top: 13px;
	margin-right: 0;
	border: 1px solid #90c030;
	border-radius: 3px;
	font-family: 'museo_sans500', Helvetica, Arial, sans-serif;
	color: #90c030;
	text-align: center;
	font-size: 18px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

#btn_book:hover {
	background-color: #beea67;
	color: #FFF;
	border: 1px solid #beea67;
}

#general_info {
	margin-top: 30px;
	text-align: center;
}
#general_info_text {
	width: 823px;
	height: 200px;
	background-color: #FFF;
	margin: auto;
	margin-top: 10px;
}

#general_info img {
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#general_info p {
	font-size: 14px;
	margin: 0;
	font-weight: lighter;
	padding-top: 30px;
	line-height: 17px;
}

/* ------------ Page - Logis -------------- */

#logis_pano {
	width: 920px;
	height: 250px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	background: #FFF url('img/thumbnail_logis1.jpg') no-repeat center center;
	background-size: 100%;
}

#logis_thumb2 {
	background: #FFF url('img/thumbnail_logis2.jpg') no-repeat center center;
	background-size: 100%;
}
#logis_thumb3 {
	margin-right: 0;
	background: #FFF url('img/thumbnail_logis10.jpg') no-repeat center center;
	background-size: 100%;
}
#logis_thumb4 {
	background: #FFF url('img/thumbnail_logis3.jpg') no-repeat center center;
	background-size: 100%;
}

.logis_description {
	display: block;
	width: 514px;
	height: 234px;
	margin: auto;
	margin-top: 20px;
/*	margin-right: -0.1%;*/
	background-color: #FFF;
	text-align: left;
}

.logis_photos {
	display: inline-block;
	width: 922px;
	margin-top: 20px;
}
/* ------------ Page 4 - Beaujolais -------------- */

.visits_intro {
	width: 823px;
	height: 190px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: left;
}
.visits_intro p {
	padding-bottom: 5px;
	margin-bottom: 5px !important;
}
#div_links_columns {
	width: 446px;
	margin: auto;
}
#left_links_column {
	float: left;
	text-align: center;
}
#right_links_column {
	float: right;
	text-align: center;
}
.visits_blocks {
	width: 268px;
	height: 324px;
	margin-top: 20px;
	margin-right: 5px;
	background-color: #FFF;
	text-align: left;
}
.no_margin_right {
	margin-right: 0;
}

.visits_photos {
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.visits_photos img{
	width: 100%;
}

.visits_blocks h2, .gastronomy_block h2 {
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 20px;
	color: #90c030;
	margin-top: 15px !important;
	margin-left: 25px !important;
	padding: 0 !important;
	height: 24px;
}

.visits_blocks p {
	padding-top: 5px;
	margin-top: 0;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.visits_blocks a, .gastronomy_block a, .visits_intro a, .visits_label a {
	font-size: 14px;
}

#second_part {
	margin-top: 30px;
	text-align: center;
}

.gastronomy_block {
	width: 823px;
	height: 420px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: center;
}

.left_col_resto, .right_col_resto {
	text-align: left;
}
.left_col_resto {
	margin-left: 60px;
}

.gastronomy_block p, .visits_intro p, .visits_label p {
	margin: 20px 40px 20px 40px;
}

.visits_intro p {
	text-align: center;
	margin-top: 30px;
}

#icon_ustensils {
	width: 22px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
}

p.resto {
	height: 40px;
	margin-left: 20px;
}

.gastronomy_block p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.visits_label {
	width: 823px;
	height: 80px;
	margin-top: 18px;
	background-color: rgba(196, 240, 108, 0.3);
	text-align: center;
}

.visits_label p, .visits_label a {
	color: #90c030;
}

.visits_label a:hover {
	color: #434343;
}

/* ------------ Page 5 - Contact Us -------------- */
.contact_photos {
	width: 409px;
	height: 254px;
	margin-top: 20px;
	margin-right: 8px;
	overflow: hidden;
}
.contact_photos img{
	width: 100%;
}

.contact_description {
	width: 400px;
	height: 254px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: left;
}

.contact_description h2, .contact_resa h2, .contact_location h2 {
	
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 22px;
	color: #90c030;
	margin-top: 38px !important;
	margin-left: 40px !important;
	padding: 0 !important;
	height: 24px;
}

.contact_description p, .contact_resa p, .contact_location p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.contact_description a, .contact_location a {
	font-size: 14px;
}

.contact_resa {
	/*width: 100% avec div parente 823 width */
	width: 823px;
	height: 270px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: left;
}

.contact_resa span, .contact_description span, .contact_location span, .gastronomy_block span {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-family: 'museo_sans500', Helvetica, Arial, sans-serif;
	vertical-align: top !important;
	display: inline !important;
}

#left_column {
	width: 47%;
	height: 200px;
	margin-right: 15px;
}

#right_column {
	width: 47%;
	height: 200px;
}

.contact_map {
	width: 528px;
	height: 392px;
	margin-top: 20px;
	margin-right: 9px;
	background: #FFF url('img/contact_map.png') no-repeat center center;
	background-size: 92%;
}

.contact_location {
	width: 280px;
	height: 392px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: left;
}

#domain_viewlarge {
	width: 823px;
	height: 100px;
	margin-top: 20px;
	margin-right: 0;
	background: #FFF url('img/domain_viewlarge.jpg') no-repeat center 40%;
	background-size: 100%;
}

/* ------------ Footer -------------- */

footer p {
	color: #434343;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 0;
}

} /* ---------------------------------- END MEDIA QUERY 1 ---------------------- */
/* ---------------------------------- END MEDIA QUERY 1 ---------------------- */
/* ---------------------------------- END MEDIA QUERY 1 ---------------------- */
/* ---------------------------------- END MEDIA QUERY 1 ---------------------- */

@media only screen and (min-device-width: 1046px) {

a {
	font-size:16px;
	color:#434343;
	font-family: 'museo_sans500', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

a:link {
	color:#434343;
	text-decoration: none;
}

a:hover {
	color:#90c030;
}

a.highlight {
	color:#90c030;
}

h1 {
	height: 0px;
	font-family: 'dragon_is_comingregular', Helvetica, Arial, sans-serif;
	color: #434343;
	text-align: center;
	font-size: 72px;
	word-spacing: 0px;
	margin-top: 20px;
	font-weight: normal;

}
@-moz-document url-prefix() {
    h1 {
	height: 42px;
	margin: 0;
	}
}

h2 {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	color: #434343;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: lighter;
}

/* Start --- Only for Intense images */
h4 {
	font-family: 'caneletter_sans_thin_personRg', Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #FFF;
	margin-left: 100px;
	letter-spacing: 1px;
}
h5 {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #FFF;
	margin-left: 100px;
}
/* End --- Only for Intense images */

p {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	color: #434343;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 50px;
	font-weight: normal;
	line-height: 110%;
}

span {
	font-size: 60px;
	margin-left: 3px;
}

span#caps {
	font-size: 82px;
	margin-left:-4px;
	margin-right: 0;

}

#content {
	width: 100%;
	height: 100%;
}

#content_header {
	margin-top: 30px;
	margin-bottom: 15px;
	height: 60px;
}

#content_header_opacity {
	margin: auto;
	width: 81.7%;
	height: 100%;
}

/* -----------  Page 1 - Welcome ------------ */

#home {
	margin:0;
	padding-top: 10px;
	background: #FFF;
	text-align: center;
}

#title_line {
	height: 7px;
	margin-bottom: 15px;
}

.lang {
	right: 30px;
	top: 36px;
	margin: 0;
	padding: 0;
	position: absolute;
}
.lang p{
	font-size: 13px;
}
.lang a{
	font-size: 13px;
}

#nav {
	width:100%;
	padding-bottom: 10px;
	background: #FFF;
	border-bottom: 1px solid #a4a4a4;
	padding-top: 15px;
	margin:0;
	z-index:99;
}
#nav a {
	font-family: 'museo_sans300', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#nav ul {
	text-align:center;
	list-style-type:none;
	display:block;
	opacity: 1;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display:inline;
	padding:0px 40px 0px 40px;
	height: 70px;
}

#home_slider {
	width: 100%;
	max-height: 666px;
	overflow: hidden;
}

#photo_ext1 {
	width: 100%;
	margin: auto;
}

#text_over {
	position: absolute;
	width: 388px;
	top: 300px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

#text_over h2 {
	color: #FFF;
	font-size: 28px;
	font-family: 'caneletter_sans_thin_personRg', Helvetica, Arial, sans-serif;
	padding: 20px;
	letter-spacing: 2px;
	font-weight: normal;
}

.grow { 
	transition: all 2s ease-in-out; 
}
.grow:hover { 
	transform: scale(1.1);
}

/* -----------  Page 2 - Le Domaine ------------ */

.section_titles {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 25px;
}

.section_titles img {
	display: block;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 20px;
}

.blocks_domain {
	display:inline-block; 
	height:100%; 
	vertical-align: top; 
}
#domain_pano {
	width: 920px;
	height: 250px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	background: #FFF url('img/domain_front.jpg') no-repeat center center;
	background-size: 100%;
}

#domain_piscine {
	width: 920px;
	height: 250px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	background: #FFF url('img/domain_piscine.jpg') no-repeat center center;
	background-size: 100%;
}

.domain_photos {
	width: 298px;
	height: 220px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 10px;
}
.intense {
	cursor: url('img/plus_cursor.png') 25 25, auto;
}
.gray_hover {
	background-color: rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
}
.gray_hover:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('img/page-loader.gif') 50% 50% no-repeat rgba(43,43,43,0.8);
	background-size: 8%;
}

#domain_house1 {
	background: #FFF url('img/domain_house1.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house2 {
	background: #FFF url('img/domain_house2.jpg') no-repeat center center;
	background-size: 170%;
}
#domain_house3 {
	margin-right: 0;
	background: #FFF url('img/domain_house3.jpg') no-repeat center center;
	background-size: 120%;
}
#domain_house4 {
	background: #FFF url('img/domain_house4.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house5 {
	background: #FFF url('img/domain_house5.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house6 {
	margin-right: 0;
	background: #FFF url('img/domain_house6.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house7 {
	background: #FFF url('img/domain_house7.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house8 {
	background: #FFF url('img/domain_house8.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_house9 {
	margin-right: 0;
	background: #FFF url('img/domain_house9.jpg') no-repeat center center;
	background-size: 110%;
}
#domain_history {
	width: 920px;
	background-color: #FFF;
	margin: auto;
}
#domain_history p {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}

/* ------------ Page 3 - Rooms -------------- */

#background_pattern {
	width: 100%;
	height: 100%;
	
	text-align: center;
}

#header {
	margin:0;
	padding-top: 0px;
	background: #FFF;
	padding-top: 10px;
	text-align: center;
}

#left_line {
	width: 20%;
	height: 10px;
	border-top: 1px solid #909090;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

#content h1 {
	color: #434343;
	font-family: 'caneletter_sans_thin_personRg', Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	padding-top: 12px;
	display: inline-block;
	letter-spacing: 1px;
}

#right_line {
	width: 20%;
	height: 10px;
	border-top: 1px solid #909090;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

#content_header img {
	margin-top: 12px;
	margin-bottom: 20px;
}
@-moz-document url-prefix() {
    #content_header img {
	margin-top: 0px;
	}
}

#content h2 {
	margin: 0;
	padding-top: 30px;
}

#content span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 18px;
}

.blocks {
	display:inline-block; 
	height:100%; 
	vertical-align: top; 
}

.room_photos {
	width: 320px;
	height: 250px;
	margin-top: 20px;
	margin-left: 0.4%;
	margin-right: 1%;
}

.room_description {
	width: 640px;
	height: 250px;
	margin-top: 20px;
	margin-right: 0.4%;
	background-color: #FFF;
	text-align: left;
}

#leaf {
	width: 21px;
	height: 19px;
	margin-top: 40px;
	margin-left: 40px;
}

.room_description h2 {
	
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 22px;
	color: #90c030;
	margin-top: 38px !important;
	margin-left: 10px !important;
	padding: 0 !important;
	height: 24px;
}

.room_description p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

.room_description h3 {
	width: 64%;
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #434343;
	margin-top: 24px;
	margin-left: 40px;
	font-weight: normal;
	line-height: 130%;
}

#btn_book {
	width: 138px;
	height: 40px;
	margin-top: 13px;
	margin-right: 0;
	border: 1px solid #90c030;
	border-radius: 3px;
	font-family: 'museo_sans500', Helvetica, Arial, sans-serif;
	color: #90c030;
	text-align: center;
	font-size: 18px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

#btn_book:hover {
	background-color: #beea67;
	color: #FFF;
	border: 1px solid #beea67;
}

#general_info {
	margin-top: 30px;
	text-align: center;
}
#general_info_text {
	width: 978px;
	height: 200px;
	background-color: #FFF;
	margin: auto;
	margin-top: 10px;
}

#general_info img {
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#general_info p {
	font-size: 14px;
	margin: 0;
	font-weight: lighter;
	padding-top: 30px;
	line-height: 17px;
}

/* ------------ Page - Logis -------------- */
#logis_pano {
	width: 920px;
	height: 250px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	background: #FFF url('img/thumbnail_logis1.jpg') no-repeat center center;
	background-size: 100%;
}

#logis_thumb2 {
	background: #FFF url('img/thumbnail_logis2.jpg') no-repeat center center;
	background-size: 100%;
}
#logis_thumb3 {
	background: #FFF url('img/thumbnail_logis10.jpg') no-repeat center center;
	background-size: 100%;
}
#logis_thumb4 {
	margin-right: 0;
	background: #FFF url('img/thumbnail_logis3.jpg') no-repeat center center;
	background-size: 100%;
}

.logis_description {
	display: block;
	width: 922px;
	height: 450px;
	margin: auto;
	margin-top: 20px;
/*	margin-right: -0.1%;*/
	background-color: #FFF;
	text-align: left;
}
.logis_photos {
	display: inline-block;
	width: 922px;
	margin-top: 20px;
}
/* ------------ Page 4 - Beaujolais -------------- */

.visits_intro {
	width: 919px;
	height: 190px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: left;
}
.visits_intro p {
	padding-bottom: 5px;
	margin-bottom: 5px !important;
}
#div_links_columns {
	width: 446px;
	margin: auto;
}
#left_links_column {
	float: left;
	text-align: center;
}
#right_links_column {
	float: right;
	text-align: center;
}
.visits_blocks {
	clear: both;
	width: 280px;
	height: 310px;
	margin-top: 20px;
	margin-right: 36px;
	background-color: #FFF;
	text-align: left;
}
.no_margin_right {
	margin-right: 0;
}

.visits_photos {
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.visits_photos img{
	width: 100%;
}

.visits_blocks h2, .gastronomy_block h2 {
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 20px;
	color: #90c030;
	margin-top: 15px !important;
	margin-left: 25px !important;
	padding: 0 !important;
	height: 24px;
}

.visits_blocks p {
	padding-top: 5px;
	margin-top: 0;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.visits_blocks a, .gastronomy_block a, .visits_intro a, .visits_label a {
	font-size: 14px;
}

#second_part {
	margin-top: 30px;
	text-align: center;
}

.gastronomy_block {
	width: 919px;
	height: 420px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: center;
}

.left_col_resto, .right_col_resto {
	text-align: left;
}
.left_col_resto {
	margin-left: 60px;
}

.gastronomy_block p, .visits_intro p, .visits_label p {
	margin: 20px 40px 20px 40px;
}

.visits_intro p {
	text-align: center;
	margin-top: 30px;
}

#icon_ustensils {
	width: 22px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
}

p.resto {
	height: 40px;
	margin-left: 20px;
}

.gastronomy_block p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.visits_label {
	width: 919px;
	height: 80px;
	margin-top: 18px;
	background-color: rgba(196, 240, 108, 0.3);
	text-align: center;
}

.visits_label p, .visits_label a {
	color: #90c030;
}

.visits_label a:hover {
	color: #434343;
}

/* ------------ Page 5 - Contact Us -------------- */
.contact_photos {
	width: 452px;
	height: 300px;
	margin-top: 20px;
	margin-left: 0.4%;
	margin-right: 18px;
	overflow: hidden;
}
.contact_photos img{
	width: 100%;
}

.contact_description {
	width: 448px;
	height: 300px;
	margin-top: 20px;
	margin-right: 0.4%;
	background-color: #FFF;
	text-align: left;
}

.contact_description h2, .contact_resa h2, .contact_location h2 {
	
	font-family: 'museo_sans100', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 22px;
	color: #90c030;
	margin-top: 38px !important;
	margin-left: 40px !important;
	padding: 0 !important;
	height: 24px;
}

.contact_description p, .contact_resa p, .contact_location p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
}

.contact_description a, .contact_location a {
	font-size: 14px;
}

.contact_resa {
	/*width: 72%;*/
	width: 923px;
	height: 280px;
	margin-top: 20px;
	background-color: #FFF;
	text-align: left;
}

.contact_resa span, .contact_description span, .contact_location span, .gastronomy_block span {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-family: 'museo_sans500', Helvetica, Arial, sans-serif;
	vertical-align: top !important;
	display: inline !important;
}

#left_column {
	width: 47%;
	height: 200px;
	margin-right: 15px;
}

#right_column {
	width: 47%;
	height: 200px;
}

.contact_map {
	width: 580px;
	height: 420px;
	margin-top: 20px;
	/* margin-left: 0.4%; */
	margin-right: 15px;
	background: #FFF url('img/contact_map.png') no-repeat center center;
	background-size: 92%;
}

.contact_location {
	width: 322px;
	height: 420px;
	margin-top: 20px;
	/* margin-right: 0.4%; */
	background-color: #FFF;
	text-align: left;
}

#domain_viewlarge {
	/*width: 72%;*/
	width: 923px;
	height: 100px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	background: #FFF url('img/domain_viewlarge.jpg') no-repeat center 40%;
	background-size: 100%;
}

/* ------------ Footer -------------- */

footer p {
	color: #434343;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 0;
}


}  /* ----------------------------- End media query 2 ---------------------- */
/* ----------------------------- End media query 2 ---------------------- */
/* ----------------------------- End media query 2 ---------------------- */
/* ----------------------------- End media query 2 ---------------------- */</pre></body></html>