.okom_countdown-contener {
	clear: both;
}

.okom_countdown-message {
	clear: both;
	position: relative;
	text-align:center;
	background: none repeat scroll 0% 0% #FBFBFB;
	border: 1px solid #D6D4D4;/* Couleur de la bordure */
	padding: 10px;
	border-top: 5px solid #333; /* A commenter sir le hook n'est pas une colone*/
	margin:5px 0 5px 0;
		 /* Bordures arrondies 
		 border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		*/
}

.okom_countdown-product {
	clear: both;
	position: relative;
	text-align:center;
	padding: 10px;
	

}



.okom_countdown-message p
{
	
	margin:0;
	padding-bottom:5px;
}

.okom_countdown-message p a
{

	color:white;

}

/* La suite du css du count Down */

.theme2 {
	font: 600 18px/20px "Open Sans Condensed",sans-serif;
}

.theme2 span {
	color:#000;
}



#countdowns .static {
	position: absolute;
	display: block;
	width: 1em;
	background-color: #444;
	border-radius: 0.2em;
	text-align: center;
	color: #FFF;
	letter-spacing: -1px;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}




.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}

.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}


.okom_countdown_contener_top {
	/*background-image: url(../img/destockage.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: center; 
	width: auto;
	height: 145px;
	text-align: center;
	padding: 10px;*/
	clear: both;
	background: #fbfbfb;
	padding: 10px;
	margin: 0 15px 5px 15px;
	border: 1px solid #5F862F;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}

	.div_imagine_top {
		border-top: 2px solid #333;
		margin-top: -5px;
		width: 100%;
	}
		@media only screen and (max-width: 767px) {
			.div_imagine_top {
			}
		}
    
	.imagine_footer_top {
		width: 100%;
		height: auto;
	}
		@media only screen and (max-width: 767px) {
			.imagine_footer_top {
			}
		}
