.bloc_cc {
    width: 100%;
    float: left;
}
.cc_filtre {
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.70);
}


p.cc_title {
    color: #1a2a47;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: absolute;
    text-align: center;
    width: calc(100% - 15px);
    margin-left: 7px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 400;
}
.the_cc:hover .cc_filtre {
    display: none;
}
.mozaic_cc {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 60px;
    position: relative;
}
.the_cc_title {
    padding: 30px 0px;
}
.col-sm-6.the_cc {
    padding: 40px;
}
a {
    cursor: pointer;
}