.carbon {
  background-image: url('../pictures/carbon.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.bgblack{
    background-color: #000;
}
* .card a div{
  transition: all 0.3s;
}
* .card a:hover{
  text-decoration: none;
}
* .card a:hover div {
  margin-left: 5px;
}
#brands{
    padding:  20px 0;
}
#brands article{
    min-width: 190px;
    max-width: calc(25% - 15px);
    margin-bottom: 20px;
}
#brands article img{
    width:  80px;
    height:  80px;
    object-fit: contain;
    object-position: center;
}
#brands article a{
    color: #FFF;
    text-decoration: none;
}
#brands article a:hover{
  color: #FFFFFF;
  /*text-decoration: underline dashed;*/
}
#back{
    max-width: 155px;
}

.bg-black{
    background-color: #000000;
}

.cadre-brand {
    min-height: 300px;
}

.cadre-model {
    min-height: 300px;
    margin-top: 30px;
}
.card.listcard .bg-black{
    height: 90px;
    border-bottom:  1px solid #FFF;
}
.card.listcard .bg-black h2{
    line-height: 90px;
}

.card.listcard{
    border-radius: 15px;
    overflow: hidden;
    min-width: 300px;
    max-width: calc(33.33% - 20px);
    margin-right:  30px;
}
.card.listcard img{
    height:  40px;
    margin-left: 15px;
}
.card.resultcard{
    border-top: 0;
    border-radius: 0;
    background-color: #000;
}
.card.resultcard img{
    height:  40px;
    margin-left: 15px;
}
.card.listcard:last-of-type{
    margin-right: 0;
}
.listcard.carbon .title{
    border-bottom: 1px solid #FFF;
}
.listcard h2{
    color: #FFFFFF;
}
.listcard li{
    border-bottom: 1px solid #FFF;
    background-color: transparent;
}
.listcard li:last-of-type{
    border-bottom: none;
}
.listcard li a{
    color: #FFF;
}
.listcard ul li.carbon{
    margin:  -2px -16px 0 -16px;
    padding-top: 10px;
    background: #000;
}
.listcard ul li.carbon:first-of-type{
    margin:  -16px -16px 0 -16px;
}
.listcard ul li.carbon h2{
    font-size: 26px;
    line-height: 90px;
}
.tab-content table.table{
    border-collapse: separate;
    border-spacing: 5px;
}
.tab-content table.table th{
    background-color: transparent;
}
.tab-content table.table tr th,
.tab-content table.table tr td{
    border-color: transparent;
}
.tab-content table.table tr td{
    background-color: #000;
}
.tab-content table.table .bggrey{
    background-color: #343a40;
}
.tab-content table.table td.price{
    font-size: 1.5rem;
}
#myTab{
    background-color: #000000;
    border-bottom: 1px solid #343a40;
    list-style: none!important;
}
#myTab li button{
    background-color: #000000;
    color: #FFF;
    border-radius: 0;
    border: 0;
    transition: all 0.3s;
    margin-bottom: 0;
    outline: none!important;
    line-height: 14px;
}
#myTab li button:hover{
    opacity: 0.7;
}
#myTab li button.active{
    background-color: #343a40;
}

.searchBar{
  max-width: 320px;
}
#search{
  outline: none;
}
#search.results_on{
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
#display{
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  max-height: 90vh;
  overflow: scroll;
  z-index: 99;
}
#display ul{
  list-style: none;
  padding-left: 0;
}
#display ul li{
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
#display ul li a{
  color: #000000
}
@media(max-width:  992px){

  .card.listcard{
    border-radius: 15px;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    margin-right:  0px;
    display: none;
  }

  .card.listcard:last-of-type{
    display: flex;
  }
}

.text-finalcard {
    color: red;
}
