#container_types {
    margin-top    : 50px;
    padding-right : 0;
    padding-left  : 0;
}

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

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

#container_types .container-prod {
    width: 196px;
}

#container_types .container-img-type {
    width            : 196px;
    height           : 196px;
    background-color : white;
    border-radius    : 15px;
    position         : relative;
    cursor           : pointer;
}

#container_types .img-type {
    max-width  : 160px;
    max-height : 160px;
    position   : absolute;
    margin     : auto;
    top        : 0;
    left       : 0;
    right      : 0;
    bottom     : 0;
}

#container_types .container-plus {
    width                      : 49px;
    height                     : 49px;
    position                   : absolute;
    top                        : 147px;
    left                       : 147px;
    border-bottom-right-radius : 15px;
    border-top-left-radius     : 15px;
    font-size                  : 30px;
    color                      : white;
    display                    : grid;
    place-items                : center;
    text-align                 : center;
}

#container_types .container-libelle {
    width       : 196px;
    height      : 98px;
    text-align  : center;
    color       : white;
    font-size   : 18px;
    padding-top : 10px;
}

@media only screen and (max-width : 992px) {
    #container_types {
        padding-right : 15px;
        padding-left  : 15px;
    }

    #container_types .container-prod {
        margin: 0 auto;
    }
}

#container_produits .dropdown-toggle {
    background-color : black;
    border-color     : white;
    color            : white;
    font-size        : 14px;
    padding          : 6px 6px 6px 8px;
}

#container_produits .caret {
    color        : #E6007E;
    margin-left  : 15px;
    border-top   : 8px dashed;
    border-right : 8px solid transparent;
    border-left  : 8px solid transparent;
}

#container_produits .dropup .caret {
    border-bottom : 8px dashed;
    border-top    : 0;
}

#container_produits .dropdown-menu {
    background-color : black;
    color            : white;
    width            : 100%;
    border-radius    : 0 0 0 0;
    border           : 1px solid white;
    padding          : 0 0;
    margin           : -1px 0 0;
}

#container_produits .dropdown-menu > li > a {
    color          : white;
    padding-top    : 8px;
    padding-bottom : 8px;
}

#container_produits .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color : #E6007E;
}

#container_produits .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right : 0;
}

@media (min-width : 1200px) {
    #container_types .row [class*='col-'] {
        width : 20%;
    }
}