/*police pour tout les page*/
* {
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
}

/*En tête*/
.nav-link{
    font-size: 25px;
    margin-left: 2em;
}


.baniere {
 
    padding: 25px 25px 25px 25px;
}

.bg-light {
    background-color: transparent !important;

}

#navbarSupportedContent {
    text-align: center;
}

.navbar-nav{
    margin-right: auto;
    margin-left: auto;
}

.bg-light {
    background-color: transparent !important;

}

.logo {
    position: relative;
    width: 400px;
    height: 200px;
}

img#logo_maine {
    display: block;

    margin-left: auto;
    margin-right: auto;

}


/*css de l'index*/

.actualité {

    background-color: white;
}



/*pied de page*/

.footer ul li {
    display: inline-block;
    margin-right:auto;
    margin-left: auto;
}

.footer ul {
    list-style: none;
    float: right;
}

.sociaux {
    margin-top: 1em;
    margin-left: 2em;
    width: 50px;
    height: 50px;
}

.copy {
    margin-top: 3em;
}
