.container{
	text-align: center;
	padding-top: 50px;
}

/*==== Production =====*/
#cadre_production div[class^=col-]{
	text-align:center;
	margin-bottom:10px;
}

#cadre_production img{
	margin:auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#cadre_production img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

hr{
	border:1px solid black;
	width:100%;
}

p{
	padding-top:10px;
}

p span{
	margin-right:10px;
}

.glyphicon:before{
	margin-right:5px;
}

.glyphicon label {
	font-weight: normal;
	font-family: Arial;
}
