@charset "utf-8";


.ficheProject {
	height: 315px;
	width: 225px;
	
	opacity : 0.8;
	
	color: #2f5156;
}

.ficheProject:hover {
	
	opacity : 1;
	color: #f7a600;
	
		 transition:
    opacity .2s,
	color .2s;
}

.ficheProjectVide {
	height: 315px;
	width: 225px;

}


#titreProject {
	height: 15px;
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 14px;
	
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#contenuProject {
	height: auto;
	width: 100%;
	padding:0px;
	position: relative;
	top:0px;

	
	display: flex;
	justify-content: space-between;
}

.col2 {
	height: auto;
	margin-bottom:20px;
	width: 470px;
	
	
}



#infoTechCol2 {
	height: 60px;
	width: auto;
	position: absolute;
	bottom:20px;

}

.infoTech {
	height: 44px;
	width: 56px;
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #2f5156;
	top: 0px;
	border: 2px solid #2f5156;
	border-radius: 30px;
	padding-top:12px;
	vertical-align: middle;
	float:left;
	margin-top:0px;
	margin-right:10px;
}


.infoTech2 {
	height: 49px;
	width: 66px;
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #2f5156;
	top: 0px;
	border: 2px solid #2f5156;
	border-radius: 35px;
	padding-top:17px;
	vertical-align: middle;
	float:left;
	margin-right:10px;
}


#contenuSkills {
	height: auto;
	width: 100%;
	padding:0px;
	position: relative;
	top:0px;
	margin-bottom:20px;

	
	display: flex;
	justify-content: space-evenly;
}
