body{
	margin:0;
	padding:0;
	background:white;
	text-decoration: none;	
}
h1, h2, h3, h4, h5, h6, p{
	margin:0 0 0 0.5px;
	font-family: 'Merriweather', serif;
}
div{
	box-sizing:border-box;
}
.container{
	max-width:70em;
	margin:0 auto;	
}
/****************ENTETE***************/
header{
	min-height:30px;
	width:100%;
	background:url(img/reverberes.jpg);
	/* background-size: cover; */
}
.logo{
	padding:10px 0;
	float:left;
	margin-left:10%;
}
.entetedroite{
	float:left;
	width:25%;
	margin-top:1em;
	margin-left:30%;
	text-align:right;	
}
.clear{
	clear:both;
}
/****************MENU***************/
nav{
	background:#603505;
	text-align:center;
	min-height:30px;
}
nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
nav ul li{
	display:inline;
	margin:0px;	
}
nav ul li a{
	display:inline-block;
	text-decoration:none;
	padding:0 2em;
	color:#fff !important;
	min-height:30px;
	line-height:30px;	
	font-size :20px;
	font-family: 'Merriweather', serif;
}
nav ul a:hover{
	background:#865247;
	text-decoration:none;
}
/*Menu mobile first CSS*/
body {
	-webkit-animation: bugfix infinite 1s;
}
.mainMenu {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.4;
	float: left;	
}
#toggleMenu, .toggleMenu {
	display: none;
}
.toggleMenu {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
#toggleMenu:checked ~ .menu {
	max-height: 800px;
	opacity: 1;
}
.menu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	max-height: 0px;
	overflow-y: hidden;
	text-align: center;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.menu ul{
	display: none;
}
.menu li{
	margin: 10px;
	padding: 0;
	border-top: 1px solid #ccc;
	white-space: nowrap;
	display: block;
	width: 100%;
}
.menu li:hover {
	background-color: #eee;
	cursor: pointer;
}
.menuchambres li:hover {
	background-color: #865247;
	cursor: pointer;
}
.menu a, .menu a:visited {
	color: #333;
	text-decoration: none;
	display: block;
	width: 94%;
	padding: 5px 3%;
}
.menu li:first-child {
	border-left: 0;
}
.menu a:hover {
	color: #666;
}
label.menuTitle {
	text-align: left;
	font-size: 20px;
	padding: 6px 3%;
	margin: 0;
	width: 94%;
	display: block;
	font-weight: bold;
	cursor: pointer;
	background: url('img/hamburger.png') no-repeat 97% 10px;
	background-size: 24px 19px;
	float: left;	
}

/****************CONTENU PRINCIPAL***************/
section{
	padding-left:1em;
	padding-right:1em;
	background:url(img/fondpont.jpg) no-repeat;
	background-size: cover;
}
main{
	border: 2px solid #603505;
	float:left;
	width:80%;
	margin-left:10%;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	background:url(img/fondpont.jpg) no-repeat;
	background-size: cover;
}
main h1{
	font-size:2em;
	color:#603505;	
}
main p {
	font-size:1.2em;
	color:#603505;
}	

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

#slider{
	width:70%;
	margin-top:20px;
	margin-bottom:4px;
	float:left;
}
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
.imagesaccueil{
	display:flex;	
}
.table{
	padding-left: 20px;
	margin-top :20px;
	width: 25%;	
}
.suite{
	padding-left: 20px;
	margin-top: 20px;
	width: 25%;
}
.coord{
    position:relative;
	width:68%;
	margin-left:45%;
	margin-top: -22%;
	margin-bottom:5%;
	color: #603505;
	font-size:110%;
}
.coord h3{
	color: #603505;
	font-size:120%;
	width:102%;
	margin-bottom:5%;
}
.coord .adresse{
	height: 106px;
}
.img-responsive{
	max-width:100%;
}
.newsletter {
    background: #AF8716;
    display: inline-block;
    height: 65px;
	padding:5px;
	 margin-left: 10%;
    margin-top: -25%;
	float:left;	
}
.newsletter h2 {
	font-size: 120%;
	text-align:center;
	color: #603505;
	margin-right:15%;
}
.divers{
	display:block;
	width:100%;
	background:#603505;	
	line-height: 1.4;
	min-height:50px;
	float:left;
	margin: 0;
    padding: 0;
	margin-bottom:1%;	
	width: 100%;
	text-align: center;
	position: relative;
}
.divers ul{
	margin:0;
	padding: 10px 3px 3px 35px;
	list-style:none;
}
.divers ul li{
	display:inline;
	margin:0px;	
}
.divers ul li a{
	display:inline-block;
	padding:0 2em;
	color:#fff;
 	/* float:left; */
	text-decoration:none;
	list-style:none;
	font-size: 20px;
	font-family: 'Merriweather', serif;
}
.divers ul a:hover{
	background:#865247;
	text-decoration:none;
}

/****************PIED DE PAGE***************/
footer{
  background: #555 none repeat scroll 0 0;
    color: #000;
    margin-top: 2%;
    min-height: 120px;
    padding: 5px 2px;
    text-align: center;
}

footer a{
	text-decoration:none;
	color:#000;
	font-size:100%;
}	
.menu_bas a{
	padding-left:3.5%;
	padding-right:3.5%;
	
}
.menu_bas a:hover{
	background:white;
}
.menu_bas{
	margin-bottom:5px;
	margin-left:-5%;
	width:70%;
	display:inline-block;
}
/* .footer h5{ */
	/* display:block; */
	/* margin-top:3%; */
	/* margin-bottom:-5%; */
/* } */
.partage{
	width:20%;
	color:#AF8716;
	margin-left:1%;
	float:left;
	/* margin-bottom:-3%; */
}
.partage ul{
	margin-left:-10%;
}
.partage li{
	width:35px;
	height:35px;
	display:inline-block;
	background: url(img/sprite.png) no-repeat;
}
.partage .facebook{background-position: 0 0;}
.partage .twitter{background-position: -35px 0;}
.partage .pinterest{background-position: -70px 0;}
.partage .instagram{background-position: -105px 0;}
.partage .perso{background-position: -140px 0;}


.facebook:hover{background-position: 0 -35px;}
.twitter:hover{background-position: -35px -35px;}
.pinterest:hover{background-position: -70px -35px;}
.instagram:hover{background-position: -105px -35px;}
.perso:hover{background-position: -140px -35px;}


.facebook:active{background-position: 0 -70px;}
.twitter:active{background-position: -35px -70px;}
.pinterest:active{background-position: -70px -70px;}
.instagram:active{background-position: -105px -70px;}
.perso:active{background-position: -140px -70px;}

.partage .facebook a, .twitter a, .pinterest a, .instagram a {
	display: block;
	height: 30px;
    width: 30px;
}
.partage p{
	width:10px;
	height:10px;
	display:inline-block;
	background: url(img/sprite.png) no-repeat;
}
.logobas{
	margin-top:-60px;
	margin-left:48%;
	float:left;
}
.copyright{
	/* float:left; */
	/* margin-top:2%; */
	margin-left: 4%
}
.copyright h5{
	
}
/***************PAGE LES CHAMBRES**************************/

.menuchambres {
	background:#AF8716;
	text-align:center;
	min-height:30px;
	width: 80%;
	list-style: none;
	float: left;
	margin-top: 20px;
	margin-left: 10%
}
.menuchambres ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menuchambres ul li{
	display:inline;
	margin:0px;	
}
.menuchambres ul li a{
	display:inline-block;
	text-decoration:none;
	padding:0 2em;
	color:#fff !important;
	min-height:30px;
	line-height:30px;
	font-size :18px;
	font-family: 'Merriweather', serif;
}
.chambres{
	color:#603505;
	float:left;	
}
.block1{
    margin: 0 auto;
    width: 90%;
	padding-left:8%;
	float:left;
	margin-left:5%;
	margin-bottom: 4%;
	margin-top: 4%;
}
.block2{
	 margin: 0 auto;
    width: 90%;
	padding-left:8%;
	float:left;
	margin-left:5%;
}
.chambres h2{
	text-align: center;
	margin: 2% 33% 0;
	margin-left:15%;
	font-size: 2em;
	padding:5px; 
	color:#603505;
	width: 70%;
}
.chambres p{
	width: 70%;
	margin: 0 10% 0;
	margin: 0 15%;
	text-align: center;
	font-size: 1.2em;
	padding-bottom:1%;	
}	
.classique{
	float:left;
	width:100%;
	min-width:119px;
	margin-left:-5%;
}
.accroche{
	float:left;
	min-width:119px;
	margin-right:15%;
	margin-top:7%;	
	width:43%;
}
.accroche h3{
	background: #AF8716;
	text-align:center;	
	float:left;
	padding: 3% 10%;
	min-width:119px;
	width:81%;	
	color:#603505;	
}
.accroche h4{
	background: #85775F;
	text-align:center;	
	margin-top:25%;
	padding: 5% 10%;
	min-width:119px;
	width:81%;
	color:#603505;
}
.classique img{
	margin-left:0%;
	float:left;	
}
.confort{
	float:left;
	width:100%;
	min-width:119px;
	margin-top:5%;
	margin-left:-5%;
}
.accroche2{
	float:left;
	min-width:119px;
	margin-right:14.5%;
	margin-top: 7%;
	width:43%;
}
.accroche2 h3{
	background: #AF8716;
	text-align:center;	
	float:left;
	padding: 3% 10%;
	min-width:119px;
	width:81%;
	color:#603505;
}
.accroche2 h4{
	background: #85775F;
	text-align:center;	
	margin-top:24%;
	padding: 5% 10%;
	min-width:119px;
	width:81%;
	color:#603505;
}
.confort img{
	float: left;
    margin-left: 0%;
}
.deluxe{
	float:left;
	width:100%;
	min-width:119px;
	margin-left:-5%;
}
.deluxe img{
	float: left;
    margin-left: 0%;
}
.lasuite{
	float:left;
	width:100%;
	min-width:119px;
	margin-top:5%;
	margin-left:-5%;
}
.lasuite img{
	float: left;
    margin-left: 0%;	
}
.accroche a{
	text-align:center;	
	font-size: 20px;
	list-style:none;
	text-decoration: none;
	color: white;
}
.accroche2 a{
	text-align:center;	
	font-size: 20px;
	list-style:none;
	text-decoration: none;
	color: white;
}
.accroche a:hover{
	background:#865247;
	text-decoration:none;
}
.accroche2 a:hover{
	background:#865247;
	text-decoration:none;
}
.titreclassique {
	background:#552B37;
	text-align:center;
	min-height:30px;
	width: 65%;
	float: left;
	margin-top: 20px;
	margin-left: 17%;
}
.img-responsive{
	max-width:100%;	
}
.clear{
	clear:both;
}

/*************CHAMBRES ET SUITE*******************/

#chambreclassique{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
}
#chambreconfort{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
}
#chambredeluxe{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
}
#chambresuite{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
}
#chambresuite p{	
	text-align:center;
	width:10%;
	background:rgba(175,135,22, 0.6);
	padding-left:2%;	
	padding-right:2%;	
	padding-top:5px;	
	padding-bottom:5px;	
	margin-left: 84%;
}
#chambresuite a{
	color:white;
	text-decoration:none;
	list-style:none;	
}
.pageclassique{
	float:left;	
	width:90%;
	margin-left:5%;
}
.pageclassique h1{
	text-align:center;
	width:60%;
	margin: 5% auto;
	color: #603505;		
}
.reservation{
	float:left;	
	display:block;
	margin-top:10%;
	position:relative;
	margin-left:1%;	
}
.pageclassique img{
	margin-top:-30%;
	margin-left:19%;
	float:left;	
	width:80%;
}
.img-responsive{
	max-width:100%;
}
.pageclassique h2{
	width: 60%;
	margin: 0 auto;
	text-align:center;
	font-size :100%;
	color:#603505;
	margin-left:29%;
	float:left;	
	margin-top: 1%;
	margin-bottom:2%;
}
.pageclassique h3{
	background:white;
	text-align:center;
	font-size :150%;
	color:#603505;
	float:left;
	padding:1%;	
	border: 2px solid #603505;
}	
.pageclassique h4{
	background:white;
	text-align:center;
	font-size :150%;
	color:#603505;
	float:left;
	margin-left:-42%;
	margin-top:20%;
	padding:1%;	
	border: 2px solid #603505;
}	
.pageclassique a{
	background:#AF8716;
	text-align:center;
	font-size :200%;
	color:white;
	float:left;
	margin-left:-46%;
	margin-top:32%;
	padding:1%;	
	text-decoration:none;
}
.pageclassique a:hover{
	background:#865247;
	text-decoration:none;
}	
	
/******************PAGE RESTAURANT****************/		  
.titre_restaurant{
    color: white;  
	margin: 0 auto;
	margin-bottom:5%;
	float:left;
}
.titre_restaurant h2{
	color: #603505;
    font-size: 2em;
    margin: 2% 33% 0 15%;
    padding: 5px;
    text-align: center;
    width: 70%;	 
}
.titre_restaurant p{
	font-size: 1.2em;
    margin: 0 15%;
    padding-bottom: 1%;
    text-align: center;
    width: 70%;
	color: #603505;	
}
.blockresto{
	float: left;
    margin-left: 10%;
	margin-top: -5%;
    width: 90%;

}
.lescartes{
	float:left;
	width:100%;
	margin-left: -5%;
}
.photoresto{
	margin-top:-36%;
	float:left;
    margin-left:42%;
    width: 50%;
}

/******************PAGE BRASSERIE****************/	
#brasserie{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
	color: #603505;
}
#degustation{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
	color: #603505;
}
#restaurant{
	background: rgba(0, 0, 0, 0) url("img/fondpont.jpg") no-repeat scroll 0 0 / cover;
	border: 2px solid #603505;
	float:left;
    margin-bottom: 1em;
    margin-left: 16%;
    margin-top: 1em;
    text-align: center;
    width: 68%;
	color: #603505;
}
#brasserie .reservation{
	position:relative;
	margin-left: 5%;
}
#degustation .reservation{
	position:relative;
	margin-left: 5%;
}
#restaurant .reservation{
	position:relative;
	margin-left: 5%;
}
#brasserie h1{
	margin-top:4%;
}
#degustation h1{
	margin-top:4%;
}
#restaurant h1{
	margin-top:4%;
}
#brasserie h2{
    color: #603505;
    float: left;
    font-size: 100%;
    margin: 1% auto 2% 32%;
    text-align: center;
    width: 60%;
}
#degustation h2{
    color: #603505;
    float: left;
    font-size: 100%;
    margin: 1% auto 2% 32%;
    text-align: center;
    width: 60%;
}
#restaurant h2{
    color: #603505;
    float: left;
    font-size: 100%;
    margin: 1% auto 2% 32%;
    text-align: center;
    width: 60%;
}
#brasserie h3 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    float: left;
    font-size: 150%;
    padding: 2%;
    text-align: center;
}
#degustation h3 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
}
#restaurant h3 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
}
#brasserie h4 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    font-size: 100%;
    margin-top: 22%;
	margin-bottom:10%;
    padding: 1%;
    text-align: center;
}
#degustation h4 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    font-size: 100%;
    margin-top: 18%;
	margin-bottom:8%;
    padding: 1%;
    text-align: center;
}
#restaurant h4 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    font-size: 100%;
    margin-top: 19%;
	margin-bottom:8%;
    padding: 1%;
    text-align: center;
}
#brasserie img {
    margin-top: 3%;
	margin-left:-7%;
}
#degustation img {
    margin-top: 3%;
	margin-left:-7%;
}
#restaurant img {
    margin-top: 3%;
	margin-left:-7%;
}
#brasserie h3 {
    background: white none repeat scroll 0 0;
    border: 2px solid #603505;
    color: #603505;
    float: left;
    text-align: center;
}
#brasserie h3 a:first-child{
	background: white;
    color: #603505;
    float: left;
    font-size: 100%; 
    text-align: center;
}
#degustation h3 a:first-child{
	background: white;
    color: #603505;
    float: left;
    font-size: 100%;
    text-align: center;
}
#restaurant h3 a:first-child{
	background: white;
    color: #603505;
    float: left;
    font-size: 100%; 
    text-align: center;
}
#brasserie a:last-child{
    background: #af8716;
    color: white;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
}
#degustation a:last-child{
    background: #af8716;
    color: white;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
}
#restaurant a:last-child{
    background: #af8716;
    color: white;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
}
#degustation a{
    background: #af8716;
    color: white;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
}
#restaurant a{
       background: #af8716;
    color: white;
    float: left;
    font-size: 150%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
}
#brasserie a:hover{
	background:#865247;
	text-decoration:none;
}
#degustation a:hover{
	background:#865247;
	text-decoration:none;
}
#restaurant a:hover{
	background:#865247;
	text-decoration:none;
}
#restaurant h3 a:hover {
	background:#AF8716;
	text-decoration:none;	
}
#degustation h3 a:hover {
	background:#AF8716;
	text-decoration:none;	
}
#brasserie h3 a:hover {
	background:#AF8716;
	text-decoration:none;	
}
.hautdepage{
	float: left;
	width: 20%;
	margin-left: 45%;
	margin-bottom:1%;
}
.hautdepage a:hover{
	background:#865247;
	text-decoration:none;
}
.hautdepage a {
    color: white;
    list-style: outside none none;
    text-decoration: none;
	margin-top:10%;
	background: rgba(175, 135, 22, 0.6);
    padding:2%;
    text-align: center;   
}

/*****************PAGE SOINS*************************/
.lessoins{
	float:left;
}
.detente{
	margin-bottom:3%;
	float:left;	
}
.detente .accroche{
	background:#AF8716;
	margin-left:5%;
}
.detente p{
	font-size:100%;	
	color:white;
	margin-bottom:3%;
}
.detente h3{
	font-size:140%;
	background:none;	
}
.detente img{
	float:left;
	margin-left:50%;
	margin-top: -20%;
	width:45%;	
}

/*****************PAGE RESERVATION**************/
.formulaire_reservation{
	background:rgba(235,225,196,0.5);
	float:left;
	height: 550px;
	width: 100%;
	font-family: 'Merriweather', serif;
}
.formulaire_reservation h2{
	margin-left:40%;
}
.formulaire_reservation_table{
	background:rgba(235,225,196,0.5);
	float:left;
	height: 550px;
	width: 100%;
	font-family: 'Merriweather', serif;
}
.formulaire_reservation_table h2{
	margin-left:24%;
}

/********************PAGE CONTACT******************/

.formulaire_contact{
	background:rgba(235,225,196,0.5);
	float:left;
	height: 700px;
	width: 100%;
	font-family: 'Merriweather', serif;
}
.formulaire_contact h2{
	margin-left: 28%;
}
.formulaire {
    border-collapse: separate;
    border-spacing: 5px 15px;
    margin-top: -10px;
    text-align: left;	
	display: inline-block;
    height: 150px;
    position: relative;
    top: 25px;
}
.formulaire td{
	color:#603505;
}
.formulaire label {
    width: 90%;
}
.formulaire input {
    width: 60%;
}
.formulaire{
    display: inline-block;
    height: 150px;
    position: relative;
    top: 25px;
}
form input {
    color: black;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input {
    line-height: normal;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/************************PAGE AVIS********************/
.page_avis {
    background:rgba(235,225,196,0.5);
    display: inline-block;
    float:left;
	height: 700px;
	vertical-align: top;
    width: 60%;
}
.page_avis h2{
	margin-left: 43%;
}
.titre_avis {
    color: #603505;
	font-family: 'Merriweather', serif;
    font-size: 19px;
    margin-left: 5%;
    margin-top: 20%;
    text-align: left;
}
.texte_avis {
    color: #603505;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
	font-size:80%;
	float:left;
}
.formulaire_avis {
    background: rgba(96,53,5,0.5);
    color: #603505;
    height: 440px;
	margin-left:64%;
}
.arc{
	float:left;
	margin-left:5%;
	margin-top:3%;
}

/************************PAGE PLAN********************/

.plan_acces{
	background: rgba(215,195,138,0.5);
}
.plan_acces h2{
	margin-left:19%;
}
.acces {
    display: inline-block;
    height: 210px;
	width:100%;
}
.adresse, .transport {
    background: #AF8716;
	color: white;
    display: inline-block;
    height: 210px;
    vertical-align: middle;
    width: 39%;
}
.titre_acces {
    background:#603505;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-family: 'Merriweather', serif;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.titre_acces, .tel{
	color:white;
}
.acces p {
    margin-top: 20px;
	  color: #fff;
}
.acces .adresse{
	background:#AF8716;	
}
.transport p {
    margin-top: 3%;
}
.tel{
	color:white;
}
.fax{
	color:white;
}
.coord, .tel{
	color:#603505;
}
.coord, .fax{
	color:#603505;
}
.coord, .adresse{
	background:none;
}
/************************PAGE PRESSE********************/
.presse{
	background:rgba(235,225,196,0.5);
	float:left;
}
.presse h3{
	color:
}
.journal1, .journal2, .journal3, .journal4, .journal5, .journal6, .journal7, .journal8{
	float:left;	
}
.journal1 {
	margin-left:2%;
}
.journal2{
	margin-left:1%;
}
.journal3 {
	margin-left:1%;
}
.journal4 {
	margin-left:1%;
}
.journal5, .journal6, .journal7, .journal8{
	margin-left:2%;
	margin-top:5%;
	margin-bottom: 5%;
}

/************************PAGE RECRUTEMENT********************/
.formulaire_recrutement {
	background:rgba(235,225,196,0.5);
    height: 660px;
    padding-top: 15px;
}
.formulaire_recrutement h2{
	margin-left: 17%;
	float:left;	
}
.formulaire_recrutement input {
	width:80%;
}
/************************PAGE EVENEMENTS********************/
.evenements{
background:rgba(235,225,196,0.5);	
}
.evenements h2{
	/* margin-left:-3%; */
}
.evenements p{
	float:left;
	width:25%;
	margin-left:10%;
	margin-top:10%;		
}
.video{
	float:left;
	margin-left:10%;
}

/************************PAGE ACTUALITES********************/

.titre_news {
    color: white;
    margin: 0 auto 5%;
}
.titre_news h2{
	color:#603505;
	font-size:200%;
}
.actualites{
	background:rgba(235,225,196,0.5);
	float:left;
	width:100%;
}
.actualites p{
	font-size:60%;
}
.actu1{
	float:left;	
	margin-left:9%;
}
.touteslesactus p{
	font-size:100%;	
}
.touteslesactus h3{
	color:#AF8716;	
}
.actu2{
	float:left;
	margin-left:9%;
}
.actu3{
	float:left;	
	margin-left:5%;
	margin-top:5%;
}
.actu4{
	float:left;	
	margin-left:9%;
	margin-top:5%;
}

/************************PAGE NEWSLETTER********************/
.formulaire_newsletter .newsletter{
	float:left;	
	margin-left:38%;
	margin-top:10%;
	margin-bottom:23%;	
}
.formulaire_newsletter{
	float:left;	
	background:rgba(235,225,196,0.5);
}
/************************PAGE PLAN DU SITE********************/

.plandusite{
	background:rgba(235,225,196,0.5);
	text-align:left;
	float:left;
	width:100%;
	display:block;
}
.plandusite h2{
	color:#603505;
	margin-left:35%;
}
.listedusite{
	float:left;
	margin-left:10%;
	margin-bottom:5%;
}
.listedusite h4{
	color:#603505;	
}
.listedusite h3{
	margin-top:5%;	
}
.listedusite a{
	color: black;
	text-decoration:none;
	font-size:80%;
}
.listedusite a:hover{
	color:#865247;
}
.listechambres{
	margin-bottom:5%;
}
.listerestaurant{
	margin-top:5%;
	margin-bottom:5%;
}
.listespa{
	margin-left:2%;
	margin-top:5%;
	margin-bottom:5%;	
}
.listereste{
	margin-left:2%;
	margin-top:10%;
}
.listereste h3 a{
	margin-top:-2%;
}

/****************MENTIONS LEGALES***************/
.mentions{
	background:rgba(235,225,196,0.5);
	float:left;
	width:100%;	
}
.mentions h2{
	margin-left: 26%;
}
.mentions p{
	float:left;
	color:black;
	font-size: 80%;
	text-align:left;
	margin-left: 3%;
	margin-right: 3%;
}
.mentions span{
	border-bottom :1px dotted #7f7159;
}
/****************CONDITIONS GENERALES DE VENTE***************/
.conditions{
	background:rgba(235,225,196,0.5);
	float:left;
	width:100%;	
}
.conditions h2{
	margin-left: 15%;
}
.conditions p{
	float:left;
	color:black;
	font-size: 80%;
	text-align:left;
	margin-left: 3%;
	margin-right: 3%;
}
.conditions span{
	border-bottom :1px dotted #7f7159;
}

/****************MEDIA QUERY TABLETTE***************/
@media screen and (max-width: 60em){
	/* main{width:100%;} */
	aside{width:100%;}

.entetedroite{
	margin-left:10%;
}
	
label.menuTitle{
	color:#AF8716;
}	
.coord .adresse {
	height: 20%;
	font-size:80%;	
}
#chambreclassique{
	margin-top: 3%;
	margin-bottom: 3%;
	width:91%;
	font-size:10px;
	margin-left:5%;
}
#chambreconfort {
	margin-top: 3%;
	margin-bottom: 3%;
	width:91%;
	font-size:10px;
	margin-left:5%;
}
#chambredeluxe {
	margin-top: 3%;
	margin-bottom: 3%;
	width:91%;
	font-size:10px;
	margin-left:5%;
}
#chambresuite {
	margin-top: 3%;
	margin-bottom: 3%;
	width:91%;
	font-size:10px;
	margin-left:5%;
}
.photoresto {
	margin-top: 3%;
	margin-bottom: 3%;
	width:91%;
	font-size:10px;
	margin-left:5%;
}
#brasserie {
    margin-bottom: 3%;
    margin-left: 5%;
    margin-top: 3%;
    width: 91%;
}
#brasserie img{
	margin-left:0;
}
#brasserie h2{
	margin-left:18%;
}
#degustation {
    margin-bottom: 3%;
    margin-left: 5%;
    margin-top: 3%;
    width: 91%;
}
#degustation img{
	margin-left:0;
}
#degustation h2{
	margin-left:18%;
}
#restaurant {
    margin-bottom: 3%;
    margin-left: 5%;
    margin-top: 3%;
    width: 91%;
}
#restaurant img{
	margin-left:0;
}
#restaurant h2{
	margin-left:18%;
}
.formulaire textarea {
    width:95%;
}
.formulaire_avis textarea {
    width:95%;
}
.formulaire_avis input{
    width:95%;
}
.formulaire_contact h2 {
    margin-left: 19%;
}
.hautdepage{
	width: 30%;
}
.googlemap{
	width:100%;
}
.acces p{
	font-size:100%;
}

.logobas {
    margin-top: -48px;
}

}

/****************MEDIA QUERY SMARTPHONE***************/
@media screen and (max-width: 36em){
.logo{
	width:80%;
	margin-left:10%;
	text-align:left;
}
.entetedroite{
	display:none;
}
main{
	width:100%;
	margin-left:0%;
	font-size:70%;
}	
.menu_bas {
	margin-left: 9%;
	margin-top:10%;
    width: 49%;
	/* font-size:110%; */
}	
.coord h3{
	margin-top:2%;
	width:200%;
	margin-left: -47%;
}
.coord .adresse {
    height: 70px;
}	
.divers ul{
	list-style:none;
	margin-left: 30px;
	padding:0;
}
.divers ul li a{
	display:inline-block;
	padding:0;
	padding:5px;
	color:#fff;
 	float:left;
	text-decoration:none;
	list-style:none;
	font-size: 90%;
}
.chambres p{
	display:none;
}
.chambres h2{
	font-size:150%;
	width:95%;
	margin-left:0%;
}
.menuchambres{
	margin-top:-5%;
}	
.menuchambres ul li a{
	font-size: 120%;
    line-height: 30px;	
}
.classique {
    float: left;
    margin-left: 12%;
    min-width: 119px;
    width: 69%;
}
.confort {
    float: left;
    margin-left: 12%;
    min-width: 119px;
    width: 69%;
}
.deluxe {
    float: left;
    margin-left: 12%;
    min-width: 119px;
    width: 69%;
}
.lasuite {
    float: left;
    margin-left: 12%;
    min-width: 119px;
    width: 69%;
}
.block1 {
    margin: 0 auto 4% 5%;
}
.accroche h3{
	font-size:100%;
	width: 120%;
	margin-left: -10%;
}
.accroche2 h3{
	font-size:100%;
	width: 120%;
	margin-left: -10%;
}
.accroche h4{
	display:none;
}
.accroche2 h4{
	display:none;
}
.pageclassique h2{
	display:none;	
}
.pageclassique h1 {
	margin-bottom:2%;	
}
.pageclassique img {
    float: left;
    margin-left: 9%;
    margin-top: 10%;
    width: 80%;
}
.pageclassique a{
    margin-left: -56%;
    margin-top: 48%;
}
.reservation{
	position:absolute;
    margin-left: 5%;
    margin-top: 0%;	
}
.reservation h4{
display:none;	
}

#slider{
	margin-left:15%;
	margin-top:5%;	
}
.table{
	display:none;
}
.suite{
	display:none;
}
.coord {	
	width:90%;
	margin-left:3%;
	margin-top: 3%;
	font-size:140%;
}	
.lescartes{
	float:left;
	font-size:100%;
    margin-left: 0%;
	margin-top: -5%;
}
.lescartes a{
	font-size:120%;	
}
.lescartes .accroche{
	margin-left:18%;
}
.photoresto{
	margin-top:5%;
	float:left;
    margin-left:14%;
    width: 70%;
}
.blockresto{
	margin-left:5%;
}
#brasserie h2 {
    color: #603505;
    font-size: 60%;
    margin: 0 15%;
    padding-bottom: 1%;
    text-align: center;
    width: 70%;
}
#brasserie h1{
	font-size:150%;	
}
#brasserie h3{
	font-size:100%;	
}
#brasserie a{
	margin-top:2%;
}
#degustation h2 {
    color: #603505;
    font-size: 60%;
    margin: 0 15%;
    padding-bottom: 1%;
    text-align: center;
    width: 70%;
}
#degustation h1{
	font-size:140%;
}
#degustation h3{
	font-size:100%
}
#degustation a{
	margin-top:2%;
}
#degustation img {
    margin-left: 0;
    margin-top: 3%;
}
#restaurant h2 {
    color: #603505;
    font-size: 60%;
    margin: 0 15%;
    padding-bottom: 1%;
    text-align: center;
    width: 70%;
}
#degustation{
	margin-bottom: 3%;
    margin-left: 5%;
    margin-top: 3%;
    width: 91%;	
}
#restaurant{
	margin-bottom: 3%;
    margin-left: 5%;
    margin-top: 3%;
    width: 91%;	
}
#restaurant h1{
	font-size:140%;
}
#restaurant h3{
	font-size:100%
}
#restaurant a{
	margin-top:2%;
}
#restaurant img {
    margin-left: 0;
    margin-top: 3%;
}
.detente .accroche{
	width:90%;	
}
.detente .accroche h3{
 font-size: 125%;
    margin-left: 0;
    padding-left: 25%;
    padding-right: 25%;
    width: 10px;	
}
.detente p{
    margin-left: 4%;
    width: 90%;
}
.detente img{
	float: left;
    margin-left: 5%;
    margin-top: 2%;
    width: 90%;
	
}
.formulaire_contact h2 {
    margin-left: 12%;
}
.formulaire_reservation{
	margin-bottom:-15%;
}
.formulaire_reservation h2 {
    margin-left: 15%;
}
.formulaire_reservation_table h2 {
    margin-left: 13%;
}
.formulaire textarea {
    width:95%;
}
.formulaire_avis textarea {
    width:95%;
}
.formulaire_avis input{
    width:95%;
}
.page_avis h2 {
    margin-left: 24%;
}
.transport p{
	margin-top:10%;
}
.journal1, .journal2, .journal3, .journal4, .journal5, .journal6, .journal7, .journal8{
	margin-left:11%;	
}
.hautdepage{
	width:40%;
	font-size:70%;
	margin-left:33%;
}
.actu1, .actu2, .actu3, .actu4{	
	margin-left:0%;
}
.actu2{
	margin-top:5%;
}
.arc{
	margin-left:0%;
}
.evenements h2{
	margin-left: 13%;
}
.formulaire_recrutement h2{
	margin-left: 13%;
}
.formulaire_recrutement input {
	width:83%;
}
.formulaire_recrutement label {
	font-size:130%;
}
.evenements p{
	margin-left:0%;
	width:100%;
	margin-top:-5%;
}
.evenements .video{
	margin-left:0%;
}
.video{
	margin-top:10%;
}
.newsletter{
	 margin-top: 2%;
	 margin-left:18%;
}
.formulaire_newsletter .newsletter{
    margin-left: 20%;
	margin-top:10%;
	margin-bottom:48%;	
}
.mentions h2{
	margin-left: 13%;
}
.plan_acces h2{
	margin-left: 13%;
}
.plandusite h2{
	margin-left: 13%;
}
.conditions h2{
	margin-left: 13%;
}

.menu_bas {
    /* margin-left: 9%; */
    margin-top: 2%;
    /* width: 49%; */
}
.logobas {
    margin-top: -70px;
}

}
/****************MEDIA QUERY DESKTOP***************/
@media screen and (min-width: 60em){
	label.menuTitle {
	display: none;
	}
	.menu {
	display: block!important;
	border: 0;
	overflow: visible;
	max-height: inherit;
	padding: 10px 0;
	}
	.menu li {
	width: auto;
	display: inline;
	border: 0;
	}
	.menu li:hover {
	background: none;
	}
	.menu li:first-child {
	border-left: 0;
	}
	.menu a, .menu a:visited {
	display: inline;
	width: auto;
	padding: 0 3px 0 8px;
	}
	
}



