.clients_ordre {

}

#clients {
    margin-top: 1em;
}

#clients .box {
    border: 1px solid #eee;
    min-height: 150px;
}

#clients .box:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

#clients .box-title {
    text-align: center;
    padding: 1em 1em 1em 1em;
    color: #000;
    font-weight: bold;
}

#clients .box row {
    overflow: hidden;
}

#clients .box-image img {
    width: 80%;
    margin: 15px auto auto;
}