/*
Theme Name: generatepress-Child
Template: generatepress
*/
@import url("../generatepress/style.css");
/* Supprimer affichage cateories*/
.cat-links, .comments-link, .tags-links {
    display: none;
}
/* Supprimer affichage Publie le par... sous le titre de l'article*/
.entry-meta {
    display: none;
}
/****************** Visual Portfolio *****************
 Mise en forme legendes lightbox Visual Portfolio */
.vp-pswp .pswp__caption>div {
    color: #fff;
    font-size: 10px;
    max-width: 100%;
}
.pswp__caption__center {
    text-align: center;
}
.vp-portfolio__item-popup-title{
	font-size: 20px;
}
/*********** Coloration flèches suivant / précédent*****************/
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgb(203 41 40 / 54%);
    height: 30px;
    width: 32px;
    position: absolute;
}
/************** FIN Visual Portfoaio ******************/

