@charset "utf-8";
/* CSS Document */

#container_timer_offre {
	background-color: #3b4449;
	width:480px;
	margin:0 auto;
	padding:15px 15px 12px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
}

#timer_offre span{
	display:inline-block;
	background-color: #ffffff;
	font-size:34px;
	font-weight:bold;
	color:#fcd50b;
	text-align: center;
	padding:15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:110px;
	margin-right:12px;
}

#timer_offre_intitules span{
	display:inline-block;
	font-size:16px;
	line-height:16px;

	color:#ffffff;
	text-align: center;
	padding:10px 0px 0px 0px;
	width:110px;
	margin-right:12px;
	font-family:"GothamLight";
}

#timer_offre span:last-child, #timer_offre_intitules span:last-child{
	margin-right:0px;	
}

@media (max-width: 768px) {
#container_timer_offre {
	
	width:270px;
	
}


#timer_offre span{
	display:inline-block;
	width:60px;
	margin-right:10px;
	font-size:24px;
}
#timer_offre_intitules span{
	display:inline-block;
	width:60px;
	margin-right:10px;
	font-size:10px;
}
	
}
