/* --------------------------------------------------------------Fenêtre générale popup */
.popupmedia{
	position:absolute;
	top: 0%;
    padding: auto;
    text-align: center;
    z-index: 100000;
	height: 650%;
	width: 100%;
	}

/* -----------------------------------------------------------------------Masques popup */
.masque{
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
	}

/* —————————————————————————— */
.conteneur_popup{
	top: 0; bottom: 0; right: 0; left: 0;
	width: 100%;
	height: 100%;
    background-color: black;
	}
.popup_img{
	position:fixed;
	top: 0; left: 0; right: 0; bottom: 0;
    padding: auto;
	max-width: 800px;
	max-height: 800px;
	border: 1px solid black;
    box-shadow: 0px 0px 18px #898989;
	z-index: 10000;
	}
.popup_livre{
	position:fixed;
	top: 0; left: 0; right: 0; bottom: 0;
    padding: auto;
    text-align: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	}
.fermer_img{
	display : block;
    position: fixed;
    width: 45px;
    height: 45px;
	top: 20px; right: 20px;
	margin: auto;
    z-index: 10001;
}
.fermer_img a{
	opacity: 0.8 !important;
}
.fermer_livre{
	display : block;
    position: fixed;
    width: 45px;
    height: 45px;
	top: 20px; right: 20px;
	margin: auto;
    z-index: 10001;
}
