

@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);

@font-face {
    font-family: 'trajan_probold';
    src: url('fonts/trajanpro-bold-webfont.eot');
    src: url('fonts/trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-bold-webfont.woff') format('woff'),
         url('fonts/trajanpro-bold-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-bold-webfont.svg#trajan_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trajan_proregular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Webfont: GoudyOldStyleBT-Italic */@font-face {
    font-family: 'GoudyOldStyle';
    src: url('fonts/GoudyOldStyleBT-Italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/GoudyOldStyleBT-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/GoudyOldStyleBT-Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/GoudyOldStyleBT-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/GoudyOldStyleBT-Italic.svg#GoudyOldStyleBT-Italic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* ==========================================================================
Typography
========================================================================== */
body {
	padding:0;
	margin:0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  }
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }
  
.cent {
	width: 100%;
	height: auto;
	padding: 5px 0;
}
.demi {
	width: 100%;
	height: auto;
	padding: 5px 0;
}
.quart {
	width: 48%;
	height: auto;
	padding: 5px 1%;
	
}
.tiers {
	width: 48%;
	height: auto;
	padding: 5px 1%;
	
}

h1 {
  font-size: 65px;
  color: #2d3033; }

h2 {
  font-size: 40px;
  color: #2d3033; }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
.owl-carousel {
	width: 100% !important;
}
#colonne-690 {
	background: rgba(255,255,255,1);
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
	position:relative;
	}
#owl-demo .item{
  padding: 0px;
  margin: 0;
  text-align: center;
}
a.bouto {
	display:none !important;
}

.next {
	margin:180px 0 0 0 !important;
}
.prev {
	margin:180px 0 0 0 !important;
}
#colonne-690 p {
	margin: 0 !important;
	padding: 0 !important;
	}
	#colonne-690 a {
	height: auto;
	margin: 0;
	padding: 0;
	display:inline-block;
	position: relative;			
	}
	#colonne-690 a img:hover {
	opacity: 1;		
	}
	#colonne-690 img {
	width: auto;
	height: 460px;
	margin: 0 auto;
	padding: 0;
	border: none;
	}
	#colonne-690 a span {
		position:absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
	}
	#colonne-690 a:hover span {
		display: block;
		z-index:1000;
	}
	
	.titrelien {
		position:absolute;
		display:block;
		min-height: 60px;
		bottom: 10px;
		left: 0;
		right: 0;
		padding: 4px;
		text-align: center;
    background: rgba(150,21,21,1);
	}
#sepa {
	clear: both;
}


#colonne-690 span h4 {
	font-family: 'GoudyOldStyle';
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
	font-size: 20px;
	line-height: 22px;
    color: rgba(255,255,255,1);
    margin:0;
    padding:8px 0 2px 0;
	}
	#colonne-690 span p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
    text-rendering: optimizeLegibility;
    color: rgba(255,255,255,1);
    margin:0;
    padding:0;	}



a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }


ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 200px 0; }

.no-padding {
  padding: 0; }

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


/* ==========================================================================
	$Header
========================================================================== */

#header {
  position: fixed;
  width: 100%;
  z-index: 999; 
  background: rgba(255,255,255,0.8);}
  #header .header-content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 19px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo  {
    float: left; 
    
    }
      #header .logo img  {
    width: auto;
    height: 190px; 
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    }
     #header.fixed .logo img  {
    width: auto;
    height: 140px; 
    }

#header.fixed {
background: rgba(255,255,255,0.9);  }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 10px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#header .navigation {
  float: right;
  padding: 90px 0 0 0;
   -moz-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s; 
  }
  #header.fixed .navigation {
   padding: 60px 0 0 0;
  
  }
  .navigation li {
    display: inline-block; }
  .navigation a {
	  font-family: 'trajan_proregular';
       font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,1);
    font-size: 20px;
    margin-left: 40px;
    padding: 0 0 5px 0;
    }
    .navigation a:hover, .navigation a.active {
     color: rgba(0,0,0,0.6);
     border-bottom: 3px solid rgba(158,157,0,1);}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: rgba(150,151,0,1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: rgba(150,151,0,1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.content-accueil {
	width: 100%;
	padding: 300px 0 0 0;
	margin: 0 auto;
	position:relative;
}
#content-accueil-presentation {
	width: 90%;
	position:relative;
	margin: 0 5%;
	padding: 0 0 55px 0;
}
#content-accueil-texte {
		background: rgba(255,255,255,0.9);
	width: 96%;
	padding: 2% 2% 40px 2%;
	position:relative;
}
#content-accueil-presentation .pastille {
	width: 102px;
	position:absolute;
	bottom: 0;
	right: 30px;
}
#content-accueil-texte h3 {
	font-size: 28px;
	padding: 0 0 12px 0;
	margin: 0;
	font-family: 'GoudyOldStyle';
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.banner {

  background-attachment: fixed; 
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
 height: 1000px;
 background-position:0  0;
  background-repeat: no-repeat; }

#societe, #contact, #equipe, #gamme {
  background-attachment: fixed; 
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
 background-position:0  0;
  background-repeat: no-repeat; 
  }

.banner-text {
  padding-top: 25%; }
  .banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }

/* ==========================================================================
	$Features
========================================================================== */
.content-societe {
	width: 100%;
	min-height: 1000px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	position:relative;
}
#content-societe-presentation {
	width: 90%;
	position:relative;
	margin: 0 5%;
	padding: 0 0 55px 0;
}
#content-societe-texte {
		background: rgba(255,255,255,0.9);
	padding: 2%;
	position:relative;
}
#content-societe-presentation .pastille {
	width: 102px;
	position:absolute;
	bottom: 0;
	right: 30px;
}
#content-societe-texte h1 {
	font-size: 48px;
	padding: 0 0 2px 0;
	margin: 0;
	font-family: 'GoudyOldStyle';
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: rgba(64,94,0,1);
}
#content-societe-texte h2 {
	font-size: 33px;
	padding: 0 0 1px 0;
	margin: 0;
	font-family: 'GoudyOldStyle';
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: rgba(64,94,0,1);
}
#content-societe-texte p {
	font-size: 15px;
	padding: 0 0 6px 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: rgba(0,0,0,1);
}

#content-societe-presentation2 {
	width: 90%;
	position:relative;
	margin: 0 5%;
	padding: 0 0 55px 0;
}
#content-societe-texte2 {
		background: rgba(255,255,255,0.9);
	padding: 2%;
	position:relative;
}
#content-societe-presentation2 .pastille {
	width: 102px;
	position:absolute;
	bottom: 0;
	right: 30px;
}
#content-societe-texte2 h1 {
	font-size: 48px;
	padding: 0 0 2px 0;
	margin: 0;
	font-family: 'GoudyOldStyle';
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: rgba(64,94,0,1);
}
#content-societe-texte2 h2 {
	font-size: 33px;
	padding: 0 0 1px 0;
	margin: 0;
	font-family: 'GoudyOldStyle';
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: rgba(64,94,0,1);
}
#content-societe-texte2 h3 {
	font-size: 18px;
	padding: 6px 0 1px 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    color: rgba(64,94,0,1);
}

#content-societe-texte2 p {
	font-size: 15px;
	padding: 0 0 9px 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: rgba(0,0,0,1);
}


.content-gamme {
	width: 100%;
	min-height: 800px;
	padding: 60px 0 0 0;
	margin: 0 auto;
	position:relative;
}
.content-equipe {
	width: 1170px;
	min-height: 800px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	position:relative;
}
.content-contact {
	width: 100%;
	min-height: 1000px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	position:relative;
}
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }

/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(232, 69, 69, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: #53354a;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: #3a3e64;
    padding-top: 50px; }
  .footer-bottom {
    background-color: rgba(151,150,0,1);
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  .footer a {
     color: rgba(255, 255, 255, 0.5); }
    .footer a:hover {
      color: rgba(255, 255, 255, 0.7); }


  a:hover {
	  text-decoration: none !important;
  }



/* ==========================================================================
	RESPONSIVE
========================================================================== */

