.abz_help_product {
    position: fixed;
    bottom: 0;
    right: 70px;
    text-align: center;
    background: #cda33f;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    z-index: 9999;
}
p.cta_help {
    padding: 6px;
}
.bloc_help a {
    font-size: 20px;
    padding: 10px 5px;
    margin: 10px;
    /* margin-top: 29px; */
}
.help_sentence {
    font-size: 11px;
}
.cta-close-help {
        position: absolute;
    right: -1px;
    top: -60px;
    /* bottom: -31px; */
    /* background: antiquewhite; */
    width: 100%;
    height: 60px;
}
.cta-close-help-style {
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: #fff;
    margin: 0;
    bottom: 0px;
    border: 1px solid #ffffff;
    padding: 8px 12px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
    .abz_help_product {
        width: 300px;
        /* right: 50px; */
        /* position: absolute; */
        bottom: 0;
        left: 50%;
        text-align: center;
        background: #cda33f;
        padding: 5px 10px;
        border-top-left-radius: 5px;
        border: 1px solid #ffffff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, 0%);
        border-bottom: 0px;
    }
}