body{
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dfdfdf;
}


#logoContainer{
  width: 50%;
  height: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: relative;
}


#logo #arc{
  clip-path:inset(0 100% 0 0);
  /*transition: clip-path 0.3s ease-out;*/
}

#logo #tiret{ opacity:0; }


#circle_gradient{
  fill:url(#gradient);
  clip-path: url(#clipW);
}

.text_group{
  opacity: 0;
}

#text_left{ transform: translateX(-100px); }
#text_right{ transform: translateX(100px); }
