@charset "UTF-8";

/* Liste produits couleurs */


.btn.btn-transparent-black {background: transparent;border-color: #00474f;color: #00474f}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus{background: #00474f;border-color: #00474f;color: #ffffff}

.bg-gradient-green-atelier { background-image: linear-gradient(to right, #e05970, #00474f, #00474f)}
.btn-gradient-light-purple-light-orange{background-image: linear-gradient(to right, #00474f, #e05970, #00474f);color: #fff;background-size: 200% auto;transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
