@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

img {
	max-width: 100%;
}

.header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg-header {
	background-image: url(../images/bg_header.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.bg-intro {
	background-color: #FFFFFF;
}

.bg-services {
	background-image: url(../images/bg_services.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #91b900;
}

.bg-philosophie {
	background-color: #fbfbfb;
}

.bg-contact {
	background-color: #FFFFFF;
}

.bg-footer {
	background-image: url(../images/bg_footer.png);
	background-color: #050505;
	background-position: center top;
	background-repeat: repeat-x;
}

.bordure {
	width: 100%;
	height: 5px;
	background-color:#a7cd45;
}

.space {
	width: 100%;
	height: 200px;
}

.bloc-logo {
	text-align: center;
}

.bloc-tel {
	text-align: center;
	padding-top: 20px;
}

.services {
	padding-top: 30px;
	padding-bottom: 30px;
}

.philosophie {
	padding-top: 62px;
	padding-bottom: 62px;
}

.contact {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cerveau img {
	margin-top: 30px;
	margin-left: 0px;
}

.intro {
	padding-top: 30px;
	padding-bottom: 30px;
}

.formulaire {
	text-align: center;
	background-image: url(../images/bg_form.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
}


/*--------- FOOTER ---------*/
.footer {
	color:#FFFFFF;
	font-size: 13px;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	padding-top: 45px;
	padding-bottom: 45px;
}

.footer a {
	color:#FFFFFF;
	text-decoration: none;
}

.copyright {
	text-align: left;
}

/*--------- FIN FOOTER ---------*/

/*--------- Texte ---------*/

h1 {
	color: #434343;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

h3 {
	color: #434343;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

h4 {
	color: #434343;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

ul {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
}

p {
	color: #434343;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

p a {
	color: #434343;
	text-decoration: none;
}

.tel {
	color: #FFFFFF;
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	vertical-align: middle;
}

.tel a {
	color: #FFFFFF;
	text-decoration: none;
}

.titre-soumission {
	color: #a7cd45;
	font-size: 26px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

table {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

table a {
	text-decoration: none;
}

/*--------- Fin texte ---------*/




/*--------- Form ---------*/


/****** form ****/
input[type=text], textarea {
	border-width: 3px;
	border-color: #a7cd45;
	width:100%;
	padding:10px;
	margin:5px 0;
	-moz-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	-webkit-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	-o-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 7px;
	color:#000000;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

fieldset input[type=text] {
	width:100%;
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}


.success_txt p {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

#errorDiv {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	
}

.rangee {
	width: 100%;
}

.col-gauche-form {
	width: 100%;
}

.col-droite-form {
	width: 100%;
}

/*--------- Fin form ---------*/



@media (min-width: 768px) {
	
.formulaire {
	border-radius: 25px;
}

}


@media (min-width: 992px) {
	
.space {
	height: 491px;
}
	
.bloc-logo {
	text-align: left;
}

.bloc-tel {
	text-align: right;
	padding-top: 25px;
}

.footer {
	height: 328px;
	padding-bottom: 45px;
}

.bg-intro {
	background-image: url(../images/bg_intro.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
}

.bg-philosophie {
	background-image: url(../images/bg_philosophie.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.bg-contact {
	background-image: url(../images/bg_contact.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.services {
	padding-top: 65px;
	padding-bottom: 65px;
}

.cerveau img {
	margin-top: 0px;
	margin-left: 120px;
}

.contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contenu-intro {
	padding-top: 110px;
}

.intro {
	padding-top: 0px;
	padding-bottom: 60px;
}


/*--------- FOOTER ---------*/

.copyright {
	text-align: right;
}

/*--------- FIN FOOTER ---------*/

}
