.zoomable {
  /*box-shadow: 0 0px 22px 0 rgba(255, 255, 255, 0.2), 0 0px 18px 0 rgba(255, 255, 255, 0.19);*/
}
/*Boutons suivant, precedent et fermer*/
.gbtn, .gnext, .gprev, .gclose {
	box-shadow: 0 0px 22px 0 rgba(255, 255, 255, 0.2), 0 0px 18px 0 rgba(255, 255, 255, 0.19);
	background-color: rgba(0,0,0,1)!important;
	border-radius: 20px!important;
	text-shadow: 2px 2px #ff0000;
	width: 40px!important;
	height: 40px!important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
/*Fond du lightbox*/
.goverlay {
	background-color:rgba(0,0,0,0.75)!important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
/*Case descrption*/
.glightbox-clean .gslide-description {
	background:rgba(0,0,0,0.35)!important;
}
/*Bouton ferme*/
.gclose {
	background-color:rgba(0,0,0,1)!important;
}
#close, #next, #prev {
	width: 40px;
	height: 40px;
}
#close path {
	fill:#fff!important;
}
#next path {
	fill:#fff!important;
}
#prev path {
	fill:#fff!important;
}