/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #FFF;
}
hr {
  background: transparent none repeat scroll 0 0;
  border-top: 1px solid #ccc;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
}
figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {color:#666;
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
  color: #c10120;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:600;
    color: #222;
	font-family: 'Exo 2', sans-serif;
	}
h2{
color: #e04b7e;
font-size: 35px;
font-weight: 600;
margin: 0 0 10px;
text-align: center;
text-transform: uppercase;
}
h2::before{
background: #e04b7e;
margin:0 auto;
display:block;
content:"";
height:70px;
width:1px;
}
h3{
color: #777;
font-size: 35px;
font-weight: 300;
margin: 0 0 10px;
text-align: center;
}
h4 {
  border-bottom: 1px solid #ddd;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  color:#1a5a7e;
}
main > section {
    padding: 70px 0;
}
img.center{
float:none;
margin-left:auto;
margin-right:auto;	
}
/*BOUTONS PRIMAIRE */
.btn-primary {
	background: #e04b7e;
	border: 3px solid #e04b7e;
	border-radius: 25px;
	color: #fff;
	display: table;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin: 20px auto;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
	background: rgba(224,75,126,0.5);
	border: 3px solid #e04b7e;
	color: #fff;
}

/* BOUTON SECONDAIRE */
form.contact input.btn-default,
.btn-default{
	background: rgba(255,255,255,0.3);
	border: 3px solid #fff;
	border-radius: 25px;
	color: #fff;
	display: table;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 46px;
	line-height: 40px;
	margin: 20px auto;
	padding: 0 30px;
	position: relative;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}
form.contact input.btn-default:hover,
.btn-default:hover,
form.contact input.btn-default:focus,
.btn-default:focus {
	  color: #e04b7e;
	background: rgba(255,255,255,1);
	border: 3px solid #fff;
}
/**/

.full{
	width:100%;	
}
.link {
  color: #C00;
  text-transform: uppercase;
}
.link:hover {
  color: #222221;
  text-transform: uppercase;
  text-decoration:none;
}
#home-slider .link {
  margin-left: 100px;
}


.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}





/**
/*	Header
/* ==========================================*/
a span.presents{
	font-size:12px;
	color:#777;
	font-weight:normal;
	text-transform:uppercase;
	line-height:2px; 
	margin:0 15px;
	text-decoration:none;
}
h1:hover a span.presents,
span.presents:hover{
	text-decoration:none !important;
}
#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(0,0,0, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

#navigation.animated-header {
background-color: rgba(0, 0, 0, 0.6);
padding: 20px 0;
}
h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 10px;
	padding:0;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
	text-align:center;
}

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

/*=================================================================
	Home Slider
==================================================================*/
#home-slider {
background-image: url("../img/slider/banner.jpg");
background-position: center center;
height: auto !important;
padding: 0;
}

#home-slider .overlay {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
padding: 190px 0 120px;
}

#home-slider {
    position: relative;
    padding: 0;
}
#home-slider img{
    margin:0 auto;
	text-align:center;
}

#home-slider h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 100px 0 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#home-slider h2 {
  color: #fff !important;
  display: block;
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 15px;
  text-align: center;
  text-transform: none;
}
#home-slider h2::before {
  height:0;
  width:0;
}
#home-slider p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	margin: 0 0 15px 0;
}
#home-slider p strong{
	text-transform:uppercase;
	font-weight:normal;
}

/*=================================================================
	Section Product
==================================================================*/
section#product{
padding-top:0px;	
}
section#product p{
	color: #777;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 15px 0 50px;
	padding: 0 15px;
	text-align: center;
}
section#product img.sep{
margin: 0 auto 70px;
}


/*=================================================================
	Section About
==================================================================*/
#about {
  background: #e04b7e none repeat scroll 0 0;
  padding-top:0;
}
#about p {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
#about h2{
color:#fff;	
}
#about h2::before{
background:#fff;	
}
section#about .btn-primary {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #fff;
  color: #e04b7e;
}
section#about .btn-primary:hover, section#about .btn-primary:focus{
  background: rgna(255,255,255,0.5);
  border: 3px solid #fff;
  color: #e04b7e;
}
/*=================================================================
	Section Contact
==================================================================*/

#contact {
background:#f5f5f5;
background-position: center bottom !important;
padding: 0;
background-size: cover;
text-align:center;
}
#contact .fa{
color: #3695eb;
font-size: 16px;	
}
#contact .overlay {
    padding: 70px 0;
}
#contact p {
color: #777 !important;
display: block;
font-size: 16px;
font-weight: 300;
margin: 0 0 15px 0px;
text-align:left;
}
#contact p a {
color: #3695eb !important;
text-decoration:none;
}
#contact img{
max-width:250px;
height:auto;
}

/* FORM */
#home-slider .form{
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
padding: 20px;
}
form.contact {
	border: 1px solid #e04b7e;
	font-size: 14px;
	padding: 20px;
}
form.contact span{
	font-size: 14px;
	font-style:italic;
	color:rgba(255, 255, 255, 0.6);
}
form.contact .input-field {
    margin-bottom: 10px;
}

form.contact input {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 0;
	box-shadow: none;
	color: #222;
	font-size: 14px;
	height: 35px;
	margin-bottom: 10px;
	text-indent: 10px;
	width: 100%;
}

form.contact textarea {
    width: 100%;
    height: 100px;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color:#222;
	padding-left:10px;
	font-size: 14px;

}


form.contact .form-control:focus{
	border-color:#c20020;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
}
form.contact input.btn-effect:hover {
  background: #222221;
  color:#FFF;
}

body.thankyou #home-slider h1{
margin-top:0;	
}


/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {


}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
.color{
width:100%;
height:auto;
padding-bottom:30px;
}
/* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }


/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
	.color{
	width:auto;
	height:auto;
	}
    body {
        font-size: 14px;
    }

    .parallax {
        background-position: centet tip !important;
    }
/*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

/* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.color{
	width:auto;
	height:auto;
	}
/* home slider */
	#home-slider span img {
        max-width:300px;
		height:auto;
    }
	#home-slider h1 {
        font-size: 35px;
		text-align:center;
		margin-top:0px;
    }

	#home-slider h2 {
        font-size: 25px;
		text-align:center;
		margin-left:0px;
    }
	#home-slider .form {
	  margin-top: 40px;
	}
/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
	#contact p {
		text-align:center;
	}
	#contact p:first-child {
		margin-top:30px;
	}
	.thankyou{
	color: #222222;
	font-size: 14px;
	line-height:16px;
	margin-top: 50px;
	text-align:center;
	}
	form.contact input.envoyer{
	width:100%;	
	}
}
