/*
Theme Name: MULLARD Parquet
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: https://www.mathieufolco.com/
Template: salient
Version: 0.1
*/


.tel-header {
	top:0;
	position: fixed;
	height: 34px;
	color: #5bbb5f;
	text-align: right;
	z-index: 100000;
	width: 100%;
	padding: 0 30px;
	line-height: 34px;
}
.tel-header span.num-tel a {
    font-weight: bold;
    color: #85b640;
    font-size: 18px;
}
.tel-header i {
    color: #999;
    font-size: 18px;
    margin-right: 8px;
}
/* Header */
#page-header-bg .inner-wrap {
  background: rgba(0,0,0,0.3);
  padding: 30px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* Header */
/* Menu */
#header-outer #top nav > ul > li.eco > a {
  color: #5bbb5f !important;

}
#header-outer #top nav > ul > li.eco > a::before {
  display: block;
  content:"";
  width: 12px;
  height: 18px;
  position: absolute;
  top: -11px;
  left: 70px;
  background: url('img/picto-feuille.png') no-repeat;
  background-size: 12px 18px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li.eco > a:after {
  border-color: #5bbb5f !important;
}
/* Menu */
@media screen and (max-width: 767px) {

  .swiper-slide .buttons > div:first-child {
    padding-right: 0;
    }
}