/* Default (light theme) */

[data-bs-theme="light"] .hero-section {
  background-image: url("../../assets/img/hero_avion_02.jpg");
  background-size: cover;
  background-position: center;
}

/* Dark theme */

[data-bs-theme="dark"] .hero-section {
  background-image: url("../../assets/img/avion_dark.jpg");
  background-size: cover;
  background-position: center;
}

