/* Enter Your Custom CSS Here */

/*affichage image à la une sur posts*/
img.attachment-post-thumbnail.wp-post-image { display: none; }

.thumbnail { display: none }
.home .thumbnail { display: block }

/* employee picture size */
.roll-team .team-inner {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

/* cacher titre page */
.page .hentry .entry-header {
    display: none;
}





/* background of blockquote*/
.hentry blockquote {
    background-color: transparent !important;
}

/* supprimer navigation previous next post page */
.postnav.left, .postnav.right {
display: none;
}

.post-navigation {display:none;}
