body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

.background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-image: url('/img/elements/enfants-afrique-blog.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(40px);
  z-index: -1;
}

.content {
  position: absolute;
  top: 20%;
  left: 26%;
  text-align: center;
  padding: 20px;
}

.content h1 {
  font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
  font-size: 6.5rem;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: 15px;
  color: #ffffff;
}

.content p {
  font-family: 'Bahnschrift Light', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}

.progress-container {
  position: absolute;
  top: 47%;
  left: 39%;
  width: 350px;
  background-color: #ffffff;
  padding: 3px;
}

.progress-bar {
  width: 230px;
  height: 10px;
  background-color: #3cc78f;
}

.graduation {
  position: absolute;
  top: 25px;
  color: #ffffff;
  font-size: 12px;
}

.graduation-0 {
  left: 0;
}

.graduation-70 {
  left: 67%;
  transform: translateX(-50%);
}

.graduation-100 {
  right: 0;
}

.groupe-bouton {
  position: absolute;
  top: 65%;
  left: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.bouton {
  font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
  font-weight: 900;
  background-color: #3cc78f;
  border-radius: 10px;
  box-shadow: 0 10px 20px #ffffff, 0 6px 6px #ffffff;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.bouton:hover {
  color: #3cc78f !important;
  background-color: #ffffff;
  box-shadow: 0 10px 20px #3cc78f, 0 6px 6px #3cc78f;
}

.foot {
  position: absolute;
  top: 85%;
  left: 22%;
}

.p-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}
