

.row-bottom {
    position: absolute;
    bottom: 77px;
}

.widget-searchbar {
    width: 982px;
    height: 65px;
    margin: 0 auto;
    z-index: 10;
}
/* Tabs */
.searchbar-tabs {
    border: 0;
}

    .searchbar-tabs .nav-item-searchbar {
        width: 130px;
        height: 35px;
    }

    .searchbar-tabs .nav-link {
        background: rgba(255,255,255,0.5);
        color: #343a40;
        border: none;
        border-radius: 0;
        padding: 5px;
        margin-right: 5px;
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 14pt;
        border-radius: 0 0 6px 6px;
        margin-right: 10px;
    }

        .searchbar-tabs .nav-link.active {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(2px);
            color: #fff;
            border-radius: 0 0 6px 6px;
        }

/* Search box background */
.search-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    padding: 10px;
}

    /* Inputs */
    .search-box .form-control {
        box-shadow: none !important;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.6);
        color: #fff;
        cursor:pointer;
    }

        .search-box .form-control::placeholder {
            color: rgba(255,255,255,0.8);
        }

.input-searchbar {
    width: 495px;
    height: 45px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15pt;
}
/* wrapper pour la flèche */
.select-wrapper {
    position: relative;
    width: 176px;
    height: 45px;
}

    /* select moderne */
    .select-wrapper select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,0.6);
        color: #fff;
        height: 45px;
        font-size: 15pt;
        padding-right: 40px;
    }

    .select-wrapper::after {
        right: 1px;
    }
        /* options */


        .select-wrapper select option {
            background: #1c1c1c;
            border-radius: 0 0 6px 6px;
            border: none;
            color: #fff;
            font-size: 14pt;
        }

            .select-wrapper select option:hover {
                background: #fff;
                color: #1c1c1c;
            }
        /* Search button */
        .btn-search {
            background: rgba(255,255,255,0.5) !important;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

            .btn-search img {
                width: 40px;
                height: 40px;
                display: block;
            }


        .padding-searchbar {
            padding-right: 10px;
        }


