/*liste horizontal des marques (slider)*/
#marque-list2 {
    /*padding-bottom: 70px;*/
    /*background: #181A1C url(../images/site/brand-bg.jpg) no-repeat top;*/

}
#marque-list2 .marque-header {
  /*border-top:6px solid #414141;*/
  /*border-bottom: 1px solid #414141;*/
}
#contentContainer {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  /*border: 1px solid red;*/
}
#move-prev, #move-next {
  background-color: gold;
  font-size: 16px;
  font-weight: bold;
  outline: none;
}
#slide {

  /*display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-height: 200px;
  list-style: none;*/
  /*overflow: hidden;*/
}

.client-nav {
  /*margin-top: 1rem;*/
  /*margin-bottom: 1rem;*/
}
.client-nav li {
  list-style:none;
}
.client-nav li i {
  padding-top: 0px;
}
.client-nav li span {
  background:#FECE1A;
  border-radius:3px;
  width:25px;
  height:25px;
}
.client-nav li span:hover {
  background:#E1FF00;
}

 .client-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  /*overflow: hidden;*/
  max-height: 200px;
  margin-bottom: 0px;
}
 .client-slider li {
  padding: 1rem;
  max-width: 234px;
}
 .client-slider img {
  max-width: 150px;
  max-height: 150px;
  border:1px solid white;
}
.client-slider img:hover {
  /*background-color:#FECE1A;*/
}
