#aVenir {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#aVenirBar {
  background-color: #151c26;
  text-align: center;
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #78c9d8;
}

#aVenirCountdown {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  min-height: 1px;
  display: inline-block;
  font-weight: lighter;
}

#aVenirCountdown > div {
  display: inline-block;
  margin: 0 5px;
}
#aVenirCountdown > div > div {
  font-size: 30px;
  line-height: 34px;
}

#aVenirBarLeft {
  position: absolute;
  margin-top: 15px;
  margin-left: 10px;
  width: 75px;
}

#aVenirBarRight {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 40px;
}

#aVenirText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -60px;
  color: #fff;
  text-shadow: black 0 0 30px;
}

#aVenirTitre {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#aVenirHeure, #aVenirJour {
  font-size: 25px;
}