  
#div_glob_rouge{
     position: absolute;
}

#div_canvas_globules{
          padding: 0;
          margin: 0;
          overflow: visible;
          width: 160px;
          height: 160px;
          position: absolute;
          /*top:200px;*/
        
          /*border: thin solid green;*/
          /*background-color: #710709;*/
          clip-path: circle(80px at 80px 80px)
      }
      
 .circle{
          /*background-color:#fff;*/
            border:2px solid white;    
              width: 162px;
          height: 162px;
            border-radius:50%;
            -moz-border-radius:50%;
            -webkit-border-radius:50%;
          
            /*position: absolute;*/
              /*top:200px;*/
          /*left:45%;*/
            z-index: 50;
      }
      
      