/* barre de navigation */

.navbar-brand img {
    max-height:60px;
    padding-right: 4px;
    
}

.navbar-light .navbar-brand {
    color: #007bff;
}

.bg-light {
    background-color: #f8f9fa!important;
}

/* Header */

header{
    background-image: url(../img/world.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 50vh;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}



/* Archives */


#album .media span{
    color:#007bff;
    font-size:3rem;
    width: 4rem;
    text-align: center;
}

#album .media:hover{
    background-color: rgba(128, 128, 128, 0.3);
   
}

#album .media a{
    color: black;
}

#album a p{
    text-decoration: none;
    color: black;
    cursor:grab; 
}


#album .media{
    padding: 0.5rem 1rem;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}


#album .media h5{
    color: #007bff;
}

#album .media img{
    height: 10rem;
    width: 15rem;
}

/* Liens */


footer{
    background-color: rgba(0,0,0,.8);
    color:#999;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

footer img{
    max-height: 50px;
    margin-right: 2px;
}