.aff-product {
    display: flex;
    flex-direction: column;
    width: fit-content;
    border: 2px solid #031239 !important;
    padding: 2em;
    align-content: space-between;
    border-radius: 5px;
    box-shadow: 1px 0px 16px #dff3fe;
    margin-bottom: 3em !important;
}

.aff-product .product-div-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3em;
    flex-wrap: wrap;
}

.product-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.aff-product .product-div-bot a.btn-bleu {
    text-decoration: none !important;
    border: 1px solid;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    background-color: #0142fd !important;
    opacity: 80%;
}

.aff-product .product-div-bot a.btn-bleu:hover {
    opacity: 100%;
}
.product-name {
    font-weight: 600;
}

.product-div-bot > div {
    flex: 1;
}

.aff-product.style-two .product-div-bot {
    flex-direction: column;
}

@media (max-width: 768px) {
    
}



