* { margin:0; padding:0;}
html{
	padding-top: 50px
}
html, body { height:100%; }
body { background: #fff; font-family: 'Open Sans', sans-serif; line-height:1.125em; color:#000;text-align:center; overflow-x: hidden;}
a{
	text-decoration: none;
	color: black;
}

/* hide mobile features */
.mobile {
	visibility:hidden;
	display:none;
}

input, select, textarea { font-family:Tahoma, Geneva, sans-serif; padding: 3px; width: 98%; border-radius: 3px; margin: 5px 0px;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	margin: 5px;
}
input[type="submit"]{
	background-color: #ff4757;
	 -webkit-border-radius: 2px;
    	border-radius: 5px;
	border: none;
	padding: 10px;
	font-weight: bold;
	color: #fff;
}
input[type="submit"]:hover{
	background-color: #ff6b81;
}
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 900px;
	margin: 0 auto;

	display: inline-block;
}

#topbar{
	background-color: #ffffff;
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
#logo{
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
	margin:15px 30px;
	float: left;
}
nav{
	margin: 0px 30px;
	float:right;
}
nav ul{
	height: 50px;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li{
	color: #000
	float: left;
  	line-height: 50px; /** or same as ul height */
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
nav ul li:hover{
	background-color: #f5f3f1;
}
nav ul li a:link{
	color: #000;
	text-decoration: none;
}
#banner{
	-js-display: flex; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background: #4485a5 url(../img/quality/accueil.jpg) center center no-repeat;
	background-size: 100%;
	background-size: cover;
	background-blend-mode: lighten;
	width:100%;
	min-height: 50vh;
	left: 0;
}
#roombanner{
	-js-display: flex; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-size: cover;
	background-position: center center;
	width:100%;
	height:350px;
	left: 0;
}
#headline{
	margin: 10% 0;
}
#headline h1{
	font-size: 3em;
	line-height: 1em;
	color: #000;
	margin-block-start: 0;
    	margin-block-end: 0;
    	margin-bottom: 20px;
}
#headline h2{
	font-size: 2em;
	line-height: 1em;
	color: #000;
	margin-block-start: 0;
    	margin-block-end: 0;
    	margin-bottom: 20px;
}
H2{
	margin-bottom: 1vh;
}
h3{
	font-size: 1em;
	line-height: 1em;
	color: #ff4757;
}
#viewroomsbutton{
	text-align: center;
	max-width: calc(100% - 20px);
	height: 20px;
	background-color: #ff4757;
	border-radius: 5px;
    	padding: 10px 10px 10px 10px;
    	display: block;
    	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
#viewroomsbutton a{
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	font-style: normal;
}
#viewroomsbutton:hover{
	background-color: #ff6b81;
}
#section2{
	background: #fff;
	width:100%;
}
.section1{
	background: #f1f1f1;
	width:100%;
	min-height:200px;
	border-top: 1px solid #999;
}
.section2{
	background: #fff;
	text-align: center;
	width:100%;
	min-height:200px;
	padding: 3vh 0;
}
ul{
	list-style-type: circle;
	line-height: 1.6em;
	margin-left: 20px;
}
.mappy{
	width: 100%;
	text-align: center;
}
.service{
	width: 15%;
	display: inline-block;
	-js-display: flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	font-size: 0.8em;
	margin: 5px 0.5%;
}
.service image{
	display:block;
	padding: 2px;
	margin: 0 auto;
}

#cover{
	display: none;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0px;
	background-color: #ced6e0;
	opacity: 0.8;
  	filter: alpha(opacity=80);
}
#mobilenav{
	display: none;
	z-index: 11;
	position: fixed;
	top: 20vh;
	left: 2.5vw;
	width: 80vw;
	margin: 5%;
	background-color: #fff;
	border: 1px solid #f1f2f6;
	
}
#mobilenav ul{
	list-style-type: none;
	font-weight: bold;
	margin-left: 0;
}
#mobilenav ul li{
	padding: 10px;
	vertical-align: middle;
}
#mobilenav ul li:hover{
	background-color: #f1f2f6;
}
/* Rooms page */

#filterbar{
	width:100%; padding: 10px 0px; background-color: #dfe4ea;
}	
#filterbar .wrapper {
	-js-display: flex; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2px 10px;
}	
#sortBy{
	align-items: flex-start;
	display: inline-block;
	text-align: left;
	width: 40%;
}
.filterBoxes{
	width: 100%;
	height: 100px;
	max-height: 20vh;
	overflow-y: scroll;
	background-color: #f1f2f6;
	margin: 10px;
}
#filterBy{
	align-items: flex-start;
	width: 50%;
	text-align: left;
	display: inline-block;
}
.container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 10px;
	cursor: pointer;
	font-size: 0.8em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container input{
	display: none;

}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
}
.container:hover input ~ .checkmark {
	background-color: #ff6b81;
}
.container input:checked ~ .checkmark {
  background-color: #ff4757;
}
.container input:not(:checked) ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
 	position: absolute;
	display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container input:not(:checked) ~ .checkmark:after {
  display: none;
}
.material-icons.md-18 { font-size: 1em; }
.material-icons.md-24 { font-size: 1em; }
.material-icons.md-36 { font-size: 1em; }
.material-icons.md-48 { font-size: 1em; padding-right:5px; }

.rooms{
	width:650px;
	/*border: 1px solid #c9c7c7;
	border-radius: 5px;*/
	margin: 2px;
	padding: 10px;
	font-size: 0.65em;
	line-height: 1.3em;
	color: #000;
}

.roomdesc{
	float: left;
	width: 300px;
}
.roomcost{
	margin-top: 15px;
	text-align: right;
}

.quarter{
	width:209px;
	/*border: 1px solid #c9c7c7;
	border-radius: 5px;*/
	float: left;
	margin: 2px;
	padding: 5px;
	font-size: 0.65em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 10px;
}
.half{
	width:309px;
	/*border: 1px solid #c9c7c7;
	border-radius: 5px;*/
	float: left;
	margin: 2px;
	padding: 5px;
	font-size: 0.65em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 10px;
}
.threequarters{
	width: 675px;
	border: 0px solid #000;
	float:left;
}
.threequartersright{
	width: 675px;
	font-size: 0.7em;
	border: 0px solid #000;
	float:right;
}
.onethird{
	width:278px;
	float: right;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.3em;
}
.onethirdmap{
	width:278px;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.3em;
	display:inline-block;
	background: #f9fcff;
	margin: 5px;
}
.onethirdleft{
	width:278px;
	float: left;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.3em;
}
.twothirds{
	text-align: justify;
    	text-justify: inter-word;
	width:586px;
	float: right;
	margin-right: 10px;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.3em;
}
.half{

	padding-right: 10px;
	border-left: 1px dashed #333;
	padding-left: 10px;
}
.tarifs{

	width: 100%;
}

.circle{

	border-radius:50%;

}

.moreinfo{
	width:103px;
	height: 20px;
	color: #fff;
	background-color: #fb5c0e;
	font-weight: bold;
	border-radius: 2px;
	margin-right: 2px;
	padding-top: 5px;
	text-align: center;
	float: left;
	position: relative;
	bottom: 0px;
}
.moreinfosmall{
	width:209px;
	height: 20px;
	color: #fff;
	background-color: #fb830e;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	padding-top: 5px;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin-top: 2px;
}
.moreinfosmall a{
	text-decoration: none;
	color: #fff;
}
.moreinfosmall:hover{
	background-color: #f9864e;
}
.reservesmall{
	width:209px;
	height: 20px;
	color: #fff;
	background-color: #fb350e;
	font-weight: bold;
	border-radius: 2px;
	padding-top: 5px;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin-top: 2px;
}
.reservesmall a{
	text-decoration: none;
	color: #fff;
}
.reservesmall:hover{
	background-color: #f65e23;
}
.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* room page */

#imagecontainer{
	height: 530px;
	width:303px;
	float: left;
	margin-right: 10px;
	
}
.roomdetails{
	color: #000;	
	font-size: 0.65em;
}
.roomdetailsleft{
	color: #000;	
	font-size: 0.65em;
	max-width: 420px;
	float:left;
		margin-right: 10px;
}
.roomdetailsright{
	color: #000;	
	max-width:420px;
	font-size: 0.65em;
	float: right;
}
.reserveroompage{
	width:150px;
	height: 20px;
	color: #fff;
	background-color: #fb350e;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	right: 0px;
	margin-top: 20px;
}

.reserveroompage2{
	width: 85%;
	height: 17px;
	color: #fff;
	background-color: #ff4757;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	padding: 10px 0px;
	margin: 15px auto;
}

.reserveroompage2:hover{
	background-color: #ff6b81;
	color: #000000;
}

#footer{
	margin: 0px 0px;
	padding: 10px 0px;
	font-size: 10pt;
	background-color: #ffffff;
}

#footer a{
	color: #000;
}

#footer a:link, #footer a:visited{
	color: #000;
}

.icon_container{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
}

.iconset{
	width:40px;
	height:40px;
	background-color: #666;
	background-size: 80% 80%; 
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	margin: 3px;
	padding: none;
	overflow: hidden;
	text-align: center;
}

.iconset > div{
	width: 40px;
	line-height: 1.2;
	color: #fff;
	vertical-align: middle;
	display: inline-block;
}
