/*div#montre-anonimo-head {
    max-height: 150px;
}*/
div#montre-anonimo-head {
    position: absolute;
    right: -90px;
    top: -92px;
}
#anonimo{
    height: 332px;
    margin: 0;
    position: absolute;
    /* top: 560px;
    width: 440px;
    background: url("anonimo-gradient-left.png") no-repeat;*/
}

/*#anonimo-nautilo{
    background: url(../img/anonimo-nautilo.png) no-repeat;
    height: 332px;
    margin: 0 auto;
    position: relative;
    top: 38px;
    width: 216px;
    background-size: 143px;
}*/

#anonimo-nautilo {
    background: url(../img/anonimo-nautilo.png) no-repeat;
    height: 225px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    width: 216px;
    background-size: 143px;
}

#montre {
    height: 148px;
    margin: 40px auto;
    position: relative;
    width: 148px;
    left: -12px;
    top: 93px;
    z-index: 2;
}

#seconde{
    border: 20px solid rgba(110, 150, 180, 0.0);
    height: 100px;
    left: 28px;
    top: -37px;
    background: url(../img/anonimo-nautilo-seconde.png) no-repeat center;
    width: 20px;
    background-size: 10px;
}

#minute{
    border: 20px solid rgba(80, 150, 200, 0.0);
    height: 100px;
    left: 28px;
    top: -36px;
    background: url(../img/anonimo-nautilo-minute.png) no-repeat center;
    width: 20px;
    background-size: 10px;
}

#heure{

    border: 20px solid rgba(10, 50, 128, 0.0);
    height: 103px;
    left: 27px;
    top: -39px;
    background: url(../img/anonimo-nautilo-heure.png) no-repeat center;
    width: 20px;
    background-size: 10px;
}   

#centre{
    border: 6px solid rgba(255,255,255,0.6);
    left: 194px;
    top: 194px;
}

.rond, .sep{
    position: absolute;
}

#centre, .sep{
    display: none;
}

.date, .desc{
    color: #ffffff;
    font-family: "Lato",sans-serif;
}

.date{
    font-size: 7px;
    font-weight: bold;
    height: 16px;
    left: 60px;
    position: relative;
    text-align: center;
    top: -58px;
    width: 18px;
    z-index: 1;
}

.desc{
    bottom: 140px;
    color: white;
    font-size: 12px;
    left: 30px;
    position: relative;
    width: 100px;
}

.desc img{
    width:100%;
}


@media (max-width: 1600px) {
    #montre-anonimo-head{
        display: none;
    }       
}




