/* Countdown*/

/*
@font-face {
	font-family: "DS-Digital";
	src: url('../../webfonts/ds-digital.woff') format('woff'),
		url('../../webfonts/ds-digital.svg#DS-Digital') format('svg'),
		url('../../webfonts/ds-digital.eot'),
		url('../../webfonts/ds-digital.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
}
.*/
@font-face {
	font-family: 'Digital-7 Mono';
	src: url('../../webfonts/digital-7-mono.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
mod_countdown {
	display: block;
    max-width: 250px;
    margin: 0 auto;
	text-align: center !important;
}
.mod_countdown .post-text {
	color: #fff;
	font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	text-align: center;
}
.mod_countdown .post-text {
	clear: both;
}
.mod_countdown .post-text a {
    color: #febf00;
}
.mod_countdown .post-text a:focus,
.mod_countdown .post-text a:hover {
    color: #fff;
    text-decoration: underline;
}
/*
.mod_countdown .finish {
	padding: 0 10px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 42px;
	font-weight: 700;
	color: #d00;
	text-align: center;
	background-color: #e8e8e8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 4px 0 rgba(50,50,50,.75);
	box-shadow: inset 2px 2px 4px 0 rgba(50,0,50,.75) ;
}
*/
.mod_countdown .countdown-wrapper {
	margin: 0;
	padding: 3px;
	text-align: center;
	background: #e8e8e8 url("../../../../images/countdown-bg-inox.jpg") no-repeat center center;
	background-size: cover;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media screen and (max-width: 991.99px) {
    .mod_countdown .countdown-wrapper {
		display: inline-block;
		margin: 0 auto;
    }
}
.mod_countdown .pre-text {
	width: 100%;
}
.mod_countdown .pre-text span {
	padding: 0 3px;
	color: #fff;
	font-weight: 500;
	background-color: #000;
}
.mod_countdown .finish span {
	margin: 0;
	padding: 0 3px;
	color: #fff;
	font-size: 13px;
	background-color: #d11616;
	text-transform: uppercase;
}
.mod_countdown .numbers {
	display: flex;
	justify-content: center;
	margin: 0;
}
.mod_countdown .countdown-wrapper:not(.finish) .numbers {
	justify-content: center;
	width: 100%;
}
.mod_countdown.finish .numbers {
	width: auto;
}
.mod_countdown .countdown-wrapper:not(.finish) .number {
	flex-grow: 1;
}
.mod_countdown .number {
	margin: 0 5px 0 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mod_countdown .number:last-child {
	margin-right: 0;
}
.mod_countdown .number span.title-frame {
	margin: 0;
	padding: 0 3px;
	color: #fff;
	font-size: 11px;
	line-height: 15px; 
	font-weight: 500;
	background-color: #d11616;
}
.mod_countdown .number span.number-frame {
	color: rgb(154, 234, 57); /* Vert: rgb(154, 234, 57) ... Jaune: #ff0 ... Rouge: rgb(222, 52, 52) */
	font: 900 36px/36px "Digital-7 Mono";
	background-color: #000;
}
.mod_countdown .number strong {
	position: relative;
	transform: skew(-5deg);
	z-index: 1;
}
.mod_countdown .number.five strong {
	width: 92px;
}
.mod_countdown .number.days strong {
	width: 60px;
}
.mod_countdown .number:not(.days):not(.five) strong {
	width: 44px;
}
.mod_countdown .number strong,
.mod_countdown .number strong::before {
	display: inline-block;
	padding: 0 5px;
	text-align: right;
}
.mod_countdown .number strong::before {
	position: absolute;
	content: "88";
	top: 0;
	right: 0;
	opacity: 33%;
	z-index: -1;
}
.mod_countdown .number.days strong::before {
	content: "888";
}
.mod_countdown .number.five strong::before {
	content: "88888";
}
