

#bloc_montre_ontime{
}
@media only screen and (max-width: 48em) and (orientation: portrait) {
    #bloc_montre_ontime{
        width: 131%;
        top: 0%;
        left: 50%;
        transform-origin: center;
        transform: translate(-25%,110px) rotate(-19deg);
    }
}