.elementor-621 .elementor-element.elementor-element-364b439 > .elementor-background-overlay{background-image:url("https://taxibruxelles.brussels/wp-content/uploads/2025/11/taxi-sign-at-night-1.webp");opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-621 .elementor-element.elementor-element-364b439{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;overflow:visible;}.elementor-621 .elementor-element.elementor-element-1536732{overflow:visible;}.elementor-621 .elementor-element.elementor-element-ed82a97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-621 .elementor-element.elementor-element-dc85ece .elementor-button{background-color:#E65C00;font-family:"Roboto", Sans-serif;font-size:30px;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-621 .elementor-element.elementor-element-dc85ece .elementor-button-content-wrapper{flex-direction:row;}.elementor-621 .elementor-element.elementor-element-dc85ece .elementor-button .elementor-button-content-wrapper{gap:12px;}:root{--page-title-display:none;}/* Start custom CSS for conexi_booking, class: .elementor-element-510fdf4 *//* Corrige le style du champ date */
input[type="date"].datepicker {
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 45px 0 15px !important; /* espace pour l'icône */
    font-size: 16px !important;
    text-transform: none !important;
    color: #fff !important;
    background-color: #222 !important;
    border: 1px solid #444 !important;
    border-radius: 30px !important;
    appearance: none !important;            /* enlève le style du navigateur */
    -webkit-appearance: none !important;    /* Chrome / Safari */
}

/* Style du placeholder */
input[type="date"].datepicker::placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}

/* Empêche le contenu d'être coupé */
input[type="date"].datepicker::-webkit-datetime-edit {
    padding: 0 0 0 5px !important;
    line-height: 48px !important;
}

/* Cache l'icône native du calendrier (Chrome) */
input[type="date"].datepicker::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 30px;
}

/* ---------------- */

/* Corrige le style du champ select */
select.custom-select {
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 15px !important; /* réduit car plus d’icône */
    font-size: 16px !important;
    text-transform: none !important;
    color: #fff !important;
    background-color: #222 !important;
    border: 1px solid #444 !important;
    border-radius: 30px !important;
    appearance: none !important;            /* enlève le style natif */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;      /* supprime toute flèche */
}

/* Style du placeholder simulé (si option vide) */
select.custom-select option[value=""] {
    color: #aaa !important;
}

/* Survol */
select.custom-select:hover {
    border-color: #666 !important;
}

/* Focus */
select.custom-select:focus {
    outline: none !important;
    border-color: #888 !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-dc85ece */.call-button {
  position: fixed;            /* Reste visible même en scroll */
  bottom: 20px;               /* Espace depuis le bas */
  left: 10px;                 /* Correction du px manquant */
  width: 95vw;                /* Largeur quasi complète */
  z-index: 9999;

  /* Styles du bouton */
  background-color: #E65C00;  /* Orange warning plus foncé */
  text-align: center;
  cursor: pointer;

  /* Animation de pulsation */
  animation: pulse-orange 1.8s infinite;
}

/* Animation pulsation orange */
@keyframes pulse-orange {
  0% {
    transform: scale(1);

  }
  70% {
    transform: scale(1.05);

  }
  100% {
    transform: scale(1);

  }
}/* End custom CSS */