@import "filtre-transfert.css";

#transfert .text-gray-400 {
    color: #6c757d;
}

#transfert .property-title a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

#transfert .property-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
#transfert .property-location  {
    font-size: 14px;
    color: #697488;
    font-weight: 400;
 white-space: nowrap;


}
#transfert .specification-details {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}


#transfert .mb-2 {
    margin-bottom: 0.5rem;
}
#transfert .contenu-flex-car{

    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#transfert .item-thumb img {

    object-fit: cover;

}
#transfert .d-block {
    display: block;
}

#transfert .text-hover-primary:hover {
    color: #006ab4;
}


#transfert .transfert-passager{
    color: #697488;
    font-weight: 500;
    font-size: 12px;
}


#transfert .transfer-price{
    font-size: 22px;
    font-weight: 600;
    color: black;
    line-height: 20px;
}
#transfert .reserver {
    margin: 10px 0;
    padding: 12px 24px;
    position: relative;
    overflow: hidden;
    background-color: var(--color-site-2);
    color: #fff;
    border: 1px solid var(--color-site-2);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none;
}

#transfert .reserver::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    background-color: #ffffff;
    transition: 0.3s ease-out;
    z-index: 0;
}

#transfert .reserver:hover::before {
    height: 100%;
}

#transfert .reserver span,
#transfert .reserver i {
    position: relative;
    z-index: 2;
    color: #ffffff;
    transition: 0.2s;
}

#transfert .reserver:hover span,
#transfert .reserver:hover i {
    color: var(--color-site-2);
    filter: brightness(0) saturate(100%) invert(60%) sepia(80%) saturate(480%) hue-rotate(4deg) brightness(95%) contrast(91%);
}

#transfert .reserver:hover {
    border-color: var(--color-site-2);
}





#transfert  .fs-7 {
    font-size: 14px;
    font-weight: 400;
    color: #697488
}

#transfert .text-primary {
    font-weight: 600;
}

#transfert .text-hover-primary:hover {
    color: var(--color-site-2);
}


#transfert .price .price-start{
    display: none;
}


@media(max-width:767.9px){
    #transfert .border-car{
        border-left: none;
        border-top: 1px dashed #006ab4;
        width: 100%;
    }
    #transfert .item-thumb img {
        height: 100%;
    }
}


#search label {
    font-size: 12px;
    color: #858586;
    font-weight: 500;

}

@media(max-width:768px) {
    #tab-transfert .margin-top-38px {
        margin-top: 0 !important;
    }

    #search .form-group {
        margin: 0;
        padding: 5px 0 !important;
    }

    #tab-transfert .form-group .form-icon {
        position: absolute;
        top: 18px !important;
        left: 11px;
        color: #e59300;
        font-size: 18px;
    }

    #search label {
        font-size: 12px;
        color: #858586;
        font-weight: 500;

    }

    #transfert .item-thumb img {
        height: 100%;
    }
}


    @media (max-width: 991.9px) {
        #tab-transfert .radio-btn-transfer {
            margin-left: 10px;
        }

        #search label {
            font-size: 11px;
            color: #858586;
            font-weight: 600;
        }

        #tab-transfert .radio-inline input {
            bottom: 2px
        }

        #search .nav-tabs > li > a, #search .nav-tabs > li > a:hover, #search .nav-tabs > li > a:focus {
            border: none;
            background: none;
            color: black;
        }

        #transfert .specification-details, #transfert .fs-7, #transfert .property-location, #transfert .property-title {
            white-space: normal;
            font-size: 12px;
        }


        #search label {
            color: white;

        }
        #transfert .contenu-flex-car{
            border-top: 1px dashed #C7DBEB;
            padding: 14px 0;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-top: 14px;
        }

    }





    @media (max-width: 576px) {
        .done-block-inner .btn.btn-primary.btn-accueil.btn-long {
            width: 100%;
            padding: 15px !important;
            font-size: 11px;
        }
    }



    #transfert .not-available {
        background-color: red;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        padding: 4px;
        border-radius: 4px;


    }

    .disponibilité {
        margin-top: 8px;
    }

    .condition-bloc {
        background: white;
        border: 1px solid #C7DBEB;
        z-index: 11;
        margin-top: 8px;
        border-radius: 6px;
    }

    .condition-content::after {
        content: "";
        width: 20px;
        height: 10px;
        margin-left: -9px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L10 1L19 9' stroke='%23C7DBEB' stroke-width='0.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;

        top: -10px;
        position: absolute;
        bottom: auto;
    }


    .drop-condition.dropdown {
        position: relative;
    }

    .drop-condition .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;

    }

    .dropdown.drop-condition:hover .dropdown-menu {
        display: block;
    }


    .drop-condition .dropdown-menu:hover {
        display: block;
    }

