/* Bloc */

#row_others{
	padding-top: 20px;
	margin-top: -90px;
}

#row_metiers{
    padding-top: 20px;
}

#row_others .col-lg-4,
#row_metiers .col-lg-4{
	padding-left : 20px;
	padding-right : 20px;
}

.bloc_others{ 
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	text-decoration: none;
	display: block;
	margin-bottom: 40px;
}
	.bloc_others .img_prev{ 
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 165px;
		position: relative;
	}

	.bloc_others .img_prev:after{ 
		content: '';
		background-image: url(../img/article_eye.svg);
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
		right: 0;
		top: 8px;
		position: absolute;
	}
	.bloc_others .content{ 
		padding: 20px 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height: 205px;
	}
		.bloc_others .content .title{ 
			color: #000;
			font-weight: bold;
			font-size: 24px!important;
			text-transform: uppercase;
			margin-bottom: 5px;
			text-align: center;
		}
		.bloc_others .content .gamme{ 
			color: #3B74B7;
			font-weight: bold;
			font-size: 16px;
			margin-bottom: 20px;
			text-align: center;
		}
		.bloc_others .content span{ 
			background-color: #3B74B7;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			border-radius: 50px;
			padding: 7px 25px 7px 15px;
			transition: all ease-in-out 0.2s;
			border:2px solid #fff;
			display: flex;
			align-items: flex-end;
		}
		.bloc_others .content span i {
			font-size: 19px;
			margin-right: 5px;
		}
		.bloc_others:hover .content span{ 
			background-color: #fff;
			color: #3B74B7;
			border-color: #3B74B7;
		}