/* 21.08.19 - Webbax | TUTO 82 */

.img-responsive{width:100%;}
.block_gallery a{height:180px!important;display:inline-block;overflow:hidden;margin-bottom:25px;}

/* tablette hori.  */
@media(max-width:1024px) and (min-width:769px){
    .block_gallery a{height:150px!important;margin-bottom:20px;}    
}

/* tablette vert.  */
@media(max-width:768px) and (min-width:601px){
    .block_gallery a{height:110px!important;margin-bottom:15px;}
}

/* mobiles */
@media(max-width:768px) and (max-width:600px){
    .block_gallery a{height:140px!important;margin-bottom:15px;} 
}

/* 03.04.19 - Webbax - TUTO 73 */
.products .thumbnail-container{background:none!important;box-shadow:none!important;}
.products .product-miniature img{border-radius:50%;}
.products .product-miniature img:hover{/* transform:skewY(20deg);*/transform:rotate(10deg);transition:all 1s ease;box-shadow:5px 5px 5px #aaa; }



/* Webbax - tuto 27 */
#homepage img{max-width:100%;}
#homepage a img:hover{opacity: 0.8;filter: alpha(opacity=80);}
#homepage #banner{margin-bottom:30px;}
#homepage #arguments h2{margin-top:20px;margin-bottom:20px;}
#homepage #arguments p{font-size:14px;}
