/* Website CSS : custom.css
-------------------------------------------------------------- */


body {
	padding: 0px;
	color: #5a5a5a;
	font-family:Verdana, sans-serif;
	font-size:12px;
	width:100%;
	background-color:#363636;

	
}

.container {
   width: 100% !important;

}
.IC2Site {
	padding:0 10px;
	background-color:#f7f7f7;
}
.clear {
	clear:both;
}

#backgroundLarge{
	position: relative;
	/*background-color:#f2f2f2;*/	
	padding: 0px 0px 10px 0px;

	}

	p.wysiwyg-h1 {
		color: #880088;
		font-size: 14px;
	}

/* captcha
-------------------------------------------------- */

.text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 padding-top:3px; 
	 padding-bottom:3px; 
}

img#captcha-refresh{
	margin: 0 3px 10px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;

}

.captchafield
{
	border: 1px solid #d6d6d6;
	margin-bottom: 3px;
	line-height: 0;
	max-width:740px;
	text-align: center;
	background: #FFF url('/Htdocs/Images/lib/forms/ico_captcha.gif') no-repeat 100% 0;
}



/* Navbar
-------------------------------------------------- */

.nav-collapse.collapse {
    overflow: hidden !important;
	max-height: 60px !important;
	margin:0;
	
}
.navbar .brand {
	padding:0;
	margin:1px auto;
	width:100%;
	text-align:center;
}
.navbar .brand img {
	width:155px;
	padding:10px 0;
}
.navbar a.btn.btn-navButton {
	 background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    height: 25px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 2px;
    top: 5px;
    width: 25px;

}


.navbar-inverse .btn-navbar {
	background-color: transparent;
}
.navbar-inverse .btn-navbar:hover {
	background-color: #792782;
}
.navbar-inverse .navbar-inner {
	background: #852e8c; /* Old browsers */
	background: -moz-linear-gradient(left, #852e8c 17%, #642565 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(17%, #852e8c), color-stop(83%, #642565)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #852e8c 17%, #642565 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #852e8c 17%, #642565 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #852e8c 17%, #642565 83%); /* IE10+ */
	background: linear-gradient(to right, #852e8c 17%, #642565 83%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852e8c', endColorstr='#642565', GradientType=1 ); /* IE6-9 */
 height:100%;
 border-radius: 0;
}

.navbar .brand2 {
	padding:0;
	margin:0 auto;
	width:100%;
	text-align:center;
}

.navbar .brand2 img {
	/*width:4%;
	top: 12px;*/
	margin: 0;
    position: absolute;
    left: 10px;
	top: 10px;
    width: 45px;
    
}

/* Navigation
-------------------------------------------------- */
.navbar-wrapper {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin:0 -10px;
}
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	/* [disabled]box-shadow: 0 2px 10px rgba(0,0,0,.25);
*/
	padding:0;
	position:relative;
}
.navbar .nav > li > a {
	padding: 23px 20px;
}
.navbar .btn-navbar {
	margin-top: 18px;
	display:block;
	box-shadow: none;
}

.navbar .btn-navbar .icon-bar{
	height: 3px;
    margin-top: 4px;
    width: 25px;
}



/* -------------------- Search -------------------*/

#search_option {
  margin: 1px 1% 1px 0;
  display: inline-block;
  position: relative;
  height: 1px;
  float: right;
  padding: 0;
  position: relative;
  visibility:hidden;
}


#search{
  height: 60px;
  font-size: 18px;
  display: inline-block;
  font-family:Verdana, Geneva, sans-serif;
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right:50px;
  width: 0px;
  position: absolute;
  right: 0px;
  top:-80px;
  background: none;
  z-index: 19;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  opacity:1;

}

#search-menu-icon {
	/*background:url(../Images/sprit_clicktodo_white.png);
	background-position: -200px 0px;
	no-repeat;
	display:block;
	width: 25px;
	height: 25px;*/
	float:right;
	position: absolute;
	right: 0px;
	top: 10px !important;
	color:#fff;
}

.search_iconNav{
	/*background-color: rgb(255, 255, 255);*/
	position: absolute; 
	padding: 28px; 
	width: 5px; 
	right: 50px;
	padding-left:15px;
}

#search:focus {
  width: 200px;
  z-index: 19;
  cursor: text;
  height:40px;
  background-color:transparent;
  opacity:1;
  border-bottom: 1px solid #BBB;
  color:white;
  }
  
#search_submit {
  height: 60px;
  width: 60px;
  display: inline-block;
  color:none;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: -75px;
  right: -5px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  transition: opacity .4s ease;
}

#rechercheMobile{
	background-color:#f6f6f6;
	padding: 23px !important;
	border: 1px solid #f1f1f1;
		}

/*  ---------------------tablet Nav----------------------------- */
.tabletNav{ 
	position:absolute;
	margin:0;
    z-index: 11;
	top:22px;
    left: 5%;
	}
	
.tabletNav a{

	font-size:16px;
	float:left;
	color: #ffffff;
    display: inline-block;
    margin: 0 10px;
    padding: 7px 0;
    text-decoration: none;
	z-index: 9;
	
}

.button.navTablet{
  background-color: transparent;
    border: medium none white;
    border-radius: 5px;
    color: #fff !important;
    font-family: Verdana,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0 7px;
    padding: 7px 5% 9px;
    text-align: center;
    width: 100%;
	}

	
.caret{
	border-top: 4px solid #fff;
	margin-left: 10px !important;
}

.dropdown-menu li > a {
	font-size:15px;
	clear:none;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #852e8c;
	background-image:none;
    color: #fff;
	z-index:11;
	width:70%;
}
#iconsNaveTablet {
	margin: 3px 5px 0 -15px;
	}

.spanHomeTablet{
	background:url(../Images/sprit_clicktodo_white.png) 0px 0px;
	no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	margin: -4px -10px 10px -10px;
}

.visible-desktop{
	margin: -15px 0 15px 0;
	}
	
.fr{
	color:#38184D !important;
	font-size:15px;
	}
	
.de{
	color:#38184D !important;
	font-size:15px;
	}	
.en{
	color:#38184D !important;
	font-size:15px;
	}	
	
.langues_selected{
	font-weight:bold;
	}			
/*
.englishFlag{
	background-image: url("../Htdocs/Images/engFlag.svg");
	width:100%;
	}
	
.franceFlag{
	background-image: url("../Htdocs/Images/franceFlag.svg");

	}
	
.germanyFlag{
	background-image: url("../Htdocs/Images/germanFlag.svg");
		width:20px;
		height:20px;
		
	}		
*/	
.apprise-overlay {
	z-index:1700 !important;
	}
	
div.apprise {
		z-index:1700 !important;
	}	
	
.adress_contact{
	line-height:1;
	margin: 0 auto;
	text-align:center;
	font-size: 14px;
    text-align: center;
	}
.adress_contact p {
    text-align: center !important;
}	
	
.contact_form{
	border:1px solid #f5f5f5;
	margin:0 0 1.5em;
	padding:10px 0;
	/*padding:15px 20px 0 0;*/
	background-color:#FFFFFF;
	}	
		
.contact_title{
	margin: 10px 0 10px 0;
	}	
.proposer_title{
	margin: -20px 0 0;
	}
	
.proposerParagraph{
    color: #999999;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    padding: 0;
    text-align: left;
	margin: -10px 0 0;
	}

.condGen_title{
	margin: -20px 0 -10px;
	}

#conditionGen{
	color: #333333;
	color: inherit;
    font-family: inherit;
  
    line-height: 20px;
    margin:0;
    text-rendering: optimizelegibility;
	}

.conditionGen p{
	text-align:justify;
	}
	
.rouge-subitle {
	color: #880088 !important;
	margin:-10px 0 0;
	}	

.sociauxBox {
    margin: -25px 0 30px;
    padding: 5px 0;
    position: relative;
    width: 100%;
	}
	
.box{
	margin:30px 0 0 0;
	position:relative;
	width:100%;
	padding: 5px;
	}	

.box span{
 	/*background: url("../../Htdocs/Images/reseauxSociaux.png");
	
    width: 50px;
 	height: 50px;*/
	margin: 0 5px 0 0;
	float:left;
	display:inline-block;
	}
.box p{	
	position:relative;
  	top: 10px;
  	margin: 0 0 5px;
	}	

.box span img{;
	}
		
/* activity-booker
-------------------------------------------------- */
.activity-booker {
    /*margin:-30px 0 20px;*/
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
	margin:-10px 0 20px;
}
.activity-booker img {
	margin:0 auto;
	padding:0;
	width:155px;
}
/* Titles
-------------------------------------------------- */
.default-subtitle { 
	font-family:Verdana, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	background:url('../../Htdocs/Images/bg_subtitle_1000px50px.png') no-repeat 100% 50% transparent;
	margin:0 0 10px -10px;
	padding:5px 50px 7px 10px;
	line-height:1.2;
	display:inline-block;
	z-index:9;
	position:relative;
}
.pageTitle {
	font-family:Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5a5a5a;
	background:none;
	margin:15px 0 0;
	padding:0;
	line-height:1.2;
	display:block;
}
.pageTitle2 {
	font-family:Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#5a5a5a;
	background:none;
	margin:15px 0;
	padding:0;
	line-height:1.2;
	display:block;
}
.default-subtitle2 {
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	background:url('../../Htdocs/Images/bg_subtitle_1000px50px.png') no-repeat 100% 50% transparent;
	margin:15px 0 5px 0;
	padding:2px 50px 4px 10px;
	line-height:1.2;
	display:inline-block;
	position:relative;
	left:-10px;
}
.default-subtitle3 {
	font-family:Verdana, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:white;
	line-height:1.2;
	display:inline-block;
	position:relative;
	float:left;
	margin: 10px;
}
.default-subtitle4 {
	font-family:Verdana, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:white;
	line-height:1.2;
	display:inline-block;
	position:relative;
	margin: 0 35% 10px;
	text-align:center;
}
.default-subtitle_rev {
	font-family:Verdana, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background:url('../../Htdocs/Images/bg_subtitle_reverse_1000px50px.png') no-repeat 0% 50% transparent;
	margin:0 0 10px -20px;
	padding: 5px 25px 7px 60px;
	line-height:1.2;
	display:inline-block;
	float:right;
}

.dParticipant_title{
	position:absolute;
	float: left;
	width: 50%;
	margin: 0;
	display: inline-block;
	margin: -10px 0 0 ;
	}
.dParticipant_subtitle{
  	position:relative;
    float: right;
   	margin: 5px -10px 20px 0;
    width: 50%;
}
	
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../Images/fancybox_sprite.png") !important;
}	
.fancybox-overlay-fixed {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) !important;
}
.overlay-content {
	padding:1% 2% 1% 1% !important;
}

.select_ans{
	width:41%;
	}		
	
.publicite{
	background-color:#fff;
	padding:5px;
	margin:0 0 0px 0;
	border-bottom: 1px solid #BFBFBF;
	}	
.publicite h5{
	color: #38184d;
	}	
	
.publicite img{
	float:left;
	margin: 0px 10px 0 0;
	width:60px;
	}		

.publicite_logos{
	background-color:#fff;
	padding:5px;
	margin:0 0 0px 0;
	border-bottom: 1px solid #BFBFBF;
	color: #38184d

	}

.publicite_logos img{
	width:60px;
	margin: 0px 10px 0 0;

	
	}
			
	
/* Buttons-------------------------------------------------- */
.button.proximity {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	margin: -40px 0 5px;
	/*margin:-1% 1% 7px 0;*/
	margin: -40px 0 7px;
	padding: 10px 6%;
	display:inline-block;
	font-family:Verdana, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:1.2;
	position:relative;
	background: #852e8c; /* Old browsers */
	background: -moz-linear-gradient(left, #852e8c 17%, #642565 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(17%, #852e8c), color-stop(83%, #642565)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #852e8c 17%, #642565 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #852e8c 17%, #642565 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #852e8c 17%, #642565 83%); /* IE10+ */
	background: linear-gradient(to right, #852e8c 17%, #642565 83%); /* W3C */
 	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852e8c', endColorstr='#642565', GradientType=1 ); /* IE6-9 */
	float:right;	
}

.button.proximity a:hover {
	color:#fff;
}


.button.proximity span {
    display: block;
    left: 10px;
    margin: -5px 0 0 ;
    position: absolute; 
}


.dateBox {
	width:49%;
	float:left;
	margin:0;
	position:relative;
}
.dateBox + .dateBox {
	margin:0 0 0 1%;
}
.dateBox .button.imputs {
	width:100%;
	padding:7px 0px 7px 5px;
	display:inline-block;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#38184D;
	line-height:1.2;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F2F2F2;
	background-repeat:no-repeat;
	border: 1px solid #BFBFBF;
	margin:0;
	cursor:pointer;
	background-color: transparent;
	z-index:1;
}

.dateBox span {
	position:absolute;
	right:5%;
	top:5px;
	display:block;
	/*background:url('../../Htdocs/Images/sprit_clicktodo.png') no-repeat -47px -12px transparent;*/
	cursor:pointer;
	z-index:0;
	color:#880088;
}

.dateBox p {
	position:absolute;
	right:5%;
	top:5px;
	display:block;
	color:#880088;
	/*background:url('../../Htdocs/Images/sprit_clicktodo.png') no-repeat -47px -12px transparent;*/
}


.dateBox2 .button.imputs {
	width:98%;
	padding:7px 0px 7px 2%;
	display:inline-block;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#38184D;
	line-height:1.2;
	position:relative;
	background-repeat:no-repeat;
	margin:0;
	cursor:pointer;
	background-color: transparent;
	z-index:1;
	border:none;

	
}

.dateBox2 {
	width:49%;
	float:left;
	margin:0;
	position:relative;
}
.dateBox2 + .dateBox2 {
	margin:0 0 0 2%;
}

.dateBox2 span {
	position:absolute;
	right:5%;
	top:5px;
	display:block;
	color:#880088;
	/*background:url('../../Htdocs/Images/sprit_clicktodo.png') no-repeat -47px -12px transparent;*/
	cursor:pointer;
	z-index:0;
}


input[type="text"]{
 	font-size:12px;
    text-align: left;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color: #000;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000;
}

.datepicker {
	width:68.5% !important;
	text-align:center !important;
	margin:0 15.5% !important;
	z-index:1000 !important;
}

.datepicker table {
    width: 100% !important;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
    background-color: #e6e6e6;
    color: #990099;

}

.datepicker td.active.day, .datepicker th.active.day {
    background: none repeat scroll 0 0 #990099 !important;
	color:white !important;
}

.datepicker td.day.disabled {
   background-image: none !important;
   opacity: 0.1 !important;
}

.datepicker td.old, .datepicker td.new {
    background-color: #fff !important;
	opacity:0.5;
}
.datepicker.dropdown-menu td {
    background-color: #e6edf6 !important;
    border: 1px solid #d3d3d3 !important;
    color: #555 !important;
    font-weight: normal !important;
}


.button.region {
	margin-left: -20px;
	padding:10px 420px 10px 20px;
	display:block;
	font-family:Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#38184D;
	line-height:1.2;
	position:relative;
	background-color: #EAEAEA;
}
.button.region span {
	padding:0 px;
	display:inline;
	position:absolute;
	left:350px;
	top:-2px;
	width: 40px;
	height: 45px;
	background: url('../../Htdocs/Images/sprit_clicktodo.png') -80px 0px no-repeat;
}
.button.recherche {	
	margin:10px auto 20px auto;
	padding:7px 5% 9px 5%;
	text-align:center;
	display:block;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff !important;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

	float:none;
	width:15%;
}
.button.afficherHeures { 	
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop

(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* 

Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', 

endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 
	margin: 15px 0 0 30%;*/
	margin: 15px 0 0px;
	width:100%;
	text-align:center;
}

.button.demanderDisponibilite {
	display: inline-block;
	color: #fff !important;
	padding: 10px 20px;
	text-decoration: none;
	box-sizing: border-box;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1;
	border-radius: 5px;
	background: rgb(255,168,76);
	background: linear-gradient(to bottom, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
	margin: 15px 0 0px;
	width: 100%;
	text-align: center;
}

#availabilityRequestMobilePopup {
	width: 86%;
	max-width: 500px;
	padding: 12px 16px !important;
	box-sizing: border-box;
}

#availabilityRequestMobilePopup .availability-request-mobile-title {
	margin: 0 0 10px;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #38184D;
}

#availabilityRequestMobilePopup label {
	display: block;
	margin: 7px 0 3px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #5a5a5a;
}

#availabilityRequestMobilePopup input.form-control,
#availabilityRequestMobilePopup textarea.form-control,
#availabilityRequestMobilePopup select.form-control {
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	margin: 0;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	padding: 4px 8px;
}

#availabilityRequestMobilePopup textarea.form-control {
	height: 58px;
	resize: vertical;
}

#availabilityRequestMobilePopup #availabilityRequestTurnstileMobile {
	margin-top: 10px;
}

#availabilityRequestMobilePopup #btnSubmitAvailabilityRequestMobile {
	margin-top: 10px;
	padding: 9px 14px;
}

#availabilityRequestErrorMobile {
	margin: 8px 0 0;
}

/* Ensure the datepicker appears above the modal overlay */
.datepicker.dropdown-menu {
	z-index: 999999 !important;
}

.button.fermerCarte { 	
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop

(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* 

Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', 

endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 
	margin: 15px 0 0 30%;*/
	margin: 15px 0 0px;
	width:100%;
	text-align:center;
}

.button.ouvrirCarte { 	
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop

(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* 

Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', 

endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 
	margin: 15px 0 0 30%;*/
	margin: 15px 0 0px;
	width:100%;
	text-align:center;
}




.button.insererVotre{ 	
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	margin: 5px 0;
	width:40%;
	text-align:center;
}


#button_ajouterParti {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	width:40%;
	text-align:center;
	margin:10px 0 0 30%;
}

.navBox
{
	clear: both;
}

.navBox_button{
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );  IE6-9 */
    border-radius: 5px;
    color: #fff !important;
    display: block;
	right:0;
    font-family: Verdana,sans-serif;
	z-index:10000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 8px 7px;
    text-align: center;
  	border:none;
	margin: 5px 5px 0px 0;
	display:none;
	float:right;
	position:absolute
	}
	
.navBox_button2{
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );  IE6-9 */
    border-radius: 5px;
    color: #fff !important;
    display: block;
	right:0px;
    font-family: Verdana,sans-serif;
	z-index:10000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 10px 7px;
    text-align: center;
  	border:none;
	margin: 5px 3px 0px;
	display:none;
	float:left;
	}
	
.navBox_button3{
	background: #852e8c; /* Old browsers */
	background: -moz-linear-gradient(left, #852e8c 17%, #642565 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(17%, #852e8c), color-stop(83%, #642565)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #852e8c 17%, #642565 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #852e8c 17%, #642565 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #852e8c 17%, #642565 83%); /* IE10+ */
	background: linear-gradient(to right, #852e8c 17%, #642565 83%); /* W3C */
 	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852e8c', endColorstr='#642565', GradientType=1 ); /* IE6-9 */
    border-radius: 5px;
    color: #fff !important;
    display: block;
	right:0px;
    font-family: Verdana,sans-serif;
	z-index:10000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 8px 4px;
    text-align: center;
  	border:none;
	margin: 5px 0px 0px 5px;
	display:none;
	float:left;
	}
		
	
.navBox_backgrnd{
	display:none;
 	background-color: #f2f2f2;
    margin: -40px 0 0 5px;
    padding: 5px 0;
    position: relative;
    width: 99%;
	
	}	

.toclone a{
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	width:40%;
	text-align:center;
	margin:10px 0 0 30%;
	}
	
.toclone i{
  	display: inline-block;
    float: right;
    margin: -25px 0px 0;
    position: relative;
	}	
	
.button.votreCode {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	margin:0 0 0 30%;
	width:40%;
	text-align:center;
}

.button.terminerCommande {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	width:40%;
	text-align:center;
	margin:0 0 0 30%;
}

/*FAQS*/
.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
	color: #f47621;
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
 
/* Button accordion
-------------------------------------------------- */

.ac-container {
	width: 100%;
	margin:auto;
	text-align: left;
	z-index:9;
}
.ac-container label {
	font-family:Verdana, sans-serif;
	padding: 5px 10px 7px 10px;
	position: relative;
	z-index: 9;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #38184D;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 26px;
	font-size: 14px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	color: #38184D;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label::after, .ac-container input:checked + label:after {
	
	position: absolute;
	font-size:20px;
	right: 13px;
	top: 9px;
	content: "\f0da";
    font-family: FontAwesome;
	z-index:9;
}
.ac-container input:checked + label:after {
	content: "\f0d7";
    font-family: FontAwesome;
	color:orange;
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container input:checked ~ article {
 -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-small {
 height: 50px;
 overflow:hidden;
 text-align:center;
}

.ac-container input:checked ~ article.ac-small a {
	color: #f47621;
	text-decoration:none;
	position: relative;
	text-decoration: none;
	top: 25%;
}

.ac-container input:checked ~ article.ac-medium {
	height: 180px;
	overflow:scroll;
}

.ac-container input:checked ~ article.ac-large {
	height: auto;
}

.ac-container input:checked ~ article.ac-large a {
	color: #f47621;
	text-decoration:none;
	position: relative;
	text-decoration: none;
}

.ac-container input:checked ~ article.ac-small > select {
 margin:0;
}

.ac-container input:checked ~ article.ac-small > select + select {
 margin:5px 0 0 0;
}

.localisationCountry, .localisationCity, .localisationRange {
	display:none;
}

/* div orange 
-------------------------------------------------- */
#rectangle {
	margin:0 0 10px -10px;
	width:100%;
	height:10px;
	background:#F47621;
	padding:0 10px;
}

#rectangle_2 {
	width:100%;
	height:10px;
	background:#F47621;
	margin-bottom: 10px;
}

/* thumbnail jetsky
-------------------------------------------------- */
.thumbnail a img {
    border: 0 none;
    float: left;
    height: auto;
    margin: 0 10px 0px 0;
    max-width: 50%;
    vertical-align: middle;
}

.thumbnail_P{
	
	text-align:left;
	text-justify:auto; 
	margin:0 10px 5px 0; 
	padding: 0 15px 0 0; 
	line-height: 1.3;
	
	}
	
#arrow-jetsky {
	float:right !important;
	margin: 0% 1% 10px 0px !important;
	padding: 0;
	right: 0;
	display:inline-block;
	color: #f47621;
}

.ico-jetsky {
	float:left;
	margin: 0;
	padding: 0;
	right: 0;
	top: 50%;
	max-width: 5%;
	padding: 0 6px 0 0;
}

.thumbnail {
	margin:0 0 10px 0;
	background-color:white;
}

/* plus resultats , retour resultats
-------------------------------------------------- */
.plus_resultats {
	margin:0;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	border:1px solid #E8E8E8;
}

.plus_resultats a {
	color: #38184D;
}

.plus_resultats i {
	float:right;
	margin: 0px 10px 0 0;
}

.retour_resultats {
	margin: -15px 0 5px;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	border:1px solid #E8E8E8;
	text-align:center;
}

.retour_resultats a {
	color: #38184D;
	vertical-align:super;
}

.retour_resultats i {
	margin: -3px 12px 0 0;
}

.retour_resultats2 {
	margin:5px 0 5px 0;
	padding: 10px 0 10px 20px;
	background-color: #fff;
	border:1px solid #E8E8E8;
	text-align:center;
}

.retour_resultats2 a {
	color: #38184D;
	vertical-align:super;
}

.retour_resultats2 i {
	margin: -3px 12px 0 0;
}

.plusResultats_show{
	display:none;
	}
	
.resultats_recherche{
	display:none;
	}	
/* Detail_page_reservation
-------------------------------------------------- */

.reservation-prix {
	margin: 0 6% 0 0;
	font-size:15px;
	float:right;
	width:28%;
	color:white;
}
.backgrd-reservation {
	background: rgb(44,83,158); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,83,158,1)), color-stop(100%,rgba(44,83,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
	z-index: -1;
	color:white;
	margin: -20px -10px 25px;
	padding: 30px 0 20px 0px;
}
.insererCode{
	margin:-20px 0px 15px 0px;
	text-align:center;
	
}
/* Panier Page
 --------- */
 
.dataValue{
	float:left;
	position: relative;
	margin: 0px;
	font-size: 15px;
	top:40px;
	right: 110px;
	}
 
.panier_title {
	font-size:16px;
	color: #white;
	position:relative;
	display:inline-block;
	margin: 0 0 0 10px;
	width:96%;
}

.panier_select {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 0 10px;
    width: 15%;
}

.panier_select select {
	float:left;
	width:100%;
	position: relative;
}

.panier_prixUnitaire {
	float:left;
	width:25%;
	position: relative;
	margin: 5px 0px 0px 2%;
	font-size: 15px;
}

.panier_taxes {
	float:left;
	width:40%;
	position: relative;
	margin: 4px 0 0 -30px;
	font-size: 15px;
}

.panier_prixUnitaire2 {
	float:left;
	width:35%;
	position: relative;
	margin: 5px 0px 0px 2%;
	font-size: 15px;
}

.panier_taxes2 {
	float:left;
	width:40%;
	position: relative;
	margin: 4px 0 0 -30px;
	font-size: 15px;
}

.panier_select2 {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 0 10px;
    width: 7%;
}

.panier_prixFinal {
	float:left;
	width:94%;
	position: relative;
	margin: 0 0 0 10px;
	font-size: 16px;
}

.totalPri{
	padding: 3px 5px;
	background-color:#fff;
	color: #090;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}

/*new shop card*/
.panierForm1 {
	float:left;
	width: 50%;
	/*padding: 5px;*/
	/*margin-right: 30px;*/
}

.panierForm2 {
	float:left;
	width: 50%;
	/*padding: 5px;*/
	/*border-left:1px solid white;*/
}

.panierForm3 
{
	padding: 0px 5px;
}
	
.panierForm1 .panierFormInner 
{
	padding: 10px;
	border-right: 1px solid white;
	overflow: auto;
}

.panierForm2 .panierFormInner 
{
	padding: 10px;
} 

#panierForm {
    text-align:left;
    padding: 5px;
	position:relative;
	display:block;
	margin:0;

}

.panier_select_new p{
	font-size:14px;
	margin-left: 5px;
	}
	
#CartDiscountTotal, #CartTaxesTotal 
{
	float: right;
	margin: 0 5px 0 0;
}

.panierForm2 p .manageParticipantsIcon {
	float: right;
	margin: 0 0 0 5px;
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:7px;
	right:3px;
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
#panierForm input#qtyplus {
	
	margin: 0 0 10px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	

}
#qtyminus { 

	margin: 0 0 10px;
	color:#FFF;
	border-radius:5px;



	}
	
.panier_prixUnitaire_new{
	float:left;
	}	

.panier_prixActivite_new{
	margin-top:5px;
	}
.panier_taxes_new{
	margin-top:25px;
	}	
/*end shop card new*/

#tabbox {
	height:40px
}

#panel {
	background-color:#FFF;
	height:100%;
}

.tab {
	background: #dedede;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	font-size:15px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 4px 4px 0px 0px;
	color:#fff;
}

.input-xlarge {
    width: 100%;
}	

/* Panier login --------- */
#panier_signup {
	width: 50%;
}

#panier_login {
	width: 50%;
}

a:hover {
	text-decoration:none;
	color: #38184D;
}
.select {
	background-color:#FFF;
	color: #38184D;
}
.passOblie {
	margin: -5px 0 5px;
}
.passOblie a {
	color:#F90;
}
#loginbox2 {
	height:100%;
	padding:10px;
}
#loginbox2 a {
	color: #f47621;
	margin-bottom: 5px;
}
#signupbox {
	height:100%;
	padding:10px;
	display:none;
}
.seConnecter {
	margin: -15px 0 0;
}

/* Detail Participation form --------- */
.backgrd-participation{
	background-color:#e8e8e8;
	margin: -20px -10px 5px;
   /* padding: 5px 20px 0 0;*/
   padding: 5px 0 0;
	color: black;
	}


#dParticipationForm{
	margin: 0 12px;
	}
#dParticipationForm input{
	 padding: 5px 10px;
	 height:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	}	
	
#dParticipationForm textarea{
	 padding: 5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	}	
.required{
	color:#FF0000;
	display:inline-block;
	}	
	
.selectHomme{
	width:100%;
	}	
	
.dParticipationAge{
	position:relative;
	float:left;
	width:52%;
	}

.dParticipationAge input{
	width:100%;
	margin-right:10px;
	}		
	
.dParticipationTaille{
	display:inline-block;
	float:right;
	width:47%;
	}
	
.dParticipationTaille input{
	width:100%;
	margin-right:10px;
	}	
	
.dParticipant_condGenerals{
	margin:10px 0px;
	}	

.enregistrerBox1{
	position:relative;
	float:left;
	width:30%;
	}

.enregistrerBox1 input{
	/*width:100%;
	margin-right:10px;*/
	}	
	
.enregistrerBox1 > .inner {
    padding: 0 5px 0 0;
}		
	
.enregistrerBox2{
	display:inline-block;
	float:right;
	width:70%;
	margin-bottom:5px;
	}
	
.enregistrerBox2 input{
	/*width:100%;
	margin-right:10px;*/
	}	

.enregistrerBox2 > .inner {
    padding: 0;
}	

.dateNaissance{
	position:relative;
	float:left;
	width:30%;
	}
	
.dateNaissance select{
	width:100%;
	}	
	
.dateNaissance > .inner {
    padding: 0 5px 0 0;
}
	

.dateMois{
	position:relative;
	float:left;
	width:35%;
	
	}

.dateMois select{
	width:100%	
}
	
.dateMois > .inner {
    padding: 0 5px 0 0;
}	

.dateAnee{
	position:relative;
	float:left;
	width:35%;
	}
	
.dateAnee select{
	width:100%	
}	
	
.dateAnee > .inner {
    padding: 0;
}
	
/* Activity menu
-------------------------------------------------- */
.activity-menu {
	margin:0 0 20px 0;
	padding:10px 0 0;
}
.activity-menu .inner {
	margin:0;
	padding:0;
	/*border-bottom:1px solid #BFBFBF;*/
}
.activity-menu .inner .item span {
	margin:0 0 0 -8px;
	padding:0;
	position:absolute;
	left:50%;
	z-index:2;
	display:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}

/*
.activity-menu .inner .item.selected span {
	display:block;
}
.activity-menu .inner .item.aerien span {
	border-color: #bfbfbf transparent transparent transparent;
}
.activity-menu .inner .item.terrestre span {
	border-color: #bfbfbf transparent transparent transparent;
}
.activity-menu .inner .item.aquatique span {
	border-color: #bfbfbf transparent transparent transparent;
}
.activity-menu .inner .item.nautique span {
	border-color: #bfbfbf transparent transparent transparent;
}
*/
.activity-menu .item {
	margin:0 0 0 0%;
	padding:0;
	width:25%;
	display:block;
	float:left;
	border:none;
	position:relative;
}

.activity-menu .item.activitActive a,
.activity-menu .item.selected.activitActive a {
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	color: white;
}
/*
.activity-menu .item a {
 	font-size: 15px;
    padding: 13px 0 10px;
	display:block;
	text-align:center;
	background:#dedede;
	border:1px solid #aaa;
	border-bottom:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0;
}
*/
.activity-menu .item a:hover, .activity-menu .item a:focus {
	text-decoration:none;
}

.selected_activity{
	background-color: black;
	}
.activity-menu .item a {
	background: rgb(224,224,224); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTg5ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 1%, rgba(137,137,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(224,224,224,1)), color-stop(100%,rgba(137,137,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 1%,rgba(137,137,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 1%,rgba(137,137,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 1%,rgba(137,137,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 1%,rgba(137,137,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#898989',GradientType=0 ); /* IE6-8 */
	border:1px solid #ccc;
	border-bottom:none;
	color: #231f20;
	/*color: #38184D;*/
	font-size: 17px;
    padding: 12px 0 12px;
	display:block;
	text-align:center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0 5px 0 0;
}

.activity-menu .item.selected a {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c2c2c2', GradientType=0 );
	border:1px solid #ccc;
	border-bottom:none;
	color: #38184D;
}

/* ================================
    HERE WAS THE CSS FOR OTHER TABS
   ================================
*/



.activity-menu .navBox {
	padding:10px;
	border:1px solid #BFBFBF ;
	background:#f2f2f2;
	height:160px;
	overflow:scroll;
	display:none;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-y:scroll;
	overflow-x: hidden;

}
 
.activity-menu .navBox h4 {
	padding:0 0 3px 0;
	border-bottom:1px solid #000;
	width:100%;
	font-size:15px;
	line-height:1;
	color:#000;
	margin:0 0 3px 0;
	font-weight:bold;
}
.activity-menu .navBox ul {
	list-style:none;
	padding:0;
	margin:10px 0 0px 0;
	float: left;
    width: 100%;
	
}

.activity-menu .navBox ul:last-child {
	margin:10px 0 40px 0;
	
}
.activity-menu .navBox ul li {
	padding:0;
	margin:3px 0px;
	float: left;
    width: 50%;
}
.activity-menu .navBox ul li a {
	font-size:15px ;
	padding:2px 5px 4px 5px;
	margin:0;
	display:block;
	background:none;
	color:#000;
	font-size:10pxline-height:1;;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.activity-menu .navBox ul li a.selected {
	background:#000;
	color:#fff;
	font-weight:bold;
	width:97%;
}
.activity-menu .navBox ul li a:hover, .activity-menu .navBox ul li a:focus {
	text-decoration:none;
}
/* --------- */

.activity-menu .navBox .aerienNav ul li a.selected {
	background-color:#ccc;
}
.activity-menu .navBox .terrestreNav ul li a.selected {
	background-color:#ccc;
}
.activity-menu .navBox .aquatiqueNav ul li a.selected {
	background-color:#ccc;
}
.activity-menu .navBox .nautiqueNav ul li a.selected {
	background-color:#ccc;
	color:#FFFFFF;
}
.item .nautique{
	margin-right:0px !important;
	}

/* --------- */

.activity-menu .navBox ul li a span {
	display:none;
}
.activity-menu .navBox ul li a.selected span {
	float:right;
	position:relative;
	display:block;
}




/* Recherche
-------------------------------------------------- */
.navbar-search {
	margin-top: 18px;
}
/* Slider
-------------------------------------------------- */

@media (min-width: 979px) {	 
	 
.navbar li.dropdown:hover ul.dropdown-menu {
	display: block;
	margin:0;
	border-radius: 0 0 6px 6px;
}

}

 @media (max-width: 979px) {
.container {
    width: 100%;
}	
		 
.nav-collapse .dropdown-menu {
	display:block;
}


.navbar .nav > li > .dropdown-menu:after {
	display:none;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
	color:#ffffff;
}	 

.activity-booker img {
	margin:0;
	padding:0;
	width:155px;
}	 
	 	 
.navbar .brand img {
	width:155px;
}	 

.navbar .brand2 img {
	
}
.navbar-wrapper {
	margin:0 -10px;
	position:static;
}


}
/* -----------------carousel--------------*/ 
/* 
.m-carousel-photos .m-item > img {
	box-shadow: none !important;
	border: 1px solid #e8e8e8 !important;
	overflow: hidden !important; 
}
.m-carousel-hud a {
	background-color: #F47621 !important;
	opacity: 0.70 !important;
	height:40px !important;
	width:40px !important;
	margin: -25px 0 0 10px !important;
	
}
.m-carousel-hud a:after {
	margin: 0 -0px 0 -5px !important;
	font-size:20px !important;
	
}
.m-carousel-hud .m-carousel-next:after {
	right: -5px !important;
}
.m-carousel-hud .m-carousel-next {
	right: 20px !important;
}
*/
.owl-theme .owl-controls {
	text-align: center;
	
}
.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next{ 
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop

(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* 

Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 5px;
	opacity: 1;
	padding: 3px 10px;
}

#owl-demo .owl-item div{
  padding: 0 auto;
}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.caption-inner {
	position: absolute !important;
	width: 100%!important;
	height: 40px !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #FFF !important;
	background: #000 !important;
	text-align:center !important;
	font-weight:bold !important;
	opacity:0.7 !important;
	z-index:15;
}
.caption-inner p {
	margin-top: 1%;
!important;
}
#profile-description {
	width: 100% !important;
	margin: 0px !important;
	position:relative !important;
}
#profile-description .show-more-height {
	height: 62px;
	overflow:hidden;
	margin-right: 25px;
	margin: 0 0 20px;
}
#profile-description #show-more {
	position:absolute;
	display:inline-block;
	right: 0px;
	top: 0;
}

#showMore{
	position:relative;
	margin: -5px 0 15px;
	color: #fff;
	padding:2px 0px;
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/* Listing
-------------------------------------------------- */

.listing .item {
	position:relative;
	padding:0 20px 10px 0;
	margin:0;
}
.listing .item + .item {
	padding:7px 20px 10px 0;
	margin:0;
	border-top:1px solid #e8e8e8;
}
.listing .item h3 {
	position:absolute;
	z-index:2;
}
.listing .item .ImageBox {
	position:relative;
	float:left;
	width:24%;
	margin:0 2% 0 0;
}
.listing .item .ImageBox img {
	width:100%;
	margin:20px 0 0 0;
}
.listing .item .ImageBox img.icon {
	width:14px;
	margin:0;
	position:absolute;
	bottom:2px;
	left:2px;
}
.listing .item img.arrow {
	width:3%;
	margin:3px 0 0 0;
	padding:0;
	position:absolute;
	right:0;
	top:50%;
}
.listing .item .textBox {
	float:left;
	width:74%;
}
.listing .item .textBox h4 {
	margin:17px 0 5px 0;
	padding:0;
	font-size:10px;
	line-height:1.2;
	font-weight:bold;
}
.listing .item .textBox p {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:1.3;
}
.listing .item .textBox p span {
	display:inline-block;
	margin:5px 0 0 0;
	padding:0;
	font-weight:bold;
	color:#F47621;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

/* footer
-------------------------------------------------- */
footer {
	margin:auto;
	padding:0px;
	background-color: #fff;
	width: 100%;
}
footer .inner {
	padding:10px 0px;
	border:1px solid #f5f5f5;
	margin:0 0 10px;
}
footer a {
	color:#231F20;
}
footer a:hover {
	color:#231F20;
}




/* GiGGs */
/*-----------------------------------*/

.dateBox {
	width:50%;
}
.dateBox > .inner {
	padding:0 5px 0 0;
}
.dateBox .button.imputs {
	width:99%;
	padding-left:5px;
	border:none;
	-webkit-appearance:caret;
	-moz-appearance:caret;
}
.dateBox + .dateBox {
	margin:0;
}
.dateBox + .dateBox > .inner {
	padding:0;
}
.dateBox .inputBox {
	border:1px solid #bfbfbf;
	border-radius:5px;
	position:relative;
}
.dateBox span {
	right:5px;
}
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
	position: relative;
	right: 25px;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 979px) and (max-width: 1400px) {
.container {
    width: 100%;
}

#backgroundLarge{	
	padding: 0  !important;
	background-color:transparent !important;
	
}

.navBox_backgrnd{    width: 99%;}

.tabletNav{    
	left: 60px;
}

.activity-booker {
	/*margin:-20px 0 20px;*/
	text-align:center;
	margin:-15px 0 20px;
}

.visible-desktop{
	margin: -15px 0 0px 0%;
}
	
#search_option {
	margin: 1px 5% 1px 0 !important;
}

#search{ 
  	margin: 0 -15px 0 0;
  }
  
#search_submit {	
	right: -30px;
}

#search-menu-icon{
	top:10px !important;
	}

#arrow-jetsky {
	float:right !important;
	margin: -11% 1% 10px 0px !important;
	padding: 0;

}
.datepicker {
	width:97.5% !important;
	margin:0 10px !important;
}

.dateBox {
	width:49%;
}
.dateBox + .dateBox {
	margin:0 0 0 1.3%;
}
.dateBox .button.imputs {
	width:100%;
	}
.retour_resultats {
	/*margin: 5px 0 5px;*/
	margin: -15px 0 5px;
}




/* GiGGs */
/*-----------------------------------*/

.dateBox {
	width:50%;
}
.dateBox > .inner {
	padding:0 5px 0 0;
}
.dateBox .button.imputs {
	width:99%;
	padding-left:5px;
	border:none;
	-webkit-appearance:caret;
	-moz-appearance:caret;
}
.dateBox + .dateBox {
	margin:0;
}
.dateBox + .dateBox > .inner {
	padding:0;
}
.dateBox .inputBox {
	border:1px solid #bfbfbf;
	border-radius:5px;
	position:relative;
}
.dateBox span {
	right:5px;
}
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}



}


@media (max-width: 979px) {
.container {
    width: 100%;
}	
#backgroundLarge{	
	padding: 0  !important;
	background-color:transparent !important;
	}	
	
.tabletNav{
	visibility:hidden;
}
.activity-booker {
	margin:-10px 0 25px;
	text-align:center;
}
.navBox_backgrnd{    width: 98.5%;}

#search_option {
	margin: 1px 5% 1px 0 !important;
}

#search:focus {
  	width: 130px;
}

.contact_title {
    margin: 0;
}

.proposer_title {
    margin: -20px 0 5px;
}

.condGen_title{
	margin: -20px 0 -10px;
}


.navbar .brand img {
	width:155px;
}	


.navbar .brand2 img {
	top: 5px;
}	
	
	
.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}
.navbar-inner {
	border-radius: 0;
	margin:0;

}

.retour_resultats{
	margin: -15px 0 5px;
}

.panier_taxes {
    font-size: 15px;
    margin: 5px 30px 0;
    width: 28%;
}
	
.featurette {
	height: auto;
	padding: 0;
}

.featurette-image.pull-left, .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 40%;
	margin: 0 auto 20px;
}

#arrow-jetsky {
	float:right !important;
	margin: -15% 1% 10px 0px !important;
	padding: 0;

}

.datepicker {
	width:96% !important;
	margin:0 10px !important;
}
.select_ans{
	width:40.5%;
	}	

.dateBox {
	width:49%;
}
.dateBox + .dateBox {
	margin:0 0 0 1.3%;
}
.dateBox .button.imputs {
	width:99.5%;
	}
.navbar a.btn.btn-navButton {
	visibility:visible;
}

#search-menu-icon {

	top:10px !important;

}

.activity-menu .item a {
	padding:10px 0;
}


/* GiGGs */
/*-----------------------------------*/

.dateBox {
	width:50%;
}
.dateBox > .inner {
	padding:0 5px 0 0;
}
.dateBox .button.imputs {
	width:99%;
	padding-left:5px;
	border:none;
	-webkit-appearance:caret;
	-moz-appearance:caret;
}
.dateBox + .dateBox {
	margin:0;
}
.dateBox + .dateBox > .inner {
	padding:0;
}
.dateBox .inputBox {
	border:1px solid #bfbfbf;
	border-radius:5px;
	position:relative;
}
.dateBox span {
	right:5px;
}
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}

}
 @media (max-width: 767px) {
.container {
    width: 100%;
} 

#backgroundLarge{	
	padding: 0  !important;
	background-color:transparent !important;
	
	}
.tabletNav{
	visibility:hidden;
}

#search_option {
	visibility:hidden;
}	 
	 
.activity-booker {
	margin:-10px 0 15px;
	text-align:center;
}
.activity-booker img {
	margin:0;
	padding:0;
	/*width:30%;*/
	width:155px;
}	

.activity-menu {
	margin:0 0 20px 0;
	padding:0px 0 0;
}

.activity-menu .navBox ul li {
	width:100%;
}
.button.proximity {
	padding:5px 10px 7px 40px;
	font-size:14px;
	/*margin:0 1% 7px;*/
} 

#button_ajouterParti {
	margin:10px 0 0 10%;
	width:80%;

}

.button.proximity {
 	font-size: 14px;
    margin-bottom: 15px;
    padding: 8px 10px 8px 40px;
} 

.pageTitle {
	margin:15px 0;
}

.contact_title {
    margin: 0px;
}
.proposer_title {
    margin: -25px 0 5px;
}

.panier_select {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
    width: 20%;
}

.panier_prixUnitaire {
    float: left;
    font-size: 14px;
    margin: 10px 0 0 2%;
    position: relative;
    width: 40%;
}
.panier_taxes {
    font-size: 14px;
    margin: 10px 0 0 2%;
    width:31%;
}

.panier_prixUnitaire2 {
   float: left;
    font-size: 14px;
    margin: 0;
    position: relative;
    width: 40%;
}

.panier_taxes2 {
    font-size: 14px;
	margin: 0 0 0 1%;
    width: 40%;
}

.panier_select2 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
    width: 15%;
}

.navBox_backgrnd{    
	width: 98%;
	margin: -40px 0 0 6px;
}

.toclone a{
	margin:10px 0 0 10%;
	width:80%;
}

.button.votreCode {
	margin:0 0 0 10%;
	width:80%;
}

.button.terminerCommande {
	margin:0 0 0 10%;
	width:80%;
}

.button.insererVotre {
	width:80%;
}

.button.recherche {	
width:30%;
}

.button.afficherHeures { 
	 
	}
	
.default-subtitle {
	font-family:Verdana, sans-serif;
	font-size:14px;
}


.default-subtitle2 {
	font-family:Verdana, sans-serif;
	font-size:12px;	
	margin:0px 0 5px 0;
}

.default-subtitle_rev {
	font-family:Verdana, sans-serif;
	font-size:14px;
}

.retour_resultats{
	margin: -15px 0 5px;
}

.activity-menu .item a {
	font-size: 15px;
    padding: 8px 0;
}


.navbar a.btn.btn-navButton { 
	top:5px;
}

.navbar .brand img {
	/*width:25%;*/
	width: 155px;
}	


.navbar .brand2 img {
	/*width:7%;
	top:5px;*/
	top: 5px;
    width: 45px;
}	
	
		 
.navbar-inner {
	margin: 0;
}
.marketing .span4 + .span4 {
	margin-top: 40px;
}
.featurette-heading {
	font-size: 30px;
}
.featurette .lead {
	font-size: 18px;
	line-height: 1.5;
}
.caption-inner p {
	margin-top: 1.5%;
!important;
}


.thumbnail a img {
    max-width: 30%;	

}

#arrow-jetsky {
	float:right !important;
	margin: -5% 1% 10px 0px !important;
	padding: 0;

}
.datepicker {
	width:95.5% !important;
	margin:0 10px !important;
}
.select_ans{
	width:40.2%;
	}	

.dateBox {
	width:49%;
}
.dateBox + .dateBox {
	margin:0 0 0 1.5%;
}
.dateBox .button.imputs {
	width:98.5%;
	}

.contact_form{
	/*padding:15px 0px 0 0;*/
	
	}
.backgrd-participation{
	/*padding:15px 0px 0 0;*/
	}
	



/* GiGGs */
/*-----------------------------------*/

.dateBox {
	width:50%;
}
.dateBox > .inner {
	padding:0 5px 0 0;
}
.dateBox .button.imputs {
	width:98%;
	padding-left:5px;
	border:none;
	-webkit-appearance:caret;
	-moz-appearance:caret;
}
.dateBox + .dateBox {
	margin:0;
}
.dateBox + .dateBox > .inner {
	padding:0;
}
.dateBox .inputBox {
	border:1px solid #bfbfbf;
	border-radius:5px;
	position:relative;
}
.dateBox span {
	right:5px;
}
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}



 }

 @media (max-width: 480px) {
.container {
    width: 100%;
}

input[type="text"].qty 
{
	width: 25px;
	padding: 3px;
	font-size: 10px;
	text-align: center;
}

#backgroundLarge{	
	padding: 0  !important;
	background-color:transparent !important;
}	 
	 
.tabletNav{
	visibility:hidden;
}

.pageTitle {
	margin:15px 0;
}

#search_option {
	visibility:hidden;
}
.navbar a.btn.btn-navButton { top:1px;}	 


.activity-menu {
	margin:0 0 20px 0;
	padding:0px 0 0;
}
		 
.activity-menu .item a {
	font-size:12px;
	padding:5px 0 5px 0;
}
	 
.navbar .brand img {
	width:115px;
}	


.navbar .brand2 img {
	width:38px;
	top:5px;
}	
	
	 
.activity-booker {
	margin: -15px 0 0px;
	text-align:center;
}
.activity-booker img {
	margin:0;
	padding:0;
	width:115px;
}	
.activity-menu .item a {
    font-size: 13px;
    padding: 5px 0 5px;
}
.dateBox {
	width:49%;
}
.dateBox + .dateBox {
	margin:0 0 0 1.5%;
}
.dateBox .button.imputs {
	width:97%;
	}

.button.proximity {
 	font-size: 14px;
    margin-bottom: 15px;
    padding: 8px 10px 8px 40px;
} 



#button_ajouterParti {
	margin:10px 0 0 0;
	width:100%;
}

.default-subtitle_rev {
	padding: 5px 15px 7px 50px !important;
	font-size:12px !important;
	margin: 0 0 10px -30px;
}

.retour_resultats{
	margin: -15px 0 5px;
}

.navBox_backgrnd{    width: 97,5%;}

.toclone a{
	margin:10px 0 0 0;
	width:100%;
}

.button.votreCode {
	margin:0 0 0 3%;
	width:94%;
}

.button.terminerCommande {
	margin:0;
	width:100%;
}

.button.insererVotre {
	width:100%;
}

.button.recherche {	
	width:50%;
}

.default-subtitle {
	font-family:Verdana, sans-serif;
	font-size:14px;
}

.default-subtitle2 {
	font-family:Verdana, sans-serif;
	font-size:12px;
}

.default-subtitle_rev {
	font-family:Verdana, sans-serif;
	font-size:14px;
}


.contact_title {
    margin: 0px;
}

.contact_title h3 {
    font-size:16px;
}

.proposer_title {
   margin:-20px 0px 0px;
}

.proposer_title h3 {
    font-size:16px;
}

.proposerParagraph{
	font-size: 12px;
    width: 100%;
	}
	
.condGen_title h4{
	font-size:16px;
	}
		
.fancybox-skin {
    margin: -30% 0 0 !important;
	}

.box p{	
	top: 2px;
  	
	}	
		
.caption-inner p {
	margin-top: 3% !important;

	font-size: 70%;
}
.reservation-prix {
	margin: 0 0% 0 0;
	font-size:11px;
	float:right;
	width:28%;
}
.button.afficherHeures {
}
.default-subtitle4 {
	font-size:15px;
	margin: 0 15% 10px;
	text-align:center;
}

.retour_resultats{
	margin: -15px 0 5px;
	}
.panier_select {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0 0 10px;
    width: 24%;
}

.panier_prixUnitaire {
   	float: left;
    font-size: 12px;
    margin: -2px 0 2px 2%;
    position: relative;
    width: 70%;
}

.panier_taxes {
    font-size: 12px;
    margin: -17px 0 0px 2%;
    width: 50%;
}

.panier_prixUnitaire2 {
   float: left;
    font-size: 12px;
    margin: -2px 0 2px 2%;
    position: relative;
    width: 70%;
}

.panier_taxes2 {
    font-size: 12px;
	margin: -15px 0 0 20%;
    width: 50%;
}

.panier_select2 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0 10px;
    width: 15%;
}


.activity-menu .navBox ul li a {
	font-size:12px ;
}


	
#arrow-jetsky {
	margin: -45px 1% 10px 0px !important;

}	

.datepicker {
	width:93% !important;
	margin:0 10px !important;
}

.select_ans{
	width:39.5%;
	}
	
.contact_form{
	/*padding:15px 0px 0 0;*/
	
	}	

.backgrd-participation{
	/*padding:15px 0px 0 0;*/
	}	

.box{
	padding: 0px;
	}
	
.panier_select_new p {
    font-size: 12px;
}

/* GiGGs */
/*-----------------------------------*/

.dateBox {
	width:50%;
}
.dateBox > .inner {
	padding:0 5px 0 0;
}
.dateBox .button.imputs {
	width:97%;
	padding-left:5px;
	border:none;
	-webkit-appearance:caret;
	-moz-appearance:caret;
}
.dateBox + .dateBox {
	margin:0;
}
.dateBox + .dateBox > .inner {
	padding:0;
}
.dateBox .inputBox {
	border:1px solid #bfbfbf;
	border-radius:5px;
	position:relative;
}
.dateBox span {
	right:5px;
}
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}

#search-menu-icon {
    top: 6px !important;
}

.search_iconNav {
    padding: 23px 23px 23px 15px;
}
	
}

/* Pageslide
-------------------------------------------------- */
#pageslide {
	width:250px;
	height: 100%;
	background:#363636;
	position:absolute;
	top:0;
	left:0;
	padding:0 0 10px 0;
	box-shadow:none;
	z-index: 14;
	
}
#pageslide ul#nav li {
	border-bottom:1px solid #939598;
	width:100%;
	list-style:none;
	display:block;
}
#pageslide ul#nav li.last {
	border:none;

}
#pageslide ul#nav li a {
	background:#58585A;
	color:#fff;
	display:block;
	padding:12px 15px 10px 15px;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	text-transform:none;
	font-size:14px;
	line-height:25px;
	font-weight:700;

}
#pageslide ul#nav li:hover > a {
	text-decoration:none;
	background:#444444;
	color:#fff; 
	display: block;
}
#pageslide ul#nav li li:hover > a {
	text-decoration:none;
	background:#444444;
	color:#fff;
		display: block;
}
#pageslide ul#nav li li li:hover > a {
	text-decoration:none;
	background:#ccc;
	color:#000;
		display: block;
}
#pageslide ul#nav li li li li:hover > a {
	text-decoration:none;
	background:#aaa;
	color:#000;
	 display: block;
}
#pageslide ul#nav li li {
	border-bottom:1px solid #aaa;
}
#pageslide ul#nav li li li {
	border-bottom:1px solid #ccc;
}
#pageslide ul#nav li li li li {
	border-bottom:1px solid #aaa;
}
#pageslide ul#nav li li a {
	color:#fff;
	font-size:1em;
	background:#58585A;
	padding:6px 15px 6px 25px;
	text-align:center;
	 display: block;
	
}
#pageslide ul#nav li li li a {
	color:#000;
	font-size:0.9285em;
	background:#dedede;
	padding:12px 15px 10px 35px;
		display: block;
}
#pageslide ul#nav li li li li a {
	color:#000;
	font-size:0.8571em;
	background:#ccc;
	padding:12px 15px 10px 45px;
	display: block;
}

#pageslide ul#nav {
	float:none;
	
}
#pageslide ul#nav li ul {
	margin:0;
	border-top:1px solid #aaa;
	display:none;
}
#pageslide ul#nav li li ul {
	margin:0;
	border:none;
	display:none;
	display: block;
}
#pageslide ul#nav li li li ul {
	margin:0;
	border-top:1px solid #aaa;
	display:none;
	display: block;
}
.level9 a {
	color:#FFFFFF;
	font-size:17px;
	padding: 7px 0px;
	display:inline-block;
	text-decoration:none;
	margin: 0 10px;
}
#pageslide ul#nav li span{
	/*background:url(../Images/sprit_clicktodo_white.png);
	no-repeat;	width: 25px;
	height: 25px;*/

	float:right;
	margin: -15px 2px 10px 0px;
}


.level0.defaultLang span{
	background:url(../Images/lang24px_75px.png) no-repeat;
	width: 25px;
	height:25px;

	}	
.fa-home:before{
	margin: 0 0 0 16px;
	}
.fa-user:before {
    margin: 0 0 0 16px;
}
.fa-plus:before {
    margin: 0 0 0 16px;
}
.fa-file:before {
    margin: 0 0 0 16px;
}
.fa-suitcase:before {
    margin: 0 0 0 16px;
}
.fa-globe:before {
    margin: 0 0 0 16px;
}
.fa-headphones:before {
    margin: 0 0 0 16px;
}

.fa-search:before{
	margin: 0 0 0 -5px;
	
		}

.defaultLangue{
	background-position: -25px 0px;
	}
	
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}

.overlay-bg {
	z-index:10 !important;
}


@media (max-width: 340px) {
	
	
.dateBox {
	width:49%;
}
.dateBox + .dateBox {
	margin:0 0 0 2%;
}
.dateBox .button.imputs {
	width:95%;
	}	

.button.proximity {
    font-size: 12px;
    /*margin: -1px 0 7px;*/
    padding: 8px 10px 8px 40px;
	margin-bottom: 10px;
}

.activity-menu .inner {
    /*border-bottom: 1px solid #bfbfbf;*/
    margin: 5px 0 0;
    padding: 0;
}	


.default-subtitle {
   	font-size: 12px;
    /*padding: 5px 44px 7px 10px;*/
} 

.activity-menu .navBox h4 {
/*width: 70%;*/
}

.navBox_backgrnd{
    width: 97.5%;
	}	
.thumbnail a img {
    border: 0 none;
    float: left;
    height: auto;
    margin: 0 10px 5px 0;
    max-width: 50%;
    vertical-align: middle;
}

.thumbnail_P {
	padding: 7px 15px 0 0;
	}

#arrow-jetsky {
	margin: -21% 10px 0% 0 !important;
}

.ico-jetsky {
	max-width: 8%;
	margin: 0;

}

.datepicker {
	width:90.5% !important;
	
}
.ac-container label {
	font-size:12px;
}

.activity-menu .navBox ul li {
    width: 100%;
}

#search-menu-icon {
	/*top:0% !important;*/

}

.select_ans{
	width:38%;
	}	
.pageTitle {
	margin:15px 0;
}

.navbar a.btn.btn-navButton { top:1px;}	 

.box{
	padding: 0px;
	}	

.navbar .brand2 img {
	
	top:5px;
}	
.adress_contact{

	font-size: 11px;

	}	

#search-menu-icon {

    top: 6px !important;
}

.search_iconNav {
    padding: 23px 23px 23px 15px;
}


.contact_form{
	/*padding:15px 0px 0 0;*/
	
	}
.backgrd-participation{
	/*padding:15px 0px 0 0;*/
	}
	
.backgrd-reservation{
	padding: 20px 0 5px !important;
	}	
	
.panier_select_new p {
    font-size: 11px;
}

.panierForm2 p .manageParticipantsIcon {
	float: right;
    margin: 0 0 0 5px;
}

.panierForm2 p {
	font-size:11px;
	margin-left:-1px;
	}	
	
.activity-menu .item a {
    font-size: 11px;
    padding: 5px 0 5px;
}	



/* GiGGs */
/*-----------------------------------*/

.dateBox {
	width:50%;
}
.dateBox > .inner {
	padding:0 5px 0 0;
}
.dateBox .button.imputs {
	width:96%;
	padding-left:5px;
	border:none;
	-webkit-appearance:caret;
	-moz-appearance:caret;
}
.dateBox + .dateBox {
	margin:0;
}
.dateBox + .dateBox > .inner {
	padding:0;
}
.dateBox .inputBox {
	border:1px solid #bfbfbf;
	border-radius:5px;
	position:relative;
}
.dateBox span {
	right:5px;
}
.navBox_backgrnd {
	margin-right:0;
	margin-left:0;
	padding:0;
	width:100%;
	background:none;
}
.navBox_backgrnd > .inner {
	background:#f2f2f2;
	padding:5px 0;
	margin:0 1px;
}
.navBox_button {
	right:10px;
	margin-right:0;
}
.navBox_button2 {
	margin-left:10px;
}
.navBox_button3 {
	padding:5px 10px 7px 10px;
	font-family:Verdana,sans-serif;
}
.navBox_button3 span i {
	font-size:12px;
	line-height:10px;
}


}


/*--retina*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {


.level0.defaultLang span{
	background-image:url(../Images/lang48px_150px.png);
	background-size:75px 24px;
	}		
	
.default-subtitle { 
	background-image:url(../Images/bg_subtitle_2000px100px.png);
	background-size:1000px 50px;
}	

.default-subtitle2 {
	background-image:url(../Images/bg_subtitle_2000px100px.png);
	background-size:1000px 50px;
}

.default-subtitle_rev {
	background-image:url(../Images/bg_subtitle_reverse_2000px100px.png);
	background-size:1000px 50px;
	}
	
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), 
only screen and (min-device-pixel-ratio: 3) {

.level0.defaultLang span{
	background-image:url(../Images/lang72px_225px.png);
	background-size:75px 24px;
	}	
	
.default-subtitle { 
	background-image:url(../Images/bg_subtitle_3000px150px.png);
	background-size:1000px 50px;
}		

.default-subtitle2 { 
	background-image:url(../Images/bg_subtitle_3000px150px.png);
	background-size:1000px 50px;
}	

.default-subtitle_rev {
	background-image:url(../Images/bg_subtitle_reverse_3000px150px.png);
	background-size:1000px 50px;
	}

 }
 
 
#map_canvas { 
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 5px 14px -9px rgba(0, 0, 0, 0.29);
height: 500px;
margin: 15px auto;
width:100%;
display: none;
}

/*#map_canvas > div > div:nth-child(3){
	display: none;
  }//////*/
  
#content1{
	color:#090 !important;
	}
 
/* 
input.invalid, textarea.invalid{
			border: 2px solid red;
		}
		
input.valid, textarea.valid{
	border: 2px solid green;
}

*/
.error{
    display: none;
	
}      
 
.error_show{
    color: red;
	bottom: 7px;
	position:relative;
 
} 

.errorSelect{
	color: red;
	bottom: 7px;
	position:relative;
	font-size: 12px;
	}


.errorSelectJour{
	color: red;
	bottom: 7px;
	position:relative;
	font-size: 12px;	
	
	}


input[disabled]{
	background-color: #fff !important;
	opacity:1;
	}









