.projet-card__image-wrapper {
    position: relative;
}

.projet-card__image {
    display: block;
    width: 100%;
    height: auto;
}

.projet-card__status {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    gap: 5px;
}

.projet-card__status-item {
    background: #f0c53a;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-return{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index:50;
    margin-top:-50px;
}
.single-projets .cover{position:relative;}
.single-projets .cover:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}