  #section-about-us h2 {
  font-size: 57px;
  line-height: 67px;
  text-transform: uppercase;
    color: #fff;
	padding-left: 26px;
}

.bg-green-title {
    height: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.bg-green.content-bottle {
	padding: 137px;
	margin-top: 55px;
}
#section-number {
	color: #fff;
	padding-top: 46px;
	padding-bottom: 34px;
}
#section-bottle h2 {
    color: #fff;
}
#section-bottle .content-image {
	text-align: center;
	margin-top: 44px;
}
#section-avantage h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 56px;
}
.content-avantage {
	position: relative;
}
.content-avantage ul {
	/*list-style: none;
    font-size: 80px;*/
	padding-left: 100px;
	padding-top: 100px;
	position: relative;
    list-style-image: url(../img/bullet.png);
    margin-left: 74px;
}
.content-avantage li {
font-size: 18px;
	position: relative;
	padding-left: 18px;
	padding-bottom: 94px;
	max-width: 531px;
	font-family: "Teko";
  font-size: 25px;
  letter-spacing: 2.36px;
  line-height: 27px;
  /*text-align: justify;*/
	color: #1E3A3D;
}
.content-avantage li::before {
	/*content: "•";*/
	content: "";
	color: #1E3A3D;
	font-size: 60px;
	position: absolute;
	/*left: 73px;*/
	left: -24px;
	bottom: -4px;
	top: 0;
	border-left: 2px solid;
}
.content-avantage li:last-child::before {
	display: none;
}
.content-avantage li::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 48px;
	font-weight: 900;
	color: #1E3A3D;
	position: absolute;
	left: -102px;
	top: 0;
}
.content-avantage ul::before {
	content: "";
	border-left: 2px solid #1E3A3D;
	position: absolute;
	left: 76px;
	display: block;
	height: 107px;
	width: 1px;
	top: 0;
}
  #section-about-us{
	  padding-top: 44px;
  }
  #section-about-us .content-text{
	  margin-top: 0;
  }
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.content-avantage ul::before {
	    left: 82px;
	}
	.content-avantage li::before {
	    left: -18px;
	}
 }
#section-number h2 {
	font-family: "Teko", arial, sans-serif;
  font-size: 45px;
  line-height: 84px;
    color: #fff;
    margin-top: 44px;
}
#section-instagram {
	padding-top: 63px;
	padding-bottom: 63px;
}
.content-feed {
	flex-wrap: wrap;
	max-width: 1282px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.content-feed .item-instagram {
	align-items: top;
	display: flex;
	max-width: 427px;
	width: 100%;
}
.content-feed > div:first-child,
.content-feed > div:nth-child(2),
.content-feed > div:nth-child(3) {
	align-items: flex-end;
}
.content-feed > div:first-child,
.content-feed > div:nth-child(4n) {
	justify-content: flex-end;
}
.list-number {
	justify-content: center;
	margin-top: 40px;
	/*flex-wrap: wrap;*/
	margin-bottom: 40px;
}
.counter {
font-family: "Teko", arial, sans-serif;
  font-size: 55px;
  margin-top: 25px;
  line-height: 1;
}
.counter + div {
	font-family: "Roboto Slab", arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  /*line-height: 84px;*/
  margin-bottom: 55px;
  text-align: center;
}
.item-number {
	max-width: 299px;
	min-width: 225px;
	width: 100%;

}

.owl-carousel .owl-item img {
	width: auto;
	margin: 52px auto;
}
.owl-dots {
	display: flex;
	justify-content: center;
}
.owl-carousel button.owl-dot {
    width: 20px;
    height: 20px;
      border: 1px solid #1E3A3D;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: 7px 5px;
}
.owl-carousel button.owl-dot.active {
    background: #1E3A3D;
}
.owl-carousel button.owl-dot.active span {
    width: 8px;
    height: 8px;
    background: #CAFDED;
    margin: auto;
    border-radius: 50%;
    display: block;
}
.owl-next span,
.owl-prev span {
	border: 3px solid #1E3A3D;
	width: 26px;
	height: 26px;
	display: block;
	border-width: 4px 4px 0 0;
	transform: rotate(45deg);
	font-size: 0;
}
.owl-prev span {
	transform: rotate(-133deg);
}
.owl-next,
.owl-prev {
	position: absolute;
	font-size: 109px;
	height: 64px;
	border-radius: 6px;
	background: white;
	top: 51px;
}
.owl-prev {
	left: -100px;
}
.owl-next {
	right: -100px;
}

#section-testimonial h2 {
	margin: 70px auto;
}
#section-contact h2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding-right: 44px;
}
div#home-banner-inner img {
    width: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 1024px) {
.page-template-home header#header .logo {
    opacity: 0;
}

.page-template-home header#header.fixed .logo {
    opacity: 1;
}
}
@media only screen and (max-width: 1199px) {
	.owl-next {
    	right: 0;
	}
	.owl-prev {
    	left: 0;
	}
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
	.bg-green.content-bottle {
    	padding: 44px 15px;
    }
  .content-avantage li::after {
    display: none;
  }
  .content-avantage ul {
    margin-left: 0;
    list-style: disc;
    padding-left: 50px;
    padding-top: 25px;
  }
  .content-avantage ul::before {
    left: 30px;
      display: none;
  }
  .content-avantage li::before {
  	display: none;
  }
  .content-avantage li {
    padding-bottom: 40px;
    font-size: 20px;
    letter-spacing: 1.36px;
    line-height: 27px;
    text-align: left;
}
  .section-form .bloc-contact {
      padding: 45px 0;
  }
  #section-number h2 {
    font-size: 25px;
    line-height: 37px;
  }
  .counter {
    font-size: 35px;
	}
	.content-feed > div:first-child, .content-feed > div:nth-child(4n) {
    justify-content: center;
	}
	.content-feed > div:first-child, .content-feed > div:nth-child(2), .content-feed > div:nth-child(3) {
		align-items: center;
	}
	#section-avantage h2 {
	    font-size: 28px;
	    text-align: center;
	    margin-top: 25px;
	}
	#section-bottle img {
		height: 333px;
		width: 100%;
		object-fit: cover;
	}
	#section-about-us .content-text{
		margin-top: 20px;
	}
	#section-number .list-number{
		flex-wrap: wrap;
	}
	#section-testimonial h2 {
		margin: 20px auto;
	}
}
@media  (min-width:768px) and (max-width: 1200px){
  #section-number .list-number{
	  flex-wrap: wrap;
  }
}
