/* CSS Document pour "Jenpeuxplus" */
body {
  background-color: #515666;
  color: #ffffff;
  font-family: "Raleway";
}
section#jenpeuxplus .jpptop {
  padding-top: 100px;
  padding-bottom: 50px;
}
section#jenpeuxplus #title {
  position: relative;
}
section#jenpeuxplus h1 {
  font-size: 6rem;
}
section#jenpeuxplus h2 {
  font-size: 4rem;
}
section#jenpeuxplus h3 {
  font-size: 2rem;
}
section#jenpeuxplus h4 {
  font-size: 1.5rem;
}
section#jenpeuxplus p {
  font-size: 1rem;
}
section#jenpeuxplus .timer_box {
  margin: 25px 15px;
  display: inline-block;
  padding: 20px 12px 0px 12px;
  text-align: center;
  width: 130px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.6);
}
section#jenpeuxplus .timer_box h1 {
  font-size: 48px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: white;
}
section#jenpeuxplus .timer_box p {
  margin-top: 0px;
}
@media all and (max-width: 768px) {
  section#jenpeuxplus .jpptop {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  section#jenpeuxplus h1 {
    font-size: 4rem;
  }
  section#jenpeuxplus h2 {
    font-size: 2rem;
  }
  section#jenpeuxplus h3 {
    font-size: 1.5rem;
  }
  section#jenpeuxplus h4 {
    font-size: 1.25rem;
  }
  section#jenpeuxplus p {
    font-size: 1rem;
  }
  section#jenpeuxplus .timer_box {
    margin: 15px 0px;
  }
}
