.elementor-60 .elementor-element.elementor-element-2314b23{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5edf88f *//* Container aligné à droite */
.zone-connexion-externe {
  display: flex;
  justify-content: flex-end;
  padding: 10px 30px;
}

/* Bouton style */
.btn-style.login-trigger {
  border: 2px solid #ECB84A;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #ECB84A;
  transition: 0.3s ease;
}
.btn-style.login-trigger:hover {
  background-color: #ECB84A;
  color: white;
}

/* POP-UP styles */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.modal-content input {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.modal-content button {
  width: 100%;
  padding: 12px;
  background: #ECB84A;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4cc4a9 */body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)),
              url('https://www.le-comptoir-evenements.fr/wp-content/uploads/2018/10/Le-Comptoir-Traiteur-202.jpg') no-repeat center center / cover;
  z-index: -1;
}/* End custom CSS */