#container_categorie_top {
    margin-top : 50px;
    font-size  : 20px;
}

#container_categorie_top .img_description_left {
    position : absolute;
    width    : 128px;
    left     : -129px;
    top      : -8px;
}

#container_categorie_top .img_description_right {
    position : absolute;
    width    : 126px;
    right    : -131px;
    top      : 347px;
}

#container_categorie {
    font-size  : 20px;
    max-width: 1190px;
}

#container_categorie .col-divider {
    padding-left  : 70px;
    padding-right : 70px;
}

#container_categorie .bubble {
    color         : white;
    padding       : 3px;
    margin-bottom : 20px;
    text-align    : center;
    cursor        : pointer;
    font-weight   : bold;
}

#container_categorie a {
    text-decoration : none;
}

.row_categorie {
    display   : -webkit-box;
    display   : -webkit-flex;
    display   : -ms-flexbox;
    display   : flex;
    flex-wrap : wrap;
}

.row_categorie [class*='col-'] {
    display        : flex;
    flex-direction : column;
    padding-top    : 30px;
    padding-bottom : 40px;
}

.row_categorie [class*='col-']:not(:last-child) {
    border-right : 1px solid #ABABAB;
}

@media only screen and (max-width : 992px) {
    .row_categorie [class*='col-'] {
        border-right   : none !important;
        padding-top    : 0;
        padding-bottom : 0;
    }

    #container_categorie .col-divider {
        padding-left  : 20px;
        padding-right : 20px;
    }
}


