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

#container_marques .container-img-marque {
    height : 150px;
}

#container_marques .img-marque {
    max-width  : 140px;
    max-height : 140px;
    position   : absolute;
    margin     : auto;
    top        : 0;
    left       : 0;
    right      : 0;
    bottom     : 0;
}

#container_marques .text-marque {
    text-align     : center;
    font-size      : 22px;
    text-transform : uppercase;
    line-height    : 150px;
    color          : white;
}