.interest .row .row > div {
	margin:10px 0;
	min-height:250px
}
.ads img {
	width:100%
}
.ads .box {
	min-height:135px
}
.ads .box .btn1:after {
	margin-left:0
}
.forms form {
	font-size:0
}
form > * {
    font-size: 16px;
}
.forms .btn1 {
    vertical-align: top;
}
.findSupplies {
	margin-top:10px
}
.mainBanner img {
	width:100%
}
#search_home input {
	margin-bottom:10px
}
#iptSku {
	width:86%;
	margin-right:2%;
	margin-bottom:10px
}
#iptQtySku {
	width:12%;
	margin-bottom:10px;
}
.interest > .row > div {
	margin-top:15px
}

.printersBlock > .row > div {
	display:flex;
    margin:0 15px
}
.printersBlock .elt-73.col {
    max-width: 33%;
    min-width: 33%;
}
.printersBlock a > img {
    margin: 0 auto;
    max-height: 105px;
}

/* Gestion de documents Best sellers */
.printersBlock .elt-105.col {max-width: 66%; min-width: 66%;}
.printersBlock .elt-105 > div > div > a { display: block;text-align: center;}
.printersBlock .elt-105 > div > div > div { height: 60px; overflow: hidden; }
.printersBlock .elt-105 > div > div > div.modal { height:auto; overflow:auto }
.printersBlock .elt-105 > div > div > p { height: 85px; overflow: hidden; }

/* promotion page */

#index_promotion_page .prod:nth-child(3n+1) {
    clear:left;
}
#index_promotion_page .prod > div {
    background-color: #fff;
    color: #333;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin: 15px 0;
}
#index_promotion_page .prod h5.desc {
    min-height: 38px;
}
#index_promotion_page .prod h4.name {
    min-height: 106px;
}
#index_promotion_page form#frmNewsletter > div {
    padding-top: 20px;
}

@media (min-width: 992px) {
}

.interest .cols > div,
.interest .cols > div > div,
.interest .cols > div > div .hoverState {
	height: 100%;
}
/* DTP + TAB */
@media (min-width: 768px) {
	.interest > .row {
		display:flex;
	}
	.interest .cols {
		padding-bottom: 45px;
	}
	.interest .cols .btn2 {
		position:absolute;
		bottom:0
	}
	.helpBlock h2 {
		margin-top:0
	}
}

/* TAB */
@media (min-width: 768px) and (max-width: 991px) {
	.box .pull-left {
		max-width: 85%;
	}
    .printersBlock > .row > div {
	    display:block;
    }
    .printersBlock .elt-73.col {
        max-width: 100%;
    }
}

/* MOB */
@media (max-width: 767px) {	
	.forms .btn1 {
		text-align: center;
		margin-bottom:10px;
		width: 100%;
	}
	#carousel-ads-mob {
		padding-top:10px
	}	
	#iptSku {
		width:78%;
		margin-right:2%;
	}
	#iptQtySku {
		width:20%;
	}
	#search_home {
		margin-bottom:10px
	}
    .printersBlock > .row > div {
        display:block
    }
    .printersBlock .elt-73.col {
        max-width:100%
    }
    #carousel-printers-mob {
        position: relative;
        padding-bottom: 40px;
    }
    #carousel-printers-mob .carousel-indicators {
        bottom: 0;
        top: inherit;
    }
}