#tabbedcathome{
	clear: both;
}
/* ---- button ---- */
#filterCat {
	border: none;
	/* background: white; */
}
@media (min-width: 768px){
	#filterCat {
		padding: 10px 0;
		margin: 0 0 0 -18px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}
#filterCat > li{
	margin-bottom: 0;
        float: left;
}
	@media (min-width: 768px){
	#filterCat > li{
		border-left: 1px solid #d6d4d4;
		margin: 10px 0 10px 9px;
		padding: 0 0 0 9px;
	}
	}
@media (max-width: 479px){
	#filterCat > li {
		width: 100%;
	}
}
#filterCat > li a{
	font: 600 21px/24px "Open Sans", sans-serif;
	color: #555454;
	text-transform: uppercase;
	border: none;
	outline: none;
	margin: 0;
	padding: 10px;
	cursor:pointer !important;
        text-decoration: none;
        display: block;
}
@media (min-width: 768px){
	#filterCat > li a{
		padding: 1px 10px;
	}
}
#filterCat > li:first-child{
	border: none;
}
#filterCat > li.active a,
#filterCat > li a:hover{
	background: #333333;
	color: white;
	padding: 10px;
}
@media (min-width: 768px){
	#filterCat > li.active a,
	#filterCat > li a:hover {
		margin: -9px 0;
	}
}

/* ---- isotope ---- */
#isotopeCategories {
	/*background: #DDD;
	max-width: 1200px;*/
	margin-top:20px;
}

/* clear fix */
#isotopeCategories:after {
	content: '';
	display: block;
	clear: both;
}
#isotopeCategories .isotopeCat.hidestart{
	display: none;
}
#isotopeCategories .category_image{
	overflow:hidden;
	display: block;
	position: relative;
	vertical-align: bottom;
	text-align: center;
}
#isotopeCategories .category_image img{
	max-width: 100%;
	transition: all 0.5s ease 0s;
  height: auto;
  display: block;
  margin:auto;
        
}
#isotopeCategories .category_image:hover > img {
    transform: scale(1.3);
	-ms-transform: scale(1.3); 
	-moz-transform: scale(1.3); 
	-webkit-transform: scale(1.3); 
	-o-transform: scale(1.3); 
}
#isotopeCategories .s_title_block{
	color: #313131;
	font-size: 16px;
	font-weight: 400;
	height: 30px;
	padding-bottom: 0;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
#isotopeCategories .category_desc{
	color: #666666;
	min-height: 45px;
	margin-top:-10px;
}

/* 5 columns for bootstrap */
.col-xs-25{
	width: 20%;
	float: left;
}
@media (min-width: 768px){
	.col-sm-25{
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px){
	.col-md-25{
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg-25{
		width: 20%;
		float: left;
	}
}

/* 7 columns for bootstrap */
.col-xs--7{
	width: 14.28571428571429%;
	float: left;
}
@media (min-width: 768px){
	.col-sm--7{
		width: 14.28571428571429%;
		float: left;
	}
}

@media (min-width: 992px){
	.col-md--7{
		width: 14.28571428571429%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg--7{
		width: 14.28571428571429%;
		float: left;
	}
}

/* 8 columns for bootstrap */
.col-xs--8{
	width: 12.5%;
	float: left;
}
@media (min-width: 768px){
	.col-sm--8{
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 992px){
	.col-md--8{
		width: 12.5%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg--8{
		width: 12.5%;
		float: left;
	}
}

/* 9 columns for bootstrap */
.col-xs--9{
	width: 11.11111111111111%;
	float: left;
}
@media (min-width: 768px){
	.col-sm--9{
		width: 11.11111111111111%;
		float: left;
	}
}

@media (min-width: 992px){
	.col-md--9{
		width: 11.11111111111111%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg--9{
		width: 11.11111111111111%;
		float: left;
	}
}

/* 10 columns for bootstrap */
.col-xs--10{
	width: 10%;
	float: left;
}
@media (min-width: 768px){
	.col-sm--10{
		width: 10%;
		float: left;
	}
}

@media (min-width: 992px){
	.col-md--10{
		width: 10%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg--10{
		width: 10%;
		float: left;
	}
}

#isotopeCategories .isotopeCat {
    padding: 0 15px;
}



@media (max-width: 767px){
	#isotopeCategories .isotopeCat {
	    width:50%;
	}
}
/* Fix affichage accueil : forcer 4 colonnes en desktop */
#isotopeCategories .isotopeCat {
  width: 25%;
  float: left;
}

/* tablette : 2 colonnes */
@media (max-width: 991px) {
  #isotopeCategories .isotopeCat {
    width: 50%;
  }
}

/* mobile : 1 colonne */
@media (max-width: 575px) {
  #isotopeCategories .isotopeCat {
    width: 100%;
  }
}


