/* Header */
#head { /*background:#181015 url( ../images/bg_header.jpg) no-repeat;*/ background-size: cover; min-height:320px; text-align: center; padding-top:165px; color:#044570; font-family: 'Lato', sans-serif; font-weight:300; }
#head.secondary { height:150px; min-height: 150px; padding-top:0px; }
	#head .lead { font-family: 'Lato', sans-serif; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

span.large{font-size:21px;}
@media (min-width:768px) and (max-width:999px) {
	.navbar-nav li a {font-size: 12px;}
	.navbar-brand img{max-width:200px;}
	}
@media (max-width: 767px) {
	#head { min-height:225px; padding-top:130px; }
	#head .lead { font-size: 34px; }
	.container h3.thin {font-size: 18px;}
	.navbar-nav li a {font-size: 11px;}
	.navbar-brand img{max-width:150px;}
}
@media (max-width: 576px) {
	.navbar-brand img{max-width:150px;}
}
@media (max-width: 992px) {
	#head { min-height:125px; padding-top:125px; }
	ul.nav {
		padding-top: 15px;
		font-size:10px;
	}
	.navbar-nav li a {font-size: 10px;}
	.hidable{
		display:none;
	}
}
body {
	font-family: 'Lato', sans-serif;
	color: #044570;
}
ul.nav{
	padding-top:60px;
	text-transform: uppercase;
}
.jumbotron { 
    background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand { 
    padding: 15px 0; 
}
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
} 
a {
    color: #044570; 
}
.navbar-nav > li > a { 
    letter-spacing: 2px;
	padding-left: 25px;
	background: transparent url("../images/icone_triangle.png") 0px 15px no-repeat;
}
.navbar-nav > li.active > a {
    letter-spacing: 2px;
    padding-left: 25px;
    background: transparent url("../images/icone_triangle_hover.png") 0px 15px no-repeat;
}
.navbar-nav > li > a:hover {  
	background: transparent url("../images/icone_triangle_hover.png") 0px 15px no-repeat; 
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
} 
.container h4.thin {padding:0 45px;}
div.btnZoom:hover
{
    /*box-shadow: 0px 0px 50px #000000;*/
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.nom-equipe{
	display:block;
}
.navbar-toggle { 
    background-color: #044570;
}
.navbar-toggle .icon-bar { 
    background-color: #fff;
}
.navbar-collapse {
    background-color: #fff;
}

/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:10px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#044570; margin-bottom:36px; }
	.h-caption h4 { color:#044570; font-size: 12px;  margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: 'Lato', sans-serif; color:#044570; margin:30px 0 30px; }
label { color: #044570; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 10px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }		