html, body {
  overflow-x: hidden;
}
#section_banner_newsletter {
  background: #eaf7ff;
}

.newsletter-subscription {
  font-family: 'Segoe UI', Roboto, sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 2em;
  color: #333;
  line-height: 1.6;
}

.newsletter-intro {
    text-align: center;
    font-size: 1.1em;
}

.newsletter-list,
.newsletter-preview {
  padding-left: 1.5em;
  list-style-type: disc;
}

.form-zone {
  padding: 2em;
  margin-top: 2em;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.form-zone input[type="email"] {
  padding: 0.6em;
  width: 60%;
  max-width: 350px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
}

.form-zone button {
  margin-top: 1em;
  padding: 0.7em 1.5em;
  font-size: 1em;
  background-color: #007acc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-zone button:hover {
  background-color: #005eaa;
}

.consent {
  margin-top: 1em;
  font-size: 0.9em;
  text-align: center;
  color: #666;
}

.form-lead {
  font-size: 1em;
  text-align: center;
  margin-bottom: 1em;
  color: #444;
}

.honeypot {
  display: none;
}

.newsletter-subscription h1 {
  display: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media (max-width: 1200px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .newsletter-subscription h1 {
    display: block;
    color: #003366;
    text-align: center;
  }

  .banniere {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .container {
    padding: 1em;
  }
}
