body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;

}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #351f13;
	text-transform: uppercase;
}
h3, h4 {
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #C54DAA;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #d0ccad;    /*color souligne h2*/
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}





/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

@media screen and (max-width: 1000px){
	#topbar{ 
  	display: none; 	
  	}
}


#topbar {
	font-family:Verdana, Arial, sans-serif;	
  background: #351f13;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
	padding-top: 12px;
  padding-right: 8px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}





/* Navigation */
#menu {
	/*padding: 40px;*/
	transition: all 0.8s;
	top: 40px;
}

@media screen and (max-width: 768px){
	#menu{ 
  	top : 0px; 	
  	}
  }

 #menu.menu-scrolled {
  top: 0;
  padding: 15px;
}

   

#menu.navbar-default {
	background-color:rgba(248, 248, 248, 0); /*color background navbar top      old background-color: rgba(248, 248, 248, 0);*/
	border-color: rgba(231, 231, 231, 0);
	
}
#menu a.navbar-brand {
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	text-transform: uppercase;
}
#menu a.navbar-brand:hover {
	color: #cd65b5;
}


/*.brand-img2 { 
 
	height:300px;
	top: 150px;
	position:relative;
	text-align:center;
    margin:auto;
    display:flex;

}*/



#menu.navbar-default .navbar-nav > li > a {      /*MENU TITRE*/
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-size: 14px;
/*	font-weight: 400;*/
	font-weight: bold;
	letter-spacing: 1px;


}
#menu.navbar-default .navbar-nav > li > a:hover {  /*colo text navbar hover*/
	color: black;
}
.on {
	background-color: #d0ccad !important;   /*color fond navbar scroll      old background-color: rgba(0,0,0,0.8)*/
	padding: 10px !important;     /*padding text navbar en scroll */


}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: black !important;   /*color text navbar scroll*/
	background-color: transparent;


}

@media screen and (min-width: 769px) {
  .navbar-collapse {
    text-align:center;
    background-color: transparent;
	}
}

@media screen and (max-width: 768px) {   /*menu hamburger deroule*/
  .navbar-collapse {
    text-align:center;
    background-color: #d0ccad;
    margin-top: 15px;
	}
}

.navbar.navbar-default .navbar-collapse {
  border: none; /*remove border hamburger menu focus */
  box-shadow: none;
 
}




.navbar-toggle {
	border-radius: 0;
	
	

}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #351f13;  /*color fond en hover menu hamburger*/
	border-color: #fff; /*Color border en hover menu hamburger */
}


.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF; /*color 3 barres en hover menu hamburger */
}
.section-title {
	margin-bottom: 50px;   /*espace en dessous A propos*/
}
.section-title p {
	font-size: 18px;
	color: #888;
}
.btn-custom {             /*bouton dans le header*/
	text-transform: uppercase;
	color: #fff;  /*color texte bouton en savoir plus*/
	background-color: #d0ccad;  /*color back bouton*/
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;

/*	border-top: 4px solid #00aae3;*/
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #351f13;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat right bottom;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b71d6+0,c54daa+100&0.5+0,0.5+100 */
	/*background: -moz-linear-gradient(top, rgba(53,31,19,0.5) 0%, rgba(208,204,173,0.5) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(53,31,19,0.5) 0%, rgba(208,204,173,0.5) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(53,31,19,0.5) 0%, rgba(208,204,173,0.5) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801b71d6', endColorstr='#80c54daa', GradientType=0 );*/ /* IE6-9 */
}


@media screen and (min-width: 769px) {
  .intro {
  	background-position : right bottom;
  }
}


@media screen and (max-width: 768px) {
 
.intro {
	background-position: 93%;
	}
}




.intro h1 {
	color: rgba(255,255,255,0.9);   /*COLOR TITRE HEADER*/
	/*font-size: 72px;*/
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.intro h2 {
	color: rgba(255,255,255,0.9);
	/*font-size: 30px;*/
	font-weight: 700;
	text-shadow: black 0.1em 0.1em 0.2em;

}





.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 20px;

}
/*.intro span {
	color: rgba(255,255,255,0.5);
	font-size: 28px;
	font-weight: 300;
}*/
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	/*padding-left: 500px;*/
}



/* A propos About Section */
#about {
	padding: 140px 0 40px 0;
	background: #f6f6f6; /*color fond a propos*/

}
#about .about-text {
	margin-left: 10px;

}
#about .about-text h3 {  /*TITRE a propos*/
	font-weight: 400;
	color: #21385c;
}
#about img {
	float: right

}
#about p {
	text-align: justify;
	margin: 0 0;
	
	font-size: 16px;

}






/* Services Section */
#services {
	padding: 140px 0px 60px 0px;
}

#services h4 {
	color: #351f13;   /*color titre services*/
	text-transform: uppercase;

}
#services i.fa {
	font-size: 68px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #351f13;   /*color fa*/
	width: 200px;
	height: 200px;
	padding: 65px 0px 0px 0px;
	background: #d0ccad;    /*color fond fa*/
	border-radius: 50%;
}


#services .row-height {
	height: 400px;      /*hauteur column services */
	margin-bottom: 50px;
}
#services .row {

}


/* Galerie Portfolio Section */
#portfolio {
	padding: 140px 0 40px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 40px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
	margin-top: 40px;
}
ol.type li a {
	color: #351f13;   /*color text galerie*/
	padding: 10px 20px;
	border: 1px solid #351f13;
	text-transform: uppercase;


}
ol.type li a.active {
	background: #d0ccad;   /*color btn active*/
	color: #fff;
}
ol.type li a:hover {
	background: #d0ccad;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 300;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}






/* SOME STATS Achivements Section */
#achievements {
	background: url(../img/achievements-bg.jpg) no-repeat center bottom fixed;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#achievements .overlay {
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c54daa+0,1b71d6+100&0.6+0,0.6+100 */
	background: -moz-linear-gradient(left, rgba(208, 204, 173,0.6) 0%, rgba(53, 31, 19,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(208, 204, 173,0.6) 0%, rgba(53, 31, 19,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(208, 204, 173,0.6) 0%, rgba(53, 31, 19,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c54daa', endColorstr='#991b71d6', GradientType=1 ); /* IE6-9 */
}


@media screen and (min-width: 769px) {
  #achievements .overlay {   
  	padding: 320px 0;            
  }
  #achievemnts {
  	background-position: center;
  }
}


@media screen and (max-width: 768px) {
  #achievements .overlay {
	padding: 100px 0;
	}


#achievements {
	background-position: left;
	}
}




#achievements h2 {
	color: #fff;
}
.achievement-box h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
	text-transform: uppercase;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
}






/* Materiel Bootstrap Cards */

#materiel {
	padding: 140px 0 40px 0;
	background: #fff;
}

.card {
	padding: 0px 0px 20px 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-bottom: 50px;
	/*height: 700px;  */
}
.card img {
	width: 100%;
}

.card-body ul {
	font-size: 16px;
}
.cutter	{
	clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
}

.list {
	padding-top: 30px;
}
.list li {
	color : #351f13;
	font-weight: normal;
	margin-bottom: 20px;
}






/* Contact Section */

a[href^="tel:"] {
  padding-left: 10px;
  font-weight: normal;
  color: #351f13;
  text-decoration: none;
  font-size: 20px;
  text-decoration: underline;
}

.infos p {
	font-weight: normal;
	color: #351f13;
}

#contact {
	padding: 140px 0 60px 0;
	background: #f8f8f8;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #C54DAA;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 28px;
	padding: 4px;
	color: #351f13;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}















/* Footer Section*/
#footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c54daa+0,1b71d6+100 */
	background: rgb(208,204,173);  /*Old browsers */
/*	background: -moz-linear-gradient(left, rgba(197,77,170,1) 0%, rgba(27,113,214,1) 100%); /* FF3.6-15 */*/
/*	background: -webkit-linear-gradient(left, rgba(197,77,170,1) 0%, rgba(27,113,214,1) 100%); /* Chrome10-25,Safari5.1-6 */*/
/*	background: linear-gradient(to right, rgba(197,77,170,1) 0%, rgba(27,113,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c54daa', endColorstr='#1b71d6', GradientType=1 ); /* IE6-9 */*/
	color: #d0ccad;   /*color text footer*/
/*	color: rgba(255,255,255,0.5);*/
	padding: 0px 0px 0px 0px;
	
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #fff;
}






/*@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}*/

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.intro h1 {
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.intro h1 {
    font-size: 50px;
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.intro h2 {
    font-size: 30px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.intro h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  div.about-text p {
    
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  div.vignette h4 {
    
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }

  div.vignette p {
  	padding-bottom: 150px;	
  }

}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 769px) {
  #menu .brand-img  {   
    width:100%; 
    height:auto; 
    max-width:100px; 
     
    
    /*top : 5px;*/
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 768px) {
  #menu .brand-img   {
    width:100%; 
    height:auto; 
    max-width:55px; 
     position: absolute;
    top: 7px;  
  }
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 769px) {
  #menu li {   
   padding: 40px 0 40px 0;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 768px) {
  #menu li {
   
    padding: 0px; 

    
  }
}



