/*Bouton upload et cartouche */ 
:root {
--couleur1: #3498db;
--couleur15: #2ecc71;
}

.wppa-upload-thumb{
	background-color : var(--wp--preset--color--luminous-vivid-amber);
	padding : 10px ;
	border-radius :20px ;
}
.wppa-upload-table{
	border-radius :20px ;	
	background-color : whitesmoke;
	padding : 20px ;
}

.houv {

	float: right ;
	width: 70%; 
	position: -webkit -sticky ;  
    position: sticky ;
    top: 90px ; 
}

.oimVision2 
{
	float: right ;
 	max-height: 800px ;
	position: -webkit -sticky ;  
    position: sticky ;
    top: 90px ; 
}

.suivi-operation td 
{

text-align : center !important;

}	

/* table des resultats et préselection */
.incthnom, .incthtitre, .incthplace, .incthtotal, .incthvote, .incthclub, .incthmail {
	background-color :  var(--couleur1);
	color : var(--couleur15);
}
.incclub, .inctitre, .incnom, .incplace, .inctotal, .incvote, .incmail {
	background-color : var(--couleur15);
}
.buttons-html5 {
	background-color :  var(--couleur1);
}
.current {
	background-color :  var(--couleur1) !important;
}

/*****************sna**********/
.compteur
{
	padding-top: 50px;
	height: 80px;
    width: 80px;
	position:fixed;
	top:3em; 
	font-size: 1.5em; 
	z-index:51; 
	font-family: fantasy;
	text-align : center ;	
	background-size: 80px,80px;
	background-image : url('../img/unlike.png') ;
}

