.quote-form {
    border: 1px solid #FFA500;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFF5E6; /* Fond légèrement orange */
}

.quote-form h2 {
    color: #FFA500;
}
h2 {
    margin-top: 10px;
}
</style>
