#navbar-header{
	height:54px;
}

#bandeau {
    height: 60px;
    color: #057EEF;
    background-image: url(../images/logo_isigeo/logoHorizontal.svg);
    background-size: 100% 67%;
    background-position-y: center;
    background-clip: content-box;
    background-repeat: no-repeat;
}

.btnHeader{
	box-shadow: none !important;
}

.form-group.position-relative.has-clear input {
    padding-right: 32px;
}

.form-clear {
    align-items: center;
    bottom: 8px;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 24px;
    z-index: 10;
}

.form-clear-mobile {
    align-items: center;
    bottom: 8px;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    width: 24px;
    right: -187px;
    top: 44px;
    z-index: 999999;
}

.dropdown-menu.inner{
    display: block;
}

#navbar-header .dropdown-menu{
    width: max-content !important;
}