.panier-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 5px 0;
}

.panier-content > *:nth-child(1) {
    width: 35%;
}

h1 {
    margin-bottom: 40px;
    text-align: center;
}

#total-panier {
    margin-top: 20px;
    text-align: end;
    font-weight: bold;
}

.button {
    margin: 20px auto;
}