.product-click a {
    display: block;
    background-color: #fc6;
    color: #777;
    padding: 15px;
    font-size: .9375rem;
    margin: 1.5rem 0;
    max-width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(97, 38, 38, 0.14), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    border-radius: 3px;
    font-weight: bolder;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

body.page-template-just-answer .product-click a {
    background-color: #52bad5;
    color: #fff;
    background-color: #52bad5;
    color: #fff;
    width: 100% !important;
    max-width: calc(100% - 30px) !important;
    padding: 15px 35px;
    font-size: 20px;
}

body.page-template-just-answer .product-click {
    text-align: center;
}

.wpsm-comptable td img {
	max-width: 100% !important;
	max-height: none !important;
    width: auto;
}
