.bg-offre{
	/*background-color: rgba(0, 154, 154, 0.80);*/
	background-color: rgba(0, 0, 0, 0.753);
	border-radius: 27px;
	padding: 30px 35px;
}	
@media (max-width: 1240px) { 
.bg-offre{
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;
}
.offre2{
	font-size: 20px;
	margin-bottom: 30px;
}
.offre1 span{
	font-size: 33px;
	text-transform: uppercase;
}
.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;
	}
	.offre2{
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.liste-intro{
		display: none;
	}
}

#timer-offer {
  color: #fff;
}
@media (max-width: 768px) { 
	#timer-offer{
	border-radius: 12px;
	text-align: center;
	max-width: 360px;
	margin: auto;
	}
}
.timer {
  display: flex;
  gap: 20px;
}
.timer #days, .timer #hours, .timer #minutes, .timer #seconds{
	font-size: 50px;
	padding-bottom: 20px;
}
@media (max-width: 768px) { 
.timer #days, .timer #hours, .timer #minutes, .timer #seconds{
	font-size: 35px;
	padding-bottom: 10px;
}
}
.timer small{
	font-size: 15px;
}
@media (max-width: 768px) { 
.timer small{
	font-size: 13px;
}
}
@media (max-width: 768px) { 
	.timer {
	justify-content: center;
	  font-size: 2rem;
	}
}

.timer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.time-bloc{
	display: flex;
	margin-top: 25px;
}
@media (max-width: 768px) { 
	.time-bloc {
	justify-content: center;
	margin-top: 15px;
	}
}
.time-bloc img{
	padding-right: 5px;
}