.siteTitle,.siteBaseline{
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 6em;
	line-height: .8em;
	text-shadow: 2px 1px 2px #000;
	color: #fff;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.siteBaseline{
	font-size: 4.5em;
	font-weight: 700;
	text-shadow: 2px 1px 2px #000;
	color: #fff;
	position: absolute;
	left: 0; right: 0; bottom: 8%;
}
.baselineCentury{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: italic;
	font-weight: 400;
}
.header{
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	z-index: 6;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.header.headerScrolled{
	background: rgba(255,255,255,0.95);
}
.headerScrolled .siteTitle{
	color: #000;
	text-shadow: none;
	font-size: 3em;
}
.header > .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.homeSec{
	width: 100%;
	height: 100%;
	background: url(../images/accueil.jpg) no-repeat center center;
	background-size: cover;
}
.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
}
.homeSec > .wrapper{
	height: 100%;
}
.menuLink{
	font-size: 1.4em;
	color: #fff;
	text-shadow: 2px 1px 2px #000;
	padding: 8px 0;
	font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,0);
	transition-property:border-color,color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.menuLink.active,.menuLink:hover{
	border-color: rgba(196,41,21,1);
}
.headerScrolled .menuLink{
	color: #000;
	text-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.headerScrolled .menuLink.active,.headerScrolled .menuLink:hover{
	color: #c42915;
	border-color: #2a6110;
}
.scrollButton{
	position: absolute;
	left: calc(50% - 28.5px);
	bottom: 20px;
	width: 57px;
	height: 30px;
	overflow: hidden;
	animation: pulsate 1.5s ease-out infinite;
}
.scrollButton::before{
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	transform: rotate(45deg);
	transform-origin: center center;
	position: absolute;
	left: 8px; bottom: 10px;
}
.ctaButton,.formButton{
	color: #2a6110;
	font-size: 1.5em;
	border: 2px solid #2a6110;
	padding: 1em 1.5em;
	width: auto;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.ctaButton:hover,.colorContent .ctaButton:hover,.formButton:hover{
	background: #c42915;
	border-color: #c42915;
	color: #fff;
}
.homeTarifLink{
	top: 50%;
}
.contentSection,.homeListSection{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.textContent,.figureContent{
	width: 45%;
}
.textContent{
	font-size: 1.3em;
	line-height: 1.5em;
}
.colorContent,.footer{
	background: #F5F5F5;
	padding: 50px 0;
}
.homeListSection{
	justify-content: center;
}
.homeList{
	font-size: 1.8em;
	width: 45%;
	list-style-type: square;
	padding-left: 2em;
	line-height: 2em;
}
#scrolled{
	position: absolute;
	width: 1px;
	height: 1px;
	top: 160px;
	left: 0;
}
.ctaText{
	font-size: 1.5em;
	margin: 2em;
}
.wideContent{
	width: 100%;
}
.contentTitle,.footerTitle{
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 4em;
	margin: 0 0 30px 0;
}
.footer{
	padding-bottom: 30px;
}
.footerWrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footerTitle{
	font-size: 3em;
	margin: 0 0 15px 0;
}
.footerMenuLink{
	color: #000;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.footerMenuLink:hover{
	color: #2a6110;
}
.footerAddresseWrapper,.footerLegalWrapper{
	width: 30%;
}

/* maison */
.houseSec,.tarifSec,.contactSec,.mentionsSec{
	width: 100%;
	background: url(../images/maison-domaine-eyhartzea.jpg) no-repeat center center;
	padding-top: 50px;
	padding-bottom: 1px;
	background-size: cover;
}
.pageTitle,.pageSubTitle{
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 5em;
	margin-top: 400px;
	margin-bottom: 15px;
	padding: 0 5%;
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.5) 5%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,0));
}
.pageSubTitle{
	width: 100%;
	font-size: 3.5em;
	margin-top: 15px;
}
.homeNewsList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeNewsItem{
	width: 30%;
	margin-bottom: 5%;
}
.lightboxLink{
	display: block;
	width: 100%;
	aspect-ratio : 4 / 3;
}
.imgAdapt{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.descriptText{
	font-size: 1.3em;
	line-height: 1.8em;
}

/* tarifs */
.tarifSec{
	background-image: url(../images/back-tarifs.jpg);
}
.tarifList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.tarifPeriod{
	width: 55%;
}
.tarifPrice{
	width: 35%;
}
.tarifSeparator{
	margin: 20px auto;
	width: 85%;
	height: 1px;
	background: #2a6110;
}
.calendarList{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}
.calendarItem{
	width: 30%;
	margin-bottom: 5%;
}
.monthTable{
	width: 100%;
	border-collapse: collapse;
}
.monthTable th, .monthTable td{
	border: 1px solid #000;
	padding: 10px 0;
	text-align: center;
}
.monthTable .open,.tableLeg.open{
	background: #2a6110;
	color: #fff;
}
.monthTable .status2,.tableLeg.status2{
	background: #ccc;
}
.monthTable .status1,.tableLeg.status1{
	background: #c42915;
	color: #fff;
}
.monthTable .status3,.tableLeg.status3{
	background: linear-gradient(to bottom right, #2a6110 50%, #c42915 50%);
	color: #fff;
}
.monthTable .status4,.tableLeg.status4{
	background: linear-gradient(to top left, #2a6110 50%, #c42915 50%);
	color: #fff;
}
.tableLeg{
	width: 30px;
	height: 20px;
	border: 1px solid #000;
}
.tableLegDef{
	margin: 0 30px 0 0;
}
.resaFieldset{
	width: 70%;
	margin: 30px auto;
	border: none;
	background: #f5f5f5;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.resaLabel{
	margin: 10px auto 10px 0;
	min-width: 30%;
	text-align: right;
}
.resaField{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	width: 65%;
	margin: 10px 0 10px auto;
	box-sizing: border-box;
	padding: 4px 2px;
	border: 1px solid #2a6110;
}
.formButton{
	padding: .5em 1.5em;
	margin: 15px auto;
	cursor: pointer;
	font-size: 1.2em;
}
.returnMessage,.mandatoryFields{
	width: 100%;
}
.returnMessage{
	font-weight: 700;
}

/* contact */
.contactSec{
	background-image: url(../images/back-contact.jpg);
}

/* mentions légales */
.mentionsSec{
	background-image: url(../images/back-mentions.jpg);
}

@media only screen and (max-width: 1920px){
	.homeSec{
		background-image: url(../images/accueil-1920.jpg);
	}
	.houseSec{
		background-image: url(../images/maison-domaine-eyhartzea-1920.jpg);
	}
	.tarifSec{
		background-image: url(../images/back-tarifs-1920.jpg);
	}
	.contactSec{
		background-image: url(../images/back-contact-1920.jpg);
	}
	.mentionsSec{
		background-image: url(../images/back-mentions-1920.jpg);
	}
}
@media only screen and (max-width: 1440px){
	.homeSec{
		background-image: url(../images/accueil-1440.jpg);
	}
	.houseSec{
		background-image: url(../images/maison-domaine-eyhartzea-1440.jpg);
	}
	.tarifSec{
		background-image: url(../images/back-tarifs-1440.jpg);
	}
	.contactSec{
		background-image: url(../images/back-contact-1440.jpg);
	}
	.mentionsSec{
		background-image: url(../images/back-mentions-1440.jpg);
	}
}
@media only screen and (max-width: 1280px){
	.homeSec{
		background-image: url(../images/accueil-1280.jpg);
	}
	.houseSec{
		background-image: url(../images/maison-domaine-eyhartzea-1280.jpg);
	}
	.tarifSec{
		background-image: url(../images/back-tarifs-1280.jpg);
	}
	.contactSec{
		background-image: url(../images/back-contact-1280.jpg);
	}
	.mentionsSec{
		background-image: url(../images/back-mentions-1280.jpg);
	}
}
@media only screen and (max-width: 1060px){
	.homeSec{
		background-image: url(../images/accueil-1060.jpg);
	}
	.houseSec{
		background-image: url(../images/maison-domaine-eyhartzea-1060.jpg);
	}
	.tarifSec{
		background-image: url(../images/back-tarifs-1060.jpg);
	}
	.contactSec{
		background-image: url(../images/back-contact-1060.jpg);
	}
	.mentionsSec{
		background-image: url(../images/back-mentions-1060.jpg);
	}
	.header{
		background: rgba(255,255,255,0.95);
		padding-bottom: 10px;
	}
	.header > .wrapper{
		flex-wrap: wrap;
	}
	.siteTitle{
		color: #000;
		text-shadow: none;
		font-size: 3em;
	}
	.menuButton{
		display: block;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
	}
	.menuIcon{
		width: 30px;
		height: 30px;
	}
	rect{
		x: 0;
		width: 100px;
		height: 6px;
		transform-origin: center;
	}
	.bar1{
		y: 14px;
	}
	.bar2{
		y: 47px;
	}
	.bar3{
		y: 84px;
	}
	[data-expanded="true"] .bar1{
	  y: 47px;
	  rotate: 45deg;
	}
	[data-expanded="true"] .bar2{
	  opacity: 0;
	}
	[data-expanded="true"] .bar3{
	  y: 47px;
	  rotate: -45deg;
	}
	.menu{
		width: 100%;
		flex-direction: column;
		max-height: 0;
		overflow: hidden;
		transition-property:max-height;
		transition-duration: .3s;
		transition-timing-function: ease-out;
	}
	.menu.open{
		max-height: 200px;
	}
	.menuLink{
		color: #000;
		text-shadow: none;
		border-bottom: 1px solid rgba(0,0,0,0);
	}
	.menuLink.active,.menuLink:hover{
		color: #c42915;
		border-color: #2a6110;
	}
}
@media only screen and (max-width: 850px){
	.homeSec{
		background-image: url(../images/accueil-850.jpg);
	}
	.houseSec{
		background-image: url(../images/maison-domaine-eyhartzea-850.jpg);
	}
	.tarifSec{
		background-image: url(../images/back-tarifs-850.jpg);
	}
	.contactSec{
		background-image: url(../images/back-contact-850.jpg);
	}
	.mentionsSec{
		background-image: url(../images/back-mentions-850.jpg);
	}
	.siteBaseline,.pageTitle{
		font-size: 3em;
	}
	.houseSec,.tarifSec,.contactSec,.mentionsSec{
		height: 50%;
	}
	.houseSec > .wrapper,.tarifSec > .wrapper,.contactSec > .wrapper,.mentionsSec > .wrapper{
		display: flex;
		height: 100%;
	}
	.pageTitle{
		text-align: center;
		margin: auto 0 15px 0;
		width: 100%;
	}
	.homeNewsItem,.calendarItem{
		width: 48%;
		margin-bottom: 4%;
	}
	.tableLeglist{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.tableLegDef{
		width: calc(100% - 40px);
		margin: 0 0 0 auto;
		text-align: left;
	}
	.resaFieldset{
		width: 100%;
		box-sizing: border-box;
	}
	input[type=submit]{
		appearance: none;
		background: none;
		border-radius: 0;
	}
}
@media only screen and (max-width: 750px){
	.homeSec{
		background-image: url(../images/accueil-750.jpg);
		background-position: right center;
	}
	.houseSec{
		background-image: url(../images/maison-domaine-eyhartzea-750.jpg);
		background-position: right center;
	}
	.tarifSec{
		background-image: url(../images/back-tarifs-750.jpg);
		background-position: right center;
	}
	.contactSec{
		background-image: url(../images/back-contact-750.jpg);
	}
	.mentionsSec{
		background-image: url(../images/back-mentions-750.jpg);
	}
	.textContent,.figureContent,.homeList,.footerAddresseWrapper,.footerLegalWrapper,.footerNavWrapper,.calendarItem,.resaLabel,.resaField{
		width: 100%;
	}
	.ctaButton{
		margin-top: 100px;
	}
	.footerNavWrapper{
		margin: 50px 0;
	}
	.footerAddresseWrapper,.footerLegalWrapper{
		text-align: center;
	}
	.colorContent .contentSection,.colorContent .homeListSection{
		padding: 0;
	}
	.resaLabel{
		margin: 20px 0 0 0;
		text-align: left;
	}
	.resaField{
		margin: 2px 0 20px 0;
		border-radius: 0;
	}
	input[type=date]{
		width: 100%;
		-webkit-min-logical-width: calc(100% - 16px);
	}
}
@media (prefers-reduced-motion: no-preference) {
	rect{
		transition: y 0.3s 0.3s, opacity 0.3s, rotate 0.3s;
	}
	[data-expanded="true"] rect{
		transition: y 0.3s, opacity 0.3s, rotate 0.3s 0.3s cubic-bezier(.55,-0.65,0,2.32);
	}
}
@keyframes pulsate{
	0%{
		opacity: .5;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: .3;
	}
}