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