@font-face {
	font-family: freestyle;
	src:url("/styles/FREESCPT.TTF");	
}

@keyframes zoom {
	from {
		background-position: 0px 0px;
	}
	50% {
		background-position: 0px 100%;
	}
	to  {
		background-position: 0px 0px;
	}
}
.baniere {
	display: flex;
	align-items: center;
	width: 100%;
	height: 400px;
	background-size:cover;
	background-image: url('/images/Accueil 27.jpg');
	animation: zoom 30s infinite linear;
}
.baniere > img {
	width: 100%;
	margin-bottom: -4px;
}

.intro {
	background-image: url('/images/motif.png');
	text-align: center;
	padding: 40px 0 35px 0;
	color: #FFFFFF;
}

.intro > p {
	padding: 10px;
	margin: 20px 0 0 0;
}
.intro a {
	display: block;
	width: 255px;
	margin: 45px auto 0 auto;
	padding: 5px 50px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
.img_chambre {
	display: flex;
	color: #FFFFFF;
	height: 420px;	
}
.img_chambre .img {
	background-image: url('/images/chambreban.jpg');
	background-position:center;
	background-size: auto 115%;
	flex-grow: 1;
}
.section.chambre .cell-img {
    width:calc(100% - 320px);
}
.section.chambre .cell-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.img_chambre .texte {
	background-image: url(/images/photo02.jpg);
	background-size: auto 100%;
	color: #000000;
	width: 320px;
	padding: 20px;
}
.img_chambre .texte .big {
	font-size: 45px;
	font-family: gothicbold;
	margin-top: 20px;
}
.img_chambre .texte p {
	text-align: justify;
	width: 220px;
	margin: 20px 0;
}
.img_chambre a {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
	color: #000000;

	
	text-align: center;
	font-size: 16px;
	font-family: gothicbold;
	border: solid 3px #000000;
}
.img_chambre a > img {
	margin-bottom: -5px;
	margin-right: 15px;
}

.tarif {
	background-image:  url('/images/motif.png');
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-around;
	position: relative;
}
.tarif > .groupe {	
	background-color: rgba(50,50,50,0.7);
}
.tarif > .groupe > a {
	display: block;
	width: 320px;
	height: 114px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: gothicbold;
	font-size: 25px;
	text-align: center;
	padding:25px;
}
.tarif > .groupe > a > .prix {
	display:none;
}
.tarif > .groupe > a:hover > .nom {
	display:none;
}
.tarif > .groupe > a:hover > .prix {
	display: block;
}

.offre {
	position: relative;
	width: 100%;
	height: 261px;
	margin-top: -200px;
	background-image: url('/images/masque01.png');
	background-position: right;
}
@media (max-width:479px) {
	.offre {
		clip-path:polygon(0 47%, 100% 0, 100% 100%, 0 100%);
	}
}
@media (min-width:480px) and (max-width:959px) {
	.offre {
		clip-path:polygon(0 65%,50% 45%, 100% 0, 100% 100%, 0 100%);
	}
}
@media (min-width:960px) {
	.offre {
		clip-path:polygon(0 70%,40% 70%,75% 47%, 100% 0, 100% 100%, 0 100%);	
	}	
}
.offre > p {
	font-family: gothicbold;
	position: absolute;
	width: 100%;
	max-width: 420px;
	bottom: 0;
	right: 0;
	text-align: center;
}
.offre a {
	display: block;
	margin: 10px auto 0 auto;
	width: 280px;
	padding: 4px 20px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 16px;
	font-family: gothicbold;
	border: solid 3px #000000;
}
.offre a > img {
	margin-bottom: -5px;
	margin-right: 15px;
}

.service {
	display: block;
	background-color:#FFFFFF;
	color: #000000;
	padding:35px 10px; 
	text-align: center;
}

.mosaique {
	padding: 100px 0;
	background-image: url('/images/motif.png');
}
.mosaique > div {
	display: inline-block;
	vertical-align:middle;
	margin-right: -5px;			
	width: 320px;
	height: 220px;
}
.mosaique > div > div {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 220px;
	color: #FFFFFF;
	font-family: freestyle;
	text-align: center;
	font-size: 50px;
	opacity: 0;
	transition: opacity 0.5s;
	line-height: 45px;
	padding: 50px 0;
}
.mosaique > div:hover > div {
	opacity: 1;
}

.service span {
	white-space: nowrap;
}
.service img {
	vertical-align: middle;
	margin: 5px;
	transform: scale(0.8);
}
.service p {
	margin: 10px 5px;
	font-size: 14px;
}

.contact {
	background-color: #ffef00;
	padding: 5px;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-around;
}
.contact > .titre {
	flex-grow: 1;
	font-family: gothicbold;
	font-size: 30px;
	padding: 10px 20px;
}
.contact > .newsletters {
	width: 320px;
	padding: 5px 20px;
}
@keyframes clignote {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.contact > .newsletters img {
	width: 20px;
	margin-right: 5px;
	animation:  clignote 1s infinite;
	animation-timing-function: step-start;
}
.contact > .newsletters input[name=newsletter] {
	width: 200px;
}
.contact > .newsletters input[type=submit] {
	padding: 3px 10px;
	border-style: none;
	background-color: #b16742;
	color: #FFFFFF;
}

.carte iframe {
	display: block;
}
.img_pano {
	display: block;
	overflow: hidden;
	padding: 10px 0;
}
.img_pano img {
	display: block;
}