.post-navigation{
}

.portfolio-content h2 a{
	color: #000;
	font-weight: 500;
}

.portfolio-thumbnail::before {

    background-color: rgba(64, 67, 82, 0);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 21;
    transition: opacity 0.5s;
}
.portfolio-thumbnail::after {
    background-color: #ff6b7e;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: none;
    z-index: 21;
}
.portfolio-entry-meta {
    display: none;
}
.main-navigation ul ul {
	border-radius: 0;
}
ul.sub-menu li a {
	text-transform: none;
}
.site-header, .single .type-jetpack-portfolio {
    background-color: #FCF9F3;
}

.woocommerce-info, .main-navigation .menu-icon a  {
    background-color: #EADCB9;
	}
.menu-item-type-custom, .menu-item-object-page {
	    font-family: 'Dela Gothic One';
}
.menu-item-object-jetpack-portfolio {
	font-family: 'Scope One';
}

.btn-submenu:before {
    color: #000;
}

.wp-block-jetpack-slideshow_button-pause, .wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow_pagination {
    display: none !important;
}

.project-thumb {
    position: relative;
    overflow: hidden;
}

/* Overlay sombre */
.project-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: 0.4s ease;
    pointer-events: none; /* 🔥 FIX clic */
}

/* Image */
.project-thumb img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* Texte */
.project-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: white;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
    text-align: center;
}

/* Hover */
.project-thumb:hover::after {
    background: rgba(0,0,0,0.5);
}

.project-thumb:hover .project-title {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.project-thumb::after {
    pointer-events: none;
}
.site-content{
	margin-top: 0px;
}
.entry-header {
    margin-bottom: 0;
}