.container_cta_product{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_cta_product a{
    background-color: #F8BF00;
    width: auto;
}

#list-products-stand{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.bg_yellow{
    display: flex;
    justify-content: center;
}

#container-title-kits{
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ttc{
    font-size: 0.5em;
}

    .hide_mobile_kit .plus{
        display: none;
    }

    .hide_desktop{
        display: none;
    }
    #all-products-block li a{
        width: 100%;
        max-width: inherit;
    }
@media (max-width:767px) {
.picto_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.picto_row p{
    text-align: left;
}
.picto_row img{
        max-width: inherit;
    height: auto!important;
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
    display: block;
}
.picto_row .et_pb_image_wrap{
    min-height: inherit!important;
}
.picto_row .et_pb_image_1{
    margin-bottom: 0!important;
}
    h1 br, h2 br{
        display: none;
    }

    #all-products-block li .pannel_disc_img{
        font-size: 14px;
        text-align: left;
    }
    #all-products-block li .pannel_disc_img .margin_right_72{
        margin-right: 0;
    }
    #all-products-block li img{
        margin-right: 15px;
        width: 40px!important;
        height: auto!important;
    }



    .et_pb_text_0 h1{
        font-size: 25px;
    }

    #title-panneaux-kit{
        width: 100%!important;
        margin-bottom: 25px;
    }

    #title-panneaux-kit h2{
        margin-bottom: 10px;
        display: block;
    }

    #title-all-kits{
        font-size: 29px;
    }
    #title-all-kits .main-title{
        font-size: 1.2em;
    }
    #title-all-kits br{
        display: none;
    }

    .container_cta_product a {
        font-size: 1em;
        line-height: 120%;
        max-width: 90%;
    }

    .hide_mobile_kit .plus{
        height: 40px;
        content: "+";
        background-color: #F8BF00;
        width: 40px;
        border-radius: 20px;
        font-size: 3em;
        margin-top: 15px;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .hide_mobile_kit:not(.selected) div:not(.plus){
        display: none;
    }

    .hide_mobile_kit.selected{
        margin-bottom: 50px;
    }

    .hide_mobile_kit .bg_yellow{
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        }

        .hide_mobile_kit .bg_yellow a{
            font-size: 28px;
        }

        .woocommerce ul.products.columns-3 li.product{
            border:0!important;
            margin-right: 0!important;
        }
    .hide_desktop{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    margin-top: 10px;
    }

    #all-products-block li{
        margin-bottom: 100px;
    }

    .hide_desktop a{
        margin: 0;
        max-width: inherit;
        width: 100%;
    }

    .hide_mobile{
        display: none!important
    }

    }














