.featured-cars {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
}

.car-card {
    text-align: center;
}

.car-card img {
    max-width: 75%;
    height: auto;
    border-radius: 8px;
}

#container{
    margin-bottom: 50px;
}

h2{
    text-align: center;
}

.cta-button1{
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button1:hover{
    background-color: #555;
    transition: background-color 0.3s ease;
}

.navigation{
    align-items: center;
}

#Titres{
    text-align: center;
}

#selectfiltre {
    width: 100vw;
}