.carte {
	width:250px; 
	height:410px; 
	border: 1px solid #333;
	padding: 3px;
	margin: 5px;
	background: linear-gradient(#77F, #fff 40px);
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000;
}

.titre_ligne2 {
	display: flex;
    justify-content: space-between;
}

.carte_langue_grade {
	width: 100%;
	height: 10px;
	text-align: left;
	text-shadow: 0px 0px 5px #55F;
}

.carte_categorie {
	width: 100%;
	height: 10px;
	text-align: right;
	text-shadow: 0px 0px 5px #55F;
}

.carte_titre {
	width: 250px;
	height: 30px;
	position: relative;
}

.carte_nom {
	width: 165px;
	height: 30px;    
    font-stretch: condensed;
    font-size: 14px;
	position: absolute;
	left: 0;
	padding-left: 3px;
	text-align: left;
	text-shadow: 0px 0px 5px #FFF;
}

.carte_bt_stock {
	width: 38px;
	height: 30px;
	position: absolute;
	left: 172px;
	text-align: center;
    cursor: pointer;
}

.carte_bt_stocktmp {
	width: 38px;
	height: 30px;
	position: absolute;
	left: 132px;
	text-align: center;
    cursor: pointer;
}



.carte_id {
	width: 45px;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	text-shadow: 0px 0px 2px #000;
}

.carte_img {
	width: 250px;
	max-height: 370px;
}

.menu_ss_famille {
    padding-left:10px;
    font-weight: bold;
}

.bt_result_recherche_ssfamille {
    cursor: pointer;
    background: linear-gradient(#5555FF, #DDDDDD);
    border: none;
    width: 95%;
    height: 25px;
    text-align: left;
    padding: 0 0 0 3px;
    
    font-weight: bold;
    text-shadow: 0px 0px 5px #FFF;    
}

.bt_result_recherche_ssfamille:hover {
    background: none;
    background-color: #5555FF55;
}

.bt_result_recherche_carte {
    cursor: pointer;
    background-color: #DDDDDD;
    border: none;
    width: 95%;
    min-height: 33px;
    text-align: left;
    padding: 0 0 0 3px;
}

.bt_result_recherche_carte:hover {
    background-color: #DDDDDD55;
}

select option {
  margin: 38px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-shadow: 1 1px 1px rgba(0, 0, 0, 0.6);
}

.bouton_famille {
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 5px;
	cursor: pointer;
	width: 180px;
}

.bouton_famille_select {
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 5px;
	background: linear-gradient(to right, #55F, #ccc); 
	text-shadow: 1px 1px 2px #FFF;
	cursor: pointer;
	width: 180px;	
}

.bouton_ss_famille {
	border:none; 	
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	background:none; 
	cursor: pointer;
}

.bouton_ss_famille_select {
	border:none; 	
	font-family:Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	color:#00F;	
	padding-left:20px;
	background:none; 
    cursor: url("img/not-allowed.png"), not-allowed;
}

.bouton_PDF {
	height: 35px; 
	width: 80px;	
    cursor: pointer;
    
	border-radius: 5px;
	border: 1px solid #999;
    background: #ccc url(../img/pdf.png) no-repeat;
	background-size: 25px;
	background-position: 3px 3px;		
	padding: 0 0 0 32px; 	
	text-align: left;	
	margin: 1px 0 0 1px;
}

.bouton_ajout_carte {
	height: 50px; 
	width: 116px;	
    cursor: pointer;
    
	border-radius: 5px;
	border: 1px solid #999;
    background: #ccc url(../img/add_card.png) no-repeat;
	background-size: 45px;
	background-position: 3px 3px;		
	padding: 0 0 0 53px; 	
	text-align: left;	
	margin: 1px 0 0 1px;
}

.bouton_ajouter_carte {
    width:180px; 
    height:50px; 
    cursor: pointer;
	
	border-radius: 5px;
	border: 1px solid #999;
    background: #ccc url(../img/add.png) no-repeat;
	background-size: 40px;
	background-position: 3px 3px;		
	padding: 0 0 0 53px; 	
	text-align: left;
	margin: 1px 0 0 1px;
}

.bouton_ajout_ss_famille {
    width:220px; 
    height:50px; 
    cursor: pointer;
	
	border-radius: 5px;
	border: 1px solid #999;
    background: #ccc url(../img/ajout.png) no-repeat;
	background-size: 40px;
	background-position: 3px 3px;		
	padding: 0 0 0 53px; 	
	text-align: left;
	margin: 1px 0 0 50px;
}

.bouton_ajouter_ss_famille {
    width:220px; 
    height:50px; 
    cursor: pointer;
	
	border-radius: 5px;
	border: 1px solid #999;
    background: #ccc url(../img/add.png) no-repeat;
	background-size: 40px;
	background-position: 3px 3px;		
	padding: 0 0 0 53px; 
	text-align: left;
	margin: 1px 0 0 50px;
}

.bouton_clone {
    background: #ccc url(../img/clone.png) no-repeat;
	background-size: 82px;
	background-position: 3px 3px;		
	padding: 0 10px 0 92px;
	height: 38px; 	
	border-radius: 5px;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 16px;
}

.bouton_retour {
    background: #ccc url(../img/retour.png) no-repeat;
	background-size: 44px;
	background-position: 2px 2px;		
	padding: 0 10px 0 50px;
	height: 50px; 	
	border-radius: 5px;
	border: 1px solid #999;
	cursor: pointer;
	font-size: 16px;
}

.bouton_raz {
	border: none;
	background: url(../img/reset.png) no-repeat;
	background-size: 62px;
	background-position: 4px 3px;
	padding: 42px 0 0 0;
	height:70px; 
	width:70px;
	font-weight: bold;
	font-size:10px; 
	cursor:pointer;	
}

.bouton_liste_ss_famille {
	width:160px; 
	height:30px; 
	text-align:left;
	padding: 0 2px 0 2px;
	line-height: 1em;
	cursor:pointer;	
}

.zone_stats_cartes {
	width:100%;
	border-radius: 0 0 5px 5px;
	padding: 2px 0 2px 0;
	background-color:#9999FF;
	text-align: center;
	color:#000;
	text-shadow: 0px 0px 3px #FFF;
	
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    z-index: 99;
    
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    cursor: pointer;
    background-color: #FFFFFFDD; 
    padding: 0 3px 0 3px;
}

/* when hovering an item: */
.autocomplete-items div:hover {
    background-color: DodgerBlue !important;
    color: #ffffff; 
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff; 
}