h2.block-title {
    text-align: left;
}
.card_part a {
    float: right;
    position: relative;
    top: 16px;
}
.card_part {
    background: #fbfbfb;
    padding: 15px;
    height: 295px;
}
.nom-p {
    color: rgba(0,0,0,0.54);
    padding-top: 10%;
}
.url-p a:after {
    color: #337ab7;
    top: 1px;
    position: relative;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
}
.card_part img {
    width: 85%;
}