#sliderbox{
	/*width:80%;
	margin:0 10%;*/
	width:100%;
	margin:0 auto;
}
#home_image{
	text-align:center;
	background-color: #505050;
}
#home_image img{
	margin: 0 auto;
}

#index-about{
	background-image:url(../img/carte.png);
	background-repeat:no-repeat;
	background-size: auto 330px;
	background-position: bottom right;
	box-sizing:border-box;
	text-align:justify;
	padding-right:370px;
}

#index-about b{
	font-weight:900;
}

.index-metiers-bloc{
	display:inline-block;
	width:30%;
	margin:0 2%;
}
.index-metiers-bloc span,
.index-metiers-bloc img{
	width:100%;
	display:block;	
}
#index-img1, #index-img4, #index-img7{ margin-left: 0;}
#index-img3, #index-img6, #index-img9{ margin-right: 0;}

#index-img1, #index-img2, #index-img3, #index-img4, #index-img5, #index-img6{ margin-bottom: 4%;}

.index-metiers-bloc span{
	text-align:center;
	padding:36px 2px 36px 50px;
	font-weight:900;
	font-size:120%;
	text-transform:uppercase;
	color:white;
	border-bottom:4px solid #505050;
	font-family: 'Teko', sans-serif;
	background-repeat:no-repeat;
	background-size: auto 40%;
	background-position: 6% 50%;
}

#index-img8 span{
	background-size: auto 35%;
	background-position: 5% 50%;
}

#index-img9 span{
	background-size: auto 35%;
	padding:36px 2px 36px 2px;
	color:#555;
	border-bottom:4px solid #aaa;
}

.index-metiers-bloc img{
	opacity:.8;
}
.index-metiers-img{
	overflow:hidden;
}
.index-metiers-bloc:hover img{
	opacity:1;
	transform:scale(1.15);
	transition:all .3s;
}

.index-services-img{
	display:inline-block;
	width:19.5%;
	margin:0 .31%;
}
.index-services-img:first-child{
	margin-left:0;
}
.index-services-img:last-child{
	margin-right:0;
}
.index-services-img img{
	width:100%;
}

@media (max-width: 1023px) {
	#index-about{
		padding-right:36px;
		padding-left:36px;
		padding-bottom: 190px;
		background-size: auto 200px;
		background-position: bottom center;
	}
	#index-img2{ margin:0; }
	.index-metiers-bloc{
		display:block;
		width:100%;
		margin: 16px 0;
	}
	#home_image {
		height: inherit;
		line-height: 0;
	}
	#home_image img{
		width:100%;
		height:auto;
	}
	
	.index-services-img{
		display:inline-block;
		width:32.2%;
		
	}
	.index-services-img,
	.index-services-img:first-child,
	.index-services-img:last-child{
		margin:0 .5%;
	}
	
}