@charset "utf-8";

/* CSS Document */
/****************************/
/* config */
/****************************/

*{
	padding:0;
	margin:0;
	font-family: Arial, sans-serif;
}
img{
	border:0;
}

body{
	background:#f9f9ff;
	font-size: 12px;
	line-height:130%;
	font-family:Arial, sans-serif;
}

.container{
 margin-left:auto;
 margin-right:auto;
 margin-bottom:30px;
}

a{
	color:#000;
}

a:hover{
	color:#000;
	cursor:pointer;
}

h2{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
  font-size: 12px;
  font-size:12px;
  font-weight:bold;
}

h5 {
  font-size: 12px;
  font-style:italic;
}

h6 {
  font-size: 12px;
}

/****************************/
/* header */
/****************************/

/* headings */

.header-middle {
	height: 60px;
	position:relative;

}

.header-right{
	text-align:right;
	width:100%;
	position:relative;
	height:auto;
	font-size:11px;
}

#fnewsletter{
	margin-bottom:0;
	padding-bottom:0;
	width:auto;
}

#fnewsletter span{
	height:30px;
}

.header-right .content-right input[type="text"]{
	width:130px;
	-moz-box-shadow: inset 2px 2px 5px 0px #999;
	-webkit-box-shadow: inset 2px 2px 5px 0px #999;
	box-shadow: inset 2px 2px 5px 0px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fnewsletter img{
	vertical-align:top;
	max-height:23px;
	margin-top:5px;
}

.header-right .content-right .contactlink{
	color:#99c027;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:30px;
	font-size:11px;
	line-height:120%;
}

.header-right .content-right .contactlink a, .header-right .content-right .contactlink a:hover{
	color:#99c027;
}

.heading {
	background-size: 100%;
	position: absolute;
}

.heading0 {
	width: 170px;
	height: 98px;
	top: 75px;
	left:340px;
	letter-spacing:1px;
	font-size:11px;
	line-height:120%;
	position:absolute;
	z-index:1;
	background: url('/images/bg-heading2.png');
}

.heading1 {
	width: 120px;
	height: 73px;
	top: 95px;
	left:460px;
	letter-spacing:1px;
	font-size:10px;
	line-height:120%;
	position:absolute;
	z-index:3;
	background: url('/images/bg-heading1.png');
}

.heading2 {
	width: 230px;
	height: 127px;
	top:45px;
	left:510px;
	letter-spacing:1px;
	font-size:11px;
	line-height:120%;
	position:absolute;
	z-index:2;
	background: url('/images/bg-heading3.png');
}

.innerheading {
	position: absolute;
	text-align: center;
	top: 48%;
	left: 0;
	width: 100%;
	margin: auto;
}

.heading0 .innerheading {
	top:38%;
}
.heading1 .innerheading {
	top:42%;
}

.heading a, .heading a:hover {
	text-transform: uppercase;
	display: inline-block;
	width: 60%;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}

/* Heading tour */

ul.heading-tour {
	position: absolute;
	top:80px;
	margin-left:120px;
}

ul.heading-tour li {
	display: block;
	text-transform: uppercase;
	color: #ffe066;
	font-weight: bold;
	letter-spacing:1px;
	font-size:11px;
	line-height:120%;
}

ul.heading-tour li.current {
	color: #99c027;
}

/* Heading left */
.left{
	float:left;
}

.left img{
	max-width:100%;
}

#search-left{
	background:#99c027;
	margin-top:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#ffffff;
	padding-bottom:5px;
}

#search-left .styled-select select{
	background: transparent;
	padding: 5px;
	margin-left:5px;
	width:100%;
	font-size: 12px;
	line-height: 1;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: window;
	color:#647c1a;
}

#search-left .styled-select a{
	color:#fff;
}

#search-left .styled-select {
	width:95%;
	height: 25px;
	overflow: hidden;
	background: url('/images/arrow.png') no-repeat right #ffe066;
	background-color:#ffe066;
	margin:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	-moz-box-shadow: inset 1px 1px 5px 0px #647c1a;
	-webkit-box-shadow: inset 1px 1px 5px 0px #647c1a;
	box-shadow: inset 1px 1px 5px 0px #647c1a;
}

#search-left .styled-select select option{
	background-color:#ffe066;
	color:#fff;
}	


.groupe-left{
	background:#fff;
	margin-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	padding-top:5px;
	text-align:center;
}

.search-tours{
	height: 24px;
	width:24px;
	margin:auto;
	margin-top:10px;
	margin-bottom:-10px
}

.search-tours input{
	background:url('/images/search.png') top right no-repeat;
	width:24px !important;
	height: 24px;
	padding: 0 0 0 24px;
	cursor: pointer;
	border:0;
}
	
#groupe-search {
	background:#fff;
	margin: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 10px 0 10px;
}
#groupe-search .styled-select select{
  width: 215px;
  float: left;
  font-size: 12px;
} 
#groupe-search .styled-select select.snext {
  margin-left: 6px;
}
#groupe-search .styled-select select.narrow {
  width: 100px;
}
#groupe-search .search-tours {
  float: left; margin: 4px 0 0 8px;
}

/* chgt lang */

div.chglg {
	border-bottom: 1px solid #000;
	margin-left:87%;
	padding-bottom:5px;
}
	

div.chglg a {
	text-transform: uppercase;
	z-index:1;
	color:#ccc;
	font-weight:bold;
	padding-left:10px;
}

div.chglg span {
	text-transform: uppercase;
	z-index:1;
	color:#99c027;
	font-weight:bold;
	padding-left:10px;
}

/* menu */

.navbar-inner .container{
	margin-bottom:0px;
}

.menu{
	list-style-type: none;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	z-index:5;
}

.logo{
	position:absolute;
	margin-top:-94px;
	z-index:6;
}

.menu li{
	display: inline;
	margin-right:28px;
	position:relative;
	letter-spacing:1px;
	font-size:11px;
}

.menu-home{
	 z-index:8;
	 position:relative;
}

.menu li:last-child{
	margin-right:0;
	position:relative;
}

.menu li:first-child{
	margin-right:70px;
	margin-left:65px;
	position:relative;
}

.menu li a{
	color:#ffffff;
	text-decoration:none;
	position:relative;
	z-index: 7;
}
.menu li a:hover {
        color: #fff;
}

/****************************/
/* content */
/****************************/

/* config */

#content{
	float:left;
	margin-top:1px;
}

.datepicker td.active, .datepicker td.active:hover { font-weight: bold; }

#event .event_item, #groupe .groupe_item, #thematic-intro, #association .association-item, .tour_detail, #thematic .thematic-item, #partenaire {
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 20px 20px 20px;
	height:auto;
}

.breadcrumb-list{
	margin-bottom:10px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 20px 10px 20px;
	height:auto;
	margin-left:0px;
}

.breadcrumb-list li{
	display:inline;
}

.breadcrumb-list li:after{
	content:'>';
	padding-left:10px;
	padding-right:10px;
}

.breadcrumb-list li:last-child:after{
	content:'';
}

.breadcrumb-list li:first-child{
}

/*home*/

/* Carousel */
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px;
}

.carousel-caption .info{
	height:220px;
}

.carousel-caption .info h3{
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:120%;
	margin-top:0;
	padding-top:0;
}

.carousel-caption p {
	color: #ffffff;
	margin: 0;
}

.carousel-caption .nav{
	position:absolute;
	bottom:0;
	border-top: 1px solid #333;
	padding-top:10px;
	margin-left:0;
}

.carousel-caption .arrows{
	float:left;
	margin-right:30px;
	margin-left:-15px;
	padding-top:12px;
}

.carousel-caption .arrows a{
	text-decoration:none;
}

.carousel-caption .arrows a:hover{
	text-decoration:none;
	color:#000;
}

.carousel-caption .more{
	position:relative;
	float:right;
	text-align:right;
	margin-top:5px;
}

.carousel-caption .more a{
	text-decoration:none;
}

.carousel-caption .more a:hover{
	text-decoration:none;
}

.carousel-caption .more img{
	vertical-align:bottom;
}

/* tour */

#tours{
	background:#fff;
	margin-top:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 20px 40px 20px;
}

.tour_item .span5{
	width:410px;
}

.tour_item .illustration{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:15px;
	width:auto;
	max-width:180px;
	max-height:180px;
}

.tour_item .tour_id{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:5px;
}

.tour_item .sep{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	clear:both;
	padding-bottom:5px;
	margin-bottom:0;
}

.tour_item ul{
	list-style:none;
	margin-left:-10px;
	padding-left:0;
	float:left;
	margin-top:5px;
}

.tour_item ul li{
	display: inline;
}

.tour_item ul li:before {
	content:"|";
	padding-left:10px;
	padding-right:10px;
}

.tour_item ul li:first-child:before {
	padding-left:Opx;
}

.tour_item ul li:last-child:after {
	content:"|";
	padding-left:10px;
	padding-right:10px;
}

.tour_item .more{
	float:right;
	margin-bottom:5px;
}

.tour_item .more a{
	text-decoration:none;
}

.tour_item .more a:hover{
	text-decoration:none;
}

.tour_item .more img{
	vertical-align:bottom;
}

.groupe_item img{
	max-width:210px;
}

.tour_id_plaisirs-de-vivre-a-bruxelles{ color:#fbae46;}
.tour_id_bruxelles-et-ses-quartiers{ color:#b8ae43;}
.tour_id_diversite-bruxelloise{ color:#b8ae43;}
.tour_id_brussellicious{ color:#711e78;}
.tour_id_bruxelles-art-nouveau{ color:#ee7f00;}
.tour_id_art-deco-et-modernisme{ color:#90be51;}
.tour_id_hors-thematiques{ color:#000;}
.tour_id_bruxelles-ville-contemporaine{ color:#2d609d;}
.tour_id_bruxelles-et-son-histoire{ color:#e90073;}
.tour_id_bruxelles-ville-d-art{ color:#82cece;}
.tour_id_promenades-vertes-bruxelloises{ color:#d4943c;}
.tour_id_tochten-in-het-nederlands{ color:#f59dbd;}
.tour_id_tours-in-english{ color:#ab472e;}

.tour_item h3{margin-bottom:5px;}

.tour_item div.thematique{ text-transform:uppercase; font-size:11px; margin-top:0px; margin-bottom: 8px;}


/* tour item detail */
.divbooking select{
	background: transparent;
	padding: 5px;
	width:100%;
	font-size: 12px;
	line-height: 1;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	color:#000;
}

.divbooking .agenda-item .label-agenda {
	text-transform: uppercase;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

.divbooking label.booking{
	text-transform: uppercase;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

.divbooking input{
	width:98%; 
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	color:#000;
}

.divbooking textarea {
	width:98%; 
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	color:#000;
	min-height:100px;
}
.divbooking .error{
	color:#99c027;
	font-weight:bold;
}

a.booknow {
 text-decoration: none;
 font-size: 13px;
 margin: 15px 0 30px 210px;
 display: inline-block;
}
.divbooking input, a.booknow{
	background-color:#99c027;
	color:#fff;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px 5px 5px 5px;
	
}
	
/* events */

.arrow-up{
	background: url('/images/arrowup.png') no-repeat left;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.arrow-down{
	background: url('/images/arrowdown.png') no-repeat left;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.title-down{
	color:#000;
}

.title-up{
	color:#999;
}

.accordion-heading{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

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

.accordion-heading a:hover{
	color:#000;
	text-decoration:none;
}

.accordion-inner img{
	float:left;
	margin-right:15px;
	max-width:210px;
}


/* thematic*/

#thematic .thematic-item{
	margin-top:10px;
}

.thematic-item img{
	float:left;
	margin-right:5px;
	width:auto;
	max-width:180px;
	margin-top:10px;
}

.thematic-item .text{
	float:left;
}

.thematic-item .more{
	position:relative;
	float:right;
	text-align:right;
	margin-top:-5px;
}

.thematic-item .more a{
	text-decoration:none;
}

.thematic-item .more a:hover{
	text-decoration:none;
}

/* contact */

#association{
}

#association .association-item{
	margin-top: 10px;
}


.association-item .tel {
	background: url('/images/picto-tel.png') no-repeat left;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right:3px;
}

.association-item .fax {
	background: url('/images/picto-fax.png') no-repeat left;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right:3px;
}

.association-item .email {
	background: url('/images/picto-email.png') no-repeat left;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right:3px;
}

.association-item .web {
	background: url('/images/picto-web.png') no-repeat left;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right:3px;
}

#partenaire{
	margin-top: 10px;
}

#partenaire .partenaire-item{
	width: 165px;
	margin: auto;
	float: left;
}

/* footer */ 

.footer{
	text-align:center;
	padding:5px;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}
	
.msg {
font-weight: bold;
color: #99c027;
}

.divaddthis { float: right; display: inline-block; width: 100px; }

@media (min-width: 768px) and (max-width: 979px) {

.content-right{
	position:relative;
	top:0;
	height:130px;
}

	
.heading0 {
	left:300px;
}

.heading1 {
	left:430px;
}

.heading2 {
	left:470px;
}

.header-right{
	margin-bottom:20px;
}

#fnewsletter{
	margin-bottom:none;
	padding-bottom:none;
	margin-top:0;
	padding-top:0;
	width:200px;
	position:absolute;
	right:0;
	top:10px;
}

.newsletter{
	position:absolute;
	right:0;
	top:10px;
}

.header-right input[type="text"]{
	width:110px;
}

div.chglg {
	position:absolute;
	right:210px;
	top:20px;
	text-align:right;
	border-bottom: none;
	margin-left:0px;
	padding-bottom:0px;
}

.contactlink{
	position:absolute;
	top:15px;
	right:310px;
}

ul.heading-tour {
	position: absolute;
	top:85px;
	margin-left:120px;
}

.menu{
	margin-left:10px;
}

.menu li{
	display: block;
	margin-right:0px;
	position:relative;
	font-size:15px;
	line-height:160%;
}

.menu li:first-child{
	margin-right:0px;
	margin-left:0px;
	padding-top:20px;
}

.carousel-caption {
	position: relative;
	padding: 10px 0px;
	line-height:150%;
	font-size:12px;
}

.carousel-caption .info{
	height:150px;
	line-height:150%;
}

.carousel-caption .offset5 {
	margin-left:0px;
}
.carousel-caption .span3 {
	width:100%;
	display: block;
	float: none;
}

.tour_item .span5{
	width:95%;
	margin-left:0px;
}

}

@media (max-width: 767px) {
	
	
.header-middle {
	display: none !important;
}

.content-right{
	position:relative;
	top:0;
	height:120px;
	vertical-align:top;
}
	
.header-right input[type="text"]{
	width:130px;
	position:absolute;
	right:35px;
	top:0px;
}

#fnewsletter{
	margin-bottom:none;
	padding-bottom:none;
	margin-top:0;
	padding-top:0;
	width:200px;
	position:absolute;
	right:0;
	top:10px;
}

#fnewsletter img{
	vertical-align:top;
	max-height:23px;
	margin-top:5px;
}

div.chglg {
	position:absolute;
	right:200px;
	top:20px;
	text-align:right;
	border-bottom: none;
	margin-left:0px;
	padding-bottom:0px; 
}

.contactlink{
	position:absolute;
	top:15px;
	right:280px;
}

ul.heading-tour {
	position: absolute;
	top:55px;
	margin-left:120px;
}

.groupe-left{
	display:none;
}

.menu{
	margin-left:10px;
}

.menu li{
	display: block;
	margin-right:0px;
	position:relative;
	font-size:15px;
	line-height:160%;
}

.menu li:first-child{
	margin-right:0px;
	margin-left:0px;
	padding-top:20px;
}
#carousel{
	display:none;
}

.carousel-caption {
	position: relative;
	padding: 10px 0px;
}

.carousel-caption .info{
	height:150px;
}

.carousel-caption .offset5 {
	margin-left:0px;
}
.carousel-caption .span3 {
	width:100%;
	display: block;
	float: none;
}

.carousel-caption .item {
	margin-left:auto;
	margin-right:auto;
}

.tour_item .illustration{
	margin-right:0px;
	margin-bottom:10px;
	margin-top:5px;
	width:100%;
	max-width:100%;
	clear:both;
}

.tour_item .span5{
	width:95%;
	margin-left:0px;
}

}

@media (max-width: 600px) {
	
.content-right{
	margin-top:0px;
	height:150px;
}

#fnewsletter{
	margin-bottom:none;
	padding-bottom:none;
	margin-top:0;
	padding-top:0;
	width:200px;
	position:absolute;
	right:0;
	top:10px;
}

.header-right input[type="text"]{
	width:130px;
	position:absolute;
	right:35px;
	top:0px;
}

ul.heading-tour {
	position: absolute;
	top:85px;
	margin-left:120px;
}

div.chglg {
	position:absolute;
	right:60px;
	top:50px;
	text-align:right;
	border-bottom: none;
	margin-left:0px;
	padding-left:0px;
	padding-bottom:0px; 
}

.contactlink{
	position:absolute;
	top:15px;
	right:180px;
}

div.chglg span {
	text-transform: uppercase;
	z-index:1;
	color:#99c027;
	font-weight:bold;
	padding-left:5px;
}

.accordion-inner img{
	display: none;
}

.tour_item .span5{
	width:95%;
	margin-left:0px;
}
