
/** Complement Arnaud */
/* Scrollbar liste de recherche */
#pills-cip,
#pills-atc{
  height:100%;
}
#pills-cipContent,
#pills-atcContent{
  height:100%;
}
#pills-tabContent{
height: calc(100% - 150px);
}

#search-content div:nth-child(0){
  height:100%;
}

#pills-cip-complex .select-list,
#pills-atc-complex .select-list{
  max-height:400px;
  overflow-y: scroll;
}