.hero__bg__nous {
  position: relative;
  height: 360px;
  background: url("../img/heronousbg.png") center/cover no-repeat; /* Image de fond */
}
.hero__overlay__nous {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 6, 23, 0.65),
    rgba(2, 6, 23, 0) 60%
  );
}
.hero__card__nous {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}
