.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0077cc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.btn:hover {
    background-color: #005fa3;
}

    .temoignages {
      padding: 60px 20px;
      background-color: #f8f9fc;
      text-align: center;
    }
    .temoignages h2 {
      font-size: 2rem;
      margin-bottom: 10px;
    }
    .temoignages .sous-titre {
      color: #666;
      margin-bottom: 40px;
    }
   .temoignages-container {
    display: flex;          /* active le mode flex */
    flex-wrap: wrap;        /* passe à la ligne si ça déborde */
    gap: 20px;              /* espace entre les témoignages */
}
.temoignage {
    border: 1px solid #ddd;
    padding: 10px;
    width: 200px;           /* largeur fixe pour chaque témoignage */
    text-align: center;
}
.etoiles {
    color: gold;
    font-size: 20px;
    margin-bottom: 5px;
}

    .temoignage .message {
      font-style: italic;
      margin-bottom: 15px;
      color: #333;
    }
    .temoignage .auteur {
      font-weight: bold;
      color: #0077ff;
    }
  .offre-lancement {
  background: #ffffff;
  padding: 50px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
}

.offre-intro {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #444;
}

.prix {
  margin-bottom: 30px;
}

.ancien-prix {
  color: #999;
  text-decoration: line-through;
}

.nouveau-prix {
  font-size: 1.5rem;
  color: #0077cc;
}

.nouveau-prix span {
  font-size: 2rem;
  font-weight: bold;
}

.offre-liste {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.offre-liste li {
  margin-bottom: 10px;
}

.bonus {
  margin-bottom: 25px;
  font-weight: 500;
}

.urgence {
  font-size: 0.9rem;
  color: #777;
  margin-top: 15px;
}
.contact {
  max-width: 600px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact textarea {
  min-height: 120px;
}

.success {
  color: green;
  font-weight: bold;
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  z-index: 2000;
}

#cookie-banner p {
  font-size: 14px;
  margin: 0;
}

#cookie-banner a {
  color: orange;
  text-decoration: underline;
}

.cookie-buttons button {
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

#accept-cookies {
  background: orange;
  color: #000;
}

#refuse-cookies {
  background: #555;
  color: #fff;
}
