	/* test autre possi https://lesdocs.fr/lightbox-simple-avec-jquery/*/
	/* plus simple evite problème retour arriere firefox et permet quitter imag grande en cliquant n'importe ou */
	
.petite, .petitev, .grande, .grandev {
    cursor: pointer;
	z-index:50;
}

.grande, .grandev {
    position: fixed;
    top: -80px; /*etait 0*/
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.08);
    display: none;
    align-items: center;
    justify-content: center;
}
/*
.grande {
	    background-color: rgba(0, 0, 0, 0.3);
}

.grandev {
		background-color: rgba(0, 0, 0, 0.3);
}
*/
.grande img {
   /* width: 60%; /*etait 65 */
    border: 2px white solid;
   /* border-radius: 5px; */
   height:600px; /*pour limiter l'affichage des photos récupérées sur site FPF suite concours interne*/
}
/*
.petite, .grande, .grandev {
    cursor: pointer
}*/

/*.grandev {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.04);

    display: none;
    align-items: center;
    justify-content: center;
}*/

.grandev img {
    width: auto;
	/*height:70%;*/
    border: 2px white solid;
   /* border-radius: 5px; */
}
