@charset "utf-8";




#zoneMembres {
	height: auto;
	width: 100%;
	position: relative;

	 display: flex;
  flex-wrap: wrap;
  gap: 20px;
	justify-content: space-evenly;
	



	
	 box-sizing: border-box;
	
}

.ficheMembre {
    height: 220px;
    width: 100%;
	max-width: 480px;
	min-width: 300px;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 5px  rgba(0, 0, 0, 0.5);
    border-radius: 10px;
	box-sizing: border-box;
}




.iconRSmembre {
	height: 28px;
	width: 28px;
	position: relative;
	float:left;
	border-width: 3px;
	border-style: solid;
	border-color: #6f59a5;
	border-radius: 30px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:0;
	/*opacity:0.8;*/
}

.iconRSmembre:hover {

	border-color:#f7a600;
	opacity:1;

  transition:
  /*opacity .2s,*/
    border-color .2s;
}
