/* Veolia facture — homepage styles (fonts come from styles.min.css). */
body { margin: 0; background: #f5f7f8; font-family: "poppinsregular", Arial, sans-serif; color: #333; }
.v-topbar { background: #fff; border-bottom: 1px solid #e2e2e2; }
.v-topbar .inner { max-width: 1100px; margin: 0 auto; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; }
.v-topbar img { height: 44px; }
.v-topbar nav a { color: #333; text-decoration: none; margin-left: 22px; font-size: 15px; }
.v-topbar nav a:hover { color: #7abcce; }
.v-cta-top { background: #7abcce; color: #fff !important; padding: 9px 20px; border-radius: 24px; font-family: "poppinssemibold"; }
.v-hero { background: linear-gradient(135deg, #e8f4f7 0%, #f5f7f8 100%); padding: 56px 16px 46px; text-align: center; }
.v-hero h1 { font-family: "nunitoblack"; color: #333; font-size: 34px; margin: 0 0 14px; }
.v-hero p.sub { font-size: 17px; color: #555; max-width: 640px; margin: 0 auto 26px; }
.v-cta { display: inline-block; background: #7abcce; color: #fff; text-decoration: none; font-family: "poppinssemibold"; font-size: 17px; padding: 14px 38px; border-radius: 28px; box-shadow: 0 6px 20px rgba(122,188,206,.4); }
.v-cta:hover { background: #6aacbe; }
.v-hero .secure { margin-top: 16px; font-size: 13px; color: #777; }
.v-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 16px; }
.v-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.v-step { background: #fff; border: 1px solid #e2e2e2; border-radius: 10px; padding: 22px; }
.v-step .num { display: inline-block; width: 34px; height: 34px; line-height: 34px; border-radius: 50%; background: #7abcce; color: #fff; text-align: center; font-family: "nunitobold"; margin-bottom: 12px; }
.v-step h3 { font-family: "poppinssemibold"; font-size: 17px; margin: 0 0 8px; }
.v-step p { font-size: 14px; color: #555; margin: 0; line-height: 1.55; }
.v-section-title { font-family: "nunitoblack"; font-size: 24px; text-align: center; margin: 0 0 26px; color: #333; }
.v-info { background: #fff; border: 1px solid #e2e2e2; border-radius: 10px; padding: 26px; margin-top: 34px; }
.v-info h3 { font-family: "poppinssemibold"; margin-top: 0; }
.v-info p, .v-info li { font-size: 14px; color: #555; line-height: 1.65; }
.v-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; text-align: center; }
.v-trust div { background: #fff; border: 1px solid #e2e2e2; border-radius: 10px; padding: 18px; font-size: 14px; color: #555; }
.v-trust b { display: block; font-family: "poppinssemibold"; color: #333; margin-bottom: 6px; }
.v-cta-band { text-align: center; margin: 40px 0 10px; }
@media (max-width: 800px) {
  .v-steps, .v-trust { grid-template-columns: 1fr; }
  .v-hero h1 { font-size: 26px; }
  .v-topbar nav a { margin-left: 12px; font-size: 13px; }
}
