#Liste{
    display: flex;
    flex-direction: column;
    padding: 5% 8% 2% 8%;
    min-height: 73%;
}
#Liste .container{
    text-align: justify;
    background-color: lavender;
    color: black;
    padding: 0% 4%;
    border-top: 5px solid #1908be;
}
#Liste .container h1,h2{
    text-align:center;
}
#Liste .container ul{
    padding-left: 5%;
}
#Liste .container .boutton{
    margin: 0%;
}
#Liste img{
	margin:2% 0%;
}