/* Dans cette fenêtre, écrivez les informations pour configurer votre galerie Piwigo. */


/*@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400|Open+Sans:300,400';*/
@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400';
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
*/

html,body{
  font-family: 'Lato', sans-serif;
  background-color: #4C4C4C;
}

.navbar-main .navbar-brand {
    font-weight: 400;
}

/*IMAGE PREVIEW*/
ul.thumbnails .gdthumb .thumbLegend {
    height: 2.5em;
    padding: 10px 0 0px 0;
}

#tooltip {
    border-radius:0 0 0 0;
    padding: 0;
}

ul.thumbnails .thumbLegend .thumbTitle {font-weight: 300;}


/*FAVORIS*/
a.cancel-down {
    margin: 20px 0 20px 50px;
    padding: 2px 5px;
    font-weight: normal; 
    color: #fff;
    border: 1px solid #FFF;
    background-color: #333;
}
/*------------------
        MENU      
------------------*/
/*  GENERAL  */

@media (min-width: 992px){
    .navbar .dropdown-menu {
        max-height: 100vh;
    }
}


.dropdown-menu {
    min-width: 13rem;
}

/*------------------
    CONTAINER      
------------------*/



.fa { font-size: 16px;}

#share {font-size: 1.6em;}

/*------------------
        FOOTER      
------------------*/
/* voir aussi themes/bootstrap_darkroom/template/footer.tpl */

/*  GENERAL  */
.copyright {
    background-color: #464646;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
