
/*----------------------------------*/
/*	STRUCTURE						*/
/*----------------------------------*/
html, body {
    padding:0;
    margin:0;
    height:100%;
    width: 100%;
}

body{
  font-family:Roboto,Arial,sans-serif;font-size:16px;
  overflow-x: hidden;
}

header{
  width:100%;
}

header .top , header .bottom{
  height:35px;
  width:100%;
  border-top:2px solid #0093C1;
  border-bottom:2px solid #0093C1;
  color: #0093C1;
}

.main_AFS {
    /*height: 100%; */
    min-height: 100%;
    margin: auto;
    /*width: 80%;*/
    padding-top: 5px;
}

.main_AFS .container{
  padding-left: 30px;
  padding-right: 30px;
}

.container button {
  padding: 4px;
  margin-left: 90%;
}


#page-container {
    padding:8px 8px 250px 8px;
}

#page-container #header {
	height:199px;
	margin:0px;
}

#page-container #main-navbar {
	position: relative;
	top: -40px;
}


#page-container #contenu {
	position: relative;
	top: -40px;
}

p.page-title {
  padding-left: 90px;
}


#footer {
    text-align:center;
    border-top :1px solid #D4D4D4;
    padding:10px 0 0 0;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height: 60px;
}

/*----------------------------------*/
/*	MENU-TOP						*/
/*----------------------------------*/
.menu-top {
    padding:0;
    margin:0;
    list-style:none;
    position:absolute;
    right:0;
}
.menu-top li {
    float:left;
    color: #686868;
    font-size:11px;
}
.menu-top li a {
    color: #686868;
    text-decoration: none;
    font-size:11px;
    padding:0 5px;
}

/*----------------------------------*/
/* Navbar 							*/
/* light blue : #D8E5F8*/
/* dark blue : #355689*/
/**/

/*----------------------------------*/



.navbar {
	background-color: transparent;
	border-radius: 0px;
	border-width: 0px;
}

nav .container-fluid {
	padding-left:0px;
	padding-right:0px;
}


.navbar-header {
	float: none;
}

.navbar-content {
	background-color: #D8E5F8;
	/*color: #fff;*/
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    /*color: #fff;*/
    color: #355689;
    border-bottom: 0px solid #D8E5F8;
}
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li.active > a {
	background-color: #355689;
	/*color:#355689;*/
	color: #fff;
	border-bottom: 0px solid #355689;
}

.navbar-form {
  display: none;
}
@media (min-width: 480px) {
	.navbar-form {
		display: block;
	}
}

/*----------------------------------*/
/*	FIL-ARIANNE						*/
/*----------------------------------*/
#fil-ariane {
    font-weight:bold;
    margin-left: 1em ;
    margin-top: -40px;
    margin-bottom: 40px;
}


#fil-ariane a {
    text-decoration: none;
}

/*----------------------------------*/
/*	CONTENU							*/
/*----------------------------------*/
.page_container {
    /*border-width: 2px;
    border-style: solid;
    border-radius: 8px;*/
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /*padding: 30px;
    width: 90%;*/
}

.page_container h3 {
  text-align:center;
}

h1.titre-page {
    margin-top:10px;
}


/*----------------------------------*/
/*	THEME							*/
/*----------------------------------*/

.contenu a {
    color:#424242
}
.contenu a:hover {
    color:#355689;
}

a img {
    border:none;
}

.cleaner {
	clear:both;
}

/*----------------------------------*/
/*	FOOTER							*/
/*----------------------------------*/
#footer {
	height:250px;
	background-image: url("imgs/footer.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */

}


#footer {
	height:200px;
	background-image: url("imgs/footer.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */

}

/*----------------------------------*/
/*	MEDIA QUERIES					*/
/*----------------------------------*/
@media only screen and (max-width:480px) {
    .logos {
        display:block;
        text-align: center;
    }
    .logos img {
        width:61px;
        height: 77px;
        margin-top:20px;
    }
    form {
    width:100%;
    }
    h1 {
        font-size:1.4em;
    }
    h1.titres {
        padding:0;
        margin:0;
        margin-top:10px;
        font-size:0.7em;
        display:block;
        text-align: center;
    }

}

/*----------------------------------*/
/*	Tables							*/
/*----------------------------------*/

.page_container table {
    border: medium none;
}

.form_container table {
  margin-bottom: 3em;
  margin-top: 5em;
}

td.center {
  text-align:center;
}

/*----------------------------------*/
/*	FORMS							*/
/*----------------------------------*/

/** formulaires **/
form {
  margin-bottom: 2em;
  margin-top: 2em;
}

form label {
  text-align:left !important;
}

/** sélection d'utilisateurs **/
.selected{
	border:solid #ccc 1px;
	float:left;
	margin:2px;
	padding:2px 15px;
}

.selected a{
	cursor:pointer;
	font-weight:bold;
}

.has-tooltip {
  border-bottom: 1px dashed rgb(0, 147, 193);
}

.has-error .has-tooltip {
  border-bottom: 1px dashed #a94442;
}

td .has-tooltip {
  border-bottom-color: inherit;
}

tr.table-recap .has-tooltip {
  border-bottom-color: rgb(51,51,51);
}

.input-number, input[type="number"], .number {
  text-align: right;
}

.input-has-unit {
  padding-right:30px;
  text-align:right;
  display:inline;
}

.unit-inside-input {
  margin-left:-30px;
}

.hiddenElt {
  opacity:0;
  filter:alpha(opacity=0);
  height:0 !important;
  overflow:hidden;
  padding: 0px 12px !important;
  border:none !important;
}

.pseudoinput {
  border: 1px solid #0093C1;
  text-align: right;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border-radius:4px;
}

.pseudoinput.disabled{
  background-color: #eee;
}


/*----------------------------------*/
/*	Buttons							*/
/*----------------------------------*/

.btn-group {
  margin-left: 20px;
}

.btn-group .btn span.glyphicon {
  font-size: 16px;
}

/*----------------------------------*/
/*	Fiches							*/
/*----------------------------------*/
.bilan {
  margin-left: 15px;
}

/*----------------------------------*/
/*	Disable arrows in input number							*/
/*----------------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

table input[type=number] {
    text-align: right;
}
.variation {
  float: right;
}
