/* Styles de base pour la carte */
.r-slider-serach.r-slider-serach-down {
  margin-top: -40px !important;
}

.bg-primary {
  background-color: #d2232a !important;
}

#list-car {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  background-color: #fff;
}

#list-car:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

/* Image de la voiture */
#list-car img {
  height: 100%;
}

/* Détails principaux */
#list-car .bg-black   {
  background-color: #000000 !important;
  border-radius: 0 10px 0 0;
}

#list-car h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #d2232a;
}

#list-car .badge-warning {
  background-color: #fdbe39;
  color: #000 !important;
  padding: 7px 10px;
  font-size: 1.2rem !important;
  border-radius: 15px;
}

/* Liste des caractéristiques */
#list-car ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 30px;
}

#list-car .text-decoration-underline {
  text-decoration: underline;
}

#list-car .liens {
  font-size: 1.2rem;
}

#list-car .list-options {
  line-height: 22px;
  font-size: 1rem;
}

#list-car ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem
  color: #555;
}

#list-car ul li img {
  width: 22px;
  height: 22px;
  margin-right: 2px;
  vertical-align: middle;
}

/* Boutons */
#list-car a.btn-link {
  text-decoration: underline;
  color: #007bff;
  font-weight: 500;
}

#list-car a.btn-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#list-car a.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

#list-car .informations {
  padding:0 10px;
}

.small-width {
  width: 90%; /* Ajustez la largeur à votre convenance */
}

/* Prix */
#list-car .text-primary {
  color: #007bff !important;
  font-size: 2rem;
  font-weight: 400;
}

#list-car .font-weight-bold {
  font-size: 1.4rem;
  color: #d96827 !important
}

#list-car .actions {
  padding:0 5px;
}

 .btn-success {
  background-color: #d2232a;
  border: none;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

#list-car .btn-success:hover {
  background-color: #218838;
}

/* Responsive */
@media (max-width: 768px) {
  #list-car img {
    border-radius: 0;
  }

  #list-car .bg-light {
    border-radius: 0;
  }

  #list-car .badge-warning {
    font-size: 0.7rem;
  }

  #list-car h2 {
    font-size: 1.2rem;
  }

  #list-car .text-primary {
    font-size: 1.5rem;
  }
}


.step .fa-1 {
  font-size: 1em;
}
.step .fa-2 {
  font-size: 1.4em;
}
.step .fa-3 {
  font-size: 3em;
}
.step .fa-4 {
  font-size: 4em;
}