.bg-offre{
	background-color: rgba(0, 154, 154, 0.80);
	border-radius: 27px;
	padding: 20px 25px;
}
.bg-offre p{
	color: white;
	font-family: "AvertaBold";
}
.offre-date{
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.offre-date img{
	padding-right: 5px;
}
.promo-cartouche{
	background-color: #FFAD00;
	padding: 3px;
	border-radius: 3px;
}
.offre1{
	font-size: 28px;
	margin-bottom: 20px;
}
.offre1 span{
	font-size: 30px;
}
.sup-1{
	font-size: 0.4em;
	font-weight: normal;
	vertical-align: super;
}
@media (max-width: 1240px) { 
	.offre-date{
		justify-content: center;
	}
	.offre1{
		text-align: center;
	}
}
@media (max-width: 768px) { 
	.offre-date{
		justify-content: start;
	}
	.offre1{
		text-align: left;
		font-size: 19px;
		margin-bottom: 10px;
	}
	.offre1 span{
		font-size: 19px;
	}
	.liste-intro{
		display: none;
	}
}