.telechargement {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  gap: 30px;
  box-sizing: border-box;
}

.telechargement #retour {
  align-self: flex-start;
  font-size: 20px;
  font-weight: 500;
  color: #636368;
}

.telechargement #retour img {
  margin-right: 31px;
  width: 14.5px;
  height: auto;
}


.telechargement .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 90px 40px;
  box-sizing: border-box;
  background: #ffc30033;
  border-radius: 10px;
  width: 100%;
}

.telechargement .container .hypup {
  width: 99px;
  height: auto;
  border-radius: 20px;
}

.telechargement .container h1 {
  font-weight: 900;
  font-size: 70px;
  line-height: 50.4px;
}

.telechargement .container h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 37.8px;
  text-align: center;
}

.telechargement .container .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}

.telechargement .container .buttons .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10.5px 21px 10.5px 20px;
  background: #ffc300;
  border-radius: 50px;
  align-self: stretch;
}

.telechargement .container .buttons .button img {
  height: 24px;
  width: auto;
}

.telechargement .container .buttons .button p {
  font-weight: 600;
  font-size: 10px;
  line-height: 12.1px;
  text-align: left;
}

.telechargement .container .buttons .apple p span {
  font-weight: 600;
  font-size: 19px;
  line-height: 22.99px;
}

.telechargement .container .buttons .google p span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.36px;
}
