body{
font-family:"Ubuntu", sans-serif;
font-size:18px;
margin:0;
padding:0;
line-height:1.7em;
background:#FFF;
letter-spacing:1px;
}

a{
text-decoration:none;
color:#000;
}

header,p,nav,section,footer{
margin:0;
padding:0;
overflow:hidden;
}
img{border:none;}
.clear{
	clear:both;
}
.content{
	width:80%;
	margin:0 auto;
	padding:0px 0 0px 0;
	clear:both;
}
.margintop50{
	margin-top:50px;
}
.flexformlogo{
	display:flex;
	width:80%;
}
#logo{
	margin-right:75px;
}
#logo img{
	width:300px;
	height:auto;
}
@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 150% auto; }
  100% { background-size: 100% auto; }
}
#reservationheader{
	width:100%;
	height:50px;
	background:#403821;
	display:flex;
	justify-content:right;
	align-items:center;
	color:#FFF;
	font-size:11px;
}
#reservationheader div{
	margin-right:10px;
}
#reservationheader .devise{
	color:#FFF;
}
#reservationheader .devise ul{
	background:transparent;
	background:#403821;
	border-radius:0px 0px 15px 15px ;
	list-style-type:none;
	padding:8px;
	top:25px;
	position:absolute;
	display:none;
	opacity:0;
	transition: opacity 1s ease;
}
#reservationheader .fa-user{
	color:#FFF;
}

.currency{
width:70px;
background:transparent;	
color:#FFF;
border:none;
}
.currency option{	
color:#000;
font-size:11px;
}
#search{
	height:auto;
	padding:25px 0px 25px 0;
	background:transparent;
	
}

.searchform{
	display:flex;
	justify-content:center;
}
.erreur{
	color:red;
	text-align:center;
}
.searchform div{
	position:relative;
	margin-right:25px;
}
.searchform input{
	width:100%;
	height:50px;
	border:none;
	border-bottom:2px solid rgba(0,0,0);
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;

}
.searchform select{
	width:100%;
	height:50px;
	border:none;
	border-bottom:2px solid rgba(0,0,0);
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	margin-top:12px;

}
.searchform input:focus{
	outline:none;
}
.searchform .iconechamp{
}
.searchform .bouton{
	background:#4f4529;
	text-indent:0px;
	color:#FFF;
	border:none;
	transition:background 1s ease;
    width:150px;
    font-size:18px;
	text-align:center;
	height:105px;
	font-size:bold !important;
}

.inputvide{
	color:red;
	font-size:12px;
}
#listehotel{
width:100%;
padding-top:25px;
padding-bottom:25px;
min-height:900px;	
}
.chambre{
	height:auto;
	margin:0 auto;
	background:#FFF;
	margin-bottom:50px;
	font-size:16px;
	display:flex;
	padding:0;
	line-height:24px;
}
.chambre div img{
width:600px;
height:auto;	
}
.chambre .chambretext {
	padding : 0px 15px 15px 20px;
	width:90%;
	position:relative;
	text-align:left;
}
.chambre .chambretext p {
	width:100%;
	margin-bottom:10px;
}
.roomdescription ul {
list-style-type: disc;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
list-style-position: inside;	
font-size:13px;
margin:10px 0 15px 0;
padding-left:0px;
list-style-type:none;

}
.roomdescription ul li{
padding-bottom:10px;
display:flex;
line-height:18px;	
}
.roomdescription ul li:before {
  content: '✓ ';
  display:block;
  margin-right:4px;
}
.chambrebtx{
	width:100%;
	margin:10px auto;
}
.ligneboutonettotal{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.chambreprice{
color:red;
padding-top:10px;
}
.btnreservation{
height:50px;
width:300px;
background:	#403821;
color:#FFF;
border:none;
font-size:16px;
font-weight:700;
}

#checkout{
	display:flex;
	justify-content:center;
}
.formulaire{
	width:500px;
	margin-right:50px;
	padding:5px 15px 0px 5px;
	
}
.detailcheckout{
	background:#FFF;
	width:400px;
	padding:0px;
	height:auto;
}
.backgroundcheckout{
background:#f8f8f8;
padding:15px;	
}
.detailcheckout h2{
	text-align:center;
	background:#4f4529;
	line-height:0;
	height:10px;
	color:#FFF;
	margin-top:0px;
	width:100%;
	padding:20px 0 15px 0;
	font-size:14px;
}
.checkoutvalue{
	text-align:right;
}
.checkoutline{
overflow:hidden;

}

.checkoutline p{
float:left;
}
.engras{
	font-weight:bold;
}
.checkoutline p:nth-child(2n){
float:right;
}
.checkouttarif{
	border-top:1px solid #000;
	margin-top:5px;
	padding-top:15px;
}
.padding25{
	padding:25px;
}
.aligncenter{
	text-align:center;
}

#formcheckout div{
margin-top:15px;
margin-bottom:15px;

}
#formcheckout input{
	width:100%;
	height:20px;
	border:none;
	border-bottom:1px solid #000;
	background:transparent;
}
#formcheckout label{
	color:#000;
}
#formcheckout input:focus{
	outline:none;
}
.telephoneLine{
	display:flex;
}
.telephoneLine select{
	width:150px;
	border:none;
	border-bottom:1px solid #000;
	margin-right:25px;
	background:transparent;
}

#paymentmethod{
	width:900px;
	padding:25px;
	border-radius:15px;
	margin:50px auto;
	background:transparent;
}
#paymentmethod button{
	width:100%;
	background:#000;
	color:#FFF;
	transition: background 1s ease;
	height:55px;
	font-size:22px;
}
#paymentmethod button:hover{
	width:100%;
	background:#4f4529;
	color:#FFF;
	transition: background 1s ease;
}
.textvalidation{
	text-align:justify;
	margin-bottom:25px;
	font-size:12px;
	line-height:15px;
}

@media all and ( max-width: 480px ) {
.content{
	width:95%;
}
.flexformlogo{
	display:block;
	width:99%;
	padding:0 !important;
}
#logo{
	width:100%;
    text-align:center;
	padding:0;
	margin-bottom:25px;
}
#search{
	width:90%;
	margin:5px auto;
	height:auto;
	padding:0;
	background:transparent;
}
.searchform{
display:block;
}
.searchform div{
	position:relative;
	margin-bottom:25px;
}
.dernierelement{
	position:relative;
	margin-right:0px !important;
}

#checkout{
	display:block;
	width:95%;
	margin:0 auto;
	overflow:hidden;
}
.formulaire{
	box-shadow:0px 0px 3px #000;
	background:#FFF;
	width:95%;
	margin-right:0;
	padding:25px
}
.detailcheckout{
	box-shadow:none;
	background:#FFF;
	width:95%;
	padding-bottom:20px;
	height:auto;
	
	margin:25px auto;
}
#formcheckout{
	margin-bottom:55px;
}

#formcheckout div{
margin-top:15px;
margin-bottom:35px;
}
#formcheckout input{
	width:90%;
	height:20px;
	border:none;
	border-bottom:1px solid #000;
}
#formcheckout label{
	color:#84754d;
}
#formcheckout input:focus{
	outline:none;
}
.telephoneLine{
	display:flex;
}
.telephoneLine select{
	width:55px;
	border:none;
	border-bottom:1px solid #000;
	margin-right:25px;
}
.linetel{
width:70% !important;	
}
#paymentmethod{
	width:70%;
	padding:25px;
	margin:50px auto;
	background:transparent;
	overflow:hidden;
}
#paymentmethod button{
	width:100%;
	background:#000;
	color:#FFF;
	transition: background 1s ease;
	height:55px;
	font-size:22px;
	border-radius:15px;
	margin-bottom:25px;
}
#paymentmethod button:hover{
	width:100%;
	background:#4f4529;
	color:#FFF;
	transition: background 1s ease;
}
.textvalidation{
	text-align:justify;
	margin-bottom:25px;
}
.chambre{
	height:auto;
	margin:0 auto;
	background:#FFF;
	margin-bottom:50px;
	font-size:12px;
	display:block;
	padding:0;
	line-height:15px;
}

.chambre .chambretext {
	padding : 0px 5px 5px 10px;
	width:100%;
	position:relative;
	text-align:left;
}
.chambre .chambretext p {
	width:100%;
	margin-bottom:10px;
}
.roomdescription ul {
list-style-type: disc;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
list-style-position: inside;	
font-size:12px;
margin:2px 0 2px 0;
padding-left:0px;
list-style-type:none;

}
.roomdescription ul li{
padding-bottom:10px;
display:flex;
line-height:12px;	
}
.roomdescription ul li:before {
  content: '✓ ';
  display:block;
  margin-right:4px;
}
.chambrebtx{
	width:100%;
	margin:10px auto;
}
.ligneboutonettotal{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.chambreprice{
color:red;
padding-top:10px;
}
.btnreservation{
height:50px;
width:170px;
background:	#403821;
color:#FFF;
border:none;
font-size:16px;
font-weight:700;
}
.bx-wrapper{
width:100%;	
}
}
@media all and ( min-width: 481px ) and ( max-width: 979px ){
#paymentmethod{
	width:80%;
	padding:25px;
	border-radius:15px;
	margin:50px auto;
	background:transparent;
}
.formulaire{
	width:45%;
	margin-right:50px;
	padding:5px 15px 0px 5px;
	
}
.detailcheckout{
	background:#FFF;
	width:45%;
	padding:0px;
	height:auto;
}
.checkoutline p{
float:left;
font-size:11px;
}
.content{
	width:95%;
}
.flexformlogo{
	display:block;
	width:99%;
	padding:0 !important;
}
#logo{
	width:100%;
    text-align:center;
	padding:0;
	margin-bottom:25px;
}
#search{
	width:90%;
	margin:15px auto;
	height:auto;
	padding:0;
	background:transparent;
}
.searchform{
	padding:0;
}
.searchform div{
	position:relative;
	margin-right:25px;
}
.dernierelement{
	position:relative;
	margin-right:0px !important;
}
.searchform .bouton{
	background:#4f4529;
	text-indent:0px;
	color:#FFF;
	border:none;
	transition:background 1s ease;
    width:150px;
    font-size:16px;
	text-align:center;
	height:98px;
	font-size:bold !important;
	
}
.chambre{
	height:auto;
	margin:0 auto;
	background:#FFF;
	margin-bottom:50px;
	font-size:12px;
	display:block;
	padding:0;
	line-height:15px;
}

.chambre .chambretext {
	padding : 0px 5px 5px 10px;
	width:100%;
	position:relative;
	text-align:left;
}
.chambre .chambretext p {
	width:100%;
	margin-bottom:10px;
}
.roomdescription ul {
list-style-type: disc;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
list-style-position: inside;	
font-size:12px;
margin:2px 0 2px 0;
padding-left:0px;
list-style-type:none;

}
.roomdescription ul li{
padding-bottom:10px;
display:flex;
line-height:12px;	
}
.roomdescription ul li:before {
  content: '✓ ';
  display:block;
  margin-right:4px;
}
.chambrebtx{
	width:100%;
	margin:10px auto;
}
.ligneboutonettotal{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.chambreprice{
color:red;
padding-top:10px;
}
.btnreservation{
height:50px;
width:200px;
background:	#403821;
color:#FFF;
border:none;
font-size:16px;
font-weight:700;
}
.bx-wrapper{
width:100%;	
}
}
@media all and (min-width:980px) and ( max-width: 1255px ) {
	.content{
		width:90%;
}
.flexformlogo{
	display:flex;
	width:80%;
}
#logo img{
	width:200px; 
}
.flexformlogo{
	display:flex;
	width:95%;
}
#search{
	height:auto;
	padding:15px 0px 15px 0;
	background:transparent;
	
}
.searchform .bouton{
	background:#4f4529;
	text-indent:0px;
	color:#FFF;
	border:none;
	transition:background 1s ease;
    width:100px;
    font-size:14px;
	text-align:center;
	height:105px;
	font-size:bold !important;
}
.chambre{
	height:auto;
	margin:0 auto;
	background:#FFF;
	margin-bottom:50px;
	font-size:12px;
	display:flex;
	padding:0;
	line-height:15px;
}

.chambre .chambretext {
	padding : 0px 5px 5px 10px;
	width:100%;
	position:relative;
	text-align:left;
}
.chambre .chambretext p {
	width:100%;
	margin-bottom:10px;
}
.roomdescription ul {
list-style-type: disc;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
list-style-position: inside;	
font-size:12px;
margin:2px 0 2px 0;
padding-left:0px;
list-style-type:none;

}
.roomdescription ul li{
padding-bottom:10px;
display:flex;
line-height:12px;	
}
.roomdescription ul li:before {
  content: '✓ ';
  display:block;
  margin-right:4px;
}
.chambrebtx{
	width:100%;
	margin:10px auto;
}
.ligneboutonettotal{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.chambreprice{
color:red;
padding-top:10px;
}
.btnreservation{
height:50px;
width:200px;
background:	#403821;
color:#FFF;
border:none;
font-size:16px;
font-weight:700;
}
.bx-wrapper{
width:400px;	
}
}