.encart_prod {
	padding: 0px 40px 53px;
    position: relative;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
}

.encart_prod::before {
	background-image: url(/wp-content/uploads/2023/03/bloc-vague-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    position: absolute;
    top: -24px;
    left: 0px;
    background-position: 50% 50%;
    content: "";
}

.encart_prod::after {
	background-image: url(/wp-content/uploads/2023/03/vagues.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
    position: absolute;
    bottom: 20px;
    background-position: 50% 50%;
    content: "";
}

.encart_prod_img {
    width: 60px;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.encart_prod_title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 15px;
}