@charset "UTF-8";
/** === PAGE BRANDS === */
body#manufacturer, .featured-brands {
  /* Force l'alignement des éléments dans la grille */
  /* Classe personnalisée pour avoir 5 colonnes en desktop */
  /* Styles pour les cards des marques */
}
body#manufacturer #main .row, .featured-brands #main .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 640px) {
  body#manufacturer #main .row, .featured-brands #main .row {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  body#manufacturer #main .col-xl-full, .featured-brands #main .col-xl-full {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
body#manufacturer .featured-brands, .featured-brands .featured-brands {
  margin-bottom: 80px;
}
body#manufacturer .brand-miniature, .featured-brands .brand-miniature {
  margin: 50px 0 80px 0;
}
body#manufacturer .brand-card, .featured-brands .brand-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e8ea;
  border-radius: 10px;
  padding: 20px;
  min-height: 680px;
  background-color: #fff;
  transition: transform 0.2s ease;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 60px;
  /* Styles spécifiques pour les marques phares */
}
body#manufacturer .brand-card.featured-brand-card, .featured-brands .brand-card.featured-brand-card {
  padding: 0 0 60px 0;
  overflow: hidden;
  min-height: 750px;
}
body#manufacturer .brand-card.featured-brand-card .brand-card-header, .featured-brands .brand-card.featured-brand-card .brand-card-header {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
body#manufacturer .brand-card.featured-brand-card .brand-card-header .brand-header-img, .featured-brands .brand-card.featured-brand-card .brand-card-header .brand-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#manufacturer .brand-card.featured-brand-card .featured-logo, .featured-brands .brand-card.featured-brand-card .featured-logo {
  position: absolute;
  top: 170px;
  left: 20%;
  transform: translateX(-50%);
  background-color: #f9fafb;
  border-radius: 50%;
  border: 1px solid #93A7C3;
  padding: 20px;
  width: 130px;
  height: 130px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  body#manufacturer .brand-card.featured-brand-card .featured-logo, .featured-brands .brand-card.featured-brand-card .featured-logo {
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#manufacturer .brand-card.featured-brand-card .featured-title, .featured-brands .brand-card.featured-brand-card .featured-title {
  text-align: center !important;
  justify-content: center;
  font-size: 24px;
  margin-top: 50px;
}
@media (max-width: 1599px) {
  body#manufacturer .brand-card.featured-brand-card .featured-title, .featured-brands .brand-card.featured-brand-card .featured-title {
    margin-top: 60px;
  }
}
body#manufacturer .brand-card.featured-brand-card .featured-description, .featured-brands .brand-card.featured-brand-card .featured-description {
  text-align: left;
  padding: 0 40px;
}
@media (max-width: 640px) {
  body#manufacturer .brand-card.featured-brand-card .featured-description, .featured-brands .brand-card.featured-brand-card .featured-description {
    padding: 0 2rem;
  }
}
body#manufacturer .brand-card.featured-brand-card .brand-card-action, .featured-brands .brand-card.featured-brand-card .brand-card-action {
  text-align: left;
  padding: 0 40px;
  font-size: 15px !important;
}
@media (max-width: 640px) {
  body#manufacturer .brand-card, .featured-brands .brand-card {
    min-width: 280px;
  }
}
body#manufacturer .brand-card:hover, .featured-brands .brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
body#manufacturer .brand-card .brand-card-logo, .featured-brands .brand-card .brand-card-logo {
  text-align: center;
  margin-bottom: 5px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#manufacturer .brand-card .brand-card-logo img, .featured-brands .brand-card .brand-card-logo img {
  object-fit: contain;
  max-width: none;
}
body#manufacturer .brand-card .brand-card-title, .featured-brands .brand-card .brand-card-title {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  text-align: left !important;
  color: #111827;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body#manufacturer .brand-card .brand-card-description, .featured-brands .brand-card .brand-card-description {
  color: #4B5563;
  flex-grow: 1;
  margin-bottom: 0;
  text-align: left;
}
body#manufacturer .brand-card .brand-card-action, .featured-brands .brand-card .brand-card-action {
  text-align: left;
  position: absolute;
  bottom: 20px;
}
body#manufacturer .brand-card .brand-card-action a, .featured-brands .brand-card .brand-card-action a {
  color: #1F80C7;
  font-size: 13px;
}
body#manufacturer .brand-miniature .brand-card, .featured-brands .brand-miniature .brand-card {
  min-height: auto !important;
}

body#index .brands-title {
  display: none;
}
body#index .featured-brand-card {
  padding: 0 0 20px 0;
  min-height: 750px;
}
body#index .brand-card-action {
  position: relative;
  margin: 20px 0 0 0;
}

.brands-manufacturers-section {
  background-color: #F9FAFB;
}
.brands-manufacturers-section .alert-success {
  display: none;
}

#manufacturer #main ul {
  display: block !important;
}
