body {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smooth {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ad img,
.banner img,
.banner svg {
    position: absolute;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ad div,
.banner div {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ad,
.banner {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
}

.ad {
    border-width: 0;
    border-style: solid;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    background-image: url('loading.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.banner {
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}

.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.hidden {
    opacity: 0;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
}

.clickTag {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.js-banner{
    opacity: 0;
}

.montre {
    position: absolute;
    display: block;
    width: 700px;
    height: 700px;
    top: -239px;
    left: -201px;
    -webkit-transform: scale(0.21);
    -moz-transform: scale(0.21);
    -ms-transform: scale(0.21);
    transform: scale(0.21);
}  

.heures,
.minutes,
.secondes {
    -webkit-transform-origin: center center !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    transform-origin: center center !important;
    position: absolute;
}
.day {
    position: absolute;
    top: 582px;
    left: 349px;
    display: block;
    /* width: 30px; */
    /* height: 21px; */
    font-family: arial;
    font-size: 7px;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}