.alphabet {
		
                list-style-type: none;
                padding:10px;
                cursor: pointer;
                width: 100%;
		display: flex;
		height: auto ;
		align-items: center;
   		justify-content: center;
		flex-wrap:wrap;
}

.alphabet  li {
                    
                    border-right:1px solid @darkgrey;
                    font-size: 13px;
		    font-size: bold;
                    text-align: center;
		    margin : 1px;
                    padding-left: 10px;
                    padding-right: 10px;
                    color:white;
                    display:inline;
		    height: 40px ;
		    width: 40px;
		  
}

.input_petit {
	max-width:300px;
}

.emailLink:hover {
	cursor: pointer; cursor: hand;
}

.emailLinkFichePerso:hover {
	cursor: pointer; cursor: hand;
}

#fichMembreBlocA, #fichMembreBlocB {
	
	display: flex;
	justify-content: flex-start ;
}

#textMembreBlocA {
	padding-left:35px;
	padding-top:20px;
}

#MembreBlocBG {

	width:50%;

}

#textMembreBlocA h3 {
font-family: "euclid_flex", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
color : #002e5d ;
font-size: 30px;
font-weight: bold;

}

#btnHDR {

  position:relative;
  height:35px;
  width : 35px;
  font-weight: bold;
  background: #cccc00;
  background: -webkit-linear-gradient(top, #cccc00, #e0e000);
  background: -moz-linear-gradient(top, #cccc00, #e0e000);
  background: -ms-linear-gradient(top, #cccc00, #e0e000);
  background: -o-linear-gradient(top, #cccc00, #e0e000);
  background: linear-gradient(to bottom, #cccc00, #e0e000);
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: Arial;
  color: #ffffff;
  padding-top:8px;
  padding-left:2px;
  text-decoration: none;
  z-index:1;
}

.infoBulle {

  position:relative;
  height:20px;
  width : 20px;
  font-weight: bold;
  background: #cccc00;
  background: -webkit-linear-gradient(top, #cccc00, #e0e000);
  background: -moz-linear-gradient(top, #cccc00, #e0e000);
  background: -ms-linear-gradient(top, #cccc00, #e0e000);
  background: -o-linear-gradient(top, #cccc00, #e0e000);
  background: linear-gradient(to bottom, #cccc00, #e0e000);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  padding-top:5px;
  padding-left:8px;
  margin-right : 5px;
  text-decoration: none;
  z-index:5;
  
    font-family: 'FontAwesome';
    content: '\f129';

}



.infoBulle span{
     width:220px;
     margin-top:23px;
     margin-left:-35px;
     position:absolute;  
     color:#ffffff;
     font-weight: bold;
     background:rgba(204,204,0,1);
     padding:15px;
     border-radius:3px;
     box-shadow:0 0 2px rgba(73,163,82,.5);  
     transform:scale(0) rotate(-12deg);   
     transition:all .25s;         
     opacity:0;
     line-height: normal !important;
}

.infoBulle:hover span, .infoBulle:focus span{
     transform:scale(1) rotate(0);  
     opacity:1;      
}

input[type="file"] {
display:inline !important;

}

#imgMember img {
	max-width:200px !important;
}
