.conteneurOffrePackFicheProduit {
	padding-left: 0px;
	margin-top: 15px;
}

.titreOffrePackFicheProduit {
	position: relative;
	color: #fff;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: solid 1px #b3b3b3;
	padding: 5px;
	background-color: #1bae6b;
	font-size: 15px;
}

.titreOffrePackFicheProduit a {
	color: #fff;
}

.titreOffrePackFicheProduit a:hover {
	text-decoration: underline;
}

.packItemFicheProduit {
	margin-bottom: 10px;
	border-bottom: solid 1px #eeeeee;
}

.titrePackItemFicheProduit {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #1bae6b;
}

.titrePackItemFicheProduit span {
	color: #1bae6b;
	font-size: 22px;
}

.boutonCreerPackEquipement {
	position: relative;
	color: #fff;
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #1bae6b;
	font-size: 15px;
	margin-top: 25px;
}

.boutonCreerPackEquipement a {
	color: #fff;
}

.boutonCreerPackEquipement a:hover {
	text-decoration: underline;
}

.pack-offers-wrapper {
	display: flex;
	flex-direction: column;
	min-width: 200px;
	padding-top: 20px;
}

.pack-offers-box {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	/* height: 100px; */
	max-width: 525px;
	flex-wrap: wrap;
}

.offer-item {
	width: 150px;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
	border: solid 1px silver;
	height: 120px;
}

.offer-item-img {
	width: 20px;
}

.offer-item-regular-price {
	font-size: 12px;
	color: silver;
	text-decoration: line-through;
}

.pack-offers-recommend {
	font-size: 13px;
	background: #a71f1f;
	color: white;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.pack-offers-best-price {
	font-size: 13px;
	background: #000;
	color: white;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.pack-offers-first {
	font-size: 13px;
	background: #000;
	color: white;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.offer-item-discount {
	width: 45px;
	height:30px;
	margin: 0 auto;
	color: white;
	font-size: 13px;
	margin-bottom:5px;
	padding-top:4px;
}
.discount-value-header {
	background: #a71f1f;
}

.offer-item.offer-item-active {
	border: solid 3px black;
}

.offer-item-active .iconeCheck::after{
	font: normal normal normal 12px/1 FontAwesome;
	content: "\f00c";
	color: #fff;
	position: relative;
	margin-right:5px;
}

@media (max-width: 767px) {
	/* .pack-offers-box {
		height: 130px;
	} */

	.offer-item{
		width: 30%;
		height: 140px;
		margin-bottom: 10px;
	}
	.offer-item-icon, .offer-item-icon-first {
		margin-bottom: 10px;
	}

	.offer-item-regular-price {
		font-size: 14px;
	}
	.pack-offers-first{
		font-size: 10px;
	}

	.offer-item-price {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.offer-item-discount {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.offer-item-img {
		width: 25px;
	}

	.offer-item-quantity {
		font-size: 18px;
	}

	.pack-offers-recommend {
		font-size: 10px;
		height: 34px;
	}

	.pack-offers-best-price {
		font-size: 10px;
		height: 34px;
	}
}