.collections {
    background-color: #EEEEEE;
    min-height:200px;
    margin-bottom:40px;
    padding-top:30px;
    padding-bottom:30px;
}
.collections h3 {
    font-family: "DIN Next LT Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

    color: #1D1D1B;

}
.collections p {
    font-family: "DIN Next Rounded LT Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    color: #1D1D1B;
    padding-right:50px;

}

.collections .item-collection {
    float: left;
    width: 100%;
    height:200px;
    background-color:#CCCBCB;
}
.collections .image_overlay {
    background-size:cover !important;
    width:100%;
    height:80%;
}
.collections .titre {
    color:#1D1D1B;
    font-weight:400;
    font-family: "DIN Next Rounded LT Pro";
    padding:10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

