.pastilleContenuTableauBordRC {
    width: 474px;
    height: 250px;
    padding: 0px;
    margin: 10px;
    float: left;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.pastilleContenuTableauBordRC.appliquerOpacite {
    opacity: 30%;
}

.imageContenuTableauBordRC {
    width: 474px;
    height: 170px;
}

.imageContenuTableauBordRC img {
    max-width: 474px;
    max-height: 180px;
}

.informationContenuTableauBordRC {
    width: 474px;
    height: 70px;
    padding-top: 8px;
    text-align: center;
}

.titreAjouterContenu {
    width: 220px;
    padding-bottom: 2px;
    margin: 0 15px 10px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #DDDDDD;
}