.navbar-container {
  height: 160vh !important;
}
.main-bloc-devis {
  position: absolute;
  top: 15%;
  left: 25%;
}
.devis-contact-container {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}

@media (max-width: 768px) {
  .main-bloc-devis {
    left: 0%;
  }
  .navbar-container {
    height: 170vh !important;
  }
}
