    /* --------------------- */
   /* Texte de la date */
   /* --------------------- */
   .date {font-size:105pt;}
   /* --------------------- */
   /* Horloge circulaire */
   /* --------------------- */
   /* Nombre interieur */
   #time {display:flex;gap:100px;}
   #time .circle {width:500px;height:600px;}
   #time .circle svg {width:470px;height: 450px;}
   #time .circle svg circle {stroke-width:14px;transform:translate(35px,25px);}
   #time .circle svg circle:nth-child(2) {stroke-dasharray:1245;}
   #time div {font-size:15.5rem;}
   /* --------------------- */
   /* Definition du texte point flotant */
   /*  */
   .dots {width: 75%;height: 73%;}
   /*  */
   .dots::before {top: -0px;width: 40px;height: 40px;}