.gammes-browser{
	/*box-shadow: 1px 5px 12px rgba(7,7,7,0.3);	*/
  /*position: fixed;
  top: 90px;*/
}

.gammes-list{
	/*width: 88%;*/
    margin: 0px 90px 0px 85px;
	min-height: 100px;
	max-height: 100px;
	padding: 5px 70px 5px 25px;
	display: flex;
	overflow-x: visible;
	overflow-y: scroll;
	flex-direction: row;	
	transition: all 0.7s ease-in-out;
	border-bottom: 1px solid grey;
}


.gammes-list--collapsed{
	min-height: 0px !important;
	max-height: 0px !important;
	height: 0px !important;
	padding: 0px !important;
	border-bottom: 0px solid grey;
}

.gammes-arrow-right, .gammes-arrow-left{
	position: absolute;
	background-color: transparent;
	border-radius: 25px;
	/*border: 1px solid #0098db;*/
	padding: 10px 15px;
	color: #0098db;
	font-size: 3rem;
	/*box-shadow: 1px 1px 10px rgba(7,7,7,0.3);*/
}

.gammes-arrow-right{
	right: 10px;
}

.gammes-arrow-left{
	left: 10px;
}

.gammes-arrow-right:hover, .gammes-arrow-left:hover{
	cursor: pointer;
}

.gammes-browser div.row {
	/*overflow-x: hidden;*/
}

.gammes-browser img{
	max-height: 50px;
	max-width: 50px;
}

.gammes-browser .gamme-list-pusher-right{
	max-height: 80px;
	max-width: 80px;	
}

.gammes-browser-title{
  line-height: 1 !important;
  height: 28px;
	color: white;
	padding: 5px 10px;
	margin-bottom: 0px;
	/*background-color: #0098db;*/
	min-height: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.gammes-browser-title span{
	/*display: flex;*/
	color: #0098db;
    /*flex-direction: row;
    align-items: center;*/
}

.gammes-browser-title span i{
	transition: all 0.7s ease;
	transform: rotate(0deg);
	position: relative;
	right: 5px;
	bottom: 1px;
}

.gammes-browser-title:hover{
	cursor: pointer;
	background-color: rgba(0, 152, 219, 0.7);
}

.gamme-container{
	/*display: flex;
	flex-direction: row;*/
	display: flex;
  color: black;
	flex-direction: row;
	align-items: center; 
	margin-right: 3%;
}

.gamme-container:hover{
	cursor: pointer;
}

.gamme-container span{
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.2;
}

.bottom-sheet{
	/*max-height: 100% !important;*/
}

.modal-gamme-details{
	line-height: 2;
}

.modal-gamme-details .modal-content, .modal-gamme-details .row{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.modal-title{	
	color: white;
	margin: -24px;
	margin-bottom: 0px;
	padding: 5px 10px;
}

.modal-title h4{
	margin-bottom: 0px;
}

#modal-details-gamme-indis .modal-title{
	background-color: #b6cf37;
}

#modal-details-gamme-condis .modal-title{
	background-color: #138f48;
}

#modal-details-gamme-gbranche .modal-title{
	background-color: #1f1e48;
}

#modal-details-gamme-appareil .modal-title{
	background-color: #71c9e6;
}

#modal-details-gamme-eclairage .modal-title{
	background-color: #812c7c;
}

#modal-details-gamme-chauffage .modal-title{
	background-color: #ed9b2d;
}

#modal-details-gamme-securite .modal-title{
	background-color: #da313b;
}

#modal-details-gamme-cablage .modal-title{
	background-color: #bb5d33;
}

#modal-details-gamme-outillage .modal-title{
	background-color: #fee533;
}

#modal-details-gamme-tech .modal-title{
	background-color: #46494a;
}



#modal-details-gamme-indis .last-articles-container{
	border-right: 3px solid #b6cf37;
    min-height: 200px;
}

