/* pinterest */
#container-masonry .row {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;
}

#container-masonry .row > .col-md-4 {
    display: inline-block;
    padding:  .33rem;
    width:  100%;
    float:none;
}

#container-masonry .well {
    position:relative;
    display: block;
}

.blueimp-gallery > .description {
    position: absolute;
    top: 50px;
    left: 15px;
    color: #fff;
    display: none;
}
.content-showcase-slider {
    z-index: 0;
}

/* MAke all item-pinterest box clickable */
div.item-pinterest div.share-box{
    z-index: inherit;
}
/* END MAke all item-pinterest box clickable */

/* Hide entreprise name on Répertoire des membres */

body.page-node-9563 .user-author .actulite-details-author-organisme{
    display: none;
}

/* END Hide */