/* Custom code goes here - paste your css code below in line 3 */

/* Taille de caractère globale */
body {
    background-repeat: repeat;
    background-position: left top;
    color: #000;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* bordures arrondie de l'article */
.pl_border_type2 div#content-wrapper .products .product-miniature .thumbnail-container {
	border-radius: 20px;
}

.an_productattributes {
	border-radius: 0px 0px 20px 20px;
}

.an_productattributes-qty-add .btn-primary {
	border-radius: 15px;
}

.an_productattributes-product-selectbox {
	border-radius: 15px;
}