.navbar-default {
  background-color: #091028;
  border-color: #091028;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0092c8;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0092c8;
}
.jumbotron {
  padding-top: 60px;
	background-color:#FFFFFF;
}
.fond{
	background-image:linear-gradient(#091028, #114268);
	color:#FFFFFF;
}
.h2, h2 {
  font-size: 50px;
	text-transform:uppercase;
	font-family: 'Fjalla One', Helvetica, Arial, sans-serif;
}
.fond h2, .fond .h2{
	border-bottom:2px solid #cccccc;
}
.fond2 h2, .fond2 .h2{
	border-bottom:2px solid #333333;
}
.h3, h3 {
  font-size: 34px;
}
.fond2 .texte{
	padding-top:20px;
}
.texte p{
	font-size:18px;
	line-height:24px;
}

.social a {
  background-color: #FFFFFF;
  border-radius: 100%;
  color: ##0088bb;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  transition: all 0.3s ease 0s;
  width: 40px;
	padding:8px;
	text-align:center;
}
section{
	padding:50px 0;
}
.exemple h3{
	border-bottom:2px solid #333333;
}
.un-exemple{
	padding-top:15px;
	padding-bottom:15px;
}

.contact{
	text-align:center;
	padding:30px;
}
.contact h3{
	font-size:60px;
	color:#0088bb;
}
.contact strong{
	font-size:24px;
	line-height:30px;
}
.contact a{
	font-size:30px;
	line-height:32px;
	color:#FFFFFF;
	text-decoration:underline;
}
@media screen and (max-width: 425px) {
	.contact a{
		font-size:20px;
	}
}
.contact a:hover,.contact a:focus,.contact a:active{
	color:#0088bb;
	text-decoration:none;
}
footer{
	background-color:#091028;
	font-size:12px;
}
footer .fa{
	font-size:20px;
	color:#0088bb;
}
footer p{
	padding:5px 0;
	color:#FFFFFF;
}
footer a,footer a:hover,footer a:focus,footer a:active{
	color:#FFFFFF;
}
footer .btn-social{
	border-radius:50%;	
	display:inline-block;
	min-width:20px;
	min-height:20px;
	padding:5px 9px;
	background-color:#FFFFFF;
	text-align:center;
	margin-left:5px;
}
footer .btn-social:hover .fa{
	color:#091028;
}
footer .right{
	text-align:right;
}
footer p.f{
	padding-top:14px;
}

#cookie-bar{
	background-color:#091028;
	font-size:11px;
	color:#FFFFFF;
}
#cookie-bar .cb-enable {
  background: #FFFFFF none repeat scroll 0 0;
	
}
#cookie-bar .cb-enable:hover {
  background: #0088bb none repeat scroll 0 0;
}
#cookie-bar .cb-policy {
  background: #FFFFFF none repeat scroll 0 0;
}
#cookie-bar .cb-policy:hover {
  background: #0088bb none repeat scroll 0 0;
}
#cookie-bar a {
	color:#091028;
}
.spip_documents img{
	max-width:100%;
	height:auto;
	display:block;
}
.embed-responsive-item{
	max-width:560px;
	max-height:315px;
}
@media screen and (min-width: 992px) {
	.embed-responsive-16by9{
		padding-bottom:320px;
	}
}
@media screen and (min-width: 1200px) {
	.embed-responsive-16by9{
		padding-bottom:320px;
	}
}
