#piece{
	display:flex;
	justify-content: center;
	gap:1rem 8rem;
	flex-wrap:wrap;
	margin: 2rem 0 2rem 0 ;
}

#piece h1{	
	font-size:1.3rem;
	font-weight:200;
	margin-bottom:2rem;
}

#piece h2{	
	font-size:0.9rem;
	font-weight:200;
    line-height: 1.4rem;
	margin:0;
}

#piece a {
	color:#00adef;
	font-weight:bold;
	text-decoration:none;
}

#piece a:hover {
	text-decoration:underline;
}

#piece .infos{
	max-width:600px;
}


#piece .images .iveco,
#piece .images .norca,
#piece .images .saf,
#piece .images .fruehauf,
#piece .images .multibatteries,
#piece .images .cramaro{
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	width:10rem;
	height:3rem;
	margin-bottom:2rem;
}

#piece .images .iveco{
	background-image: url("./../images/marques/logo_iveco.png");
}

#piece .images .norca{
	background-image: url("./../images/marques/logo_norca.png");
}

#piece .images .saf{
	background-image: url("./../images/marques/logo_saf.png");
}

#piece .images .fruehauf{
	background-image: url("./../images/marques/logo_fruehauf.png");
}

#piece .images .multibatteries{
	background-image: url("./../images/marques/logo_multi_batteries.jpg");
}
#piece .images .cramaro{
	background-image: url("./../images/marques/logo_cramaro.png");
	margin-bottom:0;
}