
body {
	font-family:'Raleway',"Arial", sans-serif;
	font-size:16px;
	margin:0;
	color:#666;

}
body.editMode {
	margin-top:30px;
}
body.HN_WITH_TINYMCE {
    margin-top: 64px;
}
.center {
	width:1230px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}
h1 {
	font-weight:300;
	font-size:50px;
	color:#333;
	position:relative;
}
h1::before {
	content:" ";
	border-bottom:1px solid green;
	position:absolute;
	white-space:pre;
	width:50px;
}
h1 strong {
	color:#ff6633;
	font-weight:300;
	
}
.header {
	margin-top:20px;
	margin-bottom:10px;
}
.header .HL_WIDGET_IMAGE img {
	max-width:270px;
	margin-left:20px;
}
.menu ul {
	padding:0;
	margin:20px 20px 0 0;
	list-style-type:none;
	text-align:right;
}
.menu>ul>li {
	display:inline-block;
	
	color:#9fc966;
	vertical-align:top;
	margin-left:94px;
	position:relative;
}
.menu>ul>li>a {
	color:#9fc966;
	
	text-align:center;
	display:inline-block;
}
.menu>ul>li:last-child {
	font-size:32px;
}
.menu>ul>li:first-child a {
	
	border:1px solid #9fc966;
	border-radius:50px;
	width:32px;
	height:32px;
	
	line-height:32px;
	font-size:24px;
}
/*.menu>ul>li:nth-child(2) {
	background-image:url(../images/connect.png);
	background-size:31px 41px;
	background-repeat:no-repeat;
	background-position:top center;
}
.menu>ul>li:nth-child(2) a {
	font-size:12px;
	color:#333;
	text-decoration:none;
	padding-top:41px;
	display:inline-block;
}
*/
.menu>ul>li:last-child ul {
	/*border:1px solid #F00;*/
	position:absolute;
	margin:0;
	right:0;
	z-index:10000;
	border-radius:5px;
	background-color:#f2f5f9;
	top:32px;
	display:none;
}
.menu>ul>li:last-child:hover ul {
	display:block;
}
.menu>ul>li:last-child ul li {
	text-align:left;
}
.menu>ul>li:last-child ul a {
	padding:10px;
	font-size:14px;	
	text-decoration:none;
	color:#333;
	white-space: nowrap;
	border-bottom:1px solid #99cc66;
	display:block;
}
.menu>ul>li:last-child ul a:hover {
	color:#ff6633;
}

.footer {
	border-top:1px solid #abc0c0;
	/*width:1230px;*/
	margin:30px auto;
	
}
.footer img {
	max-width:270px;
	margin-top:15px;
}
.footer .HL_BLOCK {
	width:1230px;
	margin:0 auto;
}
.prefooter {
	border-bottom:1px solid #abc0c0;
	margin:0 10px;
	width:auto;
}
.prefooter ul {
	margin-bottom:50px!important;
}
.footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:14px
}
.footer li a {
	text-decoration:none;
	color:#333;
}
.footer li a:hover {
	text-decoration:underline;
}
.prefooter {
	padding-top:30px;
}
.prefooter strong {
	font-weight:normal;
	color:#99cc66;
	font-size:16px;
	
}
.postfooter ul {
	margin:40px 0;
}
.postfooter li {
	display:inline-block;
	border-right:1px solid #333;
	padding:0 20px;
}


.HL_PRODUCTSLIST {
	list-style-type:none;
	margin:0;
	padding:0;
}
.HL_PRODUCTSLIST_PRODUCT {
	width:30%;
	border:1px solid #99cc66;
	border-radius:5px;
	margin-bottom: 50px;
}
.HL_PRODUCTS_THUMBS {
	height:260px;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
}
.HL_PRODUCTS_THUMBS img {
	display:inline-block;
	/*transition:all 0.3s ease-out;*/
}
.HL_PRODUCTS_THUMBS a {
	
	transition:all 0.3s ease-out;
}
.HL_PRODUCTS_THUMBS img:first-child {
	margin-left:0
}
.HL_PRODUCTS_THUMBS i {
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-radius:20px;
	height:36px;
	width:36px;
	line-height:36px;
	text-align:center;
	color:#ff642f;
	font-size:32px;
	font-weight:lighter;
	transition:all 0.1s linear;
	cursor:pointer;
}
.HL_PRODUCTS_THUMBS i.fa-angle-left {
	top:124px;
	left:5px;
}
.HL_PRODUCTS_THUMBS i.fa-angle-right {
	top:124px;
	right:5px;
}
.HL_PRODUCTS_THUMBS i:hover {
	width:40px;
	height:40px;
	top:122px;
	line-height:40px;
	background-color:rgba(255,255,255,0.8);
}
.HL_PRODUCTS_THUMBS i.fa-angle-left:hover {
	left:3px;
}
.HL_PRODUCTS_THUMBS i.fa-angle-right:hover {
	right:3px;
}
.HL_PRODUCTS_DES {
	line-height:1.1em;
	height:3.3em;
	overflow:hidden;
	margin:10px
}
.HL_PRODUCTS_DES p {
	margin:0;
}
.HL_PRODUCTSLIST_PRODUCT_TITLE {
	padding:10px;
	color:#ff6633;
	text-align:center;
	font-size:16px;
}
.HL_PRODUCTSLIST_PRODUCT_PRICE_WITH_TAXE {
	color:#333333;
	font-size:24px;
	padding:10px 0 0 10px;
	display:block;
}


#hebergementMenu {
	padding:0;
	margin:0 auto;
}
#hebergementMenu li {
	display:inline-block;
	width:16.5%;
	box-sizing:border-box;
	border:1px solid #DFDFDF;
	text-align:center;
	padding:10px 0;
	border-right:0;
	color:#333;
	border-top:0;
	font-size:14px;
}
#hebergementMenu li:hover {
	background-color: #FF6633;
	cursor:pointer;
}
#hebergementMenu li:last-child {
	width:17.5%;
	border-right:1px solid #DFDFDF;
}
#hebergementGMap{
	height:500px;
	margin: 0 0 0 80px;
}

#wc_datesDetail {
	padding:15px 30px;
}
#wc_calendar1, #wc_calendar2 {
	display:inline-block;
	
}
#wc_calendar1 {
	margin-right:50px;
}
#wc_datesDetail label {
	text-align:left;
	display:block;
	line-height:normal;
}
#wc_fromDatePicker {
	line-height:normal;
}
#wc_toDatePicker {
	line-height:normal;
}
#wc_from, #wc_to {
	display:none;
}
.ui-datepicker {
	border:1px solid #000;
	background-color:#FFF;
}
.ui-datepicker-header {
	background-color:#ff6633;
	color:#FFF;
	position:relative;
}

.ui-datepicker td {
	text-align:center;
}
.ui-datepicker td a {
	text-decoration:none;
	color:#333;
}
.ui-datepicker-prev {
	position:absolute;
	left:30px;
	top:7px;
	font-size:18px;
}
.ui-datepicker-next {
	position:absolute;
	right:30px;
	top:7px;
	font-size:18px;
}
.ui-datepicker-title {
	padding:10px 0;
	font-size:14px;
	text-align:center;
}
.ui-datepicker-calendar {
	font-size:14px;
}
.ui-datepicker-current-day {
	background-color:#ff6633;
}


#wc_HebergementDetailAux {
	width:962px;
	margin:0 auto;
	
	text-align:center;
	margin-top:-41px;
	max-height:0;
	transition:all 0.2s ease-out;
	overflow:hidden;
}
#wc_HebergementDetailAux.opened {
	max-height:300px;
}
#wc_HebergementDetail ul {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}
#wc_HebergementDetail li {
	/*border-bottom:1px solid #ff6733;*/
	white-space: nowrap;
	padding-right:10px;
	line-height:32px;
}
#wc_HebergementDetail li:last-child {
	border-bottom:0;
}
#wc_HebergementDetail input {
	width:30px;
	text-align:center;
}
#wc_HebergementDetail label {
	white-space: nowrap;
}
#wc_HebergementDetail li:hover {
	color:#ff6733;
}
#wc_HebergementDetail span {
	font-weight:bold;
}
#wc_HebergementDetail ul.mini {
	width:263px;
}
#wc_HebergementDetail ul.mini li {
	display:inline-block;
	width:114px;
}
#wc_HebergementDetail {
	/*display:none;*/ 
	/*right:-224px;*/
	border:1px solid #ff6633;
	width:940px;
	
	padding:10px;
}
#wc_hebergements.opened #wc_HebergementDetail {
	display:table-row; 
}
#wc_hebergements>span { 
	width:172px!important; 
}
#wc_HebergementDetail>div {
	/*display:inline-block;*/
	vertical-align:top;
	border-right:1px solid #ff6633;
	display:table-cell;
	width:280px;

}
#wc_HebergementDetail>div:nth-child(4) {
	border-right:0;
}


#hebergementPhotos {
	/*height:460px;*/
	position:relative;
	white-space: nowrap;
	overflow:hidden;
	/*margin-bottom:200px;*/
}
#hebergementPhotos img {
	display:inline-block;
	vertical-align:top;
	/*transition:all 0.3s ease-out;*/
}

#hebergementPhotos img {
	width:100%;
	transition:all 0.3s ease-out;
}
#hebergementPhotos i {
	
}

#hebergementPhotos i {
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-radius:20px;
	height:36px;
	width:36px;
	line-height:36px;
	text-align:center;
	color:#ff642f;
	font-size:32px;
	font-weight:lighter;
	transition:all 0.1s linear;
	cursor:pointer;
}
#hebergementPhotos i.fa-angle-left {
	top:50%;
	left:10px;
}
#hebergementPhotos i.fa-angle-right {
	top:50%;
	right:10px;
}
#hebergementPhotos i:hover {
	width:40px;
	height:40px;
	margin-top:-2px;
	line-height:40px;
	background-color:rgba(255,255,255,0.8);
}
#hebergementPhotos i.fa-angle-left:hover {
	left:3px;
}
#hebergementPhotos i.fa-angle-right:hover {
	right:3px;
}
h2 {
	font-size:32px;
	font-weight:normal;
	color:#99CC66;
	position:relative;
	padding-bottom:10px;
}
h2::before {
	content:" ";
	border-bottom:1px solid #99CC66;
	position:absolute;
	white-space:pre;
	width:50px;
	padding-bottom:10px;
	bottom:0
}
#hebergementPart1 {
	width:66%;
	display:inline-block;
	vertical-align: top;
	margin-top:50px;
	position:relative;
}
#hebergementPart1 h2 {
	margin-top:0;
	width:75%;
}
#hebergementResa {
	margin-top:50px;
	border: 1px solid #99cc66;
	border-radius: 5px;
	width:33%;
	display:inline-block;
	vertical-align: top;
	margin-bottom:20px;
}


#hebergementResaTitre {
    background-color: #99cc66;
    font-size: 17px;
    padding: 13px;
}

#hebergementResaTitre strong {
    font-size: 24px;
    font-weight: normal;
}
#hebergementResaAux {
	padding:15px;
}


#hebergementResa button {
	border: 0 none;
	border-radius: 4px;
	display: block;
	font-family: "Raleway","Arial",sans-serif;
	font-size: 16px;
	margin: 30px auto 10px;
	padding: 16px;
	width: 100%;
}
#hebergementResa .btnOrange {
	background-color: #FF6633;
	color:#FFF;
	margin-top:15px;
}
#hebergementResa input {
	border: 1px solid #99cc66;
	color: #888888;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	width: 132px;
}
#extra input {
	text-align: left;
	width:49%;
	box-sizing: border-box;
}
#hebergementResa select {
	color: #888888;
	margin-bottom: 15px;
	padding: 5px;
	width: 100%;
}
#hebergementResa .btnGreen {
	 background-color: #99cc66;
	 color:#FFF;
}
#hebergementResaFrom, #hebergementResaTo {
	width:50%;
	display:inline-block;
}

.herbergementSpacer {
	border-bottom:1px solid #99cc66;
	max-width:1230px;
	margin:0 auto;
}

h3 {
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0 20px;
	padding-bottom: 5px;
	position: relative;
}
h3::before {
	border-bottom: 1px solid #99cc66;
	bottom: 0;
	content: " ";
	position: absolute;
	white-space: pre;
	width: 50px;
}
#hebergementAccessibilite, #hebergementDifficultes {
	width:50%;
	display:inline-block;
	vertical-align: top;
}
#hebergementAccessibilite {
	width:47.5%;
	margin-right:2.5%;
}
.hebergementPiece {
	padding-bottom:10px;
	margin-bottom: 30px;
	border-bottom:1px solid #99cc66;
}
#hebergementAccesEtStationnement .hebergementPiece {
	border-bottom:0;
}
.hebergementPiecesPart1 {
	 box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.hebergementPiecesPhotos {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 43px;
	vertical-align: top;
	width: 50%;
}
.hebergementPiecesPhotosBig img {
	width:100%;
}
.hebergementPieceTitre {
	font-size: 17px;
	padding: 10px 10px 10px 80px;
	color:#99cc66;
}
.hebergementPieceDes {
	padding: 0 10px 0 80px;
}
.hebergementPiecesPhotosBig {
	position:relative;
}
.hebergementPiecesPhotosBig img {
	border-radius:5px;
}

.hebergementPiecesPhotosBig i {
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-radius:20px;
	height:36px;
	width:36px;
	line-height:36px;
	text-align:center;
	color:#ff642f;
	font-size:32px;
	font-weight:lighter;
	transition:all 0.1s linear;
	cursor:pointer;
}
.hebergementPiecesPhotosBig i.fa-angle-left {
	top:202px;
	left:5px;
}
.hebergementPiecesPhotosBig i.fa-angle-right {
	top:202px;
	right:5px;
}
.hebergementPiecesPhotosBig i:hover {
	width:40px;
	height:40px;
	top:200px;
	line-height:40px;
	background-color:rgba(255,255,255,0.8);
}
.hebergementPiecesPhotosBig i.fa-angle-left:hover {
	left:3px;
}
.hebergementPiecesPhotosBig i.fa-angle-right:hover {
	right:3px;
}


.hebergementPiecesPhotosThumbs {
	white-space:nowrap;
	/*border:1px solid #F00;*/
	overflow:hidden;
	margin:15px 0;
	position:relative;
}












.hebergementPiecesPhotosThumbs img {
	border-radius:5px;
	display:inline-block;
	margin:0 20px;
	border:1px solid transparent;
	cursor:pointer;
}
.hebergementPiecesPhotosThumbs img.selected {
	border:1px solid #FF6633;
}
.hebergementPiecesPhotosThumbs img:first-child {
	margin-left:0;
	transition:all 0.2s linear;
}

#hebergementServices ul {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-left:80px;
	margin-bottom:30px;
}
#hebergementServices li {
	padding:5px 0;
}
#hebergementServices li span {
	display:inline-block;
	width:200px;
}

#hebergementOptions {
	list-style-type:none;
	margin:0;
	padding:0;
}

#hebergementOptions li {
	/*border:1px solid #F00;*/
	display:inline-block;
	text-align: center;
	width:20%;
	box-sizing:border-box;
	vertical-align:top;
	font-size:14px;
	margin-bottom:10px;
}
#hebergementOptions span {
	display:block;
}

#hebergementOptions1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
}

#hebergementOptions1 li {
	 box-sizing: border-box;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
}
#hebergementOptions1 span {
	display:block;
}
#tourismeHandicap {
	background-image:url(../images/th.png);
	position:relative;
	width:75px;
	height:52px;
	margin:0 auto;
}
#tourismeHandicap div {
	position:absolute;
	width:10px;
	height:10px;
}
/* A Me
M V*/
#tourismeHandicap div.A {
	background-image:url(../images/A.png);
	left: 27px;
	top: 14px;
}
#tourismeHandicap div.M {
	background-image:url(../images/M.png);
	left: 27px;
	top: 25px;
}
#tourismeHandicap div.Me {
	background-image:url(../images/Me.png);
	left: 38px;
	top: 14px;
}
#tourismeHandicap div.V {
	background-image:url(../images/V.png);
	left: 38px;
	top: 25px;
}

.wc_search_button {
	display: block!important;
	text-align: right;
	width: auto!important;
	border: 0!important;
	padding-top: 10px;
}
.wc_search_button .button {
	color:#FFF;
	background-color:#ff6633;
	border:0;
	border-radius:5px;
	padding:10px 20px;
	display:inline-block;
	text-align:center;
	line-height:normal;
	margin:0!important;
}			

#gMapSearchWhenMoveContainer {
	background-color: #ffffff;
	border: 1px solid #ff6633;
	font-family: "Raleway";
	font-size: 14px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 10px;
	white-space: nowrap;
	border-radius: 5px;
}
#gMapSearchWhenMoveContainer input {
	vertical-align:middle;
}


.WC_HEBERGEMENTSRESULT {
	list-style-type:none;
	margin:0;
	padding:0;
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.WC_HEBERGEMENTSRESULT_HEBERGEMENT {
	 border: 1px solid #99cc66;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 0 10px;
	vertical-align: top;
	width: 45%;
	box-sizing: border-box;
	margin-right: 30px;
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS {
	height:183px;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS img {
	display:inline-block;
	width:100%;
	transition:all 0.3s ease-out;
	border-radius:5px 5px 0 0
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS img:first-child {
	margin-left:0
}

.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i {
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-radius:20px;
	height:25px;
	width:25px;
	line-height:25px;
	text-align:center;
	color:#ff642f;
	font-size:26px;
	font-weight:lighter;
	transition:all 0.1s linear;
	cursor:pointer;
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i.fa-angle-left {
	top:78px;
	left:5px;
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i.fa-angle-right {
	top:78px;
	right:5px;
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i:hover {
	width:29px;
	height:29px;
	top:76px;
	line-height:29px;
	background-color:rgba(255,255,255,0.8);
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i.fa-angle-left:hover {
	left:3px;
}
.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i.fa-angle-right:hover {
	right:3px;
}
.WC_HEBERGEMENTSRESULT_OPTIONS {
	list-style-type:none;
	margin:10px;
	padding:0;
	height:32px;
}

.WC_HEBERGEMENTSRESULT_OPTIONS li {
	/*border:1px solid #F00;*/
	display:inline-block;
	text-align: center;
	width:12%;
	box-sizing:border-box;
	vertical-align:top;
	font-size:14px;
	margin-bottom:10px;
}
.WC_HEBERGEMENTSRESULT_OPTIONS li img {
	height:24px;
}
	
.WC_HEBERGEMENTSRESULT_HEBERGEMENT a {
	text-decoration:none;
	color:#333;
}
.WC_HEBERGEMENTSRESULT_PRICE {
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	font-weight:bold;
}
.WC_HEBERGEMENTSRESULT_TITLE {
	display: inline-block;
	max-height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
	vertical-align: middle;
	width: 187px;
	font-size: 14px;
}

.WC_HEBERGEMENTSRESULT_DES {
	margin:10px;
	display:block;
	font-size: 14px;
}
.WC_HEBERGEMENTSRESULT_DES {
	line-height:1.1em;
	height:3.3em;
	overflow:hidden;
	margin:10px
}
.WC_HEBERGEMENTSRESULT_DES p {
	margin:0;
}
.WC_HEBERGEMENTSRESULT_BTN {
	margin: 0 10px 0 auto;
	display:block;
	padding:10px 20px;
	border-radius:5px;
	border:0;
	background-color:#99cc66;
	font-family:"Raleway";
	font-size:14px;
	font-weight:lighter;
}

#WC_HEBERGEMENTSRESULT_MAP {
	width:49%;
	display:inline-block;
	vertical-align:top;
	/*position:fixed;*/
	float:right;
}







.WC_CAPTOP {
	list-style-type:none;
	margin:0;
	padding:0;
	
	display:inline-block;
	vertical-align:top;
}
.WC_CAPTOP a {
	text-decoration:none;
	color:#666;
}
.WC_CAPTOP_HEBERGEMENT {
	 border: 1px solid #99cc66;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 0 10px;
	vertical-align: top;
	width:30%;
	box-sizing: border-box;
	margin-right: 30px;
}
.WC_CAPTOP .WC_CAPTOP_HEBERGEMENT:nth-child(3) {
	margin-right:0;
}
.WC_CAPTOP_PRODUCTS_THUMBS {
	height:260px;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
}
.WC_CAPTOP_PRODUCTS_THUMBS img {
	display:inline-block;
	width:100%;
	transition:all 0.3s ease-out;
	border-radius:5px 5px 0 0;
}
.WC_CAPTOP_PRODUCTS_THUMBS img:first-child {
	margin-left:0
}

.WC_CAPTOP_PRODUCTS_THUMBS i {
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-radius:20px;
	height:36px;
	width:36px;
	line-height:36px;
	text-align:center;
	color:#ff642f;
	font-size:32px;
	font-weight:lighter;
	transition:all 0.1s linear;
	cursor:pointer;
}
.WC_CAPTOP_PRODUCTS_THUMBS i.fa-angle-left {
	top:108px;
	left:5px;
}
.WC_CAPTOP_PRODUCTS_THUMBS i.fa-angle-right {
	top:108px;
	right:5px;
}
.WC_CAPTOP_PRODUCTS_THUMBS i:hover {
	width:40px;
	height:40px;
	top:106px;
	line-height:40px;
	background-color:rgba(255,255,255,0.8);
}
.WC_CAPTOP_PRODUCTS_THUMBS i.fa-angle-left:hover {
	left:3px;
}
.WC_CAPTOP_PRODUCTS_THUMBS i.fa-angle-right:hover {
	right:3px;
}
.WC_CAPTOP_OPTIONS {
	list-style-type:none;
	margin:10px;
	padding:0;
	height:32px;
}

.WC_CAPTOP_OPTIONS li {
	/*border:1px solid #F00;*/
	display:inline-block;
	text-align: center;
	width:12%;
	box-sizing:border-box;
	vertical-align:top;
	font-size:14px;
	margin-bottom:10px;
}
.WC_CAPTOP_OPTIONS li img {
	height:24px;
}
	
	
.WC_CAPTOP_PRICE {
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	font-weight:bold;
	font-size:24px;
}
.WC_CAPTOP_TITLE {
	display: inline-block;
	max-height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
	vertical-align: middle;
	width: 238px;
	font-size: 14px;
}

.WC_CAPTOP_DES {
	margin:10px;
	display:block;
	font-size: 14px;
}
.WC_CAPTOP_DES {
	line-height:1.1em;
	height:3.3em;
	overflow:hidden;
	margin:10px
}
.WC_CAPTOP_DES p {
	margin:0;
}
.WC_CAPTOP_BTN {
	margin: 0 10px 0 auto;
	display:block;
	padding:10px 20px;
	border-radius:5px;
	border:0;
	background-color:#99cc66;
	font-family:"Raleway";
	font-size:14px;
	font-weight:lighter;
}

#WC_CAPTOP_MAP {
	width:49%;
	display:inline-block;
	vertical-align:top;
	/*position:fixed;*/
}




#infoWindow {
	width:460px;
	height:167px;
	/*border:1px solid #F00;*/
	position:absolute;
	background-color:#FFF;
	top:213px;
	left:75px;
	box-shadow:0 0 15px rgba(0,0,0,0.5);
}
#infoWindow a {
	text-decoration:none;
}

.infoWindowThumbs {
	height:260px;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
	width:189px;
	float:left;
	margin-right:20px;
}
.infoWindowThumbs img {
	display:inline-block;
	width:189px;
	transition:all 0.3s ease-out;
	/*border-radius:5px 5px 0 0;*/
}
.infoWindowThumbs img:first-child {
	margin-left:0
}

.infoWindowThumbs i {
	position:absolute;
	background-color:rgba(255,255,255,0.6);
	border-radius:20px;
	height:28px;
	width:28px;
	line-height:28px;
	text-align:center;
	color:#ff642f;
	font-size:26px;
	font-weight:lighter;
	transition:all 0.1s linear;
	cursor:pointer;
}
.infoWindowThumbs i.fa-angle-left {
	top:69px;
	left:5px;
}
.infoWindowThumbs i.fa-angle-right {
	top:69px;
	right:5px;
}
.infoWindowThumbs i:hover {
	width:32px;
	height:32px;
	margin-top:-2px;
	line-height:32px;
	background-color:rgba(255,255,255,0.8);
}
.infoWindowThumbs i.fa-angle-left:hover {
	left:3px;
}
.infoWindowThumbs i.fa-angle-right:hover {
	right:3px;
}
.infowindowTitle {
	color:#99cc66;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.infowindowSubTitle {
	color:#333;
	font-size:14px;
}
.infowindowTitle::before {
	content:" ";
	width:50px;
	height:24px;
	display:block;
	border-bottom:1px solid #ff6633;
	position:absolute;
	bottom:-5px;
	left:209px
}
.infowindowOptions {
	list-style-type:none;
	margin:30px 0 0 0;
	padding:0;
	/*height:32px;*/
	width:128px;
	position:absolute;
	/*border:1px solid #F00;*/
	left:209px;
	bottom:0;
}

.infowindowOptions li {
	/*border:1px solid #F00;*/
	display:inline-block;
	text-align: center;
	width:40px;
	box-sizing:border-box;
	vertical-align:top;
	font-size:14px;
	margin-bottom:10px;
}
.infowindowOptions li img {
	height:24px;
}
.infowindowPrice {
	/*border:1px solid #F00;*/
	bottom:50px;
	right:10px;
	white-space: nowrap;
	position:absolute;
	color:#333;
	font-size:13px;
}
.infowinfowButton {
	border:0;
	bottom:10px;
	right:10px;
	white-space: nowrap;
	position:absolute;
	color:#333;
	font-size:14px;
	background-color:#99cc66;
	color:#333;
	padding:5px 20px;
	text-align:center;
	border-radius:5px;
}	






#gmap {
	width:100%;
	height:600px;
}
.map-marker-label{
        position: absolute;
	color: #336666;
	font-size: 14px;
	font-weight: bold;
	font-family:"Raleway";
	/*border:1px solid #F00;*/
	width:49px;
	height:73px;
	text-align:center;
	line-height:47px;
	background-image:url('../images/marker.png');
}
.map-marker-label.hover::before {
	width: 49px;
	height: 49px;
	content: " ";
	background-color: rgba(255,102,51,0.54);
	position: absolute;
	left: 0;
	border-radius: 48px;
}
.map-marker-label.hover {
	z-index:1000;
}









#infoWindowLoisir {
	width:660px;
	height:139px;
	/*border:1px solid #F00;*/
	position:absolute;
	background-color:#FFF;
	top:300px;
	left:50%;
	margin-left:-330px;
	box-shadow:0 0 15px rgba(0,0,0,0.5);
	font-size:14px;
}
#infoWindowLoisir a {
	text-decoration:none;
	color:#ff6633;
	margin-right:15px;
}

.infoWindowLoisirsThumb {
	height:139px;
	position:relative;
	white-space: nowrap;
	overflow:hidden;
	width:196px;
	float:left;
	margin-right:20px;
}
.infoWindowLoisirsThumb img {
	display:inline-block;
	width:196px;
	
	/*border-radius:5px 5px 0 0;*/
}
.infoWindowLoisirsTitle {
	padding-top:20px;
	color:#99cc66;
	font-size:16px;
	
}

.popupModale {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	display:none;
}
#connect .popup {
	border:1px solid #9fc966;
	border-radius:5px;
	padding:20px;
	width:500px; 
	margin:0 auto; 
	margin-top:300px;
	background-color:#FFF;
	position:relative;
}
#createAccount .popup {
	border:1px solid #9fc966;
	border-radius:5px;
	padding:20px;
	width:500px;
	margin:0 auto;
	margin-top:30px;
	background-color:#FFF;
	position:relative;
}

.popupClose {
	position:absolute;
	width:25px;
	height:25px;
	border:2px solid #9fc966;
	border-radius:25px;
	text-align:center;
	line-height:25px;
	display:inline-block;
	top:-12px;
	right:-12px;
	background-color:#FFF;
	cursor:pointer;
}
#connect input {
	border:1px solid #9fc966;
	padding:10px;
	width:100%;
	box-sizing: border-box;
	margin-bottom:30px;
}
#connect form a {
	color:#FF6633;
	
}
.passwordForgotten {
	text-align:right;
}
#connect form button {
	background-color:#FF6633;
	color:#FFF;
	border-radius:5px;
	border:0;
	padding:15px;
	display:block;
	width:100%;
	margin:20px 0;
}
.connectInscription {
	border:1px solid #FF6633;
	display:block;
	float:right;
	background-color:#FFF;
	padding:10px 20px;
}
.connectInscription {
	color:#333;
	text-decoration:none;
}

#createAccount input {
	border:1px solid #9fc966;
	padding:10px;
	width:100%;
	box-sizing: border-box;
	margin-bottom:30px;
}
#createAccount input[type="checkbox"] {
	display:inline-block;
	width:auto;
}
#createAccount form button {
	background-color:#FF6633;
	color:#FFF;
	border-radius:5px;
	border:0;
	padding:15px;
	display:block;
	width:100%;
	margin:20px 0;
}
#createAccount a {
	color:#99cc66;
}
#backtoTop {
	position:absolute;
	background-image:url("../images/backtotop.png");
	background-size:39px 40px;
	width:39px;
	height:40px;
	/*border:1px solid #F00;*/
	right:10px;
	bottom:10px;
	position:fixed;
	cursor:pointer;
}



.WC_ACCOUNTRESAS {
	padding:20px 0;
	border:0!important;
}
.WC_ACCOUNTRESAS li {
	display:inline-block;
	border:1px solid #9fc966;
	border-radius:5px;
	width:22%;
	margin-right:3%;
}
.WC_ACCOUNTRESAS li .WC_ACCOUNTRESAS_THUMB img {
	width:100%;
}
.WC_ACCOUNTRESAS .WC_ACCOUNTRESAS_THUMB {
	padding:0!important;
}
.WC_ACCOUNTRESAS div {
	border:0!important;
	padding:10px!important;
}
/***********************************/

body.editMode .HL_WIDGET {
    outline: 1px dashed rgba(0,0,0,0.2)!important;
}

._page_partOver {
	border:0px solid #F00!important;
	position:absolute!important;
	top:-32px!important;
	left:0!important;
	background-color:#444445!important;
	color:#FFF!important;
	text-align:center!important;
	display:table-cell!important;
	vertical-align:center!important;
	z-index:100!important;
	line-height:32px!important;
	font-size: 20px!important;
	/*box-shadow:0 0 10px rgba(255,255,255,0.7) inset;*/
}
._page_partOver i {
	background-color: #367fa9;
	border: 1px solid #367fa9;
	border-radius: 65px;
	cursor: pointer;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	margin: 3px 5px;
	text-align: center;
	vertical-align: top;
	width: 24px;
}
._page_partOver i:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color:#367fa9
}



@media screen and (max-width: 1230px) {
	.center {
		width:calc(100% - 60px);
		
	}
	.footer .HL_BLOCK {
		width: calc(100% - 60px);
	}
	#WC_CAPTOP .WC_CAPTOP_HEBERGEMENT:nth-child(2n) {
		margin-right:0;
	}
	.WC_CAPTOP_HEBERGEMENT {
		width: calc(50% - 16px);
	}
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT {
		width: calc(50% - 16px);
	}
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT {
		width: calc(33% - 18px);
	}
	
	.WC_CAPTOP_PRODUCTS_THUMBS {
		height:auto;
	}
	.WC_CAPTOP_PRICE {
		margin-right:0;
	}
	.WC_CAPTOP_TITLE {
		margin-left: 10px;
		width:auto;
	}
	#gMapLoisirs {
		height:300px!important;
	}
	#infoWindowLoisir {
		top:40%;
		max-width:calc(100% - 20px);
		left:0;
		margin-left:10px;
	}
	.WC_CAPTOP_OPTIONS li {
		width:15%;
	}
	.prefooter .HL_DIVISION_0  {
		display:none;
	}
	.prefooter .HL_DIVISION  {
		width:33%;
	}
	#connect .popup, #createAccount .popup{
		margin-top:15px;
		max-width:calc(100% - 80px);
	}
	#createAccount input {
		margin-bottom:10px;
	}
	
	#wc_HebergementDetailAux {
		max-width:80%;
	}
	#wc_HebergementDetail {
		max-width:calc(100% - 2px);
		padding:0;
	}
	#wc_HebergementDetail>div {
		width:calc(50% - 11px);
		display:inline-block;
		border-top: 1px solid #ff6633;
		padding-bottom:10px;
		padding-left:10px;
		/*padding-top:10px;*/
	}
	#wc_HebergementDetail>div:first-child, #wc_HebergementDetail>div:nth-child(2) {
		border-top:0;
	}
	#wc_HebergementDetail li {
		line-height:24px;
	}
	#wc_HebergementDetail>div:nth-child(2) {
		border-right:0;
	}
	#wc_HebergementDetailAux.opened {
		max-height: 452px;
	}
	#wc_HebergementDetailAux {
		text-align:left;
		
	}
	#wc_HebergementDetail span {
		padding-top:10px;
		padding-bottom:5px;
		display:inline-block;
	}
	#wc_HebergementDetail input {
		width:auto;
	}
	#wc_hebergements .wc_search_button {
		
		border-top: 1px solid #ff6633!important;
	}
	.wc_search_button {
	
		width:100%;
		text-align:center;
		padding:10px 0;
	}
	.menu>ul>li {
		margin-left:40px;
	}
	
	#WC_HEBERGEMENTSRESULT_MAP {
		width:100%;
		display:inline-block;
		vertical-align:top;
		/*position:fixed;*/
		margin-bottom:20px;
	}
	.WC_HEBERGEMENTSRESULT {
		width: 100%;
	}
	
	.hebergementPiecesPhotosBig i.fa-angle-left, .hebergementPiecesPhotosBig i.fa-angle-right {
		top:50%;
		margin-top:-18px;
	}
	#hebergementResa input {
		max-width:100%;
	}
	.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS {
		height:auto;
	}
	.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i.fa-angle-left {
		top: 50%;
		margin-top: -12px;
	}
		.WC_HEBERGEMENTSRESULT_PRODUCTS_THUMBS i.fa-angle-right {
		top: 50%;
		margin-top: -12px;
	}
}

@media screen and (max-width: 1230px) and (min-width: 850px) {
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT:nth-child(3n) {
		margin-right:0;
	}
}
/*.WC_HEBERGEMENTSRESULT_HEBERGEMENT:nth-child(3n) {
		margin-right: 30px!important;
	}*/

@media screen and (max-width: 850px) {
	#wc_searchEngine>div {
		display:block!important;
		position:initial;
		
	}
        .ui-datepicker-prev {
            left:5px;
        }
        .ui-datepicker-next{
            right:5px;
        }
	#wc_datesDetail {
		left:0;
		/*width:calc(100% - 2px)!important;*/
		padding-left:0;
		padding-right:0;
	}
	#wc_calendar1 {
		margin-right:5px;
	}
	.ui-datepicker-calendar {
		font-size: 10px;
	}
	#wc_HebergementDetail>div {
		width:calc(100% - 11px);
		border-right:0;
		position:initial;
		/*padding-top:10px;*/
	}
	#wc_HebergementDetailAux.opened {
		max-height: 825px;
	}
	#wc_HebergementDetail>div:nth-child(2) {
	        border-top: 1px solid #ff6633;
	}
	#wc_hebergements {
		float:left;
	}
	#wc_searchEngineAux {
		top:0!important;
	}
	#wc_HebergementDetail {
		margin-top:43px;
	}
	#wc_hebergements>span {
		width: 196px!important;
	}
	.HL_WIDGET__WHEELCAPSEARCH>form button {
		border-radius:5px;
	}
	
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT {
		width: calc(50% - 16px);
	}
	
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT:nth-child(2n) {
		margin-right:0;
	}
	
	
	
	.infoWindowLoisirsThumb {
		float:none;
	}
	#infoWindowLoisir {
		width:196px;
		height:auto;
		top:10px;
	}
	.infoWindowLoisirsTitle {
		padding:10px;
	}
	.infoWindowLoisirsDes {
		padding:0 10px 10px 10px;
	}
	#infoWindowLoisir a {
		padding-left:10px;
	}
	#gMapLoisirs {
		height:400px!important;
	}
	.header .HL_WIDGET_IMAGE img {
		min-width:170px;
		margin-left:0;
	}
	.menu>ul>li {
		margin-left:10px;
	}
	.header>.center {
		width:calc(100% - 50px);
		margin-left:10px;
		margin-right:10px;
		padding-left:0;
	}
	.postfooter .HL_DIVISION_0 {
		display:none;
	}
	.postfooter .HL_DIVISION_1 {
		width:100%;
	}
	.postfooter li:first-child {
		padding-left:0;
	} 
	.HL_SLIDESHOW li>div {
		display:none!important;
	}
	
	#hebergementPart1 {
		display:block;
		width:auto;
	}
	#hebergementPart1 h2 {
		/*width:100%;*/
		margin-bottom:0;
	}
	h4 {
		margin-top:10px;
	}
	#hebergementOptions li {
		padding-left:5px;
		padding-right:5px;
	}
	#hebergementResa {
		min-width:300px;
	}
}

@media screen and (max-width: 900px) {
	
}

@media screen and (max-width: 606px) {
	.infoWindowThumbs {
		float:none;
		height:auto;
	}
	#infoWindow {
		width:189px;
		height:auto;
		top:10px;
	}
	.infowindowTitle {
		padding:0 10px 0px 10px;
		
	}
	.infowindowSubTitle {
		padding:0 10px 10px 10px;
	}
	
	.infowindowOptions {
		left:0;
		position:initial;
		margin-top:0;
		width:auto;
	}
	.infowindowPrice {
		position:initial;
		padding-left:10px;
		display:block;
	}
	.infowinfowButton {
		position:initial;
		margin:10px;
	}
	
	.WC_CAPTOP_HEBERGEMENT {
		width: 100%;
	}
	#hebergementResa {
		width:100%;
	}
	#hebergementAccessibilite, #hebergementDifficultes {
		width:auto;
	}
	.hebergementPieceTitre, .hebergementPieceDes {
		padding-left:0;
	}
	.hebergementPiecesPart1 {
		width:auto;
	}
	.hebergementPiecesPhotos {
		padding-left:0;
		width:100%;
	}
	.hebergementPiecesPhotosBig {
		display:none;	
	}
	.hebergementPiecesPhotosThumbs img.selected {
		border:0;
	}
	.hebergementPiecesPhotosThumbs {
		display:inline-block;
	}
	.hebergementPiecesPhotosThumbs {
		white-space:normal;
		border:0;
	}
	.hebergementPiecesPhotos img {
		width:calc(33% - 20px);
		margin:0 10px;
	}
	.hebergementPiecesPhotosThumbs img:nth-child(3n+1) {
		margin-left:0;
	}
	#hebergementServices ul {
		padding-left:20px;
	}
	
	.hebergementPiece {
		margin-bottom:0;
	}
	#hebergementGMap {
	    
	    margin: 0px;
	}
	#hebergementResa {
		margin-top:20px;
	}
}
@media screen and (max-width: 500px) {
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT {
		width: calc(100%);
	}
	.WC_HEBERGEMENTSRESULT_HEBERGEMENT {
		margin-right:0;
	}
	
	#myAccount input {
		width:250px!important;
	}
	#myAccount input[type="checkbox"] {
		width:auto!important;
	}
	#myAccountInfos form {
		width:auto!important;
	}
	#myAccount #labelActus {
		width:250px!important;
	}
	#hebergementMenu {
		display:none;
	}
}
@media screen and (max-width: 425px) {
    .header > .center {
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0px;
    }
    .menu ul {
        margin: 20px 0px 0 0;
    }
.header .HL_WIDGET_IMAGE img {
    min-width: 153px;
    margin-left: 0;
}
.header {
    margin-top:10px;
}
}
