/* here you can put your own css to customize and override the theme */
.categorie-case {
	height: 80px;
	padding: 30px 0 0 0;
	color: black;
	text-align: center;
}
.categorie-col-3 {
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	margin-top: 10px;
}
.categorie-col-3 .badge {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px !important;
	font-weight: 300;
	top: -4px;
	left: 0px;
	padding: 3px 6px 3px 6px;
	text-shadow: none;
	border-width: 0;
	border-style: solid;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	color: #eee;
	background-color: #000;
}
.btnwin > i {
	font-size: 18px;
}
.achats, .client {
	background: #eee;
	padding: 10px;
	margin-top: 5px;
}
.achats {
	min-height: 150px;
}
.clearfix {
  *zoom: 1;
  display: inline;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}