/* Filtres catalogue - Ligne commune */
.wd-catalogue-filters {
  margin-bottom: 20px;
}
.wd-catalogue-filters button {
  margin-right: 10px;
  padding: 5px 11px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
}
.wd-catalogue-filters button:hover {
  background: #666;
}
.wd-catalogue-filters button.active {
  background: #BF0011;
  color: #fff;
}

/* Lignes des filtres */
.filter-line-1,
.filter-line-2,
.filter-line-4 {
  margin-bottom: 10px;
}
.filter-line-3 {
  margin-bottom: 40px;
}

/* Grille */
.wd-catalogue-grid {
  display: block;
}

/* Liste */
.wd-catalogue-list .wd-catalogue-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wd-catalogue-list img {
  width: 150px;
  margin-right: 20px;
}

/* Titres */
.wd-catalogue-item h3 a {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 0% !important;
  font-family: poppins !important;
}
.wd-catalogue-item h3 {
  margin-top: 5px !important;
}

/* Single */
.single-catalogue_photo {
  background-color: #ffffff;
}
.single-catalogue_photo #primary,
.single-catalogue_photo .content-area {
  background-color: #ffffff;
  padding: 0;
}
body.single-catalogue_photo {
  background-color: #ffffff;
}
.single-catalogue_photo .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.single-catalogue_photo h1 {
  font-weight: normal !important;
  font-size: 1.1em !important;
  font-family: poppins !important;
  text-align: center;
}
.single-catalogue_photo .site-main img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  height: auto;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}
.single-catalogue_photo h1,
.single-catalogue_photo h2,
.single-catalogue_photo h3,
.single-catalogue_photo h4,
.single-catalogue_photo h5,
.single-catalogue_photo h6 {
  text-transform: none;
}
