body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

h1 {
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  margin: 44px 0;
  width: 100%;
  text-align: center;
  color: #222;
}
.image-text-container img {
  float: left;
  margin-right: 20px;
  width: 50%;
  max-width: 650px;
  height: auto;
}
 .otp-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}
.otp-input input {
    width: 50px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin: 0;
}
.otp-input span {
    margin: 0 4px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.invalid {
    border-color: red !important;
}
.result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .image-text-container img {
    float: none;
    margin: 9px auto;
    display: block;
    width: 80%;
  }
}
.intro {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #34495e;
}
.liste ul {
  padding-left: 0;
  margin-left: 0;
}
.liste li {
  padding-left: 20px;
  list-style-position: inside;
  margin-bottom: 10px;
.resultats {
    font-size: 1.1em;
    margin-top: 20px;
}
  .resultats p {
      margin: 10px 0;
  }
.pour {
    color: #27ae60;
    font-weight: bold;
}
.contre {
    color: #e74c3c;
    font-weight: bold;
}
.conclusion {
    font-size: 1.1em;
    margin-top: 30px;
    text-align: center;
    color: #34495e;
}
.merci {
    font-style: italic;
    color: #7f8c8d;
    text-align: center;
    margin-top: 20px;
}
.emoji {
    font-size: 1.5em;
}