/*/////////////////////////////////////////////////////////////////////
 //
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 //
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 //
 // ----------------------------------------------------
 //
 // Remove unused code for better performances
 //
 // ----------------------------------------------------
 //
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 //
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 //
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 body,html{
 height:100%;
}
.container{
	position:relative;
	 min-height:100%;
}
#navigation  .nav-pills li a .active {
  color: #2a6082;
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
min-height: 150px;
border-top: 3px solid #377ca8;
}
#footer .inner {
  padding: 5px 0;
}
#footer h3 {
  font-size: 1.2em;
/*   color: rgba(255, 255, 255, 0.8); */
/* color:#3a82b0; */
color:#2a6082;
}
#footer .fableu{
color:#2a6082;
padding-right: 5px;
}
.col-xs-12{
	padding-left: 0px;
	padding-right: 0px;

}
.mission h3{
	line-height: 30px;
	font-size: 20px;
	margin-top: 30px;
}
.mission {
  margin-top: -30px;
  margin-bottom: 50px;
}
.portfolio .fableu{
color:#2a6082;
}
.portfolio .project{
	min-height: 446px;
}
.padMoins{padding-right: 5px;padding-left: 5px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.mt25{margin-top: 25px;}
.mb50{margin-bottom: 50px;}
.mb30{margin-bottom: 30px;}
.hmr{min-height: 300px;}
.mr20{margin-right: 20px;}
.padr20{padding-right: 20px;}
.table th{
	color: #2a6082;
}
.form-group label{
	color: #2a6082;
}
.bleu{color: #2a6082;}

.col-md-1-5 { width: 12.5% !important;} /*= 8,3333 + 4,16667*/
.col-md-2-5 { width: 20.83333% !important;} /* = 16,6666 + 4,16667*/
.col-md-3-5 { width: 29.16667% !important; } /* = 25 + 4,16667*/
.col-md-4-5 { width: 37.5% !important; } /* = 33,3333 + 4,16667*/
.col-md-5-5 { width: 45.83333% !important; } /* = 41,6667 + 4,16667*/
.col-md-6-5 { width: 54.16667% !important; } /* = 50 + 4,16667*/
.col-md-7-5 { width: 62.5% !important; } /* = 58,3333 + 4,16667*/
.col-md-8-5 { width: 70.83333% !important; } /* = 66,6666 + 4,16667*/
.col-md-9-5 { width: 79.16667% !important; } /* = 75 + 4,16667*/
.col-md-10-5 { width: 87.5% !important; } /* = 83,3333 + 4,16667*/
.col-md-11-5 { width: 95.8333% !important; } /* = 91,6666 + 4,16667*/
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/* Navbar collapse */
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
