@font-face {
	font-family: myriad;
	src: url(../fonts/myriadpro-regular.ttf);
}
*, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Poppins;
}
a, .btn {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.header-green {
  /*background-color: #1b582c;*/
	background-color: #005800;
}
ul.languages {
  list-style: none;
  height: 45px;
  margin-bottom: 0;
}
ul.languages li {
	float: right;
	padding: 0 8px;
	color: #fff;
	line-height: 45px;
}
ul.languages li.active a {
  text-decoration: underline;
}
ul.languages li a {
	color: #fff;
  font-size: 12px;
}
ul.languages li img.flag {
  width: 22px;
}

.header .logo {
  padding-top: 15px;
}
p.phone {
  font-size: 1.3em;
  font-weight: 600;
  color: #005800;
  line-height: 120px
}

.navbar.navbar-default {
	margin-top: 25px;
  margin-bottom: 0;
  min-height: auto;
}
.navbar.navbar-default , .navbar-default .navbar-collapse, .navbar-default .navbar-form, li a {
	background-color: transparent;
	border: 0;
}
.navbar-default .navbar-nav>li {
	margin: 0 10px;
}
.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-nav>li>a:focus {
	padding: 5px 10px;
  padding-bottom: 15px;
	font-size: 16px;
	color: #292929;
	font-weight: 600;
  text-transform: uppercase;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: #005800;
	background-color: #fff;
	padding: 5px 10px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-centered .navbar-nav {
    float: none;
    text-align: center;
    margin-bottom:25px;
  }
  .navbar-centered .navbar-nav > li {
    float: none;
  }
  .navbar-centered .nav > li {
    display: inline;
  }
  .navbar-centered .nav > li > a {
    display: inline;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 13px;
  padding: 0;
  border-top: 3px solid #005800;
  background-color: #fff;
  display: block;
  visibility: hidden;
  opacity: 0;

   -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
      -ms-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-nav>li>.dropdown-menu>li {
	background-color: #fff;
}
.navbar-nav>li>.dropdown-menu>li a {
	padding: 5px 20px;
}
.navbar-nav>li>.dropdown-menu>li:first-child a {
}
.navbar-nav>li>.dropdown-menu>li:last-child a {
}
.navbar-nav>li>.dropdown-menu>li a:hover {
	background-color: #005800;
	color: #fff;
}

#navbar-second {
  position: fixed;
  width: 100%;
  z-index: 11;
  background: #fff;
  top: 0;
  border-bottom: 1px solid #ccc;
  display: none;
}
#navbar-second p.phone {
  font-size: 1.1em;
  line-height: 72px;
  margin-bottom: 0;
  text-align: right;
}
#navbar-second .header .logo {
  padding-top: 7px;
}

#navbar-second .navbar.navbar-default {
  
}

#navbar-second .navbar-nav {
  margin-top: 20px;
}

#navbar-second .navbar-nav>li>.dropdown-menu {
  margin-top: 10px;
}
#navbar-second .navbar-default .navbar-nav>li>a, 
#navbar-second .navbar-default .navbar-nav>li>a:focus {
  font-size: 13px;
  padding: 5px 0;
  padding-bottom: 10px;
}
#navbar-second .navbar-default .navbar-nav>.active>a, 
#navbar-second .navbar-default .navbar-nav>.active>a:focus, 
#navbar-second .navbar-default .navbar-nav>.active>a:hover,
#navbar-second .navbar-default .navbar-nav>li>a:hover {
  padding: 5px 0;
}

#home-carousel img {
	width: 100%;
}
#home-carousel .carousel-custom-control {
	position: absolute;
  top: 50%;
  padding: 7px 10px;
  background-color: #333;
  border-radius: 20px;
}
#home-carousel .carousel-custom-control.left {
	left: 10px;
}
#home-carousel .carousel-custom-control.right {
	right: 10px;
}
#home-carousel .carousel-custom-control .glyphicon {
	color: #fff;
	font-size: 16px;
}
#home-carousel .carousel-caption {
  background-color: rgba(0,0,0,0.3);
  font-size: 20px;
  text-align: left;
  padding: 25px 20px;
  top: 20%;
  left: 15%;
  right: auto;
  bottom: auto;
}


.about-section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.about-section .title .green {
	color: #005800;
	font-size: 30px;
}
.about-section .title {
	font-size: 25px;
	margin-bottom: 20px;
}
.about-section p {
  text-align: justify;
}
.green-section {
	background-color: #005800;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.green-section .title {
	color: #fff;
	margin:35px 0;
  font-size: 22px;
}
.green-section .produit {
	background-color: transparent;
	border: 0;
}
.green-section .produit .caption {
	padding: 1px;
	color: #fff;
}
.green-section .produit .caption h3 {
  font-size: 18px;
  text-align: center;
}
.green-section .btn-green {
	background-color: #fff;
	color: #005800;
	font-size: 15px;
	font-weight: 600;
}
.green-section .btn-green:hover {
	color: #fff;
	border-color: #fff;
	background-color: #005800;	
}
.contact-section {
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.contact-section .adresse {
  margin-top: 130px;
}
.contact-section .title {
  text-align: center;
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact-section p {
	text-align: center;
	font-size: 19px;
}

.contact-section .img-map {
  width: 80%;
  margin: 0 auto;
  margin-top: 25px;
}
.contact-section form {
  margin-top: 25px;
  padding: 7px;
  background-color: #292929;
  border-radius: 5px;
}
.contact-section form .form-title {
  color: #fff;
}
.contact-section form .btn-green {
  width: 100%;
}

.contact-section .btn-map {
  background-color: #292929;
  color: #fff;
  border-color: #292929;
  margin-top: 20px;
}

footer {
	background-color: #005800;
	padding: 20px 0;
	color: #fff;
  font-size: 13px;
}
footer .about {
  font-size: 12px;
}
footer ul {
	color: #fff;
	list-style: none;
	display: inline-block;
	float: left;
	padding-left: 20px;
}
footer ul:nth-child(2) {
  padding-left: 15%;
}
footer ul li:first-child {
	font-size: 15px;
	padding-bottom: 10px;
}
footer ul li {
	line-height: 25px;
	font-size: 12px;
}
footer ul li a, footer ul li a:hover, footer ul li a:focus, footer ul li a:visited {
	color: #fff;
}
footer i.fa {
	width: 20px;
}
footer a {
	color: #fff;
	text-decoration: none;
}

.valeurs-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.separator {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}


/* profile d'entreprise */
section.content {
	padding-bottom: 80px;
}
.section-title {
	position: relative;
	margin-bottom: 30px;
	height: 80px;

	background: url('../img/title-bg.jpg') 0 0 no-repeat;
	background-size: 100%;
}
.section-title h2 {
	position: absolute;
	top: 25%;
	font-size: 45px;
	color: #fff;
  text-transform: uppercase;
}

h2.subtitle,
h3.subtitle {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-weight: 600;
  color: #005800;
  margin-bottom: 30px;
  text-transform: capitalize;
}
h3.subtitle {
  font-size: 23px;
}
h2.subtitle:after,
h3.subtitle:after {
  content: "";
  position: absolute;
  border: 1.5px solid #005800;
  bottom: -2px;
  left: 0;
  width: 100%;
}
#map {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}
ul.contact, ul.contact ul {
  list-style: none;
  font-size: 14px;
  padding-left: 22px;
}
ul.contact li {
  line-height: 24px;
}
ul.contact i.fa {
  width: 19px;
}

.green-section .produit .caption p,
.content.produits .produit .caption p {
  text-align: justify;
}
.green-section .produit .image,
.content.produits .produit .image {
  position: relative;
  overflow: hidden;
}
.green-section .produit .image img,
.content.produits .produit .image img{
  display: block;
  max-width: 100%;
  height: auto;
}
.green-section .produit .image .hover,
.content.produits .produit .image .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(27,88,44,0.7);

  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}
.green-section .produit .image:hover .hover,
.content.produits .produit .image:hover .hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.green-section .produit .image .hover a,
.content.produits .produit .image .hover a {
  display: block;
  position: absolute;
  top: -100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: inherit;
}
.green-section .produit .image:hover .hover a,
.content.produits .produit .image:hover .hover a {
  opacity: 1; 
  top: 0;
  z-index: 500;
  color: #f2b200;
}
.green-section .produit .image .hover a i,
.content.produits .produit .image .hover a i {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content.produits .produit .caption h3 {
  color: #005800;
}
.see-more,.see-more:hover,.see-more:focus,.see-more:visited {
  color: #f2b200;
  font-weight: 600;
}

.content.detail-produit .subtitle {
  margin-top: 0;
}

.contact-section textarea,
.content.contact textarea {
  resize: vertical;
}
.contact-section .form-control,
.content.contact .form-control {
  border-color: #a9a9a9;
}
.contact-section .form-control:focus,
.contact-section .btn-green:focus,
.content.contact .form-control:focus,
.content.contact .btn-green:focus {
  border-color: #3c763d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,118,61,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,118,61,.6);
}
.contact-section .btn-green,
.content.contact .btn-green {
  background-color: #fff;
  border-color: #005800;
  color: #005800;
  font-weight: 600;
  padding: 5px 40px;
}
.contact-section .btn-green:hover,
.content.contact .btn-green:hover {
  background-color: #005800;
  border-color: #005800;
  color: #fff;
}

/* timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
  }

  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }

    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }

    .timeline > li:after {
      clear: both;
    }

    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }

    .timeline > li:after {
      clear: both;
    }

    .timeline > li > .timeline-panel {
      width: 46%;
      float: left;
      border: 1px solid #d4d4d4;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }

      .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 5px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " ";
      }

      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 6px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " ";
      }

    .timeline > li > .timeline-badge {
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -25px;
      background-color: #999999;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
    }

      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
      }

      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
      }

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #292929 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

  .timeline-body > p + p {
    margin-top: 5px;
  }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.text-404 {
  font-size: 13em;
  color: #005800;
  line-height: 100%;
}.text-not-found {
  font-size: 1.3em;
}

.invisible {
  opacity:0;
}
.visible {
  opacity:1;
}

