html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
strong{
	font-weight:bold;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;  
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000000;
  background:#f4f4f4;
}
div.page-header {display:none;}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#86c538;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color:orange;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
h1{
	font-size:23px;
	color:#8fbb00;
	font-weight:bold;
}
h2{
	font-size:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
}
h3{
	font-size:17px;
	padding-top:10px;
	padding-bottom:10px;
	color:#92bc01;
	text-decoration:none;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#pasef, #activities, #clients, #logistics,#contact {
  padding-top: 125px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #efd528;
  color: #333333;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #86c538;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background: #dff0fa;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}
.main-header .logo {
  margin-top: 5px;
  
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #86c538;
}
.main-header h1{
	color:#333333;
	font-size:8px;
}
.projet{
	font-size:11px;	
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 3px;
}
.main-header .menu ul li a {
  text-transform: normal;
  color: #333333;
  font-size: 14px;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #59c4f2;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #98207c;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #4dc7fa;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #4dc7fa;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;  
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #efd528;
  color:#000;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 50px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 100px;
  height: 5px;
  background: #86c538;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  border-left:8px solid #327bcd;
  padding:10px;
  /*background-color:#91c939;*/
}

.mainBtn {
  background-color: #98207c;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 11px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #91c939;
  color:#000;
}
/*------------------------------------------------------
	galeries Styles 
--------------------------------------------------------*/
#galeries {
  padding-bottom: 80px;
  margin-top: 100px;
  color:white;
}
#galeries .title-section h2 {
  color: white;
}
#galeries .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#galeries .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#galeries .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#galeries .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#galeries .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#galeries .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#galeries .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#galeries .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #86c538;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 90%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  background:rgba(27,171,77,0.8);
  width:100%;
  padding:10px;
  display:inline;
  -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.flex-caption p {
  font-size: 18px;
  font-family: Verdana;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}
/* Custom */
.readmore a{
	color:#FFF;	
	background:#333333;
	padding:3px 10px 3px 10px;
}
.readmore a:hover{
	color:#000;
	background:#86c538;
}
.subtitle{
	text-decoration:none;
	font-weight:bold;
	color:#73aa2f;
	font-size:1.2em;
}
.title_photos{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	font-size:1.2em;
	text-align:center;
	padding-bottom:15px;
}
.title_activites{
	text-decoration:underline;
	font-weight:bold;
	color:#86c538;
}
.title_normal{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	font-size:1.2em;
	text-align:center;
	padding-bottom:20px;
}
 #marche{
	background:#FFF;
	padding:20px;
	border-top:1px solid #cccccc;
}
.date{
	text-transform:lowercase;
	font-style:italic;
	font-size:10px;
	padding-right:10px;
}
.title_marche{
	text-decoration:none;
	font-weight:bold;
	color:#86c538;
}
.link{
	font-weight:bold;
	color:#333333;	
	font-size:1.1em;
	text-align:center;
	padding-bottom:15px;
}
.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#ffffff;
	padding:10px;
}
.social-media-icons{
	clear:both;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

#menu_right{
	background:#e9e890;
	float:left;
	padding:30px;
	box-shadow: 10px 10px 5px #888888;
}
#menu_right .moduletable{
	background:#e9e89c;
	float:left;
	padding:20px;
	text-align:center;	
}
#menu_right .moduletable:hover{
	opacity:0.80;filter : alpha(opacity=80); 	
}
#menu_right .moduletable a{ text-decoration:none;color:#000;}
#menu_right .moduletable h3{background:#5f89bd; color:#fff; display:block; margin:0; padding:5px 3px 5px 3px}
#menu_right .moduletable img{display:block; margin:0 auto}

.moduletable h3{color:#000}
.moduletable ul{margin:0; padding:0}
.moduletable ul li{list-style:none; display:block; padding:0!important; margin:0!important}
.moduletable ul a{text-decoration:none; display:block; padding:5px 10px 5px 10px; background:#e9e89c; border-bottom:1px solid #fff; color:#OOOOOO; font-weight:600;font-size:14px;}
.moduletable ul a:hover{background:#86c538; color:#fff}
.justify{
	text-align:justify;	
}
.lightblue{
	background:#02b0ef;
	color:white;
	
}
.green{
	background:#c3f388;
	color:#000;
}
.poussin{
	background:#efd528;
	color:black;
	padding:10px;
}
.greydark{
	background:#333333;
	color:#fff;
}
.white{
	background:white;
	color:black;
	box-shadow: 5px 5px 5px #CCCCCC;
}
.grenat{
	background:#b30000;
	color:#fff;	
}
.grey{
	background:#f4f4f4;
	color:#000;
}
.beige{
	background:#c3ba51;
	color:#000;
}
.orange{
	background:#ed9b1b;
	color:#000;	
}
.rounded10{
	border-radius:10px;	
}
.rounded5{
	border-radius:5px;	
}
#banner_page{
	border:0px solid red;
	height:120px;
	background:url('../images/banner_page.jpg') no-repeat;
}
.page_title{
	border-left:20px solid #c6c453;
	border-bottom:1px solid #c6c453;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:1.7em;
	color:#f5cf39;
	margin-top:10px;
	margin-bottom:20px;
	vertical-align:middle;
	text-transform:uppercase;
}
.title_composant{
	padding-left:20px;
	height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:1.6em;
	color:#333333;
	margin-top:10px;
	margin-bottom:20px;
	vertical-align:middle;
}
.subtitle_composant{
	padding-left:20px;
	height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:1.2em;
	color:#71a432;
	margin-top:10px;
	margin-bottom:20px;
	vertical-align:middle;
	text-decoration:none;
}
/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 40px;
  background-color: #4dc7fa;
  color: #000;
  padding: 0;
  font-size:10px;
}
.site-footer p {
  margin-top: 5px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: normal;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }
  .projet{display:none;}

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }
  .contact-form {
    margin-bottom: 60px;
  }
  .projet{
	display:none;
}

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }
  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
