.noresult{
    background-color: rgb(255, 255, 255);
    max-height: 100px;
    width: 100%;
    height: 50px;
    text-align: center;
}

#noresult{
    background-color: rgb(245, 245, 245);
    max-height: 100px;
    width: 100%;
    height: 50px;
    text-align: center;
}
#noresult > p {
    padding-top: 50px;
}
.noresult > p {
    padding-top: 50px;
}

.header-search > .afficherResultat{
    position: absolute;
    background-color: #fff;
    width: 60%;
    max-height: 300px;
    overflow-y: auto; ;
    z-index: 1000;
    border: 1px solid #850000;
    display: none;
    margin-left: 30%;
}

.afficherResultat {
    position: absolute;
    background-color: #fff;
    width: 80%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #850000;
    display: none; /* Par défaut, caché */
}


