.bg-body-principal {
    background: linear-gradient(#fff, #ddd);
    background-attachment: fixed;
}

/* NAVBAR */
@media (min-width: 768px) {
    .navbar .navbar-brand img {
        height: 50px;
    }
}

.bg-navbar-principal {
    background-color: white;
}

.bg-navbar-secondary {
    background-color: /*rgb(36,82,105);*/     rgb(0 159 227);
}

.navbar-selected {
    background: #7FAC17;
}

.header {
    background: #fff;
}

/* SURCHARGE TUILES */
.tile.green {
    background: #00603a; /*;*/
}
.tile.green:hover {
    background: #2c7c06;
}
.tile.blue {
    background: #024395; /*;*/
}
.tile.blue:hover {
    background: #2860d1;
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* FOOTER */
.footer {
    background: rgb(0 159 227) /*rgb(36,82,105)*/;
}

.footer a, .footer .text-muted {
    color : black!important;/* #ddd!important;*/
    font-size: 1,5 em;
}

.footer2 {
    border-top: 1px solid rgba(255,255,255,.15);
    background: rgb(0 159 227);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS","Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color : #024395;
    font-weight: bold;
}
a{
    color : #024395;
}

/* ENCADRE */
div.encadre {
    border: 1px solid #0078bd;
    background: #eee no-repeat right 0;
    padding: 1em 2em;
    text-align: justify;
    /*font-size: 0.9em;*/
}

.encadre-alert {
    color: #7FAC17;
}

.picto-cadre-accueil {
    color:#2E75B3;
}

