/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.MyPrestaBrandsCarousel a {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 1.0;
    display: block!important;
    text-align: center!important;
}

.MyPrestaBrandsCarousel a:hover {
    opacity: 0.7;
}

#mypresta_mib {
    margin-bottom: 1.563rem;
    padding: 10px;
    clear:both;
    max-width: 1200px;
	margin: 0 auto;
}

/** .MyPrestaBrandsCarousel  {margin-top:-60px !important;margin-bottom: -60px !important;}  */

.MyPrestaBrandsCarousel li a img {width: 98px !important;height: auto !important;}

.MyPrestaBrandsCarousel li a {background: #fff;box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);}

.nosmarques {margin: 2.2rem 0 0.8rem;font-weight: 700;font-family: 'Exo 2', sans-serif;display: inline-block;width: 100%;font-size: 2rem;text-transform: none !important;}
.btn_marques {display: inline-block;width: 100%;text-align: center;margin: 2rem 0 1.4rem;}
.btn_marques a {font-family: 'Exo 2', sans-serif;text-align: center;font-size: 0.8rem;font-weight: 700;}