    /*Flash infos col
    .flash-info-col {
        width : 260px;
        height : 367px;
        display: inline-block;
        vertical-align: top;
        border : 1px solid #000;
        padding-top : 27px;
        padding-left:37px;
        padding-right : 32px;
        position: relative;
        margin-left: 10px;
    }
    .flash-info-col .title {
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 26px;
        line-height: 0px;
        margin-bottom: 26px;
    }
    .flash-info-col .info-container{
        font-family: futura-pt,sans-serif;
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 14px;
        width: 182px;
    }
    .flash-info-col .info-container .date-span{
        font-weight: 400;
    }
    .flash-info-col .more-btn-info{
        width: 20px;
        height: 20px;
        background: black;
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
        background-image: url(../CSS/img/flash-le-plus.svg);
        background-size : cover;
        background-repeat: no-repeat;
    }
    .flash-info-col .more-btn{
        width : 74px;
        height : 31px;
        background : black;
        color : white;
        border : 1px solid black;
        font-family: futura-pt-bold,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size : 14px;
        padding-left: 10px;
        text-align: left;
        line-height: 28px;
        cursor : pointer;
        position: absolute;
        bottom: -16px;
        left: 93px;
    }
    .flash-info-col .more-btn:hover{
        background : white;
        color : black;
        border : 1px solid black;*/