.select_bbc {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 100%;
    color: inherit;
    text-align: left;
    min-width: 214px;
}
 

.contenting{
	margin: 0 auto;
    max-width: 1190px;
    box-sizing: border-box;
	min-height: 80px;
}
.content_listing{
	margin: 20px auto;
    max-width: 1280px;
    box-sizing: border-box;
    overflow: visible;
	 
}
.fil_bloc{
    padding-top: 20px;
}
.fil_bloc span{
	font-size: 1.2em;
    text-transform: uppercase;
	margin-right: 10%;
}
.marque_selected{
	text-align:center;
	margin: 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	
}

.twelve{
	text-align:center;
}

.height{
	text-align:center;
}

figure{
	margin-top:30px;
}
figcaption{
	text-transform:uppercase;
	text-align:center;	
	min-height: 90px;
}