.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}



.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.btn {
  margin-top: 10px;
}
.btn:hover {
  background-color: #0056b3;
}
.button-container {
  display: flex;
  justify-content: center;
  gap: 10px; /* Adds spacing between buttons */
  margin-top: 20px; /* Adds space above the buttons */
}
.payment-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .payment-btn {
    border: none;
    background: none;
    cursor: pointer;
  }
  .payment-btn img {
    width: 80px; /* Réduit la taille des images */
    height: auto;
  }


   
    /* Style pour le logo */
.logo {
  height: auto; /* Maintenir les proportions de l'image */
  width: 150px; /* Ajustez la largeur selon vos besoins */
  display: block;
}

/* Assurez-vous que le logo s'adapte bien dans le conteneur */
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
