@charset "utf-8";
/* body {
  background-color: #f2f1ed;
} */

/* .wrap {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 310px;
} */

.count-down a {
  text-decoration: none;
  color: #1a1a1a;
}

.count-down h1 {
  margin-bottom: 60px;
  text-align: center;
  font: 300 2.25em "Lato";
  text-transform: uppercase;
}
.count-down h1 strong {
  font-weight: 400;
  color: #ea4c4c;
}

.count-down h2 {
  margin-bottom: 80px;
  text-align: center;
  font: 300 0.7em "Lato";
  text-transform: uppercase;
}
.count-down h2 strong {
  font-weight: 400;
}

.count-down {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.count-down .bloc-time {
  /* float: left; */
  display: inline-block;
  /* margin-right: 45px; */
  margin-right: 8px;
  text-align: center;
}
.count-down .bloc-time:last-child {
  margin-right: 0;
}
.count-down .count-title {
  float: left;
  display: block;
  height: 75px;
  line-height: 75px;
  color: #1a1a1a;
  text-transform: uppercase;
}
.count-down .figure {
  position: relative;
  float: left;
  /* height: 110px; */
  height: 75px;
  /* width: 90px; */
  width: 54px;
  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);
}
.count-down .figure:last-child {
  margin-right: 0;
}
.count-down .figure > span {
  position: absolute !important;
  left: 0;
  right: 0;
  margin: auto;
  /* font: normal 5.94em/107px "Lato"; */
  font: normal 4.54em/70px "Lato";
  font-weight: 700;
  color: #f34b51;
}
.count-down .figure .top:after, .count-down .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);
}
.count-down .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);
}
.count-down .figure .bottom {
  z-index: 1;
}
.count-down .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.count-down .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;
}
.count-down .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.count-down .figure .top, .count-down .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.count-down .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;
}
.count-down .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}




@media screen and (max-width:767px) {
  .count-down{
    width: 100%;
  }
  .count-down .figure{
    width: .45rem;
    height: .7rem;
    
  }
  .count-down .figure > span{
    font: normal 1.54em/37px "Lato";
  }
  .count-down .count-title{
    height: 37px;
    line-height: 37px;
  }

}