.date2 {
  font-size: 8px;
  width: 32px;
  height: 9px;
  background-color: #F6EEE8;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 27%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.border-clock {
  background-color: #EBEB83;
  width: 300px;
  height: 300px;
  border: 10px solid #F4F48E;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); 
  box-shadow: 15px 15px 35px -10px #488893;
}

section.clock {
  width: 43px;
  height: 43px;
  background-color: #fff;
  border: 1px solid #d4c9bb;
  border-radius: 100%;
  position: absolute;
  left: 32px;
  top: 27px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.clock div.minutes, section.clock div.hours, section.clock div.seconds  {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }

/*section.clock div.minutes {-webkit-transition: -webkit-transform 1s linear;transition: -webkit-transform 1s linear;transition: transform 1s linear;transition: transform 1s linear, -webkit-transform 1s linear}*/

section.clock div.seconds::before, section.clock div.minutes::before, section.clock div.hours::before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

section.clock div.seconds::before {
    width: 1px;
    height: 19px;
    background-color: #d4c9bb;
  }

section.clock div.minutes::before {
    width: 3px;
    height: 18px;
    background-color: #d4c9bb;
    border-radius: 3px;
  }

section.clock div.hours::before {
    width: 3px;
    height: 15px;
    background-color: #8e0027;
    border-radius: 3px;
  }

section.clock .cercle {
    width: 3px;
    height: 3px;
    background-color: #470215;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

section.clock span {
    display: block;
    width: 1px;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
  }

section.clock span::after {
      content: "";
      background-color: #A0A1A4;
      position: absolute;
      width: 100%;
      height: 10px;
      top: 0;
      left: 0;
    }

section.clock span::before {
      content: "";
      background-color: #A0A1A4;
      position: absolute;
      width: 100%;
      height: 10px;
      bottom: 0;
      left: 0;
    }

section.clock span.fives::after,
      section.clock span.fives::before {height: 20px}

section.clock ul {
    height: 38%;
    width: 0;
    position: absolute;
    bottom: 50%;
    left: 50%;
  }

section.clock ul li {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }

section.clock ul li i {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
      }

section.clock ul li:nth-child(2) {
        -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
      }

section.clock ul li:nth-child(2) i {-webkit-transform: translateX(-50%) rotate(-30deg);transform: translateX(-50%) rotate(-30deg)}

section.clock ul li:nth-child(3) {
        -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
      }

section.clock ul li:nth-child(3) i {-webkit-transform: translateX(-50%) rotate(-60deg);transform: translateX(-50%) rotate(-60deg)}

section.clock ul li:nth-child(4) {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
      }

section.clock ul li:nth-child(4) i {-webkit-transform: translateX(-50%) rotate(-90deg);transform: translateX(-50%) rotate(-90deg)}

section.clock ul li:nth-child(5) {
        -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
      }

section.clock ul li:nth-child(5) i {-webkit-transform: translateX(-50%) rotate(-120deg);transform: translateX(-50%) rotate(-120deg)}

section.clock ul li:nth-child(6) {
        -webkit-transform: rotate(150deg);
                transform: rotate(150deg);
      }

section.clock ul li:nth-child(6) i {-webkit-transform: translateX(-50%) rotate(-150deg);transform: translateX(-50%) rotate(-150deg)}

section.clock ul li:nth-child(7) {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }

section.clock ul li:nth-child(7) i {-webkit-transform: translateX(-50%) rotate(-180deg);transform: translateX(-50%) rotate(-180deg)}

section.clock ul li:nth-child(8) {
        -webkit-transform: rotate(210deg);
                transform: rotate(210deg);
      }

section.clock ul li:nth-child(8) i {-webkit-transform: translateX(-50%) rotate(-210deg);transform: translateX(-50%) rotate(-210deg)}

section.clock ul li:nth-child(9) {
        -webkit-transform: rotate(240deg);
                transform: rotate(240deg);
      }

section.clock ul li:nth-child(9) i {-webkit-transform: translateX(-50%) rotate(-240deg);transform: translateX(-50%) rotate(-240deg)}

section.clock ul li:nth-child(10) {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
      }

section.clock ul li:nth-child(10) i {-webkit-transform: translateX(-50%) rotate(-270deg);transform: translateX(-50%) rotate(-270deg)}

section.clock ul li:nth-child(11) {
        -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
      }

section.clock ul li:nth-child(11) i {-webkit-transform: translateX(-50%) rotate(-300deg);transform: translateX(-50%) rotate(-300deg)}

section.clock ul li:last-child  {
        -webkit-transform: rotate(330deg);
                transform: rotate(330deg);
      }

section.clock ul li:last-child i {-webkit-transform: translateX(-50%) rotate(-330deg);transform: translateX(-50%) rotate(-330deg)}