/*
Theme Name: CBUBizz
Version: v 1.0
Theme URL: www.cbubizz.be
Description: v1.0. Th&egrave; de base
Author: Vanois.be
Author URI: http://vanois.be/
*/

/* 
Autheur CSS : Francois Vanesse	
Agence : Vanois.be
Client : BCWallonie
*/

/* 
mauve proximus : #5c2d91   bleu ciel hover proximus : #0073cf
*/

/*  LIGHT RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
:focus {outline-color:transparent; outline-style:none}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ol, ul, dl {	list-style: none; }
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

/* TOOLS
/------------------------------------*/
/* The Magnificent Clearfix */
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { zoom: 1; }
 
/* Colonnes responsives
<dl class="col2 clear">
	<dd>bla bla bla</dd>
</dl>
*/
.col2 dd, .col3 dd, .col4 dd			{position:relative; float:left; min-height:1px; height:auto !important; height:1px;   }
	.col2 dd		{ width:47.00%; margin-left:6%;}	.col2 dd:first-child { margin-left: 0 !important; clear: left !important;}
	.col3 dd		{ width:32%; 	margin-left:2%;}	.col3 dd:first-child { margin-left: 0 !important; clear: left !important;}
	.col4 dd		{ width:23.50%; margin-left:2%;}	.col4 dd:first-child { margin-left: 0 !important; clear: left !important;}

/* sprite */
.sprite {background-image:url(img/bcwprivilege_sprite_norepeat.png); background-repeat:no-repeat}																	    /*  <->      ||  */
	.header-logo				{display:inline-block;		width:	322px;		height:	50px;		margin: 0	0 	0 	0px;		background-position:	0px 	0px;}
	.proximus-footer			{display:inline-block;		width:	130px;		height:	87px;		margin: 0	0 	0 	0px;		background-position:	0px 	-50px;}
	.vanois-sign				{display:inline-block;		width:	83px;		height:	17px;		margin: 0	0 	0 	0px;		background-position:	-140px 	-50px;}
	.ico-plus					{display:inline-block;		width:	22px;		height:	22px;		margin: 0	12px -8px 0px;		background-position:	-290px 	-50px;}

/* --- button proximus --- */
.button-primary, .button { 
	padding:8px 20px; 
	margin-right:20px;
	background: #5c2d91;
	border:0px solid transparent !important; 
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	cursor:pointer;
	line-height:30px;
	font-size:13px; color:#FFF; text-align:center; 
}

.button-primary:hover, .button:hover { 
	background: #0073cf;
	text-decoration:none;
}
.button.langue {
	display:inline-block;
	margin-right:20px; margin-top:20px;	
}


/** Formulaire */
.wpcf7-form { margin:0px; padding:0px; } /* wrapper form */
.wpcf7-display-none {display:none;}
	
	/* input*/
	input[type="text"], 
	input[type="email"],
	input[type="file"],
	input[type="password"] {	
		width:96%; padding:0px 2%;
		height:32px; line-height:32px; 
		font-size:13px; color:#777; text-align:left;
		background-color:#FFF; vertical-align:middle;
		border:1px solid #DDD; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
 	}
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="file"]:focus,
	input[type="password"]:focus		{border:1px solid #5c2d91; color:#000;}

	textarea 			{	width:96%; padding:2% ;margin-bottom:10px; margin-top:5px;
							font-size:13px !important; color:#333 !important; line-height:32px; text-align:left;
							background-color:#FFF; overflow: auto; /*remove scrollbar on ie*/
							border:1px solid #DDD; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; border-radius:3px;
							}	
	textarea:focus 		{	border:1px solid #5c2d91; color:#000;}						
									
	input[type="submit"]	{ /* via .button */}
	
	/* Texte */
	.wpcf7-form .form-acceptance-txt {	padding:20px; margin:40px 0px; max-height:150px;
										border:2px solid #d4d2d3 ;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
									  	font-size:12px; line-height:13px; color:#d6d3d4; overflow:auto;}
	.wpcf7-form .form-acceptance-txt h1 {font-size:13px; margin:10px 0px;}
										

	/* checkbox - dropdown */
	select {display:inline-block; width:280px !important;  height:30px !important; line-height:30px; font-size:13px; }
		select option, 
		.wpcf7-list-item-label {margin-bottom:3px;} 
		select option:disabled {padding-top:12px; border-top:1px solid #DDD; margin-top:10px;}
	div.wpcf7 .watermark {color: #888;}
	
	/* Radio */
	.wpcf7-radio .wpcf7-list-item {display:block}

	/* Date picker */
	input[type="date"]::-webkit-calendar-picker-indicator{display: none;}
	input[type="date"]::-webkit-input-placeholder{ visibility: hidden !important;}
	
	/* Validation */
	.wpcf7 .ajax-loader {display:none}
	.wpcf7 .ajax-loader.is-active {display:inline-block; margin-left:12px}
	.screen-reader-response {display:none}
	.wpcf7-form-control-wrap { display:block; position:relative;} /* class couvrant tous les <input> */
		.wpcf7-form-control {display:block}
			/* box message de validation ou d'erreur */
			.wpcf7-response-output { display:inline-block; margin:10px 0px; padding:20px 10px; color:#FFF; text-align:center; border-radius: 0 0 10px 0;	-moz-border-radius: 0 0 10px 0;	-webkit-border-radius: 0 0 10px 0;} 
				.wpcf7-mail-sent-ok 		{background:#3C0;} 		/* message "mail bien envoyé" */
				.wpcf7-mail-sent-ng 		{background:#3C0;} 		/* message "mail bien envoyé" */
				.wpcf7-spam-blocked 		{background:#F00;} 		/* message "échec, considérer comme spam" */
				.wpcf7-validation-errors 	{background:#FF9B00;}	/* message "erreur, vérifier les champs obligatoire" */
				
				/* "veuiller remplir le champ obligatoire" */
				.wpcf7-not-valid-tip,			
				.wpcf7-not-valid-tip-no-ajax, 
				.choisissez-option 	{display:inline-block;padding:1px 6px;background:#5c2d91;font-size:10px !important;line-height:22px;color:#FFF;z-index:1; } 
				#popup_alert .wpcf7-not-valid-tip, 
				#popup_alert .wpcf7-not-valid-tip-no-ajax  { padding:5px 10px; background:#FFF; color:#F00}

	
	/* ô style dans le form */
	.retrait-avec-bord-gauche {border-left:5px solid #5c2d91; padding-left:20px;}
	.wp-content .note {font-size:11px; color:#5c2d91; line-height:12px;}
	.wp-content p.mentions {font-size:10px; color:#999; line-height:12px;}
	.mentions input {float:left}
	.mentions .wpcf7-list-item-label {float:left}
	
	span.wpcf7-form-control-wrap.acceptation,
	span.wpcf7-form-control-wrap.vie_privee {display:inline-block}
						

/** colorbox */
#cboxOverlay{background:#000;position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999;overflow:hidden}
#cboxError{padding:50px;border:1px solid #ccc}
#colorbox,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
.cboxIframe{background:#000;width:100%;height:100%;display:block;border:0}
#cboxContent{position:relative;margin:60px;overflow:visible}
#cboxLoadedContent{background:#FFF;padding:5px}
.cboxPhoto{float:left;margin:auto;border:0;display:block}
#cboxLoadingGraphic{background:url(js/colorbox/loading.gif) no-repeat center center}
#cboxLoadingOverlay{background:#000}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}
#cboxTitle{position:absolute;top:-22px;left:0;margin:0;color:#fff;visibility:hidden}
#cboxPrevious,#cboxNext,#cboxClose{text-indent:-9999px;width:50px;height:50px;position:absolute;background:url(js/colorbox/controls.png) no-repeat 0 0;border:0;cursor:pointer}
#cboxPrevious{background-position:0 0;top:50%;left:-60px}
#cboxPrevious:hover{background-position:0 -50px;top:50%;left:-60px}
#cboxNext{background-position:-50px 0;top:50%;right:-60px}
#cboxNext:hover{background-position:-50px -50px;top:50%;right:-60px}
#cboxClose{background-position:-100px 0;top:-50px;right:-50px}
#cboxClose:hover{background-position:-100px -50px;top:-50px;right:-50px}

/* Team Booking plugin */
div.calendar_main_container {margin:40px auto}
	.tb-filtering-dock {display:none !important}
	.tb-frontend-calendar > .tbk-row:first-child > .tbk-column {text-transform:uppercase}

/* iframe */
iframe {margin:0; padding:0; border:none; width:100%; height:600px}
iframe .zc-formheader {padding:0 !important}

/* margin - padding */
.mt48	{margin-top:48px}
.mt24	{margin-top:24px}
.mt16	{margin-top:16px}
.mb48	{margin-bottom:48px}
.mb24	{margin-bottom:24px}
.mb16	{margin-bottom:16px}

/** FONT
/-------------------------------------*/
html,
textarea	{ 	font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
				-webkit-text-size-adjust: none; 
				font-weight:400;
				font-size:13px;
				word-wrap: break-word;
				color:#000}
				
strong, .strong	{ font-weight:700; }
em			{ font-style:italic; }
a 			{ text-decoration:none; }
a:hover		{ text-decoration:none;}

/* Déclarations générales */
.aligncenter { display:block; margin: 0 auto;}
.textcenter	{ text-align:center;}
.uppercase	{ text-transform:uppercase}
.strong		{font-weight:700}

.mauve 		{color:#5c2d91}
.rouge 		{color:#ee2e5d}
.gris		{color:#888}
.blanc		{color:#FFF}
.bleu-clair {color:#00bcee}

.bg-mauve {background-color:#5c2d91}
.bg-mauve-clair {background-color:#F2E7F2}

.wp-content .fs10 {font-size:10px; line-height:12px}
.wp-content .fs11 {font-size:11px; line-height:13px}
.wp-content .fs12 {font-size:12px; line-height:14px}


/* Wp-style */
.wp-content {padding-bottom:20px}
.wp-content	h1, .wp-content	h2, .wp-content	h3,
.wp-content	h4, .wp-content	h5, .wp-content	h6 	{ margin:5px 0px; font-weight:600; }
.wp-content	h1			{ font-size:24px;}
.wp-content	h2			{ font-size:20px;}
.wp-content	h3			{ font-size:18px;}
.wp-content	h4			{ font-size:17px;}
.wp-content	h5			{ font-size:16px;}
.wp-content	h6			{ font-size:15px;}

.wp-content	p			{ font-size:14px; line-height:22px; margin-bottom:11px;}

.wp-content ul, 
.wp-content ol 			{ list-style-position:outside; margin:0 0 11px 22px;}
.wp-content ul 			{ list-style-type: circle;}
.wp-content ol			{ list-style:decimal; }
.wp-content li			{ font-size:14px; line-height:20px;}

.wp-content	a			{ color:#000; text-decoration:underline; cursor:pointer}
.wp-content	a.button	{ color:#FFF; text-decoration:none; cursor:pointer}
.wp-content	a:hover		{ }

.wp-content	hr			{ border:none; border-bottom:1px solid #DDD}

.wp-content img 							{ height: auto; max-width: 100%; width: auto;}
.wp-content .video-container 				{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;}
.wp-content .video-container iframe,  
.wp-content .video-container object,  
.wp-content .video-container embed 			{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.wp-content blockquote { padding:16px; background:#68C1BF; color:#FFF;}
	.wp-content blockquote	h1, .wp-content blockquote 	h2, .wp-content blockquote h3,
	.wp-content blockquote	h4, .wp-content blockquote 	h5, .wp-content blockquote h6  	{color:#FFF !important}


/* table */
table tr.header {background:#5c2d91 !important; color:#FFF;}
table tr:nth-child(even) {background:#F5F5F5} 	/* 1 sur 2 */
	table td {padding:8px 4px}
		table input {background:none; border:none; width:100%}
			table input[type="radio"] {width: auto;}

/* LAYOUT
/-------------------------------------*/

/* Déclarations générales */
.inline-block					{ display:inline-block; *display:inline; zoom:1;} /*@bugfix IE6 - IE7 */
.floatleft , .alignleft			{ float: left; margin-right:25px; margin-bottom:25px; }
.floatright, .alignright 		{ float: right; margin-left:25px; margin-bottom:25px; }
.responsive						{ display:block; max-width: 100%; height:auto; width:auto}
.hidden 						{display: none;}
.show-on-print					{display:none; visibility:hidden;}
.show-on-desktop, .show-on-desktop-and-tablet, .show-on-desktop-and-phone		{display:block !important;}
.show-on-tablet, .show-on-phone, .show-on-tablet-and-phone					{display:none !important;}

	
/* wrapper & content */
body {background:#454545}
	.body-wrapper {
		margin:0 auto; 
		background: radial-gradient(circle at center 670px, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0) 600px) 				no-repeat; 	/* W3C, IE10+, Chrome 10+, Safari 5.1 +, Opera 12.1+,  */
		background: -webkit-radial-gradient(center 670px, circle cover, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0) 600px) 	no-repeat; 				/* fallback Safari 3.2 à 5, Chrome 3 à 10, Android 4+ */
		background:    -moz-radial-gradient(center 670px, circle cover, rgba(255,255,255,0.15), rgba(255,255,255,0) 600px) 	no-repeat; 				/* fallback FF 3.6 à 16 */
		background:      -o-radial-gradient(center 670px, circle cover, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0) 600px) 	no-repeat; 				/* fallback Opera 11.1 a 12+ */
		background:     -ms-radial-gradient(center 670px, circle cover, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0) 600px) 	no-repeat; 				/* fallback IE9 */
		}

		.body-wrapper.boxed {max-width:1060px;} /*1020px + 20px margin de body-content */
		.body-wrapper.boxed	.body-content {margin:0 20px;}
	.section-wrapper {position:relative; padding-left:30px; padding-right:30px;}
		.section-content {position:relative; max-width:1020px; margin:0 auto;  }

/* Header */
.header-wrapper {padding-top:25px; padding-bottom:33px}
	.header-content a {float:right; color:#FFF; text-decoration:none}
	.header-content a:hover {text-decoration:underline}
	.header-content a.header-logo {float:left; font-size:32px; font-weight:700}
	.header-content a.header-logo:hover {text-decoration:none}
	

/* Content */
.contenu-content {
	background:#FFF; 
	padding:5%;
	 -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6); box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6);
}
.promo-explanation { padding:20px; margin:20px 0; background:#F2E7F2; 	border-radius: 0 0 10px 0;	-moz-border-radius: 0 0 10px 0;	-webkit-border-radius: 0 0 10px 0;}
	.wp-content p.prix-promo {text-align:center; color:#EE2E5D; font-size:40px; line-height:44px}
	.wp-content p.wp-caption-text { margin-top:16px; text-align:center; color:#5c2d91; font-size:12px; line-height:14px}


/* Footer */
.footer-content 	{ padding-top:20px; padding-bottom:20px; margin-top:50px; margin-bottom:15px; border-bottom:1px solid #666; border-top:1px solid #666;}
	.footer-content, 
	.footer-content a  		{ color:#CCC; font-size:12px; text-shadow:1px 1px 1px rgba(0,0,0,0.7);}
	.footer-content h6		{ margin-bottom:10px; color:#FFF; font-size:13px; font-weight:700;  text-shadow:1px 1px 1px rgba(0,0,0,1);}
	
	.footer-content .informations a			{ display:block; margin-bottom:5px}
	.footer-content .appel-gratuit p 		{ font-size:18px; color:#999; font-weight:700; letter-spacing:-0.03em}
	.footer-content .appel-gratuit p+p a	{ font-size:24px; color:#FFF;}
		.footer-content .appel-gratuit .tel-proximus {display:none}
	.footer-content .appel-gratuit p+p+p	{ font-size:15px; color:#CCC;}
	.footer-content .partener				{ text-align:center}
	.footer-content .adresses p				{ margin-bottom:5px;}
	.footer-content .fa-map-marker			{ font-size:22px; float:left; margin-right:15px}

/* Sub-footer */
.subfooter-content {padding-bottom:40px}
	.subfooter-content, 
	.subfooter-content a	{ font-size:10px; color:#CCC; text-shadow:none;}
	.vanois_sign {text-align:right}

/* CarConnect */
body.carconnect .header-content dd:first-child,
body.carconnect .footer-content dd.informations {display:none}
	/* Audi */
	body.carconnect.audi .footer-content dd {width:50%; margin:0}
	body.carconnect.audi .hidden-to-audi {display:none}
	body.carconnect.audi .show-to-audi {display:inline}
	/* Renault */
	body.carconnect.renault .footer-content dd {width:33%; margin:0}
	body.carconnect.renault .hidden-to-renault {display:none}
	body.carconnect.renault .show-to-renault {display:inline}
	
/* RESPONSIVE 
 * pour les largeur d'écran < à 800px
 * mode "portrait" pour tablette
/------------------------------------------------- */

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) 
{
	/* general */
	.show-on-desktop-and-tablet, .show-on-tablet, .show-on-tablet-and-phone		{display:block !important;}
	.show-on-desktop, .show-on-phone, .show-on-desktop-and-phone				{display:none !important;}	
	
	/* Col */
	.col2 .col2 dd 		{float:none; width:100% !important; margin-left:0 !important;  clear:left !important;}
	.col2 dd 		{margin-bottom:30px;}

	/* Specifique */
	.body-wrapper.boxed	.body-content {margin:0 10px;}
	.section-wrapper {position:relative; padding-left:10px; padding-right:10px;}
	.header-content {text-align:center} 
	.wp-content p {font-size:13px}

}

/* RESPONSIVE 
 * pour les largeur d'écran < à 600px 
 * mode "landscape" pour anciens smartphones
 * mode "portrait" pour smartphones récents
/------------------------------------------------- */

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) 
{
	/* général */
	.show-on-phone, .show-on-desktop-and-phone, .show-on-tablet-and-phone		{display:block !important;}
	.show-on-desktop, .show-on-desktop-and-tablet, .show-on-tablet 				{display:none !important;}	
	
	/* Col */
	.col2 dd, .col3 dd	{float:none; width:100% !important; margin-bottom:20px; margin-left:0 !important;  clear:left !important;}	
	
	/* Form */
	input[type="submit"]    {width:100%; padding:10px 0;}
	select {width:260px !important; }
	.numero_de_gsm .wpcf7-list-item {display:block; margin-bottom:5px}
	
	/* Specifique */
	.body-wrapper.boxed	.body-content {margin:0px;}
	.footer-content,.subfooter-content {text-align:center}
	
}


/* DEBUG IE7*/
	.alert-ie 						{ display:block; width:100%; padding:1%; background-color:#FF9; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; text-align:center; border-bottom:2px solid #FC0; border-top:2px solid #FC0}	