/********** euroCard.cshtml si euroCardArhiva.cshtml ********** /

/** --- proiecticon Element --- ***/
.proiecticon-euro {
	position:relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 20px 1px gray;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	width: 280px;
	height: 328px;
}

.proiecticon-euro:hover {
	border: 2px solid #275aa8;
}

.proiecticon-projectpicture-euro {
	position: relative;
	bottom:0%;
	left: 15%;
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
}

.euro-link {
	text-decoration: none;
	color: #000000;
}

.euro-bookmark-container {
	position: absolute;
	right: 5%;
	top: 3%;
}

.euro-bookmark-container .fa-bookmark {
	color: #005EA4;
	font-size: 4rem;
}

.euro-bookmark-container span {
	position: absolute;
	top: 0.7rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
}

.euro-data {
	color:#0A75C7;
	font-family: 'Trebuchet MS';
	text-transform: uppercase;
	width: 10%;
	position: relative;
	right: -40%;
	top: 20%;
}

.euro-iconlink-icon-container {
	border-radius: 4px;
	position: absolute;
	bottom: 5%;
	right: 3%;
	width: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.euro-iconlink-icon {
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.proiecticon-euro-archive {
	background-image: linear-gradient(rgba(39, 90, 168, 0.2), rgba(39, 90, 168, 0.2));
	border-color: rgb(212, 222, 237);
}

.proiecticon-projectpicture-euro-archive {
	position: relative;
	bottom: -5%;
	width: 70%;
	height: 300px;
	margin: auto;
	background-repeat: no-repeat;
}

.proiecticon-projectpicture-euro-archive span {
	position:absolute;
	margin: auto;
	bottom: -3%;
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: black;
}

.euro-link .tippy-box {
	background-color: rgb(108, 117, 125);
}

.euro-link .tippy-arrow {
	color: rgb(108, 117, 125);
}