/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Intro      			   */
/*   03 - Footer         		   */
/*   04 - Scroll to Top	   		   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
 
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.intro-parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
}

#intro { 
	background-image: url(../img/intro_bkg.jpg); 
}
@media (max-width: 480px) {
	#intro {
		background-image:none;
		background-color:#ffdebe;
	} 
}
/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

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

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 40px;
}

.titlebar h1 {
	color: #000;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
}

.titlebar p {
	color: #666;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



/* ==========================================================================
   02. INTRO
   ========================================================================== */
 
#intro {
	padding-top: 100px;
	padding-bottom: 80px;
	color: #433C34; /*fff*/
} 
@media (max-width: 480px) {
	#intro {
		padding-top: 15px;
		padding-bottom: 15px;
	} 
}
@media (max-width: 400px) {
	#intro {
		padding-top: 5px;
		padding-bottom: 5px;
	} 
}
@media (max-width: 400px) {
	#intro {
		padding-top: 5px;
		padding-bottom: 5px;
	} 
}

/*------------------------------------------*/
/*	 Header
/*------------------------------------------*/

#header {
	margin-bottom: 5px; /*80px*/
}

#header img {
	padding: 0px;
}

.ligne_orange{
	background-color:#ff7f00;
	height:8px;
	margin-bottom:5px;
}

#header h1{
	font-size:3em;	
	margin-bottom:0px;
	margin-top:10px;
}
#header h2{
	font-size:26px;	
}

@media (max-width: 480px) {
	#header .col-xs-2{
		width:100%
	}
	#header .col-xs-10{
		width:100%
	}
	#header h1{
		font-size:2em;
		text-align:center;
	}
	#header h2{
		font-size:1.5em;
		text-align:center;
	}
	#logo_image
	{
		text-align:center;	
	}
}
@media (max-width: 400px) {
	#header .col-xs-2{
		width:100%
	}
	#header .col-xs-10{
		width:100%
	}
	#header h1{
		font-size:2em;
		text-align:center;
	}
	#header h2{
		font-size:1.5em;
		text-align:center;
	}
	#logo_image
	{
		text-align:center;	
	}
}


/*------------------------------------------*/
/*	  Intro Section Description
/*------------------------------------------*/
#personne{
	display:block;
	position:absolute;	
	right:464px;
	bottom:29px;
}
@media only screen and (max-width: 1200px){
	#personne{
		display:none;
	}
}

#intro_description h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

.intro_feature {
	margin-bottom: 20px;
}

.texte_orange{
	color:#FF7F00;
}

.intro_feature h4 {
	font-weight: 600;
}

.intro_feature i {
	margin-right: 5px;
}

.intro_feature p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 25px;
}

.texte_blanc_droite{
	text-align:right;
	color:#ffffff;
	font-size:7px;
	margin-right:12%;
}
.texte_blanc_droite a{
	color:#ffffff;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
	margin-top: 60px;
}

@media (max-width: 480px) {	
	#intro_description img{
		width:100%;
	}
	
	#header_form_img img{
		width:100%;
	}
}


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

#intro_description {
	text-align:center;
}
#intro_form {
	/*padding-left: 100px;*/
	/*text-align:center;*/
}
#header_form_img{
	margin-bottom:15px;
}

.form_register {
	width: 100%;
	margin: 0 auto;
    padding: 20px 20px 25px;
}

.form_register h2 {
	color: #fff;
    text-align: center;
    line-height: 30px;
	font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form_register .row{
	margin-left:0px;
	margin-right:51px;
}

@media (max-width: 480px) {
	.form_register {
		padding: 0 3%;
	}
	.form_register .row{
		margin-left:0px;
		margin-right:0px;
	}
	.form_register .row .col-md-12{
		padding-right:5px;
	}
}
@media (max-width: 400px) {
	.form_register {
		padding: 0 3%;
	}
	.form_register .row{
		margin-left:2px;
		margin-right:0px;
	}
	.form_register .row .col-md-12{
		padding-right:5px;
	}
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	height: 44px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	color: #444;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.form_register textarea {
	min-height:140px;
}

#input_name{
	background-image:url(../img/icons/icone_name.jpg);
	background-repeat:no-repeat;
	padding-left: 44px;
}
#input_email{
	background-image:url(../img/icons/icone_email.jpg);
	background-repeat:no-repeat;
	padding-left: 44px;
}
#input_phone{
	background-image:url(../img/icons/icone_phone.jpg);
	background-repeat:no-repeat;
	padding-left: 44px;
}
#input_ville{
	background-image:url(../img/icons/icone_ville.jpg);
	background-repeat:no-repeat;
	padding-left: 44px;
}
#input_cp{
	background-image:url(../img/icons/icone_cp.jpg);
	background-repeat:no-repeat;
	padding-left: 44px;
}

#submit{
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border:none;
	border-style:ridge  ;
	background-color:#41d600;	
	width:97%;
	float:left;
	margin-right:0px;
	font-size:28px;
	padding-top:3px;
	padding-bottom:3px;
}

#texte_apres_form{
	text-align:center;	
	margin-right:13%;
	margin-top:38px;
	color:#000000;
}
#texte_apres_form .texte1{
	font-size:1.3em;
}
#texte_apres_form .texte2{
	font-size:0.9em;
}
@media (max-width: 480px) {	
	#submit{
		width:99%	
	}
	#texte_apres_form{
		margin-right:0px;
		margin-top:10px;
	}
	#texte_apres_form .texte1{
		font-size:1em;
	}
	#texte_apres_form .texte2{
		font-size:0.7em;
	}
}
@media (max-width: 400px) {
	#submit{
		width:99%	
	}
	#texte_apres_form{
		margin-right:0px;
		margin-top:5px;
	}
	#texte_apres_form .texte1{
		font-size:0.9em;
	}
	#texte_apres_form .texte2{
		font-size:0.6em;
	}
}
/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 13px;
	margin-bottom: 20px;
}



   
/* ==========================================================================
   03. FOOTER
   ========================================================================== */
 
#footer {
	background-color: #ffffff;
	padding: 60px 0 60px;
}  
#footer .ligne_orange{
	background-color:#ff7f00;
	height: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {	
	#footer {
		padding: 10px 0 10px;
	} 
}
@media (max-width: 400px) {
	#footer {
		padding: 10px 0 10px;
	} 
}
 
  
/*------------------------------------------*/
/*	 Footer Navigation 
/*------------------------------------------*/  

.footer-nav li {
	float: left;
	padding: 5px 3px 10px;
}

.footer-nav li a {
	color: #433c34;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

.footer-nav li a:hover {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #666;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-left: 10px;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
	margin:3px 0;
}

.footer-socials {
	display: inline-block; 
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	line-height: 70px;
}

.foo_social {
    width: 34px;
    height: 34px;
	text-align: center;
	color: #1A1E23;
	font-size: 18px;
    line-height: 34px;
	margin: 0 5px;
	background-color: #999;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-twitter:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-google-plus:hover {background-color: #cd1111;color: #f8f8f8;}
.ico-linkedin:hover {background-color: #015886;color: #f8f8f8;}
.ico-dribbble:hover {background-color: #d92d84;color: #f8f8f8;}
.ico-instagram:hover {background-color: #beb3a8;color: #f8f8f8;}
.ico-pinterest:hover {background-color: #ac281a;color: #f8f8f8;}
.ico-dropbox:hover {background-color: #008ad2;color: #f8f8f8;}
.ico-skype:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-youtube:hover {background-color: #cd1b20;color: #f8f8f8;}
.ico-tumblr:hover {background-color: #3a5976;color: #f8f8f8;}
.ico-vimeo:hover {background-color: #00adee;color: #f8f8f8;}
.ico-flickr:hover {background-color: #d2d2d2;color: #f8f8f8;}
.ico-github:hover {background-color: #222;color: #f8f8f8;}
.ico-renren:hover {background-color: #364a83;color: #f8f8f8;}
.ico-vk:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-xing:hover {background-color: #015f5e;color: #f8f8f8;}
.ico-weibo:hover {background-color: #be4443;color: #f8f8f8;}
.ico-rss:hover {background-color: #ff6600;color: #f8f8f8;}

/*------------------------------------------*/
/*	 Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
	margin: 5px auto 0;
    position: relative;
    z-index: 10;
	width: 90%;
}

#newsletter_form p {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-top: 10px;
}

.subscribe-input {
	width: 68%;
    height: 30px;
	background-color: #aaa;
	color: #ddd;
	font-size: 14px;
    font-weight: 300;
	padding-left: 10px;
	border: none;
}

.subscribe-submit {
	width: 32%;
	height: 30px;
	background: #383e46;
    color: #fff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    cursor: pointer;
    outline: 0;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
	background: #428bca;
}

 
/* ==========================================================================
   04. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {  
    display: none;  
} 
