/*
    Version: 1.5
*/
.collections {
    background-color: #262626;
    min-height:200px;
    margin-bottom:20px;
    padding-top:30px;
    padding-bottom:30px;
}
.collections h3 {
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

    color: #FFF;

}
.collections p {
    font-family: "Roboto";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    color: #FFF;
    padding-right:50px;

}

.collections .item-collection {
    float: left;
    width: 100%;
    height:200px;
    border-radius:15px;
    background-color:#333333;
}
.collections .image_overlay {
    background-size:cover !important;
    background-position:center !important;
    width:100%;
    height:85%;
    border-radius:15px 15px 0 0;
}
.collections .titre {
    color: white;
    font-weight:400;
    font-family: "Roboto";
    padding: 5px 0 0 12px;
}


/* PAGE D'ACCUEIL */
.collections-index .item-collection {
    border-radius:4px !important;
}
.collections-index .image_overlay {
    background-size:cover !important;
    background-position:center !important;
    border-radius:4px 4px 0 0;
}
