
/* IntelInput.js  */
label[for="app_contactAgenceForm_telephone"] {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.iti {
    display: block;
}
.iti input {
    position: relative !important;
    padding: 10px 10px 10px 50px !important;
}

/* Hero text contrast */
.glass-card h1 {
    text-shadow: 0 1px 8px rgb(0 0 0 / 61%);
}

/* Navbar scroll transitions */
#mainNavbar {
    transition: padding 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#mainNavbar .navbar-brand-img {
    transition: max-height 0.2s ease-in-out;
}
