@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;
}

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

	margin-bottom:60px;
	display: flex;
	justify-content: space-evenly;
}


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


.iconRScontact {
	height: 80px;
	width: 80px;
	position: relative;
	float:left;
	border-width: 2px;
	border-style: solid;
	border-color: #2f5156;
	border-radius: 50px;
	margin-right:15px;
	margin-left:15px;
	opacity:0.8;
}

.iconRScontact:hover {

	border-color:#f7a600;
	opacity:1;

  transition:
  opacity .2s,
    border-color .2s;
}

#RScontact {
	height: auto;
	width: 100%;
	top:10px;
	position: relative;

}

#texteCol2-contact {
	height: auto;
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #666;
	margin-bottom: 20px;
}
