/* configurateur Terry Prelaz 21.01.2024*/
.button {
    display: flex;
    border: 1px solid;
    padding: 2% 10%;
    justify-content: center;
    text-align: center;
    font-size: 24px;
}

a:hover {
    color: #E56717;
}

.image-voiture {
    width: 100%;
    height: 35%;
}