#zone-filtres-realisations button {
}

	#zone-filtres-realisations button:not(.actif) {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dedede+0,d9d9d9+100 */
		background: #dedede; /* Old browsers */
		background: -moz-linear-gradient(top,  #dedede 0%, #d9d9d9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #dedede 0%,#d9d9d9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #dedede 0%,#d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	}

.page-realisations .liste-photos {
	font-size: 0;
}

	.page-realisations .liste-photos .photo {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: calc(25% - 30px);
		min-width: 250px;
		max-width: 100%;
		min-height: 240px;
		box-sizing: border-box;
		margin: 15px 15px;
		background-color: #f9f9f9;
		box-shadow: 0 0 8px rgba(0,0,0,0.25);
		padding: 8px;
	}

		.page-realisations .liste-photos .photo .zone-image {
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 170px;
		}

			.page-realisations .liste-photos .photo .zone-image img {
				min-height: 100%;
				width: auto;
				max-width: none;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}

		.page-realisations .liste-photos .photo .zone-texte {
			margin-top: 5px;
		}

			.page-realisations .liste-photos .photo .zone-texte .sous-titre-produit {
				font-size: 8pt;
				color: #777;
			}

			.page-realisations .liste-photos .photo .zone-texte .titre-produit {
				font-size: 16pt;
				color: #107760;
				margin-top: 0px;
			}
			
.lb-details {
	width: 100% !important;
	padding: 15px;
	background-color: white;
	color: black;
}

.lb-data {
	position: relative;
}

.lb-closeContainer {
	position: absolute;
	right: 0;
}

	.lb-closeContainer .lb-close {
		position: absolute;
		top: 10px;
		right: 10px;
	}