*{
	transition: all 0.5s ease;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: 'Lato-Reg', 'Open Sans', sans-serif;
    font-size: 15px;
	background: #BCBCBC;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h2 {
	font-family: "BebasNeue";
	color: #49a6e0;
	font-size:27px;
}
h3{
	margin: 30px 0;
}
hr {
	border-color: #000;
	margin-bottom: 10px;
	margin-right: 50%;
	margin-top: 0;
	width: 50%;
}
p {
    margin: 0 0 20px;
}
ul li{
	margin: 10px 0;
}
/**/
.wrap {
	min-height: 100%;
	margin: 0 auto -125px
}
/*social bar*/
#social-bar {
	background: #006099;
	height: 35px;
}
#social-bar img {
	margin: 10px 5px;
	opacity: 0.7;
}
#social-bar img:hover {
	margin: 10px 5px;
	opacity: 1;
}
#social-bar #donate {
	display: block;
	background: #c24b26;
	color: #FFFFFF;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "BebasNeue";
}
#social-bar #donate:hover {
	background: #ff531e;
}
/**/
/*header*/
header {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
}
header h1 {
	margin: 0;
	padding: 0;
}
header h1 a {
	display: block;
	width: 242px;
	height: 133px;
	background: url(/img/logo.png);
	margin: 20px auto;
}
header h1 span {
	display: none;
}
#home header{
	background: rgba(255,255,255,0.5)
}
#home header.bg-white{
	background: #fff;
}

/**/
/*nav*/
.navbar {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 0;
	background: #49a6e0; /* Old browsers */
	background: -moz-linear-gradient(top, #49a6e0 0%, #3694ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49a6e0), color-stop(100%, #3694ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49a6e0 0%, #3694ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49a6e0 0%, #3694ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49a6e0 0%, #3694ce 100%); /* IE10+ */
	background: linear-gradient(to bottom, #49a6e0 0%, #3694ce 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a6e0', endColorstr='#3694ce', GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
	border-left: 0;
	border-right: 0;
}
.navbar a {
	color: #FFFFFF !important;
	font-size: 18px;
	text-shadow: none;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
	font-family: "Lato-Bol";
	padding: 15px 35px !important;
}
.navbar #home-tab {
	width: 50px;
	height: 50px;
	display: block;
	background: url(/img/home.png) left top no-repeat;
	padding: 0 !important;
	margin: 0 !important;
}
.navbar #home-tab:hover {
	background-color: inherit !important;
	background-position: left bottom;
}
.navbar span {
	display: none;
}
.navbar-nav li {
	margin: 0;
}
.navbar ul ul a {
	font-size: 14px;
}
.navbar a:hover, .navbar a:focus, .dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #006099 !important;
	background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #006099 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #006099 !important;
}
.navbar-default .navbar-nav > .active > a {
	background-image: none;
}
.dropdown-menu {
	background-color: #47a4de !important;
	padding: 0;
	margin: 0;
}
/*menu responsive*/
.nav-responsive {
	display: none;
	text-transform: uppercase;
	color: #fff;
	background: #49a6e0;
	width: 100%;
	text-align: center;
}
.nav-responsive:hover, .nav-responsive:focus {
	text-decoration: none;
	color: #fff;
	background: #006099;
}
/**/
/*main*/
#main {
	padding-top: 73px;
}
/*hero*/
#hero{
    padding-top: 30px;
}
#hero p{
	margin-top: 180px;
	font-family: "Lato-Reg";
	  font-size: 25px;
	color:#fff;
	font-style:italic;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.38);
}

#hero .carousel-inner img{
	width: 100%;
}
/*block*/
#home .resume{
	min-height: 710px;
	margin-bottom: 0;
	font-size:14px;
}
.resume .text-primary{
	font-size:17px;
}
.block {
	background: #FFFFFF;
	margin-bottom: 30px;
}
.bg-block {
	text-align: center;
	padding: 70px 0;
	display: block;
	cursor: pointer;
}
.bg-block h2 {
	color: #FFFFFF;
	font-size: 48px;
}
.news-block {
	padding-top: 10px;
}
.news-block h2 {
	color: #000000;
}
.news-block h3 {
	font-family: "Lato-Reg";
	font-size: 14px;
	color: #49a6e0;
	margin-top: 0;
	margin-bottom:20px;
	font-weight: bold;
}
.news-block .date {
	font-weight: bold;
}
/*footer*/
footer, .push {
	height:125px;
}
footer .row{
	margin: 0;
}
footer {
	background: #222222;
	color: #FFFFFF;
	padding: 20px 0;
}
footer h2 {
	color: #49a6e0;
	font-family: "BebasNeue";
	font-size: 24px;
}
footer p {
	font-family: "Lato-Reg";
	font-size: 14px;
}
footer h2, footer p {
	margin: 0;
	padding: 0;
}
footer span {
	color: #49a6e0;
	font-weight: bold;
}
footer a:hover{
	color:#fff;
}
/*footer form*/
footer form{
	margin-top:10px;
	float: right;
}
footer input{
	float: left;
	color:#000;
	width: 250px;
	padding: 2px 10px;
	font-size:14px;
}
footer button {
	border: medium none;
	font-size: 11px;
	outline: medium none;
	padding: 5px 60px 5px 15px;
	text-align: left;
	text-transform: uppercase;
	width: 175px;
	background: #989898;
}
footer button:hover {
	background-color: #323733;
	transition: background-color 0.5s ease;
}
footer label.error {
  color: #ff3d3d;
    margin-left: -10%;
    margin-top: 32px;
    position: absolute;
    width: 25%;
}
#infolettre #message p{
	text-align: right;
	color:#2bd563;
}

/*classes*/
.wrapper {
	padding: 20px;
}
.row {
	margin-bottom: 30px;
}
.img-responsive {
	width: 100%;
}
.navbar-static-top {
	position: fixed;
	top: 208px;
}
.spacing {
	padding-top: 208px;
}
.text-primary{
	font-size:20px;
	color:#000;
}
.text-info{
	font-size:25px
}
.margin{
	margin: 5px 20px;
}

/*color*/
.black {
	color: #000000;
}
.yellow{
	color: #FFB036;
}
.purple{
	  color: #FA50DE;
}
.green{
	color: #84CB1B;
}
/*carousel*/
.carousel-caption {
	width: 30%;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #000000;
	text-align: left;
	top: 50px;
	right: 260px;
	left: inherit;
	padding: 0;
	margin: 0;
}
.carousel {
}
.carousel-indicators li, .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background-color: #FFFFFF;
	border: none;
}
.carousel-indicators .active {
	background-color: #006099;
}
/*form*/
label.error {
	width: 100%;
	color: #8B0002;
}
#message{
	color:#065F00;
}
.btn{
	background: #c24b26;
	color:#fff;
	font-family: "BebasNeue";
	font-size:20px;
}

.btn:hover{
	background: #ff531e;
	color:#fff;
}
/* News */

#news .wrapper {
	min-height: 260px;
}
#news .block{
	margin-bottom: 0;
}
/**/
	
#map{
	height: 500px;
}
#map h1{
	font-size:13px;
	margin: 0 0 10px 0;
}
#map p{
	font-size:11px;
	margin: 0;
}
#map div{

}
.activity .date{
	color:#db8319;
	font-size:25px;
}

.activity .btn{
	margin-top: 10px;
}
#home .activity .wrapper{
	padding-top: 0;
	padding-bottom: 0;
}
#lien-nixa a {
  color: #606060 !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

#lien-nixa a:hover {
  opacity: 1;
  color: #428bca !important;
  -webkit-transform: rotate(10deg) scale(1.5) rotate(-13deg);
  transform: rotate(10deg) scale(1.5) rotate(-13deg);
  transform: rotate(10deg) scale(1.5) rotate(-17deg);
  -ms-transform: rotate(10deg) scale(1.5) rotate(-17deg);
  -moz-transform: rotate(10deg) scale(1.5) rotate(-17deg);
  -webkit-transform: rotate(10deg) scale(1.5) rotate(-17deg);
  -o-transform: rotate(10deg) scale(1.5) rotate(-17deg);
}

	
/**responsive**/
@media (max-width:1200px) {
	.carousel-caption {
		top: 0;
		right: 200px;
	}
	.navbar a {
		font-size: 17px;
		padding: 15px 30px !important;
	}
	
	
	header, .navbar-static-top{
		
	}
	
}

@media (max-width:992px) {
	.carousel-caption {
		right: 100px;
		width: 40%;
	}
	.carousel h1 {
		font-size: 23px;
	}
	.carousel p {
		font-size: 13px;
	}
	.navbar a {
		font-size: 16px;
		padding: 15px !important;
	}
	.wrap {
		margin: 0;
	}
	footer, .push {
		height: initial;
	}
	footer .container div {
		float: none !important;
		text-align: center;
	}
	#infolettre label.error {
		display:none !important;	
	}
}

@media (max-width:768px) {
	.carousel {
		display: none;
	}
	.nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	#home-tab {
		display: none !important;
	}
	.nav-responsive {
		display: block;
	}
	.navbar{
		display:none;
	}
	#main{
		padding-top:20px;
	}
	
	#home header {
	    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	    position:inherit;
	}
	#hero{
		display: none;
	}
}




