/*.carousel{
	top: 50px;
	height: 400px !important;
}
*/
.liensHover{
	-webkit-transition: font-size 0.3s ease-in-out, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease-in-out, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease-in-out, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease-in-out, background-color 0.3s ease;
    transition: font-size 0.3s ease-in-out, background-color 0.3s ease;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}

a.liensHover:hover {
    font-size: 17px;
    color: white !important;
}

a.liensHover:hover .gammes-home-icon{
    left: -5px !important;
    opacity: 1 !important;
}

a.liensHab:hover{
	background-color: #CBD92D;
}

a.liensIndis:hover{
	background-color: #018345;
}

a.liensRaccor:hover{
	background-color: #28235E;
}

a.liensApp:hover{
	background-color: #6FCFF9;
}

a.liensEcl:hover{
	background-color: #92278F;
}

a.liensChau:hover{
	background-color: #F6A31F;
}

a.liensSec:hover{
	background-color: #EF2F3B;
}

a.liensCab:hover{
	background-color: #C8632F;
}

a.liensOut:hover{
	background-color: #FFE508;
}

a.liensIso:hover{
	background-color: #4F4F57;
}


.card-header{
	padding: 15px;
	color: white;
}

.products-selection{
	z-index: 1000;
}

.products-browser-title{
	/*display: flex;
	flex-direction: row;
	align-items: center;*/
	color: white;
	padding: 5px 10px;
	margin-bottom: 0px;
	background-color: #bdbdbd;
	min-height: 10px;
	border-bottom: 1px solid black;
}

.pagination{
	display: none !important;
}

.home-pres{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.card-product{
	border-left: 5px solid #31a7d9;
}

.card-product .card-action{
	margin-left: -4px;
}

.card-product .card-image .card-title {
    font-size: 13px;
    text-shadow: 1px 1px 5px white;
    bottom: -20px;
}

.button-carousel-right{
	position: absolute;
	right: 0px;
	top: 50%;
}

.button-carousel-right i{
	font-size: 42px;
}	


#products-browser-home .card-content{
	min-height: 290px;
}

#products-browser-home .gammes-home-icon{
	display: inline-block;
	font-size: 15px;
	color: white;
	position: relative;
	left: -40px;
	top: 0px;
	transition: all 0.5s;
	opacity: 0;
}