.bloc_liste{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}


.bloc_liste_nom{
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
    width: 30vw;
    padding-right: 3vw;
    margin: 2vw;

    border: solid rgb(255, 255, 255) 2px;
    font-family: verdana;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    background-color:rgba(255, 255, 255, 0.198) ;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.titre_liste{
    color: white;
}

.recherche_bar{
    width: 14vw;
    text-align: center ;
}

.bouton_r{
    margin-left: 1vw;
}

.echec_liste{
    color: white;
}

a{
    color: rgb(255, 255, 255);
    font-weight: bold;
    
}

ol{
    color: white;
}

li{
    color: rgb(255, 208, 0);
    margin-top: 2vh;
}

@media(max-width:400px){

    .bloc_liste{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}