
.js .gr-gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.title_gallery {
    position: relative;
    z-index: 1000; display:block; color:#a22020;font-family: 'Playfair Display', serif;  font-size:26px; text-transform:uppercase; margin-top:40px;
}
 div.title_gallery span{background: url(../images/gallery_bg.png) repeat 0px 0px; padding:0 25px;position:relative; z-index:2;} 
 div.title_gallery:before{width:98%; border-bottom:solid 1px #e8c7c7; border-top:solid 1px #e8c7c7; height:7px; content:"";position:absolute; z-index:1; margin-top:-3px; top:50%; left:10px;} 

.gr-room {
	position: absolute;
	top: 0;
	width: 100%;
	height: 530px;
	text-align: center;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px; 
}

.container_gallery {
	display:block;
	background: url(../images/gallery_bg.png) repeat 0px 0px;
}
 .container_gallery:before {
	display:block;
	background-color:#000; height:80px; width:100%; position:absolute; left:0; bottom:0;content:"";

} 
.gr-wall-main,
.gr-wall-other {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: url(../images/gallery_bg.png) repeat 0px 0px;
	/*background: url(../images/gallery.png) repeat-x 0px 0px;*/
}

.gr-wall-main {
	left: 0;
}

.gr-floor {
	position: absolute;
	bottom: -80px;
	left: 0;
	height: 80px;
	width: 100%;
	background-color:#000;
}

.gr-gallery figure {
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

.no-js .gr-gallery figure {
	display: inline-block;
	position: relative;
	margin: 20px;
}

.gr-gallery figure::before {
	content: '';
	position: absolute;
	width: 180%;
	height: 150%;
	top: -45%;
	left: -40%;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.4) 23%, rgba(255,255,255,0) 66%);
	pointer-events: none;
	opacity: 0.5;
}

.gr-gallery figure div,
.gr-gallery figure img,
.gr-gallery figcaption {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.gr-gallery figure div {
	position: relative;
}

.gr-gallery figure img {
	display: block;
	margin: 0 auto; max-width:100%;height:260px !important; padding:15px; background-color:#fff;width:auto;
	border: solid 10px #000;
	-webkit-box-shadow: -1px 15px 5px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 15px 5px -6px rgba(0,0,0,0.1);
	box-shadow: -1px 15px 5px -6px rgba(0,0,0,0.1); margin-top:45px;
	
	
}

.gr-gallery figcaption {
	display: block;
	background: url(../images/caption_right.png) no-repeat right 0px;
	color: #fff;
	position: relative;
	text-align: center; margin:20px auto;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;  padding-right:20px; min-width:200px;
}
.gr-gallery figcaption .caption_gallery{ background: url(../images/caption.png) no-repeat left top; padding-left:25px; line-height:42px;font-family: 'Playfair Display', serif; font-weight:700; font-style:italic; color:#000; font-size:11px; display:block; text-align:center;}
.gr-gallery figcaption h2 span {
	display: inline-block;
	margin: 0 2px;
}

.gr-gallery figcaption div {
	display: none;
}

.gr-gallery nav {
	position: absolute;
	width: 400px;
	height: 38px;
	bottom: 15px;
	left: 50%;
	margin-left: -200px;
	z-index: 0;
	cursor: pointer;
}

.gr-gallery nav span {
	height: 100%;
	font-family: 'Playfair Display', serif;
	float: left; font-size:17px; color:#6d6e70; font-style:italic; font-weight:700; text-transform:capitalize;
	overflow: hidden;
	
}
.gr-gallery nav span::-moz-selection ,.gr-gallery nav span::selection {
color:#6d6e70 !important; 
	background-color:#000 !important;
}

.gr-gallery nav span:hover {
	color:#fff;
}
.gr-gallery nav span.gr-prev {
	background: url(../images/pied_gauche.png) no-repeat left top;
	padding-left:85px;
}

.gr-gallery nav span.gr-next {
	background: url(../images/pied_droite.png) no-repeat right top;
	float: right; padding-right:85px;
}

.gr-caption {
	 position: absolute; 
	width: 500px;
	height: 280px;
	padding: 40px;
	 left: 50%;
	margin-left: -250px; 
	 bottom: 0; 
	background: #fff;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.3);
	/* -webkit-transform: translateY(310px); */
	-webkit-transition: all .5s ease;
	/* -moz-transform: translateY(310px) */;
	-moz-transition: all .5s ease;
	/* -o-transform: translateY(310px); */
	-o-transition: all .5s ease;
	/* transform: translateY(310px); */
	transition: transform .5s ease; display:none; z-index:1000;
}

.gr-caption-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	color: #999;
	width: 20px;
	height: 20px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	font-size: 14px;
	box-shadow: 0 0 6px -1px rgba(0,0,0,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.gr-caption-close:hover {
	color: #555;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.6);
}

.gr-caption h2 {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-family: 'Alegreya SC', cursive;
	font-weight: 700;
}
.gr-caption-inner .tableau_name {font-family: 'Playfair Display', serif; margin-bottom:5px; padding-bottom:5px; border-bottom:solid 1px #666; text-align:center;}
.gr-caption-inner .tableau_name a{color:#fff; text-decoration:none;}
.gr-caption-inner .tableau_desc {
	overflow: hidden;
	overflow-y: auto;
	max-height: 190px;
}

.gr-caption dl:before,
.gr-caption dl:after  {
	content: " ";
	display: table;
}

.gr-caption dl:after {
	clear: both;
}

.gr-caption dt {
	font-weight: 700;
}

.gr-caption dt, 
.gr-caption dd { 
	float: left;
	width: 50%;
	padding: 7px 0 0 0;
	font-size: 13px;
	text-transform: uppercase;
}