#abz_module_home_bandeau {
    width: 100%;
    /* max-width: 1200px; */
    padding: 30px;
    margin: auto;
    margin-bottom: 60px;
    background: #fafafa;
}
#abz_module_home_bandeau .row {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    background: #fafafa;
}
#abz_module_home_bandeau ul {
    list-style: disc;
    padding-left: 40px;
    /* margin-left: 20px; */
}
#abz_module_home_bandeau li {
    padding-left: 20px;
    color: #000;
    margin-bottom: 10px;
}
.bandeau_price {
    padding-left: 25px;
    margin-bottom: 60px;
}
.bandeau_text {
    margin: 50px 0px;
}
p.bandeau_baseline {
    color: #000;
}
.bandeau_title {
    font-weight: 300;
}
.bandeau_title span {
    font-weight: 500;
}
span.span_bandeau_price {
    font-size: 35px;
    margin-left: 5px;
    font-weight: 400;
}
.image_bandeau {
    max-height: 600px;
}
.content_bandeau {
    margin-top: 10%;
}
span.transform_price_product {
    font-size: 18px;
    vertical-align: 11px;
    margin-left: 4px;
}
a.exclusive.know_more {
    border: 1px solid #000;
    width: 200px;
    height: 40px;
    padding-top: 12px;
    border-radius: 30px;
    font-weight: 100;
    margin-left: 40px;
    text-align: center;
    /* vertical-align: 8px; */
    display: inline-block;
}
#abz_module_home_bandeau a.exclusive.button.ajax_add_to_cart_button {
    float: left;
}
.bloc .know_more {
    float: right;
}
.bloc {
    text-align: center;
}

.cta_home_cmd i {
    margin-right: 10px;
}
@media screen and (max-width: 540px) {
    #abz_module_home_bandeau a.exclusive.button.ajax_add_to_cart_button {
        float: none;
        margin: 20px auto;
    }
    #abz_module_home_bandeau a.exclusive.know_more {
        float: none;
        margin: 0px;
        width: 100%;
        margin-top: 20px;
    }
    .button.cta_home_cmd,
    .button.ajax_add_to_cart_button i {
        width: 100%;
    }
}