/* 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%);
}

#map{
    border: .5px grey inset;
    border-radius: 10px;
}

/* Présentation */
#flash p{
    color:black;
    box-shadow: 6px 6px 0px grey;
    border-radius: 10px;
    border: .5px grey inset;
    padding-left: 2rem;
    padding-bottom: 1rem;

}

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

#presentation .personne span{
    color:#007bff;
    font-size:1rem;
    width: 2rem;
    text-align: center;
}


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

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


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

#presentation .media img{
    height: 20px;
    width: 30px;
    padding-right: 4px;
}

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


/* Actualités  */


.actualite{
    background-color: #d3dae4;
    min-height: calc(100vh - 60px);
}

.actualite span{
    font-size: 5rem;
    color:#007bff;
}

.actualite H5{
    font-size: 2.5rem;
    color:#007bff;
    
}

.fondActu{
    min-height: calc(100vh - 60px);
    background-image: url(../img/equipe.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



/* Contact */


#contact{
    background-image: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    
}

.formContact{
    background-color: rgba(255,255,255,.7);
    padding: 2rem 1rem;
}

#contact .row{
    min-height: calc(100vh - 60px);
}

.facebook span{
    font-size: 8rem;
    color:#3b5998;
}


/* 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;
}