@import url(css/fontG);


/* =================================================
Global
================================================= */
body {
  background:#2F3238;
	color:#7F8289;
	font-weight:300;
	font-size:16px;
	line-height:28px;
  overflow-x: hidden;
/*  height: 100vh; */
/*    width: 100vw; */
}
.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sep-end {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
}
.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 4px #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.justif p {
  text-align: justify;
}
.centr p {
  text-align: center;
}



.centretotal {
  margin-top: 25%;
  margin-bottom: 25%;
}
.centrecount {
  position: absolute;
  text-align: center;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 30%;
  margin-top: -50px;
  margin-bottom: 25%;
  z-index: 2;
}


.imgcentretotal {
  position: absolute;
  margin-top: 15%;
  margin-left: -10%;
/*  float: left;
  padding-left: 40%; */
  width: 120%;
  z-index: -1;
}

.sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #26292E;
	z-index: 1001;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}


/* =================================================
Typography
================================================= */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}
h2,
h3,
h4,
h5,
h6,
p {
  color: #000;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  text-shadow: 3px 5px 3px #000;

}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
  letter-spacing: 0.05em;
}
p {
  font-size: 16px;
}



/* =================================================
Boutons
================================================= */
.btn-dark,
.btn-light,
.btn-transparent {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  color: #0d0d0d;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-dark {
  background: #fff;
  border: 2px solid #000;
  padding: 20px 30px;
  font-size: 14px;
  color: #0d0d0d;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #dddddd;
  border: 2px solid #fff;
  color: #545454;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  border: 3px solid #24242a;
}
.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}




/* =================================================
Layout
================================================= */
.dark-bg {
  background: #24242a;
}
.light-bg {
  background: #fff;
}







/* =================================================
Navigation
================================================= */
.navbar-default {
  background: rgba(13, 13, 13, 0.6);
  margin-bottom: 0;
  border: none;
  box-shadow: 0px 1px 5px 2px #000;
  -moz-box-shadow: 0px-1px 5px 2px #000;
  -webkit-box-shadow:02px 1px 5px 2px #000;
  -o-box-shadow: 0px 1px 5px 2px #000;
  -khtml-box-shadow: 0px 1px 5px 2px #000;
}
.navbar-default .navbar-header {
  margin-top: 10px;
  width: 28%;
  padding-right: 10px;
}
.navbar-default .nav-wrap {
  width: 55%;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #a3a3a3;
}
.navbar-default .social-media {
  float: right;
  padding: 0 10px;
}
.navbar-default .social-media i {
  font-size: 22px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #a3a3a3;
}
.top-nav-collapse {
  background: #24242a;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  width: auto;
  height: auto;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 8px;
}




/* =================================================
Bannière
================================================= */
.banner {
  width: 101vw;
  text-align: center;
}
.banner img {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.full {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}




/* =================================================
Sliders Diapo Background
================================================= */
#slide1,
#slide2,
#slide3,
#slide4,
#slide5,
#slide6,
#slide7 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#slide1 {
  background-image: url("../img/sliders/image01.jpg");
}
#slide2 {
  background-image: url("../img/sliders/image02.jpg");
}
#slide3 {
  background-image: url("../img/sliders/image03.jpg");
}

/*-- Fond / Background --*/

.banner img,
.backgd-color,
.backgd-eco,
.backgd-flamme,
.backgd-footer,
.backgd-fushia,
.backgd-jaune,
.backgd-bleu {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.backgd-color {
  background-image: url("../img/fond-color.jpg");
}
.backgd-eco {
 background-image: url("../img/faq/eco.jpg");
}
.backgd-flamme {
 background-image: url("../img/faq/flamme.jpg");
}
.backgd-footer {
  background-image: url("../img/footer/slide.jpg");
}

.backgd-fushia {
  background-image: url("../img/sliders/Poudre-Fushia-2.jpg");
}
.backgd-jaune {
  background-image: url("../img/sliders/Poudre-Jaune-2.jpg");
}
.backgd-bleu {
  background-image: url("../img/sliders/Poudre-Bleu-2.jpg");
}




/* =================================================
Sliders Diapo Style
================================================= */
#diapo {
  overflow: hidden;
}
#diapo .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}




/* =================================================
Facebook Video Responsive
================================================= */
.f-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.f-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}




/* =================================================
Sliders Diaporama
================================================= */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
#owl-hero .item .caption img {
  width:50%;
  text-align: center;
}
#owl-hero .item .caption {
  position: absolute;
  top: 35%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
 text-shadow: 0px 2px 3px #000;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h2 {
  font-size: 24px;
  text-shadow: 2px 2px 4px #000;
  color: #fff;
  font-weight: 400;
}
#owl-hero .item .caption h3 {
  color: #fff;
  margin: 0;
}
#owl-hero .item .caption h4 {
 text-shadow: 2px 2px 4px #000;
  color: #fff;
  margin: 0;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .item .caption p {
 text-shadow: 0px 2px 3px #000;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0.16em;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
  left: -5px;
}
#owl-hero:hover .owl-next {
  right: -5px;
}




/* =================================================
Mass setting
================================================= */
#home,
#home-dark,
#faq,
#faqintro,
#contact,
#footer {
  padding: 40px 0 60px 0;
  text-align: center;
}


#util,
#testimonials,
#faq-dark {
  padding: 40px 0 60px 0;
}

#util,
#testimonials,
#about-light,
#faq-dark,
#faq-dark-img {
  box-shadow: 0px -1px 5px 2px #000;
  -moz-box-shadow: 0px -1px 5px 2px #000;
  -webkit-box-shadow:02px -1px 5px 2px #000;
  -o-box-shadow: 0px -1px 5px 2px #000;
  -khtml-box-shadow: 0px -1px 5px 2px #000;
}




/* =================================================
Home
================================================= */
#home h2 {
  text-transform: uppercase;
  color: #000;
}
#home h2 span {
  font-weight: 700;
}
#home h3 {
  color: #000;
}
#home h4 {
  color: #000;
}
#home img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#home .col-lg-3 {
  padding-bottom: 40px;
  width: 25%;
float: left;
}
#home .col-lg-3 h4 {
  text-transform: none;
  font-weight: 400;
}

#home .col-lg-2 {
  width: 16%;
  float: left;
}


.labot p {
  text-align: center;
}
.labot b {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.07em;
  font-weight: 600;
}



/* =================================================
ECO
================================================= */
#home .eco h2,
#home .eco h3 {
  text-transform: uppercase;
}
#home .eco h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

#home .eco p {
  text-align: center;
  padding-bottom: 50px;
}
#home .eco span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}
#home .eco .col-lg-3 {
  padding-top: 10px;
  width: 25%;
  float: left;
  padding-bottom: 10px;
}

/* =================================================
Quelle utilisation Poudre Holi ?
================================================= */
#home .util {
  text-align: center;
}
#home .util h2,
#home .util h3 {
  text-shadow: 1px 2px 4px #000;
  text-transform: uppercase;
  color: #fff;
}
#home .util p {
 text-shadow: 1px 1px 3px #000;
  color: #fff;
 text-align: justify;
}
#home .util .titre {
 text-align: center;
}

/* =================================================
Conditionnement
================================================= */
#home .produit .prblk {
  margin-top: 40px;
  margin-bottom: 20px;
}
#home .produit .prblk h3, h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#home .produit .prblk p {
  color: #a3a3a3;
}


/*
.prblk a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prblk a:hover,
.prblk a:focus,
.prblk a:active {
  color: #a3a3a3;
}

*/


/* =================================================
HOME-DARK
================================================= */
#home-dark {
  background: #24242a;
}
#home-dark h2 {
  text-transform: uppercase;
  color: #fff;
}
#home-dark p {
  color: #fff;
}
#home-dark .col-md-6 {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
#home-dark .col-md-6 p {
  color: #fffeef;
}
#home-dark .col-md-6 h3 {
  text-transform: uppercase;
  color: #fff;
}
#home-dark .col-md-6 span {
  font-size: 36px;
  color: #fff;
}




/* =================================================
FAQ Intro Titre
================================================= */
#faqintro h1,
#faqintro h2 {
  text-transform: uppercase;
}
#faqintro h1 {
  color: #000;
  font-size: 54px;
}
#faqintro h2, h3, h4 {
  color: #000;
}
#faqintro h3 {
  font-size: 24px;
}
#faqintro h4 {
  font-size: 20px;
}

/* =================================================
FAQ
================================================= */
#faq h2,
#faq h4 {
  text-transform: uppercase;
  color: #000;
}
#faq h3 {
  text-align: center;
  color: #000;
}
#faq h4 {
  color: #0d0d0d;
}

#faq span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

#faq .col-lg-3,
#faq .col-md-6 {
  padding-top: 30px;
}


/* =================================================
FAQ DARK
================================================= */

#faq-dark h2,
#faq-dark h3,
#faq-dark h4 {
  text-shadow: 1px 2px 4px #000;
  color: #fff;
  text-align: center;
}
#faq-dark h2,
#faq-dark h3 {
  text-transform: uppercase;
}
#faq-dark h4 {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}
#faq-dark p {
  text-shadow: 2px 2px 3px #000;
  color: #fff;
  text-align: justify;
}
#faq-dark span {
  color: #fff;
  margin-bottom: 10px;
}

#faq-dark .col-lg-3,
#faq-dark .col-md-6 {
  padding-top: 30px;
}
#faq-dark .inter .col-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#faq-dark .about p {
  text-align: center;
}




/* =================================================
A propos
================================================= */
#about {
  padding: 40px 0 60px 0;
  padding-left: 5uw;
  padding-right: 5uw;
  text-align: center;
}
#about h1,
#about h2,
#about h3,
#about h4 {
  text-transform: uppercase;
  color: #000;
}
#about h1 {
  font-size: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#about h4 {
  margin-top: 20px;
  font-weight: 700;
}
#about p {
  text-align: justify;
  color: #a3a3a3;
}
#about span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

#about a {
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#about a:hover,
#about a:focus,
#about a:active {
  color: #a3a3a3;
}

#about .centrimg img {
  text-align: center;
}

#about .col-md-4 h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.0em;
}


#about-light{
  padding: 40px 0 60px 0;
  text-align: center;
}

#about-light p {
  text-shadow: 1px 1px 3px #000;
  color: #fff;
}

#about-light h2 {
  text-shadow: 1px 2px 4px #000;
  text-transform: uppercase;
  color: #fff;
}



#boutique img {
  opacity:1;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#boutique img:hover,
#boutique img:focus,
#boutique img:active {
  opacity:0.3;
}




/* =================================================
Testimonials Style
================================================= */
#testimonials {
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
 text-shadow: 2px 2px 4px #000;
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
 text-shadow: 2px 2px 4px #000;
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




/* =================================================
Contact

#contact-us h2 {
  text-transform: uppercase;
}
#contact-us form {
  margin: 40px 0;
}
#contact-us .form-group {
  margin-bottom: 35px;
}
#contact-us .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact-us textarea {
  height: 140px;
  resize: none;
}
================================================= */



/* =================================================
Google Map Style
================================================= */
#map {
  width: 100%;
  height: 400px;
}




/* =================================================
Footer
================================================= */
footer {
  background: #24242a;
}
footer .social {
  margin: 30px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #15b0a7;
}
footer p {
  margin-bottom: 40px;
}
footer p, h2, h3 {
  color: #fff;
}
footer h3 {
  font-size: 22px;
  text-transform: uppercase;
}
footer i {
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
footer img {
  margin-top: 15px;
}
footer .btn-dark {
  margin-bottom: 20px;
}
