#stage {
  width: 728px;
  height: 90px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: solid 1px #000;
  box-sizing: border-box;
}
#stage .ct {
  position: absolute;
  width: 728px;
  height: 90px;
  left: 0;
  top: 0;
}
#stage .bg {
  transform: scale(0.5);
  position: absolute;
  left: -130px;
  left: -80px;
  top: 0px;
  transform-origin: top left;
}
#stage .txt-bientot {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .txt-bientot img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 10px;
  left: 65px;
}
#stage .ml {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .ml img {
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
}
#stage .ml2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .ml2 img {
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
}
#stage .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .logo img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 145px;
}
#stage .pen {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .pen img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 150px;
  transform-origin: 90% center;
  transform: scale(0.5);
}
#stage .bloc-insuline {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .bloc-insuline img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 190px;
}
#stage .bord {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#stage .bord img {
  position: absolute;
  left: 0;
  top: 0;
}
#stage .logo-sanofi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
}
#stage .logo-sanofi img {
  position: absolute;
  right: -1px;
  bottom: -1px;
}
