.clock {
    width:535px;
    margin:0 auto;
	z-index:10000;
	position:relative;
	height:150px;
	margin:30px 0 0 -50px;;
}

.step#step-esprit .bloc-video#bloc-12 .clock p { padding:0; text-align:center; width:100%; }

.clock_days {
    float:left;
    width:122px;
    margin-right: 15px;
    position: relative;
}
.clock_hours {
    float:left;
    width:122px;
    margin-right: 15px;
    position: relative;
}
.clock_minutes {
    float:left;
    width:122px;
    margin-right: 15px;
    position: relative;
}
.clock_seconds {
    float:left;
    width:122px;
    position: relative;
}

.bgLayer {
    background-image:url("../img/clock_bg.png");
    width:122px;
    height:122px;
    background-repeat: no-repeat;
}

.step#step-esprit .bloc-video#bloc-12 .clock p.val {
    margin:0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height: 122px;
    font-family: 'Raleway', sans-serif; font-weight:700; font-size:20px; text-transform:uppercase;
    font-weight: bold;
    text-align: center;
	color:#A4C408;
    text-shadow: -3px -3px 15px #ffffff;
}

.step#step-esprit .bloc-video#bloc-12 .clock p.type_days,
.step#step-esprit .bloc-video#bloc-12 .clock p.type_hours,
.step#step-esprit .bloc-video#bloc-12 .clock p.type_minutes,
.step#step-esprit .bloc-video#bloc-12 .clock p.type_seconds {
    font-family: 'Raleway', sans-serif; 
	font-weight:700; 
	font-size:20px; 
	text-transform:uppercase;
    font-weight: bold;
	color:#A4C408;
    background:none;
    padding:5px;
    text-align: center;
    margin:0 auto;
    margin-top:10px;
    display: table;
    text-transform: uppercase;
    text-shadow: -3px -3px 15px #ffffff;
}
