.fusion-row .chocolat_row{
    border:1px solid #472c1d;
    padding:0px 5px;
    position:relative;
    margin: 10px auto;
}

.chocolat_content{
    min-height: 120px !important;
}
.chocolat_content>h3{
    text-transform: uppercase;
    font-weight: 400;
}

.fusion-column-wrapper.chocolat_image{
    margin:0 auto;
}

.chocolat_saison{
    position:absolute;
    top:0px;
    right:0px;
    background-color: #ad7c59;
    color:#fff;
    width:150px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.chocolat_description{
    width: 100%;
    margin : 10px 5px 25px 5px;
}

.chocolat_ingredients{
    position:absolute;
    bottom:0px;
    left:5px;
    font-weight: 400;
    width: 100%;
    font-size: 14px;
}

.chocolat_clic{
    cursor: pointer;
}

.chocolats-widget img{
    width: auto;
    height: 70px;
    float:left;
}

.chocolats-widget-row{
    display: inline-block;
    width:100%;
}

.chocolats-widget_txt{
    padding: 25px 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.chocolats-widget-box .widget-title{
    text-align: center;
    text-transform: uppercase;
}


@media screen and (max-width: 768px) {
    .chocolat_content{
        text-align:center;
    }

    .chocolat_ingredients {
        position:relative;
    }
    .chocolat_saison {
        position:relative;
        padding: 10px;
    }
}