:root{
  --width: 750px;
}
.box img{
  width: 100%;
}
.box-wrap {
  background-color: #000;
  text-align: center;
  margin: 0;
  position: relative;
}

.box{
  max-width: min(750px, calc(750px / var(--width) * 100vw));
  margin: auto;
   position: relative;
}

.detail{
  position: absolute;
  bottom: min(85px, calc(85px / var(--width) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  
  
}




.wrap {
  position: absolute;
  top: min(1020px, calc(1020px / var(--width) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

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

.countdown {
  width: min(690px, calc(690px / var(--width) * 100vw));
  margin: 0 auto;
}

.countdown .bloc-time {
  float: left;
  margin-right: min(30px, calc(30px / var(--width) * 100vw));
  text-align: center;
}

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

.countdown .count-title {
  display: block;
  margin-bottom: min(15px, calc(15px / var(--width) * 100vw));
  font: normal 0.94em "Lato";
  color: #1a1a1a;
  text-transform: uppercase;
}

.countdown .figure {
  position: relative;
  float: left;
  height: min(110px, calc(110px / var(--width) * 100vw));
  width: min(100px, calc(100px / var(--width) * 100vw));
  margin-right: min(10px, calc(10px / var(--width) * 100vw));
  background-color: #fff;
  border-radius: min(8px, calc(8px / var(--width) * 100vw));
  -moz-box-shadow: 0 min(3px, calc(3px / var(--width) * 100vw)) min(4px, calc(4px / var(--width) * 100vw)) 0 rgba(0, 0, 0, 0.2), inset min(2px, calc(2px / var(--width) * 100vw)) min(4px, calc(4px / var(--width) * 100vw)) 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 min(3px, calc(3px / var(--width) * 100vw)) min(4px, calc(4px / var(--width) * 100vw)) 0 rgba(0, 0, 0, 0.2), inset min(2px, calc(2px / var(--width) * 100vw)) min(4px, calc(4px / var(--width) * 100vw)) 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 min(3px, calc(3px / var(--width) * 100vw)) min(4px, calc(4px / var(--width) * 100vw)) 0 rgba(0, 0, 0, 0.2), inset min(2px, calc(2px / var(--width) * 100vw)) min(4px, calc(4px / var(--width) * 100vw)) 0 0 rgba(255, 255, 255, 0.08);
}

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

.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal min(5.94em, calc(5.94em / var(--width) * 100vw)) / min(107px, calc(107px / var(--width) * 100vw)) "Lato";
  font-weight: 700;
  color: #000;
}

.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: min(1px, calc(1px / var(--width) * 100vw)) 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: min(10px, calc(10px / var(--width) * 100vw));
  -webkit-border-top-left-radius: min(10px, calc(10px / var(--width) * 100vw));
  border-top-left-radius: min(10px, calc(10px / var(--width) * 100vw));
  -moz-border-radius-topright: min(10px, calc(10px / var(--width) * 100vw));
  -webkit-border-top-right-radius: min(10px, calc(10px / var(--width) * 100vw));
  border-top-right-radius: min(10px, calc(10px / var(--width) * 100vw));
  -moz-transform: perspective(min(200px, calc(200px / var(--width) * 100vw)));
  -ms-transform: perspective(min(200px, calc(200px / var(--width) * 100vw)));
  -webkit-transform: perspective(min(200px, calc(200px / var(--width) * 100vw)));
  transform: perspective(min(200px, calc(200px / var(--width) * 100vw)));
}

.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: min(10px, calc(10px / var(--width) * 100vw));
  -webkit-border-top-left-radius: min(10px, calc(10px / var(--width) * 100vw));
  border-top-left-radius: min(10px, calc(10px / var(--width) * 100vw));
  -moz-border-radius-topright: min(10px, calc(10px / var(--width) * 100vw));
  -webkit-border-top-right-radius: min(10px, calc(10px / var(--width) * 100vw));
  border-top-right-radius: min(10px, calc(10px / var(--width) * 100vw));
}

.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(min(200px, calc(200px / var(--width) * 100vw))) rotateX(180deg);
  -ms-transform: perspective(min(200px, calc(200px / var(--width) * 100vw))) rotateX(180deg);
  -webkit-transform: perspective(min(200px, calc(200px / var(--width) * 100vw))) rotateX(180deg);
  transform: perspective(min(200px, calc(200px / var(--width) * 100vw))) rotateX(180deg);
  -moz-border-radius-bottomleft: min(10px, calc(10px / var(--width) * 100vw));
  -webkit-border-bottom-left-radius: min(10px, calc(10px / var(--width) * 100vw));
  border-bottom-left-radius: min(10px, calc(10px / var(--width) * 100vw));
  -moz-border-radius-bottomright: min(10px, calc(10px / var(--width) * 100vw));
  -webkit-border-bottom-right-radius: min(10px, calc(10px / var(--width) * 100vw));
  border-bottom-right-radius: min(10px, calc(10px / var(--width) * 100vw));
}

.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.hours,
.min{
  position: relative;
}

.bloc-time.hours::before,
.bloc-time.min::before{
  content: "：";
  color: #fff;
  position: absolute;
  left: calc(100% - min(15px, calc(15px / var(--width) * 100vw)));
  top: 50%;
  transform: translateY(-50%);
  font-size: min(60px, calc(60px / var(--width) * 100vw));
} 