/* ===============================
   FESTISCHLAG – CHARTE GRAPHIQUE
   =============================== */

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  color: #ff4500;
  text-align: center;
}

.container {
  max-width: 800px;
  padding: 40px 20px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact {
  margin-top: 40px;
  font-size: 1.1rem;
}

.contact a {
  color: #ff6347;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

/* ===============================
   NEWSLETTER – INFOMANIAK
   =============================== */

.newsletter-wrapper {
  margin-top: 40px;
}

/* Bloc principal */
.inf-main_b043669a0987b6823e450053158ab98b {
  background: #111 !important;
  border: 1px solid #ff4500;
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 0 25px rgba(255, 69, 0, 0.25);
}

/* Titres */
.inf-main_b043669a0987b6823e450053158ab98b h4 {
  color: #ff4500 !important;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

/* Textes */
.inf-main_b043669a0987b6823e450053158ab98b span,
.inf-rgpd {
  color: #ffb199 !important;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* Champs input */
.inf-input input {
  background: #000 !important;
  border: 1px solid #ff4500 !important;
  color: #ffb199 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 10px;
}

.inf-input input::placeholder {
  color: #ff7a50;
}

/* Bouton */
.inf-submit input {
  background: linear-gradient(135deg, #ff4500, #ff7a18) !important;
  color: #000 !important;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.inf-submit input:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 69, 0, 0.5);
}