.search-container {
    position: relative;
    width: 100%;
}

.search-container input[type="text"] {
    width: 100%;
    position: relative;
    cursor: pointer;
}



.i::placeholder {
    font-style: italic;
}

.popupe {
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    /* max-height: 15em; */
    /* overflow-y: auto; */
    margin: 1em 0;
}

.popupe-item, .popupe-item_2{
    display: flex;
    flex-direction: row !important;
    justify-content: left !important;
    align-items: center;
    gap: 1em;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 1em !important;
}

.popupe-item:hover, .popupe-item_2:hover {
    background: #f0f0f0;
}

.popupe-item input[type="checkbox"], .popupe-item_2 input[type="checkbox"] {
    margin-right: 10px;
}
.popupe-other {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 1em;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 1em;
}

.popupe-other:hover {
    background: #f0f0f0;
}

.popupe-other input[type="checkbox"] {
    margin-right: 2em;
}

.row-select{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    /* background: red; */
}

#input-justificatif,#input-justificatif-garant{
    background: #f5f5f5 !important;
    min-width: 100%;
    /* height: 3.2em !important; */
    padding: 1em;
    background: #f5f5f5;
    border-radius: 0.3em;
    outline: 1px solid silver;
    font-style: italic;
    border: none;
}