/* Prix */
.class{
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.price-item {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 5px;
    transition: box-shadow 0.3s;

display: flex;
flex-direction: column;
align-items: center;


}

.price-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.price-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.price-description {
    font-size: 16px;
    color: #7F8499;
}

.price-amount {
    font-size: 28px;
    font-weight: bold;
    color: #007bff;
    margin-top: 10px;
}

.price-footer {
    margin-top: 20px;
}

.price-footer a {
    text-decoration: none;
    color: #ffffff;
}

.price-footer .btn {
    background-color: #007bff;
    color: white;
}
#perso{
    text-align: center;
}
#button{
    text-align: center;
}