.project-card, .affiche-card {
    width: 256px;
    height: 366px;
    background-color: #FFF;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 0px;
}

    .project-card .detailed, .affiche-card .detailed {
    	padding: 15px 15px;
        position: absolute;
        bottom: -310px;
        width: 100%;
        backdrop-filter: blur(21px);
		-webkit-backdrop-filter: blur(21px);
    	transition:all 0.3s;
    }

    .project-card:hover .detailed, .affiche-card:hover .detailed{
    	bottom: 0px;
    }

        .project-card .detailed .p-title {
        	color:white;
        }


.affiche-card .line-info{
	color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

	.affiche-card .line-info .fa-solid {
		margin-right: 10px;
    	width: 18px;
   	 	text-align: center;
	}

.affiche-card.notactive{
	filter: grayscale(0.7);
}


.empty_concert_block {
	background: #E7EEF3;
    border-radius: 5px;
    display: flex;
    flex: 1 1 0px;
	justify-content: center;
    align-items: center;
	min-width: 258px;
	min-height: 226px;
}

.empty_concert_block h4{
	color: #565656;
}

.p-list-cut {
	display:none;
}

.p-list-btn {
	cursor: pointer;
    color: rgba(13, 110, 253, 1);
    padding: 0px 5px;
    text-decoration: underline;
	font-weight:bold;
}

	.p-list-btn:hover {
	    color: rgb(34 96 187);
	}

/*
.profile-card-2 img {
    transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}*/
