.wrap {
  height: 380px;
  margin-top: 70px;
}



.countdown {
  text-align:center;

}
.countdown .bloc-time {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-bottom: 15px;
  font: normal 0.94em "Lato";
  color: #1a1a1a;
  text-transform: uppercase;
}
@media (max-width: 400px) {

  .countdown .figure > span {
    font: normal 3.94em/40px "Lato";

  }
}
@media (min-width: 1200px) {
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 5.94em/102px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 100px;
    width: 105px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 3.94em/80px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 75px;
    width: 95px;
    margin-right: 6px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 16px;
    margin-left: 16px;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 2.54em/60px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 55px;
    width: 60px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .countdown {
    text-align:center;
    margin-left: 20px;
  }
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 2.00em/50px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 45px;
    width: 50px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .countdown {
    text-align:center;
    margin-left: 40px;
    margin-right: 30px;

  }
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 1.60em/30px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 40px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .countdown {
    text-align:center;
    margin-left: 120px;
    margin-right: 100px;

  }
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 1.60em/30px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 40px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .countdown {
    text-align:center;
    margin-left: 80px;
    margin-right: 70px;
    padding-bottom: 10px;

  }
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 1.60em/30px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 40px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  #countdown {
    margin-bottom: 100px ;
  }
  .countdown {
    text-align:center;
    margin-left: 60px;
    margin-right: 20px;

  }
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 1.60em/30px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 40px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 300px) {
  #countdown {
    margin-bottom: 250px ;
  }
  .countdown {
    text-align:center;
    margin-left: 30px;
    margin-right: 20px;

  }
  .countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 1.60em/30px "Lato";
    font-weight: 700;
    color: #021F32;
  }
  .countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 40px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown .bloc-time {
    float: left;
    margin-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    text-align: center;
  }
}


.countdown .figure:last-child {
  margin-right: 0;
}

.countdown .figure .top:after, .countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top, .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}
#countdown {
  padding: 100px 0;
}