/* Page Galerie (Images ou Sons) */
#main-content.gallery h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
}

/* Galerie recherche / galerie images liste */
/*#gallery .gallery__item { width: 275.8333333333333px; }
#gallery .grid-sizer { width: 275.8333333333333px; }*/
#gallery .gallery__item { width : 338.583333333px; }
#gallery .grid-sizer { width: 338.583333333px; }

@media screen and (max-width: 1200px) {
    #gallery .grid-sizer { width: 49%; }
    #gallery .gallery__item { width: 49%; }
}

@media screen and (max-width: 480px) {
    #gallery .grid-sizer { width: 100%; margin-right: 0; }
    #gallery .gallery__item { width: 100%; margin-right: 0; }
}


/* Galerie sons */
/*
#main-content.gallery.sounds #gallery .grid-sizer { width: 49%; }
#main-content.gallery.sounds #gallery .gallery__item { width: 49%; }

@media screen and (max-width: 480px) {
    #main-content.gallery.sounds #gallery .grid-sizer { width: 100%; margin-right: 0 }
    #main-content.gallery.sounds #gallery .gallery__item { width: 100%; margin-right: 0 }
}
*/
/* Galerie globale */
#gallery{
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

#gallery .gallery__item{
    float: left;
    position: relative;
    line-height: 1em;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

#gallery .image{
    max-width: 100%;
    margin: 0;
    display: block;
}

#gallery .image:after {
    clear:both;
}

#gallery .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#gallery .overlay:hover {
    background-color: rgba(255,255,255,0.3);
}



#gallery .overlay .legend {
   
   
    
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.38);
    width: 100%;
    margin: 0;
}

#gallery .overlay .legend p{
    font-family: Verdana,  Tahoma, sans-serif;
    text-align: left;
    padding: 2%;
    font-size: 0.8rem;
    margin: 0;
}



#gallery .gallery__item:hover .overlay{
    display: block;
}


.masonry-grid .grid-sizer, .masonry-grid .grid-item {
    width: calc(33.333333% - 20px);
    margin-bottom: 10px;
}

.masonry-grid a.grid-item, .masonry-grid a.grid-item:hover, .masonry-grid a.grid-item:active {
    border: none;
}

.masonry-grid img{
    width: 100%;
}

.masonry-grid .credits {
    position: absolute;
    display: block;
    bottom: 0;
    right: 5px;
    z-index: 2;
    font-family: "morl_sanslight",sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
    text-align: right;
    color: #fff;
    background-color: transparent;
    text-shadow: 0 0 2px #000;
}