body{
    background-color: #000;
}
.en-tête{
    padding: 50px;
    padding-bottom: 0;
    display: flex;
}
h1{
    color: white;
    font-family:'Inter', sans-serif;
    font-weight: bold;
}
.en-tête img{
    width: 50px;
    height: 50px;
    
}
ul { 
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    border-color: aliceblue;
    gap: 20px;  
}

ul li{
    
    color: rgba(255, 255, 255, 0.463);
    margin-top: 0%;
    border-radius: 5%;
    overflow: hidden;
    border-top-left-radius: 5%;
    border-bottom-left-radius: 5%;
    border: 1px solid #282828;
    flex-direction: column;
    height: 100%;
    
}
h3{
    color: white;
    font-size: 25px;
}
.ancien{
    text-decoration: line-through;
    font-size: 17px;
    padding-left: 10px;
    
}
.prix{
    color: #4f46e5;
    display: block;
}
h2{
    display: flex;
    align-items: end;
}
button{
    justify-content: center;
    text-align: center;
    color: white;
    font-family: sans-serif;
    padding: 12px 0;
    border-radius: 8px;
    display: block;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}
.btn-primary{
    background-color: #6366f1;
    border: none;
    
}
.btn-primary:hover{
    background-color: #4f46e5;
    transform: translateY(-2px);
}

.btn-secondary{
    border-color:  #6366f1;
    color:#6366f1;
    background-color: #0000007e;
}
.btn-secondary:hover{
    transform: translateY(-2px);  
}
ul li img{
    margin-bottom: 0;
    display: block;
}
.description{
    background-color:#181818;
    padding: 5px;
    padding-left: 5%;
    padding-bottom: 5%;

}
