#grille {
    width: 100%;
}
.col1 {
    width: 220px;
}
.box {
    padding: 0;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 15px !important;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.17);
}
#grille .box .node_title {
    padding: 15px;
}
#grille .box .node_title a {
    color: #535e7e;
    font-size: 1.667em;
    font-family: 'GillSans',Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
#grille .box .body {
    padding: 0px 15px;
}

#grille .box .link {
    padding: 25px 10px 0 10px;
    text-align: right;
}

#grille .box .link a{
    transition: all 0.1s ease-in;
    background: url(/sites/default/themes/pf_corpo/images/picto/link-plus-orange.png) no-repeat right 1px;
    padding: 0 20px 0 0;
    font: italic 1em/14px arial,sans-serif;
    color: #ca720b;
}