.searchDiv {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../assets/Acceuil.png) top left;
	background-size: 100% 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#exTab1 {
	transition: all linear 1s;
}
#exTab1 .tab-content {
	color : #383838;
	background-color: #fff;
	padding : 21px 15px 22px 15px;
	box-shadow: 0px 0px 7px 0px #000;
	transition: all linear 0.1s;
}
#exTab1 .nav-pills, #exTab1 .nav-pills li {
	margin-left: 0;
}
#exTab1 .nav-pills > li > a {
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
	border-radius: 0;
	margin: 0 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 15px;
	text-decoration: none;
	font-family: 'pn';
	font-weight: 100;
	transition: all linear 0.3s;
}
.nav-pills>li.active>a {
	background-color: #fff !important;
	color: #09a3e6;
}
.nav-pills>li.active>a, .nav-pills li.active a:focus, .nav-pills li.active a:hover, .nav-pills li.active a:active {
	color: #09a3e6 !important;
	font-size: 35px;
}
.tous {
	width: 24%;
	float: left;
	margin-right: 1%;
}
#exTab1 span[class^="icon"]{
	font-size: 40px;
}
#exTab1 .glyphicon{
font-size: 19px;
    line-height: 2.3;
}
#carSearch button[type="submit"],
#motoSearch button[type="submit"],
#vanSearch button[type="submit"],
#bikeSearch button[type="submit"] {
	background-color: transparent;
	border: 2px solid #C9302C;
	opacity: .9;
	transition: all linear 0.3s;
}
#carSearch button[type="submit"] span,
#vanSearch button[type="submit"] span,
#motoSearch button[type="submit"] span,
#bikeSearch button[type="submit"] span {
	font-size: 11px;
	top: 0;
	color: #C9302C;
}
#carSearch button[type="submit"]:hover,
#vanSearch button[type="submit"]:hover ,
#motoSearch button[type="submit"]:hover ,
#bikeSearch button[type="submit"]:hover  {
	opacity: 1
}
a.advSearch {
	clear: both;
	float: right;
	margin-top: 15px;
	font-size: 10px
}
.plusCatg{}