﻿  /*  @import url(http://fonts.googleapis.com/css?family=Exo+2:300);
        @import url(http://fonts.googleapis.com/css?family=Zeyada);
        */
        .removecolpadding
        {
            padding: 0;
        }
        
        /*
        .customgallery #accueil
        {
            background: url(http://images.forwallpaper.com/files/thumbs/preview/20/205186__photo-close-up-snow-leaves-blur-bokeh-background-wallpaper_p.jpg) no-repeat center;
            background-size: cover;
            margin-top: 50px;
            height: 500px;
            height: 100%;
        }
        */
        
        .customgallery #accueil h1
        {
            position: relative;
            top: 120px;
            font-size: 10em;
            font-family: "Zeyada";
            text-align: center;
            color: #fff;
            text-transform: uppercase;
        }
        
        .customgallery #accueil h2
        {
            position: relative;
            top: 150px;
            text-align: center;
            font-size: 3em;
            font-family: "Zeyada";
            text-transform: uppercase;
            color: #fff;
        }
        
        .customgallery #gallery
        {
            height: 100%;
        }
        
        .customgallery figure
        {
            height: 250px; /* width: 250px;*/
            display: block;
            overflow: hidden;
            z-index: 100;
        }
        
        .customgallery figcaption
        {
            height: 250px;
            width: 100%;
            background: url(/images/overlay.png) no-repeat center 150px black;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: -500px;
            opacity: 0;
            padding: 5px;
        }
        
        .customgallery a
        {
            color: #fff;
            cursor: zoom-in;
        }
        .customgallery a img
        {
            width: 100%;
            height: 250px;
        }
        .customgallery a:hover figcaption
        {
            opacity: 0.8;
            left: 0;
            color: #fff;
            transition: all 0.7s;
            cursor: zoom-in;
            padding-top: 15%;
        }
        
        @media (max-width: 768px)
        {
            .customgallery #accueil h1
            {
                font-size: 4.6em;
            }
        }