html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    position: relative;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    /*padding-bottom: 150px;*/
}

div.container {
    background-color: #fff;
}

@media (min-width: 768px) {
    div.imageFond {
        background-image: url(../img/marseille-641551_1920x1080.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -20;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    
    body div#containerPrincipal {
        min-height: 1080px;
    }    
}

div#barreHaut {
    position: relative;
    cursor: pointer; 
    background-position: left center; 
    background-image: url(../img/rtm.png); 
    background-repeat: no-repeat; 
    background-position: left 30px center; 
    margin-bottom: 40px;   
}

@media screen and (max-width: 640px) {
    div#barreHaut {
        background-size: 120px;
        background-position: left center;
        margin: 0px 10px 20px 20px;
    }
    div#barreHaut div.titre h1{
        padding-left: 150px;
        font-size: 2.2em;
    }    
    
    div.ligneform  .text-right{
        text-align: left;
    }    
}

div#barreHaut h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3.7em;
    font-family: 'Cantarell', sans-serif;
    color: #145B9A;
    margin-bottom: 0px;
}

h2.hlogin {
    color: #176AB2;
    padding-bottom: 30px;
    margin-top: 40px;
}



div#footer {
    padding-top: 20px;
    height: 80px;  
    background-color: #052D50;
}

div#footer .footerBas {
    text-align: center;
    color: #666;
    font-size: 12px;
    padding-top: 10px;
}

div.footerBas a{
    color: #666;
}


table.ficheControle {
    margin: 0px auto;
}

table.ficheControle thead tr th{
    background-color: #052D50;
    color: #fff;
    vertical-align: middle;
}

table.ficheControle thead tr th{
    text-align: center;
}

table.ficheControle tbody tr td.categorie {
    background-color: #052D50;
    font-weight: bold;
    color: #fff; 
    font-size: 15px;
}

table.ficheControle tbody tr td {
    vertical-align: middle; 
    color: #000;
    border: 1px solid #c1c1c1;
}

table.ficheControle tr.categorie1 {
    background-color: #BEDFFB;
}

table.ficheControle tr.categorie2 {
    background-color: #D9FFF4;
}

table.ficheControle tr.categorie3 {
    background-color: #5EB5D0;
}

table.ficheControle tr.categorie4 {
    background-color: #f3efc4;
}

table.ficheControle tbody tr td input[type="number"] {
    text-align: center;
}

span#conformite.conforme {
    background-color: green;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

span#conformite.nonConforme {
    background-color: red;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}


table.listeControles tr td,
table.listeControles tr th,
table.listeUtilisateurs tr td,
table.listeUtilisateurs tr th {
    text-align: center;
}

table.listeControles tr th,
table.listeUtilisateurs tr th {
    color: #003667;
    font-size: 15px;
}

table.listeControles tr th {
    background-color: #052D50;
    color: #fff;
}

table.listeControles tr:hover td,
table.listeUtilisateurs tr:hover td {
    background-color: #d5dfec;
}

table.listeControles tr td.conforme {
    color: green;
}

table.listeControles tr td.nonConforme {
    color: red;
}

.navbar-default {
    background-color: #145b9a;
    border-color: #0c4980;
    background-image: none;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

div#navbar ul li a:hover {
    background-color: #649aca;
    color: #fff;
}


nav div.navbar-header button.navbar-toggle.collapsed span {
    background-color: #fff;
}

.container .navbar-default .navbar-toggle .icon-bar,
.container .navbar-default .navbar-toggle .icon-bar {
    color: #fff;
    background-color: #fff;
}


div#navbar>ul>li> a {
    color: #fff;
    font-size: 14px;
}   

div#navbar>ul>li.open> a {
    background-color: #daefff;
    background-image: none;
    color: #000;
    font-size: 14px;
} 

.navbar-nav>.open>a {
}

/*div#navbar ul li a:hover {
    background-color: #ef8787;
    color: #fff;
}

div#navbar ul li.active a,
div#navbar ul li.focus a
div#navbar ul li.active a:hover
{
    background-color: #ef8787;
    color: #fff;
}*/

div.navbar-header button.navbar-toggle {
    float: left;
    margin-left: 15px; 
    
}

div#navbar li.dropdown  ul.dropdown-menu {
    background-color: #a0cff5;
}

div#navbar>ul.navbar-nav>li.dropdown>ul.dropdown-menu>li>a:hover{
    background-color: #daefff;
    background-image: none;
}

div#navbar li.dropdown  ul.dropdown-menu li a{
    color: #000000;
}

.h2, h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    color: #f16400;
}

.h3, h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    color: #077b16;
}

.h4, h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #079096;
    font-weight: bold;
}

.h5, h5 {
    font-size: 16px;
    color: #079096;
    font-weight: bold;
    margin-bottom: 0px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #079096;
    width: 60%;
}

span.glyphicon.glyphicon-pencil {
    color: #6d0265;
    font-size: 18px;
    font-weight : bold;
    margin-right : 10px;
}

span.glyphicon.glyphicon-pencil:hover {
    color: #39404a;
}

span.glyphicon.glyphicon-save {
    color: #0498a7;
    font-size: 18px;
    font-weight : bold;
    margin-left : 10px;
}

span.glyphicon.glyphicon-save:hover {
    color: #034950;
}

span.glyphicon.glyphicon-remove-circle {
    font-weight: bold;
    font-size: 18px;
}
span.glyphicon.glyphicon-ok-circle {
    font-weight: bold;
    font-size: 18px;
}

span.glyphicon.glyphicon-remove-sign {
    font-weight: bold;
    font-size: 18px;
    color: red;
    margin-left: 10px;
}

span.glyphicon.glyphicon-remove-sign:hover {
    font-weight: bold;
    font-size: 18px;
    color: #ff6a6a;
}

label station {
    margin-bottom: 30px;
}

span#effaceFiltres {
    color: red;
}

span#effaceFiltres:hover {
    color: #ff6a6a;
    text-decoration: underline;
}

.btn-default,
.btn-default:focus {
    background-color: #069bb3;
    border-color: #068ba0;
    color: #fff;
    font-weight: normal;
    background-image: none;
    text-shadow: none;
}

.btn-default:hover {
    background-color: #8ddeea;
    border-color: #068ba0;
    color: #fff;
    font-weight: normal;
    background-image: none;
    text-shadow: none;
}

.btn-primary {
    background-image: none;
    text-shadow: none;
    background-color: #069bb3;
    border-color: #068ba0;
    color: #fff;
} 

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eceff3;
}

span#effaceFiltres {
    color: red;
}

div.export {
    margin: 10px;
}

div.erreur_form ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.erreur_form ul li {
    list-style: none;
    color: red;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}