
/* ------------------ * DEVENANT VERT ----------------------*/

.top-blackbar a {
	color:#39b03f;
}

.top-blackbar a:hover {
	color:#bdff9d;
}

.navbar-default .navbar-nav > li > a {
   color:#58d2fa;
}

.navbar-default .navbar-nav > li > a:hover {
   color:#9be7a7;
}

.btnfooter {
    background: #39b03f none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 10px 20px 9px;
    text-align: center;
    text-transform: uppercase;
}

.btnfooter:hover {
    background: #56b3d1 none repeat scroll 0 0;
 color: #fff;
}

.navtab li a{
	color:#bdff9d;
}

.titre{
	background:url(../images/green-back.png) center top no-repeat;
}



/* ------------------ * DEVENANT VERT ----------------------*/

.col-md-1 {
    width: 7.333%;
}
.navbar-default .navbar-nav > li > a {
    color: #39b03f;
    font-family: "akkurat_lightregular";
   /* font-size: 21px; */
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #bdff9d;
  background-color: transparent;
}


.blueback{
	background:url(../images/green-back.png) center top no-repeat;
	padding:25px 20px;
	/*min-height:200px;*/
	min-height:265px;
}


.navigation-mobile li a{
	font-size:16px;
	color:#fff;
	float:left;
	border-right:solid 1px #36a53c;

	text-transform:uppercase;
	background:#29982f;
	padding:10px 25px;
}

.navigation-mobile li a:hover{
	background:#16851c;
	text-decoration:none;
}

.lightblueback{
	background:#2f91b1;
	width:100%;
	float:left;
	display:none;
}


.btn-primary{
	background:transparent;
	border-radius:0px;
	border:solid 1px #000;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'akkurat_lightregular';
	color:#000;
	margin-top:25px;
}

.btn-primary:hover{
	background:#000;
	border:solid 1px #000;
}

.black-back {
    background: #000000 none repeat scroll 0 0;
    padding: 35px 35px 0;
}

	

.white-back{
	background:#fff;
	width:100%;
	float:left;
}

p {
    margin: 0 0 0px;
}

/* ------------------ * CONTAINERS ----------------------*/
	
.container 			{  padding-left: 0; padding-right: 0; min-width:240px;  }
.row 				{ margin-left:0;  margin-right:0; min-width:240px /}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 0;  padding-right: 0; }

/* Customize container */

.footer-back {
    background: #000000 none repeat scroll 0 0;
    float: left;
  
    width: 100%;
}

h3{
	font-size:16px;
	color:#35a43b;
	margin-top:0px;
	margin-bottom:5px;
	text-transform:uppercase;
}

a.footerlinks{
	font-size:16px;
	color:#35a43b;
	text-decoration:none;
	line-height:22px;
	display:block
}

a.footerlinks:hover{
	color:#bdff9d;
}

.footertext-right{
	font-size:18px;
	
	color:#fff;
	line-height:26px;
}

.footer-phonenumber{
	font-size:24px;
	color:#fff;
	margin-bottom:10px;
	
}

.btnfooter {
    background: #39b03f none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 10px 20px 9px;
    text-align: center;
    text-transform: uppercase;
}

.btnfooter:hover {
    background: #50c356 none repeat scroll 0 0;
 color: #fff;
}

.marginright20{
	margin-right:20px;
}

.coyrighttext{
	font-size:12px;
	color:#6a6a6a;
}

.gap20{
	margin-top:20px;
}
.text-right-new {
	text-align:right;
}

.active{
	background:#117595;
}

.footerlinks-more{
	color:#39b03f;
	text-decoration:none;
}

.footerlinks-more:hover{
	color:#bdff9d;
	text-decoration:none;
}
	
	
	.gap65px{
		margin-top:65px;
	}
	
	.gap60px{
		margin-top:60px;
	}
	
	.marginbottom90{
		margin-bottom:90px;
	}
	
	.logo-back-grey{
		background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f7f7f7 0%, #fbfbfb 22%, #ffffff 51%, #ffffff 53%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7f7f7), color-stop(22%,#fbfbfb), color-stop(51%,#ffffff), color-stop(53%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f7f7f7 0%,#fbfbfb 22%,#ffffff 51%,#ffffff 53%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f7f7f7 0%,#fbfbfb 22%,#ffffff 51%,#ffffff 53%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f7f7f7 0%,#fbfbfb 22%,#ffffff 51%,#ffffff 53%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(135deg, #f7f7f7 0%,#fbfbfb 22%,#ffffff 51%,#ffffff 53%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow:0 2px 14px 4px #ededed inset;
 box-shadow: 0 2px 14px 4px #ededed inset;
 width:100%;
 padding: 50px 50px;
min-height:250px;
text-align:center;
	}
	
	.pink-back {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #ed1864 1%, #ed1864 50%, #ed1864 51%, #ed1864 100%) repeat scroll 0 0;
    min-height: 250px;
    padding: 60px 50px 50px;
    text-align: center;
    width: 100%;
	box-shadow:none;
}
	
	.logo-black-back{
		background:#252525;
		 width:100%;
 padding: 50px 50px;
min-height:250px;
text-align:center;
	}
	
	.logoblue-back{
		background:#252525;
 width:100%;
 padding: 40px 10px;
min-height:250px;
text-align:center;
-webkit-box-shadow:0 2px 14px 4px #45485a inset;
 box-shadow: 0 2px 14px 4px #45485a inset;
	}
	
	.lightblue-back{
		background: #112e56; /* Old browsers */
background: -moz-linear-gradient(-45deg, #112e56 1%, #24416b 50%, #24416b 51%, #112e56 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#112e56), color-stop(50%,#24416b), color-stop(51%,#24416b), color-stop(100%,#112e56)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #112e56 1%,#24416b 50%,#24416b 51%,#112e56 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #112e56 1%,#24416b 50%,#24416b 51%,#112e56 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #112e56 1%,#24416b 50%,#24416b 51%,#112e56 100%); /* IE10+ */
background: linear-gradient(135deg, #112e56 1%,#24416b 50%,#24416b 51%,#112e56 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112e56', endColorstr='#112e56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 width:100%;
 padding: 60px 50px 50px;
min-height:250px;
text-align:center;
	}
	
	.yeartext {
    margin-bottom: 0;
}



@media (min-width: 1024px) {
  .container {
  width: 1170px;
   padding-left:0px;
   padding-right:0px;
 

  }
  
}

@media (max-width: 1024px) {
	
.navbar-default .navbar-nav > li > a {
    font-family: "akkurat_lightregular";
    font-size: 17px;
    text-transform: uppercase;
}


.whitepadding{
	padding:15px 15px;
}
	
}


@media (max-width: 960px) {
	
		body{
	margin:0px;
	padding:148px 0px 0px 0px;
	  font-family: 'akkuratregular';
	  font-size:14px;
}
 nav ul     { display: none; }
      nav select { display: inline-block;
	  }
	  
	  
	  select {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #ffffff;
  color: #fff;
   font-family: 'akkurat_lightregular';
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 5px;
    width: 100%;
	line-height:26px;
	width:95%;
	margin-bottom:25px;
	text-transform:uppercase;
	background: url(../images/arrow-back.jpg) no-repeat right center #000;
    -webkit-appearance: none;
	-moz-appearance:none;
}




  .clear{
	clear:both;
}

	.topphone-number{
	color:#fff;
	font-size:14px;
	font-family: 'akkurat_lightregular';
	margin-left:20px;
}
	
	.hiddenmobile{
		display:none;
	}
	
	.hidden-desktop{
	display:inherit;
}


.lightblueback{
	background:#29982f;
	width:100%;
	float:left;
	display:inherit;
}

.blueback {
    background: rgba(0, 0, 0, 0) url("../images/green-back.png") no-repeat scroll center top;
    min-height:200px;
    padding: 10px 20px;
}

.navtab li a{
	
	
}


.coyrighttext {
   color:#6a6a6a;
    font-size: 12px;
    text-align: center;
}
.text-right-new {
    text-align: -moz-center;
	margin-top:5px;
}


.marginleftright {
    margin-left: 34%;
    margin-right: 34%;
}
.col-xs-offset-2{
	margin-left:0%;
}

.gap60px{
		margin-top:0px;
	}
	
}

@media (max-width: 768px) {

		body{
	margin:0px;
	padding:148px 0px 0px 0px;
	  font-family: 'akkuratregular';
	  font-size:14px;
}
	.topphone-number{
	color:#fff;
	font-size:14px;
	font-family: 'akkurat_lightregular';
	margin-left:10px;
}
	
	.hiddenmobile{
		display:none;
	}
	
	.hidden-desktop{
	display:inherit;
}


.blueback {
    background: rgba(0, 0, 0, 0) url("../images/green-back.png") no-repeat scroll center top;
  min-height:200px;
    padding: 10px 20px;
}
.topphone-number {
    color: #fff;
    font-family: "akkurat_lightregular";
    font-size: 14px;
    margin-left: 50px;
}

.footertext-right{
	text-align: -moz-center;
}

.footer-phonenumber{
	 text-align: -moz-center;
}



.coyrighttext {
    color: #242424;
    font-size: 12px;
    text-align: center;
}
.text-right-new {
    text-align: -moz-center;
	margin-top:5px;
}

.navigation-mobile li a {
    background: #29982f none repeat scroll 0 0;
    border-right: 1px solid #3dae44;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 50px;
    text-transform: uppercase;
}

.marginleftright {
    margin-left: 20%;
    margin-right: 20%;
}
	
}

@media (max-width: 502px) {
	
	body{
	margin:0px;
	padding:148px 0px 0px 0px;
	  font-family: 'akkuratregular';
	  font-size:14px;
}


.navigation-mobile li a {
    background: #2f91b1 none repeat scroll 0 0;
    border-right: 1px solid #3ea0c0;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 47px;
    text-transform: uppercase;
}

.marginleftright {
    margin-left: 15%;
    margin-right: 15%;
}

}

@media (max-width: 480px) {
	
	
	
	.logo-back-grey, .lightblue-back, .logoblue-back {
	margin-bottom: 55px;
	padding: 30px;
	min-height: 100px;
	}

.gap65px {
    margin-top: 0;
}
	
	.navigation-mobile li a {
    background: #29982f none repeat scroll 0 0;
    border-right: 1px solid #36a53c;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 29px;
    text-transform: uppercase;
}

.topphone-number {
    color: #fff;
    font-family: "akkurat_lightregular";
    font-size: 14px;
    margin-left: 50px;
}

h3 {
    color: #39af3d;
    font-size:small;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.blueback {
    background: rgba(0, 0, 0, 0) url("../images/green-back-mobile.png") no-repeat scroll center top;
    min-height: 145px;
    padding: 10px 10px;
}


h2{
	font-size:28px;
	color:#000;
	font-family: 'akkurat_lightregular';
	text-transform:uppercase;
	margin-top:0px;
}

.yeartext-mobile {
    color: #000;
    font-family: "akkurat_lightregular";
    font-size: 18px;
    margin-top: 10px;
	text-align:right;
	margin-right:15px;
}



.btn-primary {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-family: "akkurat_lightregular";
    font-size: 14px;
    margin-top: 25px;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn {
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-family: "akkurat_lightregular";
    font-size: 14px;
    margin-top: 0px;
    text-transform: uppercase;
}

body {
    font-family: "akkuratregular";
    font-size: 16px;
}

a.footerlinks {
    color: #39af3d;
    display: block;
    font-size: 11px;
    line-height: 22px;
    text-decoration: none;
}



.text-right{
	text-align:center;

}

.bigfont-social{
	font-size:56px;
	margin-top:20px;
	text-align:center;
	margin-right:10px;
}

.text-right-new{
	text-align:center;
}

.gap10{
	margin-top:10px;
}

.marginleftright{
	margin-left:12%;
	margin-right:12%;
}


}

@media (max-width: 400px) {
	.btn-primary {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-family: "akkurat_lightregular";
    font-size: 11px;
    margin-top: 0px;
    text-transform: uppercase;
}

.marginleftright{
	margin-left:10%;
	margin-right:10%;
}



h3 {
    color: #3ea0c0;
    font-size:small;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
}


@media (max-width: 320px) {
	
	.navigation-mobile li a {
    background: #29982f none repeat scroll 0 0;
    border-right: 1px solid #3dae44;
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.topphone-number {
    color: #fff;
    font-family: "akkurat_lightregular";
    font-size: 14px;
    margin-left: 50px;
}

.btn {
    padding: 2px 9px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-family: "akkurat_lightregular";
    font-size: 11px;
    margin-top: 0px;
    text-transform: uppercase;
}

.marginleftright{
	margin-left:5%;
	margin-right:5%;
}
.btnfooter {
    background: #39b03f none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 10px 20px 9px;
    text-align: center;
    text-transform: uppercase;
}

}

@media (max-width: 230px) {
	
	.marginleftright{
	margin-left:2%;
	margin-right:2%;
}

.btnfooter {
    background: #39b03f none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 10px 20px 9px;
    text-align: center;
    text-transform: uppercase;
}
	
}




	


