html {
  position: relative;
  min-height: 100%;
}

body {
	font-family: 'staticregular', sans-serif; 
	font-size:14px;
	color: #4c5f6f;
    margin-bottom: 0px;

}

section {
	clear:both;
	padding: 0px 0;
}

p {
	font-size: 14px; 
	line-height: 18px;
	margin-bottom: 10px;
	color: #4c5f6f;
	font-family: 'staticregular', sans-serif; 
}

h1, h2, h3, h4, h5, h6{
	color: #4c5f6f; 
	margin-bottom:5px;
	margin-top:0;
}

h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #4c5f6f;
}

h2 {
	font-size: 30px;
	color: #4c5f6f;
	text-align: center;
	margin-bottom: 25px;
	
	padding-bottom:15px;
}

h3 {
	font-size: 24px;
	color: #4c5f6f;
}

h4 {
	font-size: 22px;
	text-transform: uppercase;
	color: #4c5f6f;
	font-weight:bold
}

ul {
	margin-left: 0;
	text-align: left;
	overflow: hidden;
}

ul li {
	
	margin-left: 0;
	line-height: 26px;
	font-size: 16px;
	position: relative;
    padding-left: 0px;
    list-style: none;
}

ul li:before {
    /* with absolute position you can move this around or make it bigger without getting unwanted scrollbars */
    position: absolute;
    content: "• ";
    color: #499ecf;
    font-size: 20px;
    left: -19px;
    /* use fonts like "arial" or use "sans-serif" to make the dot perfect round */ 
    font-family: Arial, sans-serif;
}

form {
	margin-bottom: 20px;
}

a {
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
}

a:hover {
	text-decoration: none;
	color: #499ecf;
}

/* ---------------------------------------------------------------------- */
/*	Classes
/* ---------------------------------------------------------------------- */
/*
header {
	padding: 10px 0;
	background-color: #abccea;
	height: 190px;
	position: relative;
	
}*/



.navbar-inverse {
	background: url(../images/bullets-bg.png);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: 67% 116%;
    background-color: #abccea;
}

.logo {
	margin-top:30px;
}

.btn-bb {
	width: 100%;
	background-color: #4c5f6f;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px
}
.btn-bbs {
	width: 80%;
	background-color: #abccea;
	color: #4c5f6f;
	font-size: 18px;
	margin-bottom: 10px
}


.type-it {
	font-size: 18px;
	margin-bottom: 30px;
}
.typeit {
	
	margin-bottom: 30px;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #4c5f6f;
  padding: 30px;
  margin-top: 50px;
}

.footer p {
	margin-top: 20px;
    color: #ffffff !important;
    font-size: 18px;
}

.footer img, .footer p {
	display: inline;
}

.footer img {
	padding: 10px;
	width: 60px
}

.contact-details {
	margin-left: 25%;
	margin-top: 20px;
}

.fondateur {
	background: url(../images/bullets-bg.png);
	background-repeat: repeat-y;
/*    background-attachment: fixed;
*/    background-position: 50% 0%;
    background-color: #abccea;
	margin-top: 20px
}

.img-fond{
	text-align: left;
	padding-top: 20px;
}

.img-fond img {
	margin-left: 10px;
}

.form-area input[type="submit"], #buttom-subscribe input[type="submit"] {
	
	text-transform: uppercase;
	background: #4c5f6f;
	
}
.form-area input[type="submit"]:hover, #buttom-subscribe input[type="submit"]:hover {
	
	text-transform: uppercase;
	background: #abccea;
	
}

.form-area {
	font-size: 16px;
	color: #ffffff;

}

.form-area .col-xs-2 {
	width: 18%;
}
.form-area .col-xs-1 {
	width: 14%;
}

.footer h1 {
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}



.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background-color: #4c5f6f;
    border-color: #abccea
}

.social {
	margin-top: 20px;
}


/* ---------------------------------------------------------------------- */
/*	Griller
/* ---------------------------------------------------------------------- */



.gridder{margin:0px;padding:0px;list-style-type:none}
.gridder-list{display:inline-block;vertical-align:top}
.gridder-show{display:block;float:left;width:100%;position:relative;background:#ffffff url("../images/loading-spin.svg") no-repeat center}
.gridder-show.loading{background:#ffffff url("../images/loading-spin.svg") no-repeat center}
.gridder-content{display:none}
.gridder-list{width:107px}
.gridder-list:nth-child(n){margin-bottom:1%;margin-right:1%}
/*.gridder-list:nth-of-type(6n){margin-right:0;margin-bottom:0}
*/.gridder-show{padding:0px 10px;background:#ffffff;margin-bottom:1%}
.gridder-navigation .gridder-nav.disabled{opacity:.5}
.gridder-list{cursor:pointer}
.gridder-list:hover{opacity:0.8}
.hasSelectedItem .gridder-list{opacity:.5}
.hasSelectedItem .gridder-list.selectedItem{opacity:1}
.gridder-close {
	background: #4c5f6f;
	cursor: pointer;
    height: 30px;
    padding: 7px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    z-index: 2;
    color: #ffffff;
}
.gridder-nav.prev {
	background: #4c5f6f;
	cursor: pointer;
    height: 30px;
    padding: 7px;
    position: absolute;
    left: 233px;
    top: 0;
    width: 30px;
    z-index: 2;
    color: #ffffff;

}
.gridder-nav.next {
	background: #4c5f6f;
	cursor: pointer;
    height: 30px;
    padding: 7px;
    position: absolute;
    left: 263px;
    top: 0;
    width: 30px;
    z-index: 2;
    color: #ffffff;

}

#reference ul li:before {
   
    content: none !important;
    
}
#reference img {
	width: 100px !important;
	height: 100px !important;
}

.description-ref {
	background: url(../images/bullets-bg-dark.png);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: 50% 50%;
	background-color: #4a5f6e;
	padding-top: 20px;
    height: 440px;
}

.content-ref-1 {
	background: url(../images/ref-1.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
}
	
.content-ref-1 {
	background: url(../images/ref-1.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-2 {
	background: url(../images/ref-2.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-3 {
	background: url(../images/ref-3.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-4 {
	background: url(../images/ref-4.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-5 {
	background: url(../images/ref-5.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-6 {
	background: url(../images/ref-6.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-7 {
	background: url(../images/ref-7.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}

.content-ref-8 {
	background: url(../images/ref-8.jpg);
	background-repeat: no-repeat;
/*    background-attachment: fixed;
*/  background-position: center;
	background-color: #ffffff;
	height: 440px;
	
}



.square-ref{
	background-color: #ffffff;
	padding: 20px;
    text-align: left !important;
    float: right;
    margin: 20px 140px 0 0;
}

}





/* ---------------------------------------------------------------------- */
/*	Fonts
/* ---------------------------------------------------------------------- */

@font-face {
    font-family: 'static_bold_italicbold_italic';
    src: url('../fonts/static_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/static_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'static_boldbold';
    src: url('../fonts/static_bold-webfont.woff2') format('woff2'),
         url('../fonts/static_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'static_italicitalic';
    src: url('../fonts/fonts/static_italic-webfont.woff2') format('woff2'),
         url('../fonts/static_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'staticregular';
    src: url('../fonts/static-webfont.woff2') format('woff2'),
         url('../fonts/static-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* ---------------------------------------------------------------------- */
/*	Responsive
/* ---------------------------------------------------------------------- */

 
@media(min-width: 992px) and (max-width: 1024px) {
 	.footer img, .footer p {
 		display: block;
 		margin: 0 auto;
 		font-size: 11px;
 	}
 	.footer {
 		position: relative;
 		height: auto;
 	}
 	body {
	
    margin-bottom: 0px;

	}
 }


 @media(max-width:992px) {
 	.footer img, .footer p {
 		display: block;
 		margin: 0 auto;
 	}
 	.footer {
 		position: relative;
 		height: auto;
 	}
 	.social {
 		margin-bottom: 20px
 	}
 	}
 	body {
	
    margin-bottom: 0px;

	}
 }



 @media(max-width:480px) {
 	body {
	
    margin-bottom: 0px;

	}
 	.footer img, .footer p {
 		display: block;
 		margin: 0 auto;
 	}
 	.footer {
 		position: relative;
 		height: auto;
 		padding-top: 20px;
 		padding-bottom: 40px
 	}
 	.square-ref {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
    text-align: left !important;
    float: none;
    margin: 0 0 0 0;
    width: 100%
	}

	.formulaire {
    margin-left: 30px;
	}

	.form-area .col-xs-5 {
    width: 52.666667%;
	}

	.form-area. .col-xs-4 {
    width: 100%;
	}
	.form-area .col-xs-3 {
    width: 100%;
	}
	.form-area .col-xs-2 {
    width: 100%;
	}
	.form-area .col-xs-1 {
    width: 100%;
	}
	
	.col-xs-4 {
    width: 100%;
	}


    .form-horizontal .control-label {
    	text-align: left;
    }

    

	.contact-details {
		margin: 0px;
	}

	.logobb {
		float:right;
	}


 }