  /* --------------------- */
   /* Texte de la date */
   /* --------------------- */
   .date {font-size: 15pt;}
   /* --------------------- */
   /* Horloge circulaire */
   /* --------------------- */
   /* Nombre interieur */
   #time {display:flex;gap: 5px;}
   /* espacement en les chiffre */
   #time .circle {width:70px;height:80px;}
   /* Position du cercle */
   #time .circle svg {width:70px;height: 70px;}
   /* epaisseur du trait et possition  */
   #time .circle svg circle {stroke-width: 4px;transform:translate( 5px, 5px);}
   /* 180 140 */
   #time .circle svg circle:nth-child(2) {stroke-dasharray: 189;}
   
   #time div {font-size: 2.5rem;}
   /* --------------------- */
   /* Point flotant */
   /* --------------------- */
   /*  */
   .dots {width: 68%;  height: 80%;}
   /* Taille du point */
   .dots::before {top: -2px;width: 10px;height: 10px;}