@font-face {
	  font-family: 'FontAwesome';
	  src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
	  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
	  font-weight: normal;
	  font-style: normal; 
}

body {
	font-family: Arial, sans-serif;
	padding:0;
	margin:0;
	min-width: 320px;
	color: #464344;
	font-size: 18px;
	text-align: center;
}

a img{
	border:none;
}

a {
	text-decoration: none;
	color: #464344;
}

a.mob::before {
	font-family: "FontAwesome";
	content: "\f10b";
	padding-right: 10px;
	font-size: 20px;
}

a.tel::before {
	font-family: "FontAwesome";
	content: "\f095";
	padding-right: 10px;
	font-size: 20px;
}

a.email::before {
	font-family: "FontAwesome";
	content: "\f003";
	padding-right: 10px;
	font-size: 20px;
}

a.address::before {
	font-family: "FontAwesome";
	content: "\f041";
	padding-right: 10px;
	font-size: 20px;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 25px;
	color: #3A758E;
	text-transform: uppercase;
}

#headerContainer {
    width: 100%;
    background: #f7f4ee;
    min-height: 150px;
}

#header {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0;
	min-height: 150px;
}

#chooseLang {
    height: 22px;
    float: right;
	display: block;
	position: relative;
	top: 10px;
	border: 1px dashed #ccc;
	padding: 4px 0 0 0;
}

.buttonLang {
	float: right;
	height: 35px;
	width: 35px;
	font-size: 12px;
	color: #464344;
	text-align: center;
}

.langChoosed, .buttonLang:hover {
	font-weight: bold;
	color: #3A758E;
}

.buttonCalPRevNext {
	float: right;
	height: 20px;
	width: 35px;
	font-size: 12px;
	color: #464344;
	text-align: center;
}

.buttonCalPRevNext:hover {
	font-weight: bold;
	color: #3A758E;
}

#headerLeft {
    clear: both;
    width: 45%;
    float: left;
	display: inline-block;
	text-align: left;
	margin-top: -27px;
}

#headerRight {
    width: 55%;
    float: right;
	display: inline-block;
	margin: 25px 0 0 0;
	text-align: right;
}

#pageContent {
	clear: both;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 10px;
	line-height: 30px;
}

#headerRight > a > span {
	font-family: 'Caveat', cursive;
	color: #826B4E;
}

#headerRight > a > span {
	font-family: 'Caveat', cursive;
	color: #826B4E;
	font-size: 30px;
}

#headerRight > a > img {
	margin: 0 0 -5px 5px;
}

#menuContainer {
	width: 100%;
    background: #fff;
    min-height: 41px;
	border-top: 1px dashed #ccc;
}

#topMenu {
	max-width: 1240px;
	margin: 0 auto;
	height: 41px;
}

#footerTopContent {
	width: 100%;
	min-height: 180px;
	background-color: #D4CDC5;
}

#footerTop {
	max-width: 1240px;
	margin: 0 auto;
}

#footerBottomContent {
	width: 100%;
	min-height: 50px;
	background-color: #f7f4ee;
}

#footerBottom {
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
}

div.footerTitle {
	color: #784C6D;
	font-size: 30px;
	padding: 40px 0 20px 0;
}

div.footerTitle > span {
	color: #826B4E;
	font-style: italic;
}

div.footerTitle > span > span {
	color: #3A758E;
	font-style: normal;
}

#footerTop > p, #footerTop > p > a {
	color: #464344;
	font-size: 25px;
	font-family: 'Caveat', cursive;
	font-weight: bold;
}

.footerLink {
    display: inline-block;
    margin-left: 20px;
}

.pageTitle {
	color: #3A758E;
	font-size: 25px;
	text-transform: uppercase;
	padding: 10px 0;
}

.reserve {
	background-color:red;
	color:#FFFFFF;
}

.ferme {
	background-color:grey;
	color:#FFFFFF;
}

.dispo {
	background-color:green;
	color:#FFFFFF;
}

.dispo:hover {
	background-color: green;
	color: #fff;
	cursor: pointer
}

.sejour {
	background-color:orange !important;
	color:#FFFFFF;
}

.arrivee {
	background-image: linear-gradient(to left, rgba(0, 128, 0, 1) 0%, rgba(0, 128, 0, 1) 100%) !important;
	background-size: 50% 100% !important;
	background-repeat: no-repeat !important;
	background-color: orange;
}

.arrivee:hover {
	background-image: linear-gradient(to left, rgba(0, 128, 0, 1) 0%, rgba(0, 128, 0, 1) 100%) !important;
	background-size: 50% 100% !important;
	background-repeat: no-repeat !important;
	background-color: orange;
}

.depart {
	background-image: linear-gradient(to right, rgba(255, 165, 0, 1) 0%, rgba(255, 165, 0, 1) 100%) !important;
	background-size: 50% 100% !important;
	background-repeat: no-repeat !important;
}

.passe {
	background-color:#eaeaea;
	color:#cacaca;
	text-decoration: line-through;
}

.complet {
	background: #555;
	color: #C0C0C0;
	cursor: pointer
}

.tab_numero {
	width: 23%;
	display: inline-block;
	border: 1px dashed #ccc;
	vertical-align: top;
	background: #fff;
	border-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
}

tr.jours {
	background: rgba(202,202,202,.5);
	color: #646464;
}

.tab_cal {
	min-width: 25%;
	margin: 0 auto;
	line-height: 20px;
	font-size: 14px;
}

.tab_cal_legende {
	margin: 0 auto;
	line-height: 20px;
	font-size: 14px;
}

.justify {
	text-align: justify;
}

.colorBleu, #pageContent > p > a {
	color: #3A758E;
}

.errorSpan {
	color: red;
	font-size: 12px;
	line-height: 12px;
}

#messageErrorSpan {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
	background-color: red;
	color: white;
	font-weight: blod;
	font-size: 16px;
}

.boutonRond {
	background-color: #3A758E;
	width: 140px;
	border: 1px solid #A4A4A4;
	height: 33px;
	line-height: 33px;
	color: white;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
}

.clearBoth {
	clear: both;
}

.boutonViolet {
	padding: 5px 40px;
	background-color: #784C6D;
	border-radius: 10px;
	color: #fff;
}

div.picto {
	display: inline-block;
	font-size: 11px;
	padding: 0 8px;
	line-height: 55px;
}

div.picto > img {
	width: 40px;
	height: 40px;
	padding: 0 3px 0 10px;
	margin-bottom:-15px;
}

#socialBlock {
	float: right;
	margin-top: 18px;
}

a.pictoInstagram > span {
	display: none;
}

a.pictoInstagram {
	display: inline-block;
	min-height: 30px;
	min-width: 30px;
}

a.pictoInstagram::before {
	display: block;
	font-family: "FontAwesome";
	content: "\f16d";
	font-size: 30px;
	color: #3A758E;
	min-height: 30px;
	min-width: 30px;
}

a.leBlog {
	display: inline-block;
	position: relative;
	line-height: 20px;
	color: #3A758E;
	text-transform: uppercase;
	border: 3px solid #3A758E;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	top: -6px;
}

#back-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 100px;
	margin-left: 1240px;
	line-height: 44px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #826B4E;
}

#back-top > a {
	display: inline-block;
}

#back-top > a > span {
	display: none;
}

#back-top > a::before {
	height: 100%;
	width: 100%;
	display: block;
	font-family: "FontAwesome";
	content: "\f077";
	font-size: 30px;
	color: #826B4E;
}

#contactForm {
	max-width: 600px;
	border: 1px dashed #ccc;
	padding: 10px;
}

img.logo_footer {
	max-height: 60px;
	max-width: 337px;
	width: 100%;
}

div.blocPOI {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	border: 1px dashed #ccc;
	border-radius: 20px;
	margin: 10px;
	padding: 10px;
}

div.blocPOI > div > img {
	max-width: 100%;
}

div.blocPOI > p > a {
	color: #3A758E;
	text-decoration: underline;
}

div.blocChambre {
	width: 80%;
	margin: 20px auto;
	border: 1px dashed #ccc;
	padding: 10px;
}
div.blocChImg {
	float: left;
}

div.blocChNom {
	color: #3A758E;
	font-weight: bold;
	float: left;
	margin-left: 20px;
}

div.blocChTexte {
	float: left;
	max-width:50%;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
}

span.resaTarif {
	font-size: 18px;
	font-weight: bold;
}

div.resCh {
	float: right;
}

div.nonDispo {
	background-color: #f1f1f1;
}

#accordion {
	width: 80%;
	margin: 0 auto;
}

.accordion-toggle {
	border-bottom: 1px dashed #ccc;
	width: 100%;
	text-align: center;
	clear: both;
	cursor: pointer;
	color: #3A758E;
}

.accordion-content {
	padding: 10px;
	text-align: justify;
}

.accordion-content > img {
	float: left;
	margin: 0 20px 20px 0;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

#plus::after {
	content: "\f078";
	color: #3A758E;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 14px;
	padding-left: 5px;
}

#moins::after {
	content: "\f077";
	color: #3A758E;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 14px;
	padding-left: 5px;
}

#resaBox {
	border: 4px solid orange;
	border-radius: 2px;
	background-color: #CDC5BB;
}

.boutonResa {
	background-color: orange;
	width: 250px;
	border: 4px solid #39748D;
	border-radius: 2px;
	height: 33px;
	line-height: 33px;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.inputResa {
	background-color: white;
	width: 120px;
	border: 4px solid #39748D;
	border-radius: 2px;
	height: 33px;
	line-height: 33px;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: -6px;
}

.selectResa {
	background-color: white;
	width: 60px;
	border: 4px solid #39748D;
	border-radius: 2px;
	height: 41px;
	line-height: 33px;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: -4px;
}

#resaForm {
	border: 1px dashed #ccc;
	padding: 10px;
	text-align: center;
}

div.resaBoxLabel {
	display: inline-block;
	margin-right: 10px;
}

div.resaBoxInput {
	display: inline-block;
}

div.resaBoxButton {
	display: inline-block;
	margin: -4px 0 0 10px;
}

#nbNuits {
	border: none;
	background: none;
	font-size: 19px;
	width: 100px;
	text-align: left;
	color: #464344;
}

#resaCalNavMobPrec, #resaCalNavMobSuivant {
	display: none;
}

#resaCalNavMobPrec {
	float: left;
}

#resaCalNavMobSuivant {
	float: right;
}

.noteSlider {
	font-size: 20px;
	border: 1px solid white;
	display: block;
	margin: 0 auto 10px;
}

.avisCritere {
	width: 100%;
	text-align: left;
	clear: both;
}

.avisCritereLeft {
	float: left;
	height: 50px;
	width: 45%;
}

.avisCritereRight {
	float: right;
	height: 50px;
	width: 45%;
	clear: none;
}

#accordionAvis, #avisForm {
	max-width: 50%;
	margin: 0 auto;
}

.noteView {
	color: orange;
	font-weight: bold;
}

.critereBar { 
	display: inline-block;
    max-width: 300px;
	width: 100%;
    height: 10px;
    padding: 0px;
    background-color: #E8F1FA;
    border-radius: 16px;
	border: 1px solid #C0C0C0;
	float: right;
}

.critereValue {
    display: block;
    position: relative;
    height: 10px;
    background: orange;
    border-radius: 12px;
}

.avisTextarea, .avisInput {
	max-width: 500px;
	width: 95%;
}

.avisTextarea {
	min-height: 40px;
}

#avisForm > p {
	margin-bottom: 15px;
}

#zoneNoteGlobale {
	max-width: 50%;
	text-align: center;
	margin: 0 auto 20px;
}

#noteGlobale {
	background: orange;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 13px 13px 0 13px;
	font-size: 25px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
	display: inline-block;
}

#texteNoteGlobale {
	display: inline-block;
	font-size: 17px;
	font-style: italic;
	margin-left: 15px;
}

.blocAvis {
	background: #f7f4ee;
	border-radius: 20px 20px 0 20px;
	margin: 20px 0;
	text-align: left;
	padding-bottom: 1px;
}

.topAvis {
	border-bottom: 1px dashed #ccc;
	padding: 15px;
}

.noteAvis {
	background: orange;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 10px 10px 0 10px;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	display: inline-block;
}

.titreAvis {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}

.auteurAvis {
	font-size: 14px;
	font-style: italic;
}

.lesplusAvis > span::before {
	content: "\f055";
	color: orange;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 20px;
	padding-right: 10px;
}

.lesmoinsAvis > span::before {
	content: "\f056";
	color: #969696;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 20px;
	padding-right: 10px;
}

.lesplusAvis {
	padding: 16px 16px 5px 16px;
	font-size: 15px;
}

.lesmoinsAvis {
	padding: 5px 16px 16px 16px;
	font-size: 15px;
}

.reponseAvis {
	padding: 5px;
	margin: 0 16px 16px 16px;
	border-radius: 5px;
	font-size: 15px;
	background: #FFCC99;
}

.reponseAvis > span::before {
	content: "\f086";
	color: #969696;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 20px;
	padding-right: 10px;
}

.reponseAvis > span {
	font-weight: bold;
}

.dateSejour {
	font-size: 12px;
	color: #969696;
	font-style: italic;
	margin: 0 16px 16px 16px;
}

.reserverEnLigne {
	background-color: #3A758E;
	color: #fff;
	border-radius: 5px;
	padding: 5px 20px;
	font-family: 'Caveat', cursive;
	float: right;
	font-size: 25px;
}

.facebook::before {
	content: "\f09a";
	color: #3A758E;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 30px;
	padding-right: 10px;
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	padding: 0;
	line-height: 50px;
}

@media (max-width:1200px){
	#sliderMot1, #sliderMot2, #sliderMot3 {display: none !important;}
}

@media (max-width:1150px){
	div.resaBoxLabel {clear: both; display: block; float: left; width: 45%;}
	div.resaBoxInput {display: block; float: right; width: 45%;}
	div.resaBoxButton {display: block; float: none; clear: both; text-align: center; width: 100%; padding-top: 10px;}
	#resaForm {width: 60%;}
}

@media (max-width:1000px){
	.tab_numero {width: 30%;}
	div.blocPOI {width: 40%;}
}

@media (max-width:800px){
	#accordionAvis, #avisForm, #zoneNoteGlobale { width: 100%; max-width: 100%;}
}

@media (max-width:600px){
	#headerLeft, #headerRight, #socialBlock { width: 100%; text-align: center;}
	#headerLeft {margin-top: 10px;}
	#headerRight, #socialBlock {margin: 0;}
	#headerContainer { min-height: 255px !important;}
	#headerRight > a > span {font-size: 17px !important;}
	#footerTop > p {font-size: 20px;}
	#footerBottom {text-align: center; font-size: 12px;}
	.footerLink {float: none; margin-left: 0;}
	#pageContent {padding: 10px !important;}
	.tab_numero {width: 50%; display: block;}
	#back-top {margin-left: 0px; right: 0px; bottom: 50px;}
	div.blocPOI {width: 80%;}
	div.blocChambre, div.blocChImg, div.blocChNom, div.blocChTexte, div.resCh { float: none; width: 90%;}
	div.blocChImg, div.blocChNom, div.blocChTexte, div.resCh { float: none; width: 90%; margin: 0 auto}
	div.blocChTexte {max-width:100%;}
	div.resaBoxButton {margin: 5px 0 0 0px;}
	#resaCalNavMobPrec, #resaCalNavMobSuivant {display: inline-block;}
	#resaCalMoisPrec, #resaCalMoisSuivant {display: none;}
	#resaForm {width: 94%;}
	div.resaBoxLabel, div.resaBoxInput {width: left; clear: both; width: 100%;}
	a.leBlog {top: 7px;}
}

@media (max-width:500px){
	.tab_numero {width: 60%; display: block;}
}

@media (max-width:400px){
	.tab_numero {width: 70%; display: block;}
	.avisCritereLeft,.avisCritereRight { float: none; width: 100%;}
}

@media (max-width:300px){
	.tab_numero {width: 70%; display: block;}
}

@media screen and (max-height: 575px){
    #rc-imageselect,
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0;
        transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform:scale(0.77);
        transform:scale(0.77);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
    }
}