@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,100italic,100,400italic,700,700italic,900,900italic);

/* Space out content a bit */
body {
	font-family: 'Lato', sans-serif;
}
p {
    color: #000000;
    line-height: 24px;
    margin: 10px 0;
	text-align:justify;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
.header {
    margin-bottom: 10px;
    padding-top:25px;
    padding-bottom: 25px;
}
ul {
    list-style: inside none disc;
    padding: 0;
    color: #000000;
}
/* Custom page header */
/*.header {
  position: relative;
  height:150px;
}
.header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	
}*/

/* Custom page footer */
.footer {
     color: #fff;
    min-height: 100px;	 
	  background-color:#0b74bb;
              margin-top: 30px;
}
.footer p {	
    padding: 40px 20px;
	text-align:center;
}

.footer ul.liste-style1{
	display:table;
	list-style:none;
	padding:0;
	 margin: 0 auto;
}
.footer ul.liste-style1 li {
    border-right: 2px solid;
    float: left;
    font-size: 24px;
    padding: 0 9px;
}
.footer ul.liste-style1 li:last-child {
    border-right: 0;
}
.footer img{	
    padding: 20px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}



/* Supporting marketing content */
.marketing {
  margin: 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
/** Added **/
.navbar-collapse {
	padding:0;
}
.nav > li {
	margin: 0 0 8px;
}

.nav > li > a {
    color: #fff;    
	text-align: center;
	padding: 4px 0;
	font-weight: 600;
	border-radius: 10px;
    background-color: #0b74bb;
	border: 1px solid #0b74bb;
}
.nav > li > a:hover,
.nav > li > a:focus{
    color: #0b74bb; 
    border: 1px solid #eee;
    background-color:#eee; 
}
.nav > li.current > a,
.nav > li.active > a{
    background-color:#eee; 
    color: #0b74bb;
    border: 1px solid #ddd;
}
.navbar-header {
  background-color: #0b74bb;     
  border-bottom: 1px solid white;
}
.navbar-toggle .icon-bar {
    background: white none repeat scroll 0 0;
}
#navbar.collapse.in {    
  background-color: #0b74bb; 
}
#navbar.collapse.in .nav > li > a {
    border-radius: 0;
    padding: 10px;
    text-align: left;
}
.navbar-toggle {
    border: 2px outset white;
}
#sidebar-logos {
}
#sidebar-logos img {
    margin: 0 auto;
    padding: 4px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
 /* .header {
    margin-bottom: 10px;
	height:150px;
  }*/
}


