/*
--------------------------------------
Home
--------------------------------------
*/

.ligne_collection {
	flex-wrap: wrap !important;
}

.ligne_collection .item_collection {
	flex: 0 0 33% !important;
}

#img_tracabilite::after {
	content: '';
	background: url('/wp-content/uploads/2024/03/tronc.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 177px;
	height: 188px;
	position: absolute;
	top: -200px;
	right: -80px;
	z-index: 1;
}