/* =Réglages diaporamas
----------------------------------------------- */ 
.camera_thumbs_cont {
	background: none!important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    clear: both!important;
}
.camera_thumbs_cont > div {
    clear: both !important;
    float: left;
    height: 150px;
    width: 100%;
}
.camera_thumbs_cont ul {
    overflow: hidden;
    padding: 3px 4px 8px;
    position: relative;
    text-align: center;
    width: 100% !important;
}
#owl-carousel{
	width:100%;
	max-width: 1300px;
}
@media screen (max-width: 768px){
    #owl-carousel{max-width: 700px;}
}

/* =Galeries photos
------------------------------------------------------------------ */

/* couleur des bordures des vignettes  */
.plusgallery a:hover {
	background-color: #FFF!important;
}
/* intensité du masque */
#pgzoomview {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
/* couleur des liens de navigation (flèches) des galeries */
#pgzoomview a:hover {
	background-color: #656565!important; 
}

/* =Phototheque
------------------------------------------------------------------ */
.bloc-phototheque {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #eee;
	box-shadow: 0 3px 8px #ededed;
	border-radius: 3px;
	float: left;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 170px;
}
.bloc-phototheque h6 {
	border-bottom: 2px solid #F8F8F8;
	color: #DA4B4D;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}
.bloc-phototheque a {
	border: 0 none;
	color: #DA4B4D;
	font-weight: normal;
	text-decoration: none;
}
/* =span titre dans la photothèque */
.item-a-title {
    background: none repeat scroll 0 0 #dc4347;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding-top: 26%;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.4s ease 0s;
    text-align: center;
}

/* on affiche ce titre que lors du survol de la souris */
a:focus .item-a-title {
	opacity:1;
}

/* =vidéos
----------------------------------------------- */

/* besoin d'un padding pour les vidéos mp4 */
.wp-video{
	padding-bottom: 50px;
}
