

/* Put your custom styles here */

/* image à 100% hauteur */

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

/* image fond header fixed */

.headerwrap
{
    background-attachment: fixed;
}

/* couleur de la barre de navigation */

.navbar-centered
{
    background-color: rgba(59, 50, 72, 0.9);
    margin-bottom: 80px;
    border: none;
}

/* couleur fond menu active */

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: #362b48;
}

/* taille de CONTACT dans le pied de page */

.footwrap h2
{
    font-size: 25px;
}

/* pour faire flotter la médaille MOF */

.float-right
{
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 200px;
}

@media (max-width:767px)
{
    .float-right
    {
        height: 90px;
    }
}

/* texte de présentation des photos */

.gallery-item .gallery-details h5
{
    color: inherit;
}

.gallery-1-1 h1, .gallery-1-1 h2, .gallery-1-1 h3
{
    color: #2f2f2f;
}

background
{
    background: @colorFooterBck;
}

.bg-violet
{
    background:  rgba(59,50,72,1);
    padding-top: 60px;
    padding-bottom: 60px;
}


