.countdown {
  margin: 0 auto 46px auto;
}
.figure {
  position: relative;
display: inline-block;
  height: 66px;
  width: 61px;
  background:linear-gradient(180deg,#0F2133 50%, #1b334c  100%);
  border-radius: 8px;
  margin-bottom:9px;
}
.figure .top:after, .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid  #1b334c;
}

.figure .top {
  z-index: 3;
  background:linear-gradient(180deg, #1b334c 0%, #0F2133 100%);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
 transform:perspective(200px);
}

.figure .bottom {
  z-index: 1;
}
.figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, .02);
}
.figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background:linear-gradient(180deg, #1b334c 0%, #0F2133 100%);
  border-top-left-radius:10px;
  border-top-right-radius:10px;


}
.figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.figure .top, .figure .top-back {
  height: 50%;
  overflow: hidden;
 backface-visibility:hidden;
}

.figure .top-back {
  z-index: 4;
  bottom: 0;
  background:linear-gradient(0deg, #1b334c 0%, #0F2133 100%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.figure:last-child {
  margin-right: 0;
}
.figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  font-weight: 400;
  color: white;
  line-height:66px;
}
.countdown .count-title {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: white;
  text-transform: uppercase;
}


.bloc-time {
  display: inline-block;
  margin-right: 46px;
  text-align: center;
  position: relative;
}
.bloc-time:before{
  position:absolute;
  right:-23px;
  content: ":";
  line-height:66px;
  top:0;
  color:white;
}
.bloc-time:last-child:before{
  content:"";
}
.countdown .bloc-time:last-child {
  margin-right: 0 !important;
}