@media (min-width:768px) and (max-width:820px) {
    .search-btn {
        margin-left: -40px;
        width: 112%;
    }

    .left-profile {
        width: 103px !important;
        margin-left: -25px;
    }

    .connected-prop .left-profile a.button {
        line-height: 18px !important;
    }

    #trustpilot-navbar {
        margin-left: 4px !important;
        margin-top: 40px !important;
    }
}

@media (max-width: 820px) {
    .navbar-brand-logo {
        position: absolute;
        left: 3%;
        top: 10px;
    }
}

@media (min-width: 420px) and (max-width: 500px) {
    #trustpilot-navbar {
        margin-left: -3px !important;
        margin-top: 40px !important;
    }
}

@media(max-width: 450px) {

    .not-connected .search {
        margin-top: 20px !important;
    }

    .connected-prop .search {
        display: none;
    }
}

.loisirs-item {
    color: #555;
    transition: all 0.2s ease-in-out;
}

.loisirs-item:hover {
    color: #ff385c;
    background-color: #f8f9fa;
    border-radius: 5px;
    transform: translateY(-2px);
}

.loisirs-item i {
    font-size: 1.1rem;
    color: #ff385c;
}

.loisirs-text {
    font-size: 0.95rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .loisirs-menu {
        display: none;
    }
}

.footer-navigation * {
    color: #FFF;
}

.footer-navigation a:hover {
    color: #FFF !important;
}

.paypal-button-number-1 {
    display: none !important;
}

#inviteItems {
    white-space: nowrap;
}

.guests2 {
    max-width: 99%;
    min-width: 300px;
    left: -9px;
    right: auto;
    top: 64px;
    border-top: solid 1px #CCC;
    position: absolute;
    background: #FFF;
    padding: 10px 15px;
    border-radius: 6px;
    border-left: solid 1px #CCc;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.moteur {
    position: fixed;
    width: 100%;
    left: 0%;
    top: 80px;
    background: #FFFF;
    opacity: 0.98;
    justify-content: center;
    padding: 0;
    z-index: 9999;
    border: solid 1px #f3f1f1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.moteur .heading-span {
    font-weight: bold;
    margin-bottom: 3px;
    display: block !important;
    padding-left: 4px;
}

.typeahead__dropdown,
.typeahead__list {
    border-top: 0 none !important;
}

.moteur .form>div {
    padding: 5px 10px 0;
    border-radius: 0;
    max-width: 340px;
    border-right: solid 1px #CCCC;
}

.moteur input[type=date] {
    width: 120px;
    margin-right: 15px;
}

.searchbtn {
    width: 135px;
    margin-top: 14px !important;
    display: flex;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: inherit;
    border-radius: 24px;
    transition: 0.2s max-width cubic-bezier(0.35, 0, 0.65, 1);
    background-color: #ff385c;
    transition: opacity 1.25s;
    color: #FFF;
    padding-top: 12px;
    padding-left: 13px;
    padding-right: 10px;
    height: 43px;
}

.moteur .guests {
    min-width: 125px
}

.rounded-btn {
    font-weight: bold;
    border: solid 2px #ccc !important;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    margin-top: 3px;
    font-size: 10px;
    padding-top: 7px;
}
