/*------------------------------------------------------------------
Project:	Groupe des brasseries du Maroc
Version:	1.0
Last change:	20/02/2017 [Initial Release, eg]
--------------------------------------------------------------------*/
/*------------------------------------------------------------------

--------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Body]
--------------------------------------------------------------------*/
html,
body,
#site-wrapper {
  height: 100%;
  width: 100%;
}
.nopaddingleft{
  padding-left: 0;
}
.nopadding{
  padding: 0;
}
.nopaddingright{
  padding-right: 0;
}

a:active,
a,
a:focus{
  text-decoration: none;
}

body {
  overflow-x: hidden;
  background:#fff;
}


@font-face {
  font-family: 'CoolveticaRg-Regular';
  src: url('../fonts/CoolveticaRg-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/CoolveticaRg-Regular.woff') format('woff'), url('../fonts/CoolveticaRg-Regular.ttf')  format('truetype'), url('../fonts/CoolveticaRg-Regular.svg#CoolveticaRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/Rockwell.eot?#iefix') format('embedded-opentype'),  url('../fonts/Rockwell.woff') format('woff'), url('../fonts/Rockwell.ttf')  format('truetype'), url('../fonts/Rockwell.svg#Rockwell') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
       url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
       url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-Bold.otf')  format('opentype'),
       url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf')  format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
       url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SavoyePlain';
  src: url('../fonts/SavoyePlain.eot?#iefix') format('embedded-opentype'),  url('../fonts/SavoyePlain.woff') format('woff'), url('../fonts/SavoyePlain.ttf')  format('truetype'), url('../fonts/SavoyePlain.svg#SavoyePlain') format('svg');
  font-weight: normal;
  font-style: normal;
}



* {
  font-family: "CenturyGothic";
}
*:focus {
  outline: none !important;
}

/*------------------------------------------------------------------
[2. Predefined CSS]
--------------------------------------------------------------------*/
.padd-130 {
  padding: 130px 0;
}

.padd-100 {
  padding: 100px 0;
}

.padd-80 {
  padding: 80px 0;
}

.padd-50 {
  padding: 50px 0;
}
.padd-95{
  padding-top:95px;
}
.padd-top-130 {
  padding-top: 130px;
}

.padd-top-100 {
  padding-top: 100px;
}

.padd-top-50 {
  padding-top: 50px;
}

.padd-top-30 {
  padding-top: 30px;
}

.padd-bottom-130 {
  padding-bottom: 130;
}

.no-padd {
  padding: 0 !important;
}

.no-padd-top {
  padding-top: 0 !important;
}
.marg-90{
  margin-top: 90px;
}
.clear{
  clear: both;
}
::selection {
  background-color: #16a8c7;
  color: #fff;
}

.text-center {
  text-align: center;
}

.white-font {
  color: #fff;
}

.input-error {
  border-color: red !important;
  color: red !important;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.transition {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

p, ul {
  margin: 0;
}

p {
  color: #767676;
  font-size: 16px;
  line-height: 20px;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.site-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 999999;
}

.inputError {
  border-color: #ff0000 !important;
}

.overlay-f {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.mail-head {
  font-weight: bold;
}

.mail-message p {
  color: #16a8c7;
  text-align: center;
}

.loading,
.loading::before,
.loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(22, 168, 199, 0.1);
  border-left-color: rgba(22, 168, 199, 0.4);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.loading {
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}

.loading::before {
  content: "";
  margin: -23px 0 0 -23px;
  height: 44px;
  width: 44px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}

.loading::after {
  content: "";
  margin: -29px 0 0 -29px;
  height: 56px;
  width: 56px;
  -webkit-animation: animation-rotate 2000ms linear infinite;
  -moz-animation: animation-rotate 2000ms linear infinite;
  -o-animation: animation-rotate 2000ms linear infinite;
  animation: animation-rotate 2000ms linear infinite;
}

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider button {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #121b3b;
}

.carousel-item {
  height: 675px;
}
.carousel-item h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 66px;
  line-height: 70px;
  margin: 0;
  padding: 126px 250px 0 487px;
  color: #0070b4;
}
/*-- header top --*/
.top-header{
  width: 100%;
  height: 120px;
  background:#f8f8f8;
  position: relative;
  text-align: center;
}
#site-wrapper {
  position: relative;
}
.fc-link{
  background: url(../img/ico/icon-fc.png) no-repeat 0 0;
  display: block;
  position: absolute;
  left: 0;
  top:14px;
  width: 27px;
  height: 90px;
  z-index: 100000;
}

.logo-site{
  display:inline-block;
  margin:0px auto 0;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;

  font-size: 10px;
  color: #005bb9;
  padding-bottom: 28px;
  font-family: "CenturyGothic"
  letter-spacing: 0.4px;
}
.search-and-langs{
  float: right;
  width: 227px;
  margin-top: 43px;
  position:relative; /*gali*/
  z-index:2;
}
.search-and-langs input[type="text"]{
  width: 173px;
  height: 27px;
  padding-left: 7px;
  background: #fff;
  border:1px solid #d8d8e2;
  border-radius: 25px;
  float: left;
  line-height: 27px
  
}
.search-and-langs input[type="submit"] { /*gali*/
    background: rgba(0, 0, 0, 0) url("../img/ico/icon-search.png") no-repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-size: 0;
    height: 12px;
    left: 150px;
    position: relative;
    top: -20px;
    width: 12px;
}
.search-and-langs form{
  float: left;
  width: 186px;
}
.langs{
  float: left;
  margin-top: 3px;
  margin-left: 0;
}
.langs a{
  color:#005bb9;
  font-size: 15px;
  text-transform: uppercase;
}
.langs a img{
  margin-left: 4px;
  margin-top: -3px;
}
.navbar{
  height: 103px;
  padding-top: 26px;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0
}
.navbar-nav > li{
  float: none;
  display: inline-block;
  text-align: center;
  position: relative;
}
.navbar-nav > li > a{
  font-size: 16px;
  color:#777778;
  background: none;
  font-family: "CenturyGothic";
}
.navbar-nav{
  width: 100%;
}
.navbar-nav > li > a:hover,.navbar-nav > li > a.active{
  background: none;
  color:#005bb9;
}
/*---Slider home ---*/
.carousel-home .item-carousel{
  width: 100%;
}
.carousel-home .item-carousel h2{}
.img-slide{
  width: 100%;height: auto;max-width: 100%;
}
.carousel-home{
  position: relative;
  height: auto !important;
}
.item-carousel{
  width: 100%;
  height: 530px; /*628*/
  background-position: center center;
  background-size: cover;
  padding-top: 118px;
}
.inner-items{
  width: 507px;
}
.inner-items h2{
  margin: 0;
  font-family: 'CoolveticaRg-Regular';
  font-size: 78px;
  
  text-transform: uppercase;
  max-width: 507px;
  min-width: 507px;
  padding-bottom:41px;
  border-bottom: 1px solid #fff;
  color:#fff;
  line-height: 69px;
}
.inner-items p{
  font-family: 'CenturyGothic';
  max-width: 507px;
  min-width: 507px;
  color:#fff;
  font-size: 16px;
  padding-top: 35px;
  line-height: 21px;
  text-align: justify;
}
.item-carousel .read-more,
.mobile-slide .read-more{
  float:left;
  width: 99px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color:#005bb9;
  font-size: 12px;
  font-family: 'MyriadPro-Regular';
  background-color:#f6f5ec;
  border-radius: 15px;
  margin-top: 115px;/*45*/
}
#main-slider .slick-dots{
  position: absolute;
  width: 1180px;
  left: 50%;
  bottom: 73px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main-slider .slick-dots li{
  float: left;
}
#main-slider .slick-dots li button{
  border:0;
  width: 23px;
  height: 22px;
  background: #fff;
  font-size:0;
  margin-right: 7px;
  border-radius: 50px;
}
#main-slider .slick-dots li.slick-active button{
  background: #e3a82a;
}
/*---group ---*/
#group{
  background-position: right top;
  background-size: cover;
  margin-top: 89px;
  padding-top: 63px;
  padding-bottom: 54px;
}
.title-niveau3{
  font-family: 'MyriadPro-Bold';
  font-size:40px;
  color:#005bb9;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 14px;
}
.title-niveau3 span{
  display: block;
  font-family: 'MyriadPro-Regular';
  font-size: 30px;
  color:#005bb9;
}
.listing{
  padding-top: 39px;
  margin: 0;
  list-style: circle;
  padding-left:30px;
}
.listing li{
  color:#333333;
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
  list-style: disc;
}
/*---produits --*/
#produits .title-niveau3{
  padding-bottom: 42px;margin-bottom: 0;
}
body .item-produits{
  padding: 0;
  position: relative;
  max-height:388px;
  overflow: hidden;
}
.item-produits img{
    display: block;
    min-height: 388px;
    width: 100%
}
.item-produits .text-produit{
  position: absolute;
  left: 46px;
  top: 97px;
  width: 290px;
  text-align: center;
}
.item-produits .text-produit h4{
  font-size: 22px;
  text-transform: uppercase;
  color:#fff;
  padding: 0 0 15px;
  width: 169px;
  font-family: 'Helvetica-Bold';
  border-bottom: 4px solid #e3a82a;
  margin: 0 auto;
}
.jaune-color .text-produit h4{
  border-bottom: 4px solid #e3a82a;
}
.jaune-color .text-produit a{
  background-color:#e3a82a;
}
.item-produits .text-produit p{
  font-size: 16px;
  color:#fff;
  text-align: center;
  padding-top: 19px;
  line-height: 30px;
  font-family: 'HelveticaNeueLTStd-Lt';
  padding-bottom: 0;
  margin-bottom: 0;
  font-style: italic;
}
.item-produits .text-produit a{
  display: inline-block;
  width: 101px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  color:#fff;
  border-radius: 15px;
  margin-top: 22px;
  font-family: 'MyriadPro-Bold';
  font-size:13px;
  color:#fff;
}
.item-produits .text-produit a:hover{
  background-color:#005bb9;
  color:#fff;
}
.rouge-color .text-produit h4{
  border-bottom: 4px solid #a90f32;
}
.blue-color .text-produit h4{
  border-bottom: 4px solid #6ab76d;
}
.vert-color .text-produit h4{
  border-bottom: 4px solid #7b8414;
}

.rouge-color:before{
  border: 5px solid #a90f32 !important;
}
.blue-color:before{
  border: 5px solid #6ab76d !important;
}
.vert-color:before{
  border: 5px solid #7b8414 !important;
}
.jaune-color:before{
  border: 5px solid #e3a82a !important;
}
.rouge-color .text-produit a{
  background-color:#a90f32;
}
.vert-color .text-produit a{
  background-color:#7b8414;
}
.blue-color .text-produit a{
  background-color:#6ab76d;
}
body .rouge-color .text-produit,body .vert-color .text-produit{
  right: 39px;
  left:auto;
}
/*---fialiles--*/
.block-filiales .col-xs-6{
  background:#f9f9f9;
  border: 1px solid #ededed;
  border-left: 1px solid #f8f8f8;
  border-radius: 5px;
  text-align: center;
  margin-right:1%;
  width: 24%;
  min-height: 505px;
  -moz-box-shadow: -0px 3px 2px -2px #c0c0c0;
  -webkit-box-shadow: -0px 3px 2px -2px #c0c0c0;
  -o-box-shadow: -0px 3px 2px -2px #c0c0c0;
  box-shadow: -0px 3px 2px -2px #c0c0c0;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);

}
.block-filiales .col-xs-6:last-child{
  margin-right: 0;
}
.block-filiales .col-xs-6 img{
  max-width: 218px;
  text-align: center;
  display: inline-block;
  margin:32px auto 0;
  height: 218px;
  border-radius: 150px;
}
.block-filiales{
  margin-top: 80px;
}
.block-filiales .col-xs-6 h4{
  font-weight: bold;
  font-size: 19px;
  color:#005bb9;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  padding:34px 0 0 0;
  margin: 0;
}
.block-filiales .col-xs-6 p {
    color: #7d7d7d;
    font-family: "MyriadPro-Bold";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    padding-top: 25px;
    text-align: justify;
    word-spacing:0.5px;
    width: 196px;
    margin: 0 auto;
    line-height: 19px;
}
.block-filiales .col-xs-6 .voirplus{
  display: block;
  margin:35px auto 0;
  width: 196px;
  background: #005bb9;
  height: 44px;
  line-height: 44px;
  color:#fff;
  text-align: center;
  font-size: 15px;
  font-family: "MyriadPro-Bold";
  font-weight: bold;
  border-radius:5px;
  position: absolute;
  left: 50%;
  bottom: 38px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-filiales .col-xs-6 .voirplus:hover{
  background-color: #000;
}
/*---Video block ---*/
.block-video{
 width: 95%;
 background:#f9f9f9;
 border: 1px solid #eeeeee;
 border-radius: 10px; 
 overflow: hidden;
 min-height: 121px;
 max-height: 121px;
 /*margin-bottom: 10px;*/
 -moz-box-shadow: -0px 3px 2px -2px #c0c0c0;
  -webkit-box-shadow: -0px 3px 2px -2px #c0c0c0;
  -o-box-shadow: -0px 3px 2px -2px #c0c0c0;
  box-shadow: -0px 3px 2px -2px #c0c0c0;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);
}
.wrhlp{
    padding-bottom: 10px;
}
.img-wz{
    overflow: hidden;
}
.block-video .col-md-4 img{
  width: 100%;
  max-height:121px;
  border-radius:10px;
}
.block-video .col-md-4{
  position: relative;
}
.block-video .col-md-8 h5{
  font-family: ;
  font-size: 23px;
  color:#dd5555;
  font-family: 'MyriadPro-Regular';
  padding:10px 0 3px 4px;
  margin: 0;
} 
.block-video .col-md-8 p{
  font-size:16px;
  color:#7d7d7d;
  font-family: 'MyriadPro-Regular';
  padding:0 0 8px 4px;
  margin: 0;
  line-height: 20px;
}
.block-big-video iframe{
  width: 100%;
  border-radius: 10px;
}
.icon-video{
  background: url(../img/ico/icon-video.png) no-repeat 0 0;
  width: 65px;
  height: 38px;
  display:block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
}
.block-video:hover .icon-video{
    background: url(../img/ico/icon-video-h.png) no-repeat 0 0;
}
/*---Partenaires --*/
#partenaires{
  width: 100%;
  background:#f1f1f1;
  height: 97px;
}
.slider-partenaires{
  width: 692px;
  margin:23px auto 0;
}
.slider-partenaires .item-part{
  margin-right: 9px;
  float: left;
}
.slider-partenaires{
  position: relative;
}
.slider-partenaires .slick-prev{
  font-size:0;
  background: url(../img/left-part-arrow.png) no-repeat 0 0;
  left: -30px;
  top:20%;
  width: 14px;
  height: 18px;
  border:0;
  position: absolute;
}
.slider-partenaires .slick-next{
  font-size:0;
  background: url(../img/right-part-arrow.png) no-repeat 0 0;
  right: -30px;
  top:20%;
  width: 14px;
  height: 18px;
  border:0;
  position: absolute;
}

/*---Footer ---*/
#footer{
  background:#212121;
  padding:42px 0 33px 0;
}
#footer p{
  font-size: 10px;
  font-family: 'HelveticaNeueLTStd-Lt';
  width: 98%;
  color:#ebebeb;
  padding-bottom: 27px;
}
#footer p.text-copyright{
  color:#8f8f8f;
  padding-bottom: 0;
}
.socialmedia{
  text-align: center;
}
.socialmedia li{
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 auto;
}
.socialmedia li a{
  width:41px;
  height: 41px;
  display: inline-block;
  background:#fff;
  line-height: 41px;
  color:#170e6b;
  font-size: 17px;
  border-radius: 50px;
}
.socialmedia li a:hover{
  background-color:#170e6b;
  color:#fff;
}
#footer input[type="text"],#footer input[type="email"]{
  width: 100%;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: inset 7px 3px 33px -6px rgba(229,229,229,1);
  -moz-box-shadow: inset 7px 3px 33px -6px rgba(229,229,229,1);
  box-shadow: inset 7px 3px 33px -6px rgba(229,229,229,1);
  line-height: 44px;
  color:#7c7c7c;
  font-size: 10px;
  font-family: 'HelveticaNeueLTStd-Lt';
  border-radius:5px;
  border:0;
  padding-left: 40px;
}
.inner-search{
  position: relative;
  width: 381px;
  float: right;
}
.inner-search .fa-envelope{
  position: absolute;
  left:17px;
  top: 14px;
  color:#dcdcdc;
}
.inner-search input[type="submit"]{
  width: 50px;
  height: 33px;
  line-height: 33px;
  background:#005bb9;
  text-align: center;
  color:#fff;
  font-size: 11px;
  font-family: 'Helvetica-Bold';
  border-radius: 5px;
  position: absolute;
  right:5px;
  top: 6px;
  border:0;
}
.inner-search input[type="submit"]:hover{
  background-color: #000;
}
.logo-footer{
  display: inline-block;
  float:right;
  margin-top: 34px;
}
/*---page Carriere ---*/
.decline-page .navbar{
  border-bottom:5px solid #005bb9;
  height: 96px;
}
.decline-page .top-header{
  background: #fff;
}
.block-generator .container{
  margin-top: 43px;
  /*border-top: 1px solid #cccccc;*/
  text-align: center;
  position: relative;
}
.raisin{
  display:none;
  margin:6px auto 0;
  text-align: center;
}
.inner-intro-offres{
  width: 655px;
  text-align: center;
  margin: 0 auto;
}
.block-generator{
  position: relative;
}
.inner-intro-offres h3{
  color:#005bb9;
  font-size: 46px;
  padding:35px 0 37px;
  font-family: 'CenturyGothic';
  margin-bottom: 0;
  margin-top: 0;
}
.inner-intro-offres h4{
  color:#000;
  font-size: 20px;
  padding:0 0 57px 0;
  font-family: 'CenturyGothic';
  font-weight: bold;
  line-height: 30px;
  margin-top: 0;
}
.inner-block-editeur{
  position: relative;
}
.inner-intro-offres h5{
  color:#005bb9;
  font-size: 20px;
  font-style: italic;
  font-family: 'CenturyGothic';
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 2px solid #1b165f;
  margin: 0 0 19px 0;
  text-align: left;
  clear: both;
}
.inner-intro-offres p{
  color:#2c2c2c;
  font-family: 'CenturyGothic';
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 29px;
  text-align: left;
}
.inner-intro-offres ul.list-offres{
  margin-top: 12px;
}
.inner-intro-offres ul.list-offres li{
  color:#2c2c2c;
  font-family: 'CenturyGothic';
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding-bottom: 12px;
}
.inner-intro-offres ul.list-offres li i{
  color:#005bb9;
  padding-right: 23px;
}
.postuler-block{
  border-top: 4px solid #005bb9;
  padding-top: 17px;
}
.postuler-block a{
  float:right;
  width: 128px;
  height: 43px;
  background:#005bb9;
  line-height: 43px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'CenturyGothic';
  display: block;
  position: relative;
  right:-6px;
  margin-bottom: 42px;
}
.postuler-block a:hover{
  background: #000;
}
.bouteille-ain-ifrane{
  position: absolute;
  left: 0;
  top: 180px;
}
.glass-ain-ifrane{
  position: absolute;
  right: 0;
  top: 102px;
}
.menthe-block{
  position: absolute;
  right: 6px;
  top: 594px;
  width: 357px;
  border-bottom: 1px solid #cfcfcf;
  z-index: 9;
}
.menthe-block img{
  text-align: right;
  float: right;
}
.offres-block{
  width: 602px;
  margin: 0 auto;
}
/*---vos Carriéres --*/
#vos-carrieres{
  background-size: cover;
  background-position: center center;
  min-height: 478px;
  padding: 107px 0 0 0;
}
.gros-title{
  margin: 0;
  font-size: 60px;
  color:#fff;
  font-family: 'CenturyGothic';
  font-weight: bold;
  text-align: center;
}
#vos-carrieres .col-md-6{
  padding-top: 78px;
}
#vos-carrieres .col-md-6 p{
  width:90%;
  color:#fff;
  font-size: 16px;
  font-family: 'CenturyGothic';
  font-weight: bold;
  line-height:28px;
}
/*---candidature-spontanée --*/
.inner-intro-offres .black-title,.black-title{
  color:#000;
  font-size: 60px;
}
#candidature-spontanee .inner-intro-offres{
  width: 709px;
}
.form-candidature{
  width: 100%;
  background-color:#f0eff0;
  padding:38px 0 0 0;
}
.ainifrane-small{
  float: left;
}
.form-candidature .container{
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.form-candidature form{
  text-align: left;
}
.form-candidature input{
  width: 90%;
  height: 39px;
  line-height: 39px;
  padding: 0 0 0 19px;
  font-size: 14px;
  font-weight: bold;
  color:#005bb9;
  font-family: 'CenturyGothic';
  margin-bottom: 28px;
  border:0;
  background-color: #fff;
}
.form-candidature input:-webkit-input-placeholder {
  color:#005bb9;
}
.form-candidature input:-moz-placeholder { 
  color:#005bb9;
}
.form-candidature input:-ms-input-placeholder { 
  color:#005bb9;
}
.form-candidature input:-moz-placeholder{
  color:#005bb9;
}
.form-candidature input.small-size{
  width: 65%;
}
.file-block input[type="file"]{
  opacity: 0;
  position: relative;
  z-index: 2;
}
.file-block{
  position: relative;
}
.file-block .value-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  background: #fff;
  height: 39px;
  line-height: 39px;
  padding: 0 0 0 19px;
  font-size: 14px;
  font-weight: bold;
  color:#827fa7;
  font-family: 'CenturyGothic';
  z-index: 1;
}
.file-block .btn-file{
  position: absolute;
  width:25%;
  height: 39px;
  line-height: 39px;
  left: 65%;
  background: #005bb9;
  color:#fff;
  font-weight: bold;
  font-family: 'CenturyGothic';
  text-align: center;
  z-index: 1;
}
.form-candidature input[type="submit"]{
  width: 171px;
  height: 45px;
  background:#005bb9;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  border:0;
  color:#fff;
  left: 90%;
  position: relative;
  margin-left: -171px;
  padding-left: 0;
}
.form-candidature{
  padding-bottom: 31px;
}
.decline-page #partenaires{
  margin-top: 0;
  background: #fff;
}

/*---Mise en css page Carriére Détail --*/
.description-offre h6{
  font-size: 16px;
  color:#005bb9;
  font-family: 'CenturyGothic';
  padding-bottom: 33px;
  margin: 0;
  clear: both;
  text-align: left;
  font-weight: bold;
}
.inner-intro-offres .description-offre p{
  font-size: 16px;
  color:#2c2c2c;
  font-family: 'CenturyGothic';
  padding-bottom: 31px;
  font-weight: normal;  
}
.inner-intro-offres .description-offre p b{
  font-size: 16px;
  color:#2c2c2c;
  font-family: 'CenturyGothic';
}
.inner-intro-offres .description-offre ul li{
  text-align: left;
  font-size: 16px;
  color:#2c2c2c;
  font-family: 'CenturyGothic';
  padding-bottom: 8px;
}
.inner-intro-offres .description-offre ul{
  padding-bottom: 23px;
}
.inner-intro-offres .description-offre ul li i{
  color:#1f1a62;
  position: relative;
  left: -11px;
  font-size: 16px;
}
body .details-offres{
width: 765px;
}
body .details-offres .offres-block{
  width: 100%;
}
.block-detail-form{
  margin-top: 80px;
}
.block-detail-form .form-candidature{
  padding-top: 46px;
}
.block-detail-form .form-candidature h6{
  text-align: left;
  font-size: 20px;
  color:#1f1a62;
  font-family: 'CenturyGothic';
  font-style:italic;
  margin-bottom:35px;
  margin-top: 0;
  font-weight: bold;
}
.detils-offre-bas .container{
  border:0;
  padding-top:93px;
  padding-bottom: 80px;
}
/*--Mise en css Produits ---*/
.produits-block h2 {
    border-bottom: 2px solid #2b2b2b;
    font-family: "Rockwell";
    font-size: 78px;
    letter-spacing: 3px;
    margin: 0 auto;
    padding-bottom: 54px;
    padding-top: 169px;
    text-align: justify;
    width: 536px;
}
.part-container{
  position: relative;
}
.glass2{
  position: absolute;
  left: 0;
  top:26px;
}
.small-plant{
  position: absolute;
  right: 0;
  top:142px;
}
.produits-block h4{
  margin: 0 auto;
  padding:51px 0 32px 0;
  color:#2b2b2b;
  font-size: 20px;
  font-family: 'CenturyGothic';
  width: 700px;
  line-height:30px;
  text-align: center;
}
.voir-plus{
  width:122px;
  height: 44px;
  line-height: 44px;
  display:block;
  margin: 0 auto;
  color:#fff;
  font-family: 'CenturyGothic';
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background:#005bb9;
}
.voir-plus:hover{
  background-color: #000;
  color:#fff;
}
.noir-blanc-menth {
    left: 0;
    position: absolute;
    top: -75px;
    z-index: 999;
}
.part-container .col-md-6{
  padding-top: 41px;
}
.origine-title {
    /*background: rgba(0, 0, 0, 0) url("../img/ico/origine-icon.jpg") no-repeat scroll 0 0;*/
    color: #000;
    font-family: "CenturyGothic";
    font-size: 40px;
    margin-top: 67px;
    padding-bottom: 9px;
    padding-left: 10px;
    text-align: left;
    text-transform: uppercase;
}
.origine-title span{
  color:#005bb9;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  display: block;
  text-transform:none;
}
.part-container .col-md-6 img{
  text-align: center;
  max-width: 100%;
}
.part-container .col-md-6{
  text-align: center;
}
.part-container .col-md-6 h6{
  color:#767676;
  font-weight: bold;
  font-size: 16px;
  padding: 37px 0 110px 4px;
  margin: 0;
  text-align: justify;
  line-height: 30px;
  font-weight: bold;
}
.plus-info{
  line-height: 43px;
  height: 43px;
  padding: 0 18px;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  background-color:#005bb9;
  float: left;
}
.plus-info:hover{
  background-color: #000;
  color:#fff;
}
.border-top{
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.grand-title{
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  padding-top: 43px;
  margin: 0;
}
.grand-title span{
  display: block;
  color:#005bb9;
  font-size: 24px;
}
.two-block{
  width: 862px;
  margin:30px auto 0;
  text-align: left;
}
.two-block .col-md-6{
  padding-top: 0;
}
.two-block .col-md-6{
padding-right:4%;
}
.two-block .col-md-6:last-child{
  padding-left:4%;
}
.part-container .two-block .col-md-6 h6{
  margin: 0;
  padding:0 0 25px;
  font-size: 16px;
  color:#b9193d;
  font-weight: bold;
}
.part-container .two-block .col-md-6 img,.part-container .two-block .col-md-7 img{
  margin-bottom: 15px;
  max-width: 100%;
}
.part-container .two-block .col-md-6 p,.part-container .two-block .col-md-7 p,.part-container .two-block .col-md-5 p{
  font-size: 16px;
  color:#000;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: justify;
  line-height:30px;
}
body .left-menthe{
  left: 0;
  top:-145px;
  text-align: left;
}
body .left-menthe .menthe{
  float: left;
}
.part-container .two-block .col-md-5 h5{
  font-size: 40px;
  padding-bottom: 34px;
  margin: 0;
}
.part-container .two-block .col-md-5 li{
  font-size: 16px;
  font-weight: bold;
  color:#2a2a2a;
  padding-bottom: 11px; 
}
.part-container .two-block .col-md-5 li i{
  color: #005bb9;
  padding-right: 23px;
}
.part-container .two-block .col-md-5 ul{
  border-bottom: 3px solid #005bb9;
  padding-bottom: 22px;
}
.right-element{
  position: relative;
  left:7%;
}
body .right-element{
  margin-top: 116px;
}
body .bottom-part .col-md-6{
  padding-top:0;
}
body .bottom-part .col-md-6 h5{
  margin-top: 35px;
}
.huille-olv2{
  position: absolute;
  right: 0;
  top: 
}
body .bottom-part{
  padding-bottom: 140px;
}

/*----Mise en css Editorial ---*/
#bannier-Editorial{
  width: 100%;
  height: 472px;
  background: url(../img/bannier-img.jpg) no-repeat;
  background-size: cover;
}
#bannier-Editorial .inner-items h2{
  line-height: 65px;
}
#bannier-Editorial .inner-items{
  padding-top: 92px;
}
#bannier-Editorial .inner-items p{
  line-height:19px;
}
.text-img h3{
    color:#000;
    font-size: 22px;
    padding-top: 22px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-weight: bold;
    padding-bottom: 29px;
}
.text-img .col-md-6{
  padding-top: 30px;
  padding-bottom: 30px;
}
.text-img .col-md-6 h5{
  font-size: 22px;
  padding-top: 29px;
  color:#000;
  line-height: 23px;
  text-align: justify;
  margin: 0;
}
.text-img .col-md-6 .plus-info{
  float: right;
  margin-top:42px;
  font-size: 14px;
}
.text-img .col-md-6{
  text-align: center;
}
.text-img .col-md-6 img{
  text-align: center;
}
.full-text img{
width: 100%;height: auto;
}
.full-text .col-md-6{
  padding: 0 !important;
}
.full-text .color-bg{
  background-color:#f3e9db;
  position: relative;
}
.inner-height{
  position: absolute;
  left: 50%;
  top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 68%;
}
.text-img h4{
  padding-top: 62px;
  color:#2a2a2a;
  font-size: 16px;
  padding-bottom: 31px;
  font-weight: bold;
  text-align: left;  
}
.text-img p{
  color:#2a2a2a;
  font-size: 16px;
  text-align: justify;
  width: 100%;
  line-height:24px;
  margin: 16px 0;

}
.text-img p.big{
  font-size: 22px;
  line-height: 24px;
}
.text-img .container-fluid h3{
  padding-top: 0;
  padding-bottom: 26px;
}
.text-img .container-fluid h5{
  font-size: 17px;
  line-height: 17px;
  padding-top: 0;
}
.promotion{
  position: absolute;
  left: 0;
  top: 19px;
  width: 77px;
  height: 19px;
  background-color:#b9193d;
  border-radius:0 50px 50px 0;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  color:#fff;
  line-height: 18px;
}
/*---Mise en css groups-banniers --*/
#groups-banniers{
  background: url(../img/img-group2.jpg) no-repeat 0 0;
  width: 100%;
  min-height: 387px;
  background-size: cover;
  padding-top: 50px;
  margin-top: 63px;
}
#groups-banniers h3{
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color:#fff;
  padding-bottom:30px;
}
#groups-banniers h3 span{
  display: block;
  font-size: 30px;
  color:#fff;
  font-style: italic;

}
#groups-banniers li{
  font-size: 16px;
  color:#fff;
  list-style: disc;
  font-weight: bold;
}
#groups-banniers ul{
  list-style: disc;
  padding-left: 12px;
}
/*---Gallerie ---*/
#gallerie{
  background-size: cover;
  padding-bottom: 84px;
}
#gallerie h2{
  margin: 0;
  font-size: 72px;
  font-weight: bold;
  padding-top: 38px;
  background: url(../img/bg_title-gallerie.png) no-repeat center bottom;
  padding-bottom: 24px;
  color:#fff;
  text-transform: uppercase;
  text-align: center;
}
.inner-gallerie{
  width: 982px;
  margin:110px auto 0;
}
.inner-gallerie .col-xs-6{
  margin-bottom:0;
}
.inner-gallerie .col-xs-6 img{
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.inner-gallerie .col-xs-6 a{
  display: block;
  position: relative;
}
/*----Page Media ----*/
.photo-inner{
  width: 564px;
  margin:4px auto 0;
}
.photo-inner .col-xs-6{
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 9px;
}
.photo-inner .col-xs-6 a{
  display: block;margin-bottom:8px;
}
.photo-inner .col-xs-6 img{
  width: 100%;
  height: auto;
}
.pagination{
  width: auto;
  margin:28px auto 0;
  text-align: center;
}
.pagination li{
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.pagination li.prev{
  color:#3a405b;
  font-size: 10px;
  padding-right:20px;
  margin-right: 0;
}
.pagination li.next{
  padding-left: 11px;
  margin-right: 0;
}
.pagination li.prev a,.pagination li.next a{
  color:#3a405b;
  font-size: 10px;
}
.pagination li a{
  font-size: 9px;
  color:#3a405b;
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: block;
  font-family: 'MyriadPro-Regular';
}
.pagination li a:hover,.pagination li.active a{
  color:#fff;
  border-radius:3px;
  background: #005bb9;
  
}
body .custom-marginTop{
  margin-top: 54px;
}
.bg-partenaires{
  background: #f1f1f1 !important;
  margin-top: 37px !important
}
.raisin-photo{
  position: absolute;
  left:0;
  bottom:-35px;
}
.small-plant2 {
    position: absolute;
    right: 0;
    top: -279px;
    z-index: -1;
}
/*---Mise en css page contact ---*/
#formulaire-de-contact{
  background-size: cover;
  padding-top: 81px;
  padding-bottom:45px;
  overflow: hidden;
}
#formulaire-de-contact h3{
  text-align: center;
  font-size: 55px;
  color:#005bb9;
  font-family: 'CoolveticaRg-Regular';
}
#formulaire-de-contact form{
  width: 609px;
  margin: 0 auto;
}
#formulaire-de-contact p{
  float: left;
  width: 50%;
  padding-right: 22px;
  margin-top: 38px;
}
#formulaire-de-contact p input{
  width: 100%;
  height: 29px;
  line-height: 29px;
  background: #fff;
  padding-left: 11px;
  border:0;
  color:#212121;
  font-size: 14px;
}
#formulaire-de-contact p.full-width{
  width: 100%;
  padding-right: 0;
}
#formulaire-de-contact p.no-padding-right{
  padding-right: 0;
}
#formulaire-de-contact p select{
   width: 100%;
  height: 29px;
  line-height: 29px;
  background: #fff;
  padding-left: 11px;
  border:0;
  color:#212121;
  font-size: 14px;
}
#formulaire-de-contact p textarea{
  width: 100%;
  height: 134px;
  background: #fff;
  padding-left: 11px;
  border:1px solid #d8d7d9;
  color:#212121;
  font-size: 14px;
  padding-top: 7px;
}
.terms-service{
  padding-left: 22px;
  float: left;
  padding-top: 12px;
  font-size: 14px;
  color:#fff;
}
#formulaire-de-contact input[type="submit"]{
  float:right;
  width: 140px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color:#fff;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #005bb9;
  border:0;
  margin-top: 25px;
}
#info-adresse iframe{
  width: 100%;
  height: 396px;
}
#info-adresse .col-md-8{
  padding-left:0;
  padding-right:0;
}
#info-adresse .col-md-4{
  background-color:#d8d8da;
  height: 396px;
}
.inner-info{
  padding-top: 40px;
  padding-left: 12px;
}
.inner-info h3{
  font-family: 'MyriadPro-Regular';
  font-size: 12px;
  text-transform: uppercase;
  color:#000;
  margin: 0;
  padding-bottom: 8px;
}
.inner-info h4{
  font-family: 'MyriadPro-Regular';
  font-size: 10px;
  color:#5f5f5f;
  padding-bottom:12px;
}
.inner-info p{
  font-family: 'MyriadPro-Regular';
  font-size:10px;
  color:#8e8c8c;
  padding-bottom: 16px;
}
.info-list li{
  color:#7b7979;
  padding-left: 0;
  margin-bottom:7px;
  font-family: 'MyriadPro-Regular';
  font-size: 12px;
}
.info-list li i{
  margin-right: 19px;
}
.info-list{
  padding-bottom: 40px;
}
#info-adresse .socialmedia{
  text-align:left;
}
#info-adresse .socialmedia li{
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
#info-adresse .socialmedia li a{
  background-color:#5f5f5f;
  color:#fff;
  width: 21px;
  height: 21px;
  font-size: 12px;
  line-height: 21px;
}
.bg-blanc{
  background: #fff !important;
  margin-top: 0 !important;
}
/*---categories---*/
#categories{
  background:#1d1d1d;
  height:798px;
}
.categories-class{
  width: 25%;
  float: left;
  height: 100%;
  transform: rotate(0deg) skew(-5deg) translate(0px);
  -webkit-transform: rotate(0deg) skew(-5deg) translate(0px);
  -moz-transform: rotate(0deg) skew(-5deg) translate(0px);
  -o-transform: rotate(0deg) skew(-5deg) translate(0px);
  -ms-transform: rotate(0deg) skew(-5deg) translate(0px);
}
.categories-generator{
  width: 96%;
  margin: 0 auto;
  height: 100%;
  position:relative;
}
.huile-olv{
  background: url(../img/huile-olv.jpg) no-repeat 0 0 ;
  background-size: cover;
}
.eau{
  background: url(../img/eau-img.jpg) no-repeat 0 0 ;
  background-size: cover;
}
.lait{
  background: url(../img/lait-img.jpg) no-repeat 0 0 ;
  background-size: cover;
}
.huile{
  background: url(../img/huile-img.jpg) no-repeat 0 0 ;
  background-size: cover;
}
.categories-generator .cover {
    background: rgba(0, 0, 0, 0) url("../img/bg_cover.png") no-repeat scroll 0 0 / 100% 100%;
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 103%;
}
.cover-border{
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height:99.5%;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 93%, rgba(255,255,255,0.2) 98%);
  background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 93%, rgba(255,255,255,0.2) 98%);
  background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 93%, rgba(255,255,255,0.2) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  display: block;
  z-index: 99;
  border-left:2px solid ;
  border-bottom:2px solid;
}
.huile-olv .cover-border{
  border-color:#7b8414;
}
.eau .cover-border{
  border-color:#6ab76d;
}
.lait .cover-border{
  border-color:#e3a82a;
}
.huile .cover-border{
  border-color:#a90f32;
}
.activite{
  position: absolute;
  top:25%;
  left: 50%;
    -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%);
  width: 100%;
  text-align: center;
}
.activite h3{
  font-family: 'SavoyePlain';
  font-size: 40px;
  color:#fff;
  text-align: center;
  margin: 0;
  padding-bottom: 12px;
  position: relative;
  font-weight: bold;
  margin-left: -17px;
}
.activite h3:after{
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 170px;
  height: 3px;
  background-color: #fff;
  margin-left:-85px;
  font-weight: bold;
  content:"";
}
.activite a{
  display: inline-block;
  margin:21px auto 0;
  padding: 3px 11px 1px;
  text-transform: uppercase;
  color:#fff;
  font-family: 'MyriadPro-Bold';
  text-align: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.activite a:hover{
    padding: 9px 11px 7px;
}
.huile-olv .activite a{
  background-color: #7b8414;
}
.eau .activite a{
  background-color: #6ab76d;
}
.lait .activite a{
  background-color: #e3a82a;
}
.huile .activite a{
  background-color: #951230;
}
/*---Produit Page --*/
body .bannier-produit{
  height: 343px !important;
}
.bannier-produit .inner-items{
 padding-top: 56px !important; 
}
.bannier-produit .inner-items h2{
  font-size:30px;
  font-family: 'Rockwell';
  padding-bottom: 43px;
  border-bottom: 2px solid #9e1233;
  max-width: auto;
  min-width: auto;
  text-transform: none;
  width: auto;
  display: inline-block;
}
.bannier-produit .inner-items h3{
  font-size: 12px;
  color:#fff;
  padding-top: 35px;
  margin: 0;
}
.bannier-produit .inner-items h4{
  font-size: 15px;
  color:#fff;
  padding-top:15px;
  margin: 0;
}
.produits-list{
    text-align: center;
}
.produits-list .item-produit{
  width: 15%;
  text-align: center;
  padding: 21px 0 0 0;
  display: inline-block;
  min-height: 287px;
  overflow: hidden;
  margin: 0 5px; 
}
.produits-list .item-produit:hover,.produits-list .item-produit.active{
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 5%, rgba(246,246,244,1) 58%, rgba(246,246,244,1) 76%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 5%,rgba(246,246,244,1) 58%,rgba(246,246,244,1) 76%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 5%,rgba(246,246,244,1) 58%,rgba(246,246,244,1) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f4',GradientType=0 );
}
.produits-list{
  width: 100%;
  margin-bottom: 24px;
}
.produits-list .item-produit h3{
  font-size: 17px;
  color:#3b3b3b;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding-bottom: 17px;
  display: none;
  padding-top: 18px;
  font-weight: bold;
}
.produits-list .item-produit:hover h3{
  display: block;
}
.cepages{
  position: absolute;
  left:62px;
  top: -81px;
}
.selection-produits{
  width: 166px;
  float: left;
}
.item-selector{
  /**/
}

.item-selector img{
  border-radius: 3px;
  float: right;
  margin-bottom: 25px;
  cursor: pointer;
}
.produit-details .selection-produits {
    bottom: 144px;
    left: 6px;
    position: absolute;
}
.produit-details .col-md-7{
  position: relative;
}
.selection-produits .slick-prev{
  width: 43px;
  height: 43px;
  position: absolute;
  left:74%;
  top: -59px;
  margin-left: -21.5px;
  background:#e7e7e7 url(../img/icon-top-flech.jpg) no-repeat center center;
  border-radius: 50px;
  border:0;
  font-size: 0;
}
.selection-produits .slick-next{
  width: 43px;
  height: 43px;
  position: absolute;
  left:74%;
  bottom:-39px;
  margin-left: -21.5px;
  background:#e7e7e7 url(../img/bottom-icon-flech.jpg) no-repeat center center;
  border-radius: 50px;
  border:0;
  font-size: 0;
}
.right-selecteur{
  float: right;
}
.big-produits{
  display: none;
}
.big-produits:first-child{
  display:block;
}
.produit-details .col-md-5 h3{
  font-size: 87px;
  color:#439e2f;
  font-family: 'SavoyePlain';
  font-weight: bold;
  padding:0 0 0 0;
  margin: 0;
  text-align: left;
  letter-spacing: 4px;
}
.produit-details .col-md-5 h5{
  font-size:19px;
  color:#1d1d1d;
  padding:21px 0 29px;
  margin: 0;  
  font-weight: bold;
  text-align: left;
}
.produit-details .col-md-5 p{
  font-size:19px;
  color:#1d1d1d;
  padding:0 0 49px 0;
  margin: 0;
  text-align: justify;
}
.title-element{
  width: 100%;
  text-align: center;
  border: 4px solid #bfbebe;
  border-radius:7px;
  height: 50px;
  padding:6px 0 0 0;
  position: relative;
  z-index: 999;
  background: #fff;
}
.content-element{
  width: 100%;
  text-align: center;
  border: 4px solid #b9193d;
  border-radius:7px;
  height:70px;
  padding:6px 0 0 0;
  border-top: 0;
  position: relative;
  top: -10px;
  margin-bottom: 22px;
}
.title-element span,.content-element span {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
}
body .content-element span{
  color:#b9193d;
  font-size: 19px;
  padding-top: 17px;
  text-transform: none;
  line-height: 15px;
}
body .content-element span:nth-child(2){
  font-size: 37px;
  padding-top: 13px;
}
body .content-element span:nth-child(3) {
    font-size: 14px;
    padding-top: 0;
    position: relative;
    top: -9px;
}
.list-element li{
  display: inline-block;
  margin: 0 31px 0 auto; 
}
.produit-details .col-md-5 h4{
  background: url(../img/bg-title.png) no-repeat center bottom;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 18px;
}
.list-element{
  text-align: center;
  margin-top: 23px;
  margin-bottom: 20px;
}
.list-element span{
  max-width: 88px;
  display:block;
  font-size: 19px;
  font-style: italic;
  padding-top: 19px;
  text-align: center;
  margin: 0 auto;
}
.caracter{
  text-align: center;
  font-size: 11px;
  color:#d71c29;
  display: inline-block;
  font-style: italic;
  padding-top: 0px;
  margin: 0 auto;
}
.produit-details .col-md-5{
  text-align: center;
}
.list-caracteristiques{
  padding-top: 29px;
}
.list-caracteristiques li label{
  width: 112px;
  float: left;
  font-size: 15px;
  color:#1d1d1d;
  font-style: italic;
  font-weight:300;
}
.list-caracteristiques li .valeur-caracter{
  width: 288px;
  background: url(../img/valeur-selector.jpg) no-repeat center center;
  float: left;
  position: relative;
  height: 10px;
  margin-top: 7px;
}
.list-caracteristiques li{
  clear: both;
  padding-bottom: 45px;
  position: relative;
}
.list-caracteristiques .cercul {
    background-color: #d71c29;
    border: 1px solid #c0bfbf;
    border-radius: 50px;
    height: 11px;
    position: absolute;
    top: -1px;
    width: 11px;
}
.list-caracteristiques .cercul-value{
    background: url(../img/ico/icon-value.png) no-repeat 0 0;
    height: 18px;
    position: absolute;
    top: -31px;
    width: 22px;
    line-height: 14px;
    text-align: center;
    font-size: 7px;
    font-family: 'HelveticaNeueLTStd-Lt';
    color:#fff;
    margin-left: -6px;
}
.gallerie-inner{
  width: 100%;
  /*height: 400px;*/
  background:url(../img/bg-gallerie.jpg) no-repeat 0 0;
  background-size: cover;
  margin-top: 20px;
  
      margin-top: 0;
    padding: 50px 0;
    
}
.inner-slider-gallerie{
  width: 168px;
  /*height: 167px;*/
  display: inline-block;
  text-align: center;
  /*margin-top: 85px;*/
}
.gallerie-inner .container{
  margin-top: 0;
  border:0;
  text-align: center;
}
.gallerie-inner .container img{
  text-align: center;
  margin: 0 auto;
  display: block;
  width:100%;
  height: 100%; 
  /*border-radius:100px;*/
}
.inner-slider-gallerie{
  padding: 0 1px; 
  /*border-radius:100px;*/
}
.inner-slider-gallerie a{
  display: block;
  background:rgba(255,255,255,0.5);
  padding: 2px; 
  /*border-radius:100px;*/
}
.slider-gallerie{
  width:1034px;
  margin: 0 auto;
}
/*
.slider-gallerie .slick-center{
  width: 191px;
  height: 190px;
  margin-top: 55px;
}*/
.slider-gallerie .slick-prev,.gallerie-video .slick-prev,
.produits-list .slick-prev{
  width: 60px;
  height: 60px;
  background: url(../img/btt-left.png) no-repeat 0 0;
  position: absolute;
  left: -40px;
  top: 50%;
  border:0;
  font-size: 0;
}
.slider-gallerie .slick-next,.gallerie-video .slick-next,
.produits-list .slick-next{
  width: 60px;
  height: 60px;
  background: url(../img/btt-right.png) no-repeat 0 0;
  position: absolute;
  right:-55px;
  top: 50%;
  border:0;
  font-size: 0;
}
.produits-list .slick-prev,
.produits-list .slick-next{
  top: 35%;
}
#text-organe{
  background-color:#f6f6f6;
}
#text-organe .origine-title{
  /*background-image: url(../img/ico/origine-icon-gris.jpg);*/
}
.bouteille-three{
  position: absolute;
  right: 0;
  width: 400px;
  /*bottom: -41px;*/
}
body #text-organe .bottom-part{
  padding-bottom: 157px;
}
#eau-table .container-fluid{
  padding-left: 0;
  padding-right: 0;
  background-color:#f3e9db;
}
#eau-table .container-fluid .big-img{
  min-height: 600px;
}
#eau-table .container-fluid .col-md-6{
  position: relative;
  padding: 0;
}
#eau-table .container-fluid .col-md-6 img{
  width: 100%;
}
.inner-table{
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -webkit-transform:translateX(0%) translateY(-50%);
  transform:translateX(0%) translateY(-50%);
  width: 100%;
  padding: 0 8.8%;
}
.inner-table h3{
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 43px;
}
.inner-table p{
  font-size: 22px;
  color:#000;
  line-height:35px;
}
.inner-table a{
  display: inline-block;
  margin: 103px 0 0 0;
  background-color:#b9193d;
  height: 37px;
  line-height: 37px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color:#fff;
  padding-right: 12px;
}
.inner-table a span.icon-telecharger{
  /*background: url(../img/ico/icon-telecharger.jpg) no-repeat 0 0;*/
  display:block;
  width: 34px;
  height: 37px;
  float: right;
  padding-right: 0;
  margin-right: -44px;
}
.produits-list .item-produit.active h3{
  display: block !important;
}
.inner-table a span{
  display:block;
  float: left;
  padding-right: 19px;
}
#galleri-bottom{
  background: url(../img/gallerie-bottom-bg.jpg) no-repeat 0 0;
  background-size: cover;
  height: 418px;
}
#galleri-bottom .inner-gallerie{
  padding-top: 144px;
  margin-top: 0;
}
 .gallerie-video .slick-next,.gallerie-video .slick-prev{
      top: 31%;
 }
#detais-produits{
  height: 330px;
  width: 100%;
  background: url(../img/bg-details-produits.jpg);
  background-size: cover;
  border-bottom: 1px solid #c3c3c3;
}
.ainifranne-logo{
  display: block;
  margin-top: 79px;
  margin-left: 28px;
}
.link-detail{
  width: 345px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border:1px solid #cedee2;
  margin-top: 7px;
}
.link-detail span{
  display:block;
  padding-left:21px;
  color:#6b1934;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  float: left; 
}
.link-detail a{
  float: right;
  width: 75px;
  height: 34px;
  background: #ffd434 url(../img/ico/icon-arraw-right.png) no-repeat 23px 5px;  
}
.partage-img{
  float: right;
  margin-right: 8px;
}
/*--Sous menu ---*/
.navbar-nav .sub-menu {
    display: none;
    left: 0;
    min-width: 187px;
    padding: 23px 0 0;
    position: absolute;
    top: 44px;
    z-index: 999;
}
.navbar-nav .sub-menu li{
  text-align: left;
  padding-bottom: 8px;
  background-color: #005bb9;
}
.navbar-nav .sub-menu li:first-child{
  padding-top: 18px;
}
.navbar-nav .sub-menu li a{
  padding-left: 22px;
  /*height: 25px;
  line-height: 25px;*/
  /*font-family: 'CoolveticaRg-Regular';*/
  color:#fff;
  font-size: 12px;
  display: block;
  padding: 3px 22px;  
  font-family: "CenturyGothic";
}
.navbar-nav .sub-menu li a:hover{
  background-color:#54508f;
}
.flech-bas {
    bottom: -11px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    color:#3a405b;
    display: none;
}
/*---Sous menu Produits---*/
.menu-produits {
    padding-bottom: 13px;
    position: absolute;
    top: 45px;
    width: 904px;
    z-index: 999;
    left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.menu-produits h3{
  font-size: 16px;
  font-family: 'CoolveticaRg-Regular';
  color:#005bb9;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 23px;
}
.menu-produits ul{
  text-align: center;
}
.menu-produits ul li{
  padding-bottom: 7px;
}
.menu-produits ul li a{
  text-align: center;
  font-size:13px;
  color:#005bb9;
}
.img-sub-menu{
  display:block;
  margin: 0 auto;
  max-width: 100%;
}
.menu-produits .col-xs-6{
  background-color:#fff;
  border:3px solid #fff;
}
.menu-produits .col-xs-6:nth-child(2n){
  background-color:#f9f8f8;
  border:3px solid #f9f8f8;
}

.menu-produits .col-xs-6:first-child:hover{
  border:3px solid #e3a82a;
}
.menu-produits .col-xs-6:nth-child(2):hover{
  border:3px solid #a90f32;
}
.menu-produits .col-xs-6:nth-child(3):hover{
  border:3px solid #6ab76d;
}
.menu-produits .col-xs-6:nth-child(4):hover{
  border:3px solid #7b8414;
}
.navbar-nav > li:hover .flech-bas{
  display: inline-block;
}
.navbar-nav > li:hover .menu-produits{
  display:block;
}
.slicknav_btn {
    background-color:#005bb9;
    border-radius: 4px;
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.slicknav_btn {
    cursor: pointer;
    display: inline-block;
    line-height: 1.125em;
    padding: 0.438em 0.625em;
    position: relative;
    vertical-align: middle;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    line-height: 1.188em;
}
.slicknav_menu .slicknav_icon:before {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0.875em;
    position: absolute;
    width: 1.125em;
}
.slicknav_menu .slicknav_icon {
    float: left;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
    width: 1.125em;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_menu .slicknav_icon-bar {
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  margin-bottom: 4px;
  width: 1.125em;
}
.slicknav_btn {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.slicknav_btn {
    cursor: pointer;
    line-height: 1.125em;
}
.slicknav_menu{
    font-size: 16px;
    display: none;
}
.slicknav_nav li{
  margin-bottom: 10px;
}
.slicknav_nav li a{
   color: #777778;
    font-family: "CoolveticaRg-Regular";
    font-size: 17px;
}
.slicknav_nav li a:hover{
  color:#005bb9;
}
.slicknav_nav .menu-produits{
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  padding-top:12px;
  padding-bottom:22px;
}
.carousel-media .slick-prev,.slider-photos .slick-prev{
  position: absolute;
  left: 50%;
}
.carousel-media .slick-prev,.carousel-media .slick-next,.slider-photos .slick-prev,.slider-photos .slick-next{
  float: left;
  color: #3a405b;
  font-size: 0;
  display: block;
  font-family: "MyriadPro-Regular";
  height: 23px;
  line-height: 23px;
  width: 23px;
  border:0;
  background: none;
  margin-top: 28px;
}
.carousel-media .slick-prev:after,.slider-photos .slick-prev:after{
  content: "<";
  font-size: 9px;
}
.carousel-media .slick-next:after,.slider-photos .slick-next:after{
  content: ">";
  font-size: 9px;
}
.carousel-media .slick-next,.slider-photos .slick-next{
  float:right;
  margin-right: 0;
   position: absolute;
  right: 50%;
}
.carousel-media .slick-dots,.slider-photos .slick-dots{
  float:left;
      margin: 28px auto 0;
    text-align: center;
    width: auto;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}
.carousel-media .slick-dots li,.slider-photos .slick-dots li,.listeVideo .slick-dots li{
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.carousel-media .slick-dots li button,.slider-photos .slick-dots li button,
.listeVideo .slick-dots li button{
   color: #3a405b;
    display: block;
    font-family: "MyriadPro-Regular";
    font-size: 9px;
    height: 23px;
    line-height: 23px;
    width: 23px;
    border:0;
    background: none;
}
.listeVideo .slick-dots li.slick-active button, .carousel-media .slick-dots li.slick-active button,.carousel-media .slick-dots li button:hover,.carousel-media .slick-prev:hover,.carousel-media .slick-next:hover{
   background: #005bb9 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}
.listeVideo .slick-dots li button:hover, .slider-photos .slick-dots li.slick-active button,.slider-photos .slick-dots li button:hover,.slider-photos .slick-prev:hover,.slider-photos .slick-next:hover{
   background: #005bb9 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}
.carousel-media,.slider-photos {
    padding-bottom: 43px;
}
body .ui-selectmenu-button.ui-button
{
  border: 0 none;
  border-radius: 0;
  height: 29px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  background-color: #fff;
  border: 0;
}
body .ui-selectmenu-button.ui-button span{
  color: #212121;
  font-size: 14px;
}
body .ui-button .ui-icon {
    background: rgba(0, 0, 0, 0) url("../img/flesh.jpg") no-repeat scroll center 1px !important;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
}

.item-produits img{
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.item-produits{
    position: relative;
}
.item-produits:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 5px solid #fff;
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.item-produits:hover:before{
    opacity: 1;
}
.item-produits .text-produit{
     -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 2;
}
.item-produits:hover .text-produit{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.item-produits:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.block-filiales .col-xs-6 img,
.block-video .col-md-4 img,
.categories-class{
      -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.categories-class:hover{
    background-position: 0 -100px;
}
.block-filiales .col-xs-6:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#bannier-Editorial.header-mini{
  height: 317px;
}
#bannier-Editorial.header-mini .inner-items{
  padding-top: 46px;
}

@media (min-width:900px){
  .menu-produits .col-xs-6{
    min-height: 350px;
  }
}

.classCharte .vc_column-inner .wpb_wrapper .produits-block .part-container .two-block .col-md-6 h6{
  font-size: 40px;
  color: #005bb9;
}

.classRH .vc_column-inner .wpb_wrapper .produits-block .part-container .two-block .col-md-6 h6{
  color: #005bb9;
}


.HistoireTexteNoir .vc_column-inner .wpb_wrapper #groups-banniers h3 {color: #000000;}
.HistoireTexteNoir .vc_column-inner .wpb_wrapper #groups-banniers li {color: #000000;}
.HistoireTexteNoir .vc_column-inner .wpb_wrapper #groups-banniers h3 span {color: #000000;}





.AinIfrane .vc_column-inner .wpb_wrapper #detais-produits .container .row .produit-call_actions .link-detail a{
  background: #71a822 url(../img/ico/icon-arraw-right-2-white.png) no-repeat 23px 5px; 
}

.QualiteAinIfrane .vc_column-inner .wpb_wrapper #eau-table .inner-table h3{
  color:#95c11f;
}
.QualiteAinIfrane .vc_column-inner .wpb_wrapper #eau-table .container-fluid .row .col-md-6{
  background-color: #eaeebc
}

.OrigineAinIfrane .vc_column-inner .wpb_wrapper #text-organe .origine-title{
    color:#95c11f;
}






.RemoveTraitHaut .block-generator .container{
  border:none !important;
}

/** Amine **/ 

.big ul {
    text-align: center;
    margin: 16px 0;
}

.big li {
    padding: 13px 10px;
    background-color: #f9f9f9;
    margin: 16px auto;
    width: 66%;
    position: relative;
    color: #005bb9;
    border: 1px solid;
}

.big li:not(:last-child)::after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: block;
  font-size: 3rem;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -17px;
  color: #005bb9;
}

.fa-file-pdf-o:before {
  border-right: 1px solid #383838;
  padding-right: 6px;
  margin: 0 3px;
}

#organigramme #bannier-Editorial{
  height:300px;
}



.produit-details .col-md-5 img{
  width: 350px;
}
#detais-produits{
  display:none;
}
#eau-table a{
  display:none;
}


.AddMarginTop100 .inner-items { padding-top: 180px !important;}
/*.galBasPhoto .slick-track{ height: 500px !important;}*/
.galBasPhoto .classMenuTeilHaut .slick-track{ height: 100px !important;}

.displaynone{
  display:none !important;
}

  /*.mobile-slide{
    display: none;
  }*/

/*
@media (max-width: 560px){
  #main-slider{
    display: none;
  }

  .mobile-slide{
      display: block;
      position: relative;
      height: 170px;
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .mobile-slide .read-more{
    float: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 0;
        width: 112px;
  }
}*/






