﻿/*V-1.1.0*/
#DistinationID {
    position: absolute;
    margin-top: -23px;
    z-index: -1111;
}

#EncartRechercheLST .fa-hotel:before {
    content: "\f594";
    font-family: "Font Awesome 6 Free";
}

#EncartRechercheLST {
    margin-bottom: 0px;
}

    #EncartRechercheLST .top-tabs {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 12px 12px 12px 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 10px 0;
        /* gap: 20px; */
        font-family: "Inter", sans-serif;
        width: 96%;
        left: 2%;
        border: 1px solid #01c2f2;
        margin-bottom: 20px;
    }

    #EncartRechercheLST .tab-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        /* color: #333; */
        cursor: pointer;
        padding: 8px 14px;
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease;
    }

        #EncartRechercheLST .tab-item i {
            font-size: 18px;
            transition: color 0.3s;
            color: #01c2f2;
        }

        #EncartRechercheLST .tab-item:hover {
            color: #01c2f2;
        }

            #EncartRechercheLST .tab-item:hover i {
                color: #01c2f2;
            }

        #EncartRechercheLST .tab-item.active {
            color: #222021;
            border-bottom: 3px solid #01c2f2;
        }

            #EncartRechercheLST .tab-item.active i {
                color: #01c2f2;
                /* border-bottom: 3px solid #ff0080; */
            }

/* Responsive */
@media (max-width: 768px) {
    #EncartRechercheLST .tab-item {
        padding: 3px 4px;
    }

        #EncartRechercheLST .tab-item i {
            font-size: 14px;
        }

    #EncartRechercheLST .top-tabs {
        gap: 6px;
        flex-wrap: wrap;
    }

    #EncartRechercheLST .tab-item {
        font-size: 10px;
    }
}

#EncartRechercheLST .hotel-form {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    width: 500px;
}

#EncartRechercheLST h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #1a1a1a;
}

#EncartRechercheLST label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

/* ---- Styles zones de recherche ---- */
#EncartRechercheLST .search-container {
    position: relative;
    margin-bottom: 20px;
    width: 96%;
    left: 2%;
}

#EncartRechercheLST .search-box {
    display: flex;
    align-items: center;
    /* background: #fff; */
    border: 1px solid #01c2f2;
    border-radius: 14px;
    /* box-shadow: 0 3px 8px rgba(0,0,0,0.1); */
    padding: 10px 16px;
    transition: all 0.3s ease;
}

    #EncartRechercheLST .search-box:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    #EncartRechercheLST .search-box input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 16px;
        padding: 6px;
        background: transparent;
        width: 400px;
    }

#EncartRechercheLST .icon {
    font-size: 20px;
    color: #0071eb;
    margin-right: 10px;
}

/* ---- Liste déroulante stylée ---- */
#EncartRechercheLST .results-list {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    max-height: 300px;
    overflow-y: auto;
    z-index: 99990;
    display: none;
}

#EncartRechercheLST .result-itemPays {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    cursor: pointer;
    transition: background 0.15s;
}

    #EncartRechercheLST .result-itemPays:hover {
        background: #f2f6ff;
    }

#EncartRechercheLST .result-itemVille {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    cursor: pointer;
    transition: background 0.15s;
}

    #EncartRechercheLST .result-itemVille:hover {
        background: #f2f6ff;
    }

#EncartRechercheLST .result-icon {
    color: #0071eb;
    font-size: 20px;
}

#EncartRechercheLST .result-details {
    display: flex;
    flex-direction: column;
}

#EncartRechercheLST .result-title {
    font-weight: 600;
    color: #1a1a1a;
}

#EncartRechercheLST .result-subtitle {
    color: #666;
    font-size: 14px;
}

#EncartRechercheLST button {
    background-color: #0071eb;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

    #EncartRechercheLST button:hover {
        background-color: #01c2f2;
    }
/*----------------chambre */

#removeChambre1 {
    display: none;
}

#Passagers1 input {
    width: 0px;
    height: 0px;
    border: 0px;
}


.ages-enfants {
    width: 303px;
    height: auto;
    margin: 0.3rem .6rem;
}

.age-select-input {
    height: 20px;
    border: 1px solid #01c2f2;
}

#Passagers #chambresNbr {
    display: none;
}

#Passagers-id .container {
    background: #fff;
    max-width: 515px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

#Passagers-id .Titre-Passagers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

#Passagers-id h1 {
    font-size: 14px;
    color: #333;
}

#Passagers-id .add-Chambre {
    background: none;
    color: #1e88e5;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 31%;
    margin-top: 14px;
}

#Passagers-id .Chambre {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

#Passagers-id .Chambre-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#Passagers-id .remove-Chambre {
    background: none;
    border: none;
    color: #999;
    font-size: 18px;
    cursor: pointer;
    width: 13px;
}

#Passagers-id .passenger-type {
    margin-bottom: 15px;
}

    #Passagers-id .passenger-type label {
        display: block;
        margin-bottom: 5px;
        color: #555;
    }

#Passagers-id .counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

    #Passagers-id .counter label {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #1e88e5;
        background: none;
        color: #1e88e5;
        font-size: 15px;
        cursor: pointer;
        padding: 6px 11px;
    }

#Passagers-id .count {
    min-width: 20px;
    text-align: center;
    font-size: 16px;
}

#Passagers-id .accept {
    width: fit-content;
    padding: 12px;
    background: #01c2f2;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    float: right;
}

@media (max-width: 480px) {
    #Passagers-id .Titre-Passagers {
        display: unset;
        justify-content: unset;
        align-items: unset;
        border-bottom: unset;
    }

    #Passagers-id .container {
        max-height: 576px;
        overflow-y: auto;
        float: left;
        width: 100%;
    }

    #Passagers-id .add-Chambre {
        text-align: center;
        float: right;
    }
}