/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @CHARSET "UTF-8";
.document-gallery .document-icon {
    text-align: left;
}

.document-gallery .document-icon img {
    width: 40px;
    max-width: 100%;
    border: none;
    margin: 0 auto;
}

.document-gallery .document-icon a {
    line-height: 12px;
    text-decoration: none;
}

.document-gallery .document-icon {
    margin: 5px 0 0;
}

.document-gallery .document-icon .title {
    display: block;
    padding: 0 0 10px 20px;
    text-align: left;
    width: 100%;
}

.dg-paginate-wrapper .paginate {
    text-align: center;
}

/* WITHOUT DESCRIPTION */
.document-gallery .document-icon {
    display: block;
    vertical-align: top;
    overflow: visible;
}

.document-gallery .document-icon-row {
    width: 100%;
    padding: 0;
    text-align: left;
}

/* END WITHOUT DESCRIPTION */

/* WITH DESCRIPTION */
.document-gallery .descriptions.document-icon-row .document-icon {
    max-width: 115px;
    padding: 0 3px 0 0;
    float: left;
}

.document-gallery .descriptions.document-icon-row {
    vertical-align: middle;
    text-align: inherit;
}

.document-gallery .descriptions.document-icon-row img {
    width: 40px;
    max-width: 100%;
}

/* clearfix */
/* can't depend on theme having a clearfix class,
so build it into dg css */
.document-gallery .descriptions.document-icon-row:before,
.document-gallery .descriptions.document-icon-row:after {
    content: "";
    display: table;
}

.document-gallery .descriptions.document-icon-row:after {
    clear: both;
}

.document-gallery .descriptions.document-icon-row {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* END WITH DESCRIPTION */


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-carousel .owl-item img {
	display: block;
    margin: 0 auto;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}





/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.clearfix:before, .clearfix:after { content: ""; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.plusgallery {
	zoom: 1;
	color: #222;
	position: relative;
	z-index: 1;
	background: url(../images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
	text-align: left;
}


.plusgallery.loaded {
	background: none;
}

.plusgallery ul {
 list-style-type: none !important;
 margin: 0 !important;
 padding: 0 !important;
}

.plusgallery * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.plusgallery a, #pgzoomview a {
	display: block;
	-webkit-transition: all 0.3s ease-out 0.1s;
	-moz-transition: all 0.3s ease-out 0.1s;
	-ms-transition: all 0.3s ease-out 0.1s;
	-o-transition: all 0.3s ease-out 0.1s;
	transition: all 0.3s ease-out 0.1s;
	-webkit-backface-visibility: hidden;
	text-decoration: none;
}

.plusgallery a {
	background-color: #fff;
	display: block;
	color: #222;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
}


.plusgallery a:hover, #pgzoomview a:hover {
background-color: #38beea; 
background-color: #B0D6E9;
}

.plusgallery a img {
	display: block;
	max-width: 100%;
	/*max-height: 100%;*/
}

.spacer {
	position: relative;
	z-index: 1;
	background: #fff url(../images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
}

/*albums*/


.pgalbums {
	clear: both;
}


.pgalbumthumb {
	float: left;
	width: 17.91666666666%;
	max-width: 172px;
	margin: 1.04166666666%;
}

.plusgallery .pgalbumlink {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 3%; 
}

.pgalbumimg {
	display: block;
	width: 100%;
	border: none;
	position: relative;
	z-index: 1;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}


.pgalbumthumb span {
	position: absolute;
	display: block;
}

.pgalbumtitle {
	bottom: 3%;
	left: 3%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	font-size: 1.12em;
	z-index: 7;
	padding: 2em 6% 6% 6%;
	width: 94%;
}

.pgalbumthumb .pgloading {
	width: 95.4545454545455%; /*210/220*/
	height: 95.4545454545455%; /*210/220*/
	top: 2.3809523809524%;/*5/210*/
	left: 2.3809523809524%;/*5/210*/
	z-index: 6;
	background: rgba(0,0,0,.8) url(../images/plusgallery/loading-gallery.gif) no-repeat 50% 50%;
}

.oldie .pgalbumthumb .pgloading {
	top: 3%;
	left: 3%;
}

.pgplus {
	background: #fff;
	line-height: 1em;
	padding: .3em;
	font-size: 1.8em;
	color: #fff;
	position: absolute;
	top: -1.5em;
	width: 1.5em;
	right: -1.5em;
	z-index: 7;
	text-align: center;
	font-weight: 100;
	-webkit-transition: all 0.3s ease-out 0.1s;
	-moz-transition: all 0.3s ease-out 0.1s;
	-ms-transition: all 0.3s ease-out 0.1s;
	-o-transition: all 0.3s ease-out 0.1s;
	transition: all 0.3s ease-out 0.1s;
}

.pgalbumlink:hover .pgplus {
	background: #38beea;
	top: 0;
	right: 0;
}

/*thumbs*/
.pgthumbview {
	clear: both;
	
}

.plusgallery .pgthumbcrumbs {
	margin: 10px 10px 0 10px !important;
	color: #222;
	/*border-bottom: 1px solid #222;*/
	display:none;
}

.pgthumbcrumbs li {
	padding: 9px .7em 0 .7em;
	float: left;
	line-height: 1em;
	height: 30px;
}

li.crumbtitle{display:none !important;}

.pgthumbcrumbs li.pgthumbhome {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 1.5em;
	line-height: .6em;
	padding-left: .4em;
	padding-right: .4em;
	border-right: 1px solid #222;
}

.pgthumbcrumbs li.pgthumbhome:hover {
	background-color: #38beea;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
}

.pgthumb,
.pgthumb_phototheque {
	float: left;
	width: 14.5833333333333%;
	height: 14.5833333333333%;
	max-width: 140px;
	margin: 10px 1.0417%;
	display: block;
	position: relative;
}

.pgthumb.large,
.pgthumb_phototheque.large{
	width: 33.3333333333333%;
	height: 33.3333333333333%;
	max-width: 320px;
}

.pgthumb.full,
.pgthumb_phototheque.full{
	width: 47%;
	height: 47%;
	max-width: 100%;
}

.oldie .pgthumb {
	width: 140px;
	height: 140px;
	margin: 10px;
}

.pgthumb a , .pgthumb_phototheque a{
	width: 100%;
	height: 100%;
	padding: 5px!important;
	margin: 0;
}

.oldie .pgthumb a {
	width: 130px;
	height: 130px;
	padding: 5px;
}

.pgthumb img , .pgthumb_phototheque img{
	background: #fff url(../images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
	width: 100%;
	border: none;
	max-width: 130px;
}

.pgthumb.large img , .pgthumb_phototheque.large img{
	background: #fff url(../images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
	width: 100%;
	border: none;
	max-width: 320px;
}

.pgthumb.full img, .pgthumb_phototheque.full img{
	background: #fff url(../images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
	width: 100%;
	border: none;
	max-width: 800px;
}

/*detail*/
#pgzoomview {
	position: absolute;
	display:none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
	background: rgba(0,0,0,.7);
	text-align: center;
	z-index: 3000;
	top: 0;
	left: 0;
}

.oldie #pgzoomview {
	background: url(../images/plusgallery/80.png);
}

#pgzoomview.fixed {
	position: fixed;
}

#pgzoomscroll {
	position: absolute;
	overflow-x: scroll;
	overflow-y: none;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	z-index: 3010;
}

#pgzoom {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-transform: translateZ(0px);
}

.pgzoomslide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}

.pgzoomslide.loading {
	background-image: url(../images/plusgallery/loading-gallery.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;position: relative;
}

.pgzoomspacer {
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.pgzoomcenter {
	vertical-align: middle;
	display: inline-block;
	/*width: 80%;*/
	/*height: 85%;*/
	text-align: center;	
	
}

.pgzoomimg {
	max-width: 80%;
	max-height: 75%;
	-webkit-box-shadow:  1px 1px 8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow:  1px 1px 8px rgba(0, 0, 0, 0.9);
  box-shadow:  1px 1px 8px rgba(0, 0, 0, 0.9);
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	vertical-align: middle;
	margin-bottom: 2em;
}

.pgzoomimg.active {
	opacity: 1;
}

.oldie .pgzoomimg {
	max-width: none;
	max-height: none;
}

.pgzoomcaption {
	margin: 1.5em 0;
	color: #fff;
	font-size: .9em;
	opacity: 1;
	position: absolute;
	left: 0;
	padding-left: 20%;
	padding-right: 20%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	bottom: 0;
	text-align: center;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.pgzoomarrow {
	position: fixed;
	width: 52px;
	height: 100px;
	background: url(../images/plusgallery/arrows.gif) no-repeat 0 0;
	top: 50%;
	margin-top: -50px;
	overflow: hidden;
	text-indent: -5000px;
	z-index: 3011;
}

.pgzoomarrow:hover {
	-webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
}

#pgprevious {
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-position: 0 50%;
}

#pgnext {
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-position: 100% 50%;
}

#pgzoomclose {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background-position: 100% 50%;
	width: 52px;
	height: 52px;
	background-image: url(../images/plusgallery/zoom-icons.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	text-indent: -5000px;
	z-index: 3011;
}

#pgzoomclose:hover {
	-webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
}

#pgcredit {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.plusgallery #pgcredit a {
	display: inline-block;
	color: #222;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	padding: .3em .5em .3em .4em;
	font-size: 10px;
	text-transform: uppercase;
}
#pgcredit a:hover {
	background-color: #38beea !important;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
}

.plusgallery #pgcredit a span {
	color: #666;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.plusgallery #pgcredit a:hover span {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.pgalbumthumb, .pgthumb { margin: 1.302083333333%;/*10/768*/ }
	.pgalbumthumb { width: 22.395833333333%; /*172/768*/ }
	.pgthumb, .pgthumb.large, .pgthumb.full { width: 17.395833333333%; /*153.6/768*/ }
}

@media only screen and (max-width: 480px) {
	.pgalbumthumb, .pgthumb { margin: 2.083333333333%;/*10/480*/ }
	.pgalbumthumb { width: 29.16666666666%; /*140/480*/ }
	.pgthumb, .pgthumb.large, .pgthumb.full { width: 20.833333333333%; /*100/480*/ }
	.pgzoomarrow {
		width: 36px;
		height: 60px;
	}
	#pgprevious {
		background-position: -6px 50%;
	}
	#pgnext {
		background-position: -66px 50%;
	}
	#pgzoomclose {
		width: 36px;
		height: 36px;
	}
}

@media only screen and (max-width: 320px) {
	.pgalbumthumb, .pgthumb { margin: 3.125%;/*10/480*/ }
	.pgalbumthumb { width: 43.75%; /*140/320*/ }
	.pgthumb, .pgthumb.large, .pgthumb.full { width: 27.083333333333%; /*86.66666666666667/320*/ }
}


span.titre_phototheque:before{
	content: "\f019";
	font-family:FontAwesome,Arial;
	margin-right: 10px;
}



.youCover, .youCover.active-iframe iframe {
	display: block
}

.youCover {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	background-color: #000
}

.youCover:before {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity = 50);
	content: " ";
	position: absolute;
	width: 100px;
	height: 70px;
	background-image: url(../css/youtube-ico.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -35px;
	z-index: 3
}

.youCover.active-iframe img {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity = 0)
}

.youCover.active-iframe:before {
	-moz-opacity: 0 !important;
	-khtml-opacity: 0 !important;
	-webkit-opacity: 0 !important;
	opacity: 0 !important;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
		!important;
	filter: alpha(opacity = 0) !important;
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3)
}

.youCover iframe, .youCover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.youCover:hover:before {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100)
}

.youCover.fancybox-active img {
	border: 5px solid #663399
}




.cookies-video{
    background:#eee;
    width:100%;
    padding:20px;
    height:auto;
    margin:0 auto;
    max-width:1000px;
    border-radius:5px;
    text-align:center;
}
    
.cookies-video svg{
    color:#fff !important;
    text-align:center;
}
    
.cookies-video .fa {
    font-size: 2em !important;
    color: #fff;
    margin: 15px auto;
}
    
.icon-cookies-youtube
{
    background:red;
    width:80px;
    height:60px;
    border-radius:15px;
    margin:100px auto 0 auto;
    text-align:center;
}
    
.cookies-video span{
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
    display:block;
    margin:30px auto 100px auto;
}