<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#transfert .transfer-section{
    margin-top: 10px;
}
#transfert .text-gray-400 {
    color: #6c757d;
}

#transfert .property-title a {
    font-size: 15px;
    color: #006ab4;
}

#transfert .property-title {
    font-size: 15px;
    color: #006ab4;
}

#transfert .specification-details {
    line-height: 1.4;
    font-size: 13px;
}

#transfert .mb-2 {
    margin-bottom: 0.5rem;
}
#transfert .contenu-flex-car{
    border-left: 1px dashed #006ab4 ;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#transfert .item-thumb img {
    height: 200px;
    object-fit: cover;

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

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


#transfert .transfert-passager{
    color: gray;
    font-weight: 600;
    font-size: 11px;
}

#transfert .disponibilitÃ© {
    font-size: 18px;
    font-weight: 600;

}
#transfert .transfer-price{
    font-size: 18px;
    font-weight: 600;
    color: black;
}

#transfert  .reserver{

    margin-top: 4px;
}
#transfert  .fs-7 {
    font-size: 10px;
    font-weight: 500;
}

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

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


#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:992px) {
        #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 &gt; li &gt; a, #search .nav-tabs &gt; li &gt; a:hover, #search .nav-tabs &gt; li &gt; a:focus {
            border: none;
            background: none;
            color: black;
        }
    }

    #search label {
        color: white;

    }
}




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

</pre></body></html>