html
{
    position: relative;
    min-height: 100%;
}



@font-face {
    font-family: 'Cabin';
    src: url('cabin-regular-webfont.eot');
    src: url('cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cabin-regular-webfont.woff2') format('woff2'),
         url('cabin-regular-webfont.woff') format('woff'),
         url('cabin-regular-webfont.ttf') format('truetype'),
         url('cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster';
    src: url('lobster-regular-webfont.eot');
    src: url('lobster-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lobster-regular-webfont.woff2') format('woff2'),
         url('lobster-regular-webfont.woff') format('woff'),
         url('lobster-regular-webfont.ttf') format('truetype'),
         url('lobster-regular-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Cabin', Arial, sans-serif;
	background: url("geometry3.png") repeat 0 0;
    margin-bottom: 300px;
}
.navbar-brand{
	padding: 0;
	padding-top: 0.2em;
}
h1, h2, h3, h5
{
	font-family: 'Lobster', 'Cabin', Arial, sans-serif;
	/*text-shadow: 1px 1px 1px #ccc;*/
}

h4.auteur
{
    font-family: 'Lobster', 'Cabin', Arial, sans-serif;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 0;
}
h4.auteur .auteur_infos
{
    font-family: 'Cabin', Arial, sans-serif;
    font-size: 0.7em;
    color: grey;
}
.well
{
    margin: 3px;
    min-height: 80px;
    margin-left: 86px;
}
.avatar
{
    margin: 3px;
    float: left;
    display: block;
    border-radius: 3px;
}

.nav li.navbar-text a
{
    display: inline;
    padding: 0;
    color: #777;
}
.nav li.navbar-text a:focus
{
    color: #333;
    /*background-color: transparent;*/
}
.nav > li
{
    display: inline-block;
}
@media (max-width: 768px) {
    .navbar-nav > li > a
    {
        padding-left: 8px;
        padding-right: 0;
    }
    .navbar-nav
    {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-toggle
{
    margin-left: 10px;
}
.navbar-profil
{
    font-size: 0.8em;
}

.log
{
    list-style: none;
    padding: 2px;
}
.log-date
{
    color: grey;
    font-size: 0.8em;
}
.log-action
{
    color: saddlebrown;
}
.log-pseudo
{
    color: darkblue;
}
.log .glyphicon
{
    color: dimgrey;
}
.log .glyphicon-ok
{
    color: forestgreen;
}
.log .glyphicon-play
{
    color: darkgreen;
}
.log .glyphicon-wrench
{
    color: darkred;
}
.log .glyphicon-user
{
    color: blue;
}
.log .glyphicon-open-file, .log .glyphicon-pencil
{
    color: darkviolet;
}
.log-bot
{
    font-size: 0.7em;
    color: grey;
}
@media (max-width: 768px) {
    .navbar-collapse{width: 100%;}
}
@media (max-width: 992px) {
    .navbar-profil{display: none;}
}

.level
{
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	border-radius: 2px;
	width: 1.5em;
	font-weight: bold;
	display: inline-block;
	font-family: 'Lobster';
}

#nav_xp
{
	position: absolute;
	background-color: white;
	z-index: 50;
	font-size: 0.8em;
	color: #337ab7;
	min-width: 20em;
	max-width: 100%;

	display: none;
	opacity: 0;
	padding: 0.5em;
	border-radius: 4px;
	/*border: 1px solid rgba(49,123,183,0.5);*/
	border-opacity: 0.5;
	box-shadow: 2px 2px 2px rgba(49,123,183,0.5);
}

#nav_xp_right
{
	text-align: right;
}
#nav_xp .progress
{
	height: 10px;
	margin-bottom: 5px;
	width: 100%;
}
#nav_xp .progress-bar.active
{
	transition: none;
	-o-transition: none;
	-webkit-transition: none;
}



footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 220px;
    background-color: #f8f8f8;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;

}
footer ul
{
    list-style-type: none;
    padding-left: 0;
}
footer h3
{
    font-family: 'Lobster', 'Cabin', Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
}

#cookies{
    position: fixed;
    bottom: 0;
    z-index: 500;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 0.25em;
    font-size: 0.9em;
}
#cookiesText{
    position: relative;
    top: 2px;
}
#cookies .btn{
    padding: 4px;
    animation: initial;
    font-size: 1em;
    bottom: 0px;
    width: initial;
}
