.catalogue-content { min-height:calc(100vh - 490px); height:100%; max-width:1200px; margin:auto; }

@media screen and (max-width:982px) {
  .banner-left .home {
    margin:20px auto;
  }
}

.dwl-center {
	display:flex;
	flex-direction:row;
	justify-content:start;
	flex-wrap:wrap;
	gap:30px;
	padding:0;
}

.dwl-select {
  height:25px;
  line-height:2.2;
  padding-left:5px;
  font-size:14px;
  outline:1px solid #e2e2e2;
}

.down-item {
	padding:10px 20px;
	border:1px solid #666466;
}

.fiches .down-item {
	height:fit-content;
	min-height:340px;
	width:214px;
	border:1px solid #666466;
	margin-bottom:30px;
	padding:14px;
	position:relative;
	overflow:hidden;
}

.down-item .brand-img {
	display:flex;
	align-items:center;
	justify-content:center;
	height:calc(100% - 60px);
	margin-top:10px;
}

.down-item .brand-img img { margin:auto; width:150px; height:auto; }

.down-item .down-catalogue-infos {
  line-height:1.4;
  padding:17px 0 0 0;
  font-size:11px;
  text-transform:uppercase;
  font-weight:600;
  text-align:center;
}

.down-item .see_item {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	font-size:10px;
	font-weight:600;
	color:var(--card-produit-bouton-txt);
	background-color:#F2F0F0;
	text-transform:uppercase;
	cursor:pointer;
	padding:5px;
	margin-top:20px;
}