@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  --black: #000;
  --white: #fff;
  --primary: #b88917;
  --second: #332b20;
  --back: #4b4132;
  --gris: #616468;
  --third: #616468;
  --mainfont: "Spectral", serif;
  --secondfont: "Spectral", serif;
  --shadow-box: 0px 0px 15px 5px rgba(0,0,0,0.1);
  --shadow-text: 0px 0px 15px rgba(0,0,0,0.1);
  --grey1: rgba(0,0,0,0.03);
  --grey2: rgba(0,0,0,0.06);
  --grey3: rgba(0,0,0,0.09);
  --grey4: rgba(0,0,0,0.12);
  --spacing-size: 50px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: var(--mainfont);
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  background: url(../images/back-trame.jpg) no-repeat fixed top center/cover var(--back);
  color: #fff;


}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important
}


.loader {
  background: var(--second);
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;
  transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;
}
.hiddenLoader{
  transform: translateY(-100%);
}
.loader>div{position:relative}
.loader>div::after {content: "";position: absolute;width: 100%;height: 100%;
top:0;animation: scale 4s ease-in-out 1 forwards;}

@keyframes scale {
  0% {
    right: 0%;

  }
  50% {
    right: -50%;

  }
  100% {
    right: -100%;
  }
}

.lds-roller {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 40px auto;
  opacity: 0.5;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a#down{text-decoration: none; color: #fff; text-transform: uppercase; transition: all 0.4s; font-size: 12px;}
a#down:hover{opacity: 0.4;}
a#down {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
}
a#down span {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.container-cuvee .outofstock {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #eadfcb;
  border-left: 4px solid #b88917;
  border-radius: 12px;
  color: #332b20;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.container-cuvee .outofstock::before {
  content: "⚠ ";
  color: #b88917;
}

.container-cuvee .outofstock small {
  display: block;
  margin-top: 3px;
  padding-left: 18px;
  color: #7a6f61;
  font-size: 11px;
  font-weight: 500;
}
.container-cuvee{margin: 40px auto; width: 1200px; max-width: 100%;}
.container-cuvee .row{align-items: center;}
.box-img-cuvee{display: flex; justify-content: center; align-items: center;}
.box-img-cuvee img{filter: drop-shadow(48px 0px 15px rgba(0, 0, 0, 0.5)); width: 300px; height: 800px; object-fit: contain; max-width: 100%; display: block; margin: 20px auto;}
.box-caption-cuvee>div{ border-radius: 10px; color: #fff; padding: 30px; width: 600px; max-width: 100%; margin: 30px auto;}
.box-caption-cuvee .icone{background: var(--primary); margin-right: 15px; width: 60px; height: 60px; border-radius: 45px; display: flex; justify-content: center; align-items: center;}
.box-caption-cuvee .icone img{display: inline-block;width: 35px; height: 35px; object-fit: contain; filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(105%) contrast(106%);}
.box-caption-cuvee h1 small.sold-out{font-style: italic; font-size: 18px;}
.box-caption-cuvee .cepage{font-size: 23px; font-weight: bold;text-align: center; display: block; margin-bottom: 15px;}
.box-caption-cuvee .dosage{font-size: 23px; font-weight: bold;text-align: center; display: block; margin-bottom: 15px;}
.box-caption-cuvee h3{text-transform: uppercase; font-size: 22px; margin-bottom: 25px;}
.box-caption-cuvee h5{font-size: 18px; text-transform: uppercase; margin-top: 30px;}
.box-caption-cuvee p{font-size: 18px; font-weight: bold;}
.flex-medailles{display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
.flex-medailles img{display: inline-block; width: 80px; height: 80px; object-fit: contain; margin-right: 7px; margin-bottom: 7px;}

.box-caption-cuvee.origine .icone{background: #1e1f36;}
.box-caption-cuvee.esprit .icone{background: #3c5f4c;}
.box-caption-cuvee.rose .icone{background: #761b22;}
.box-caption-cuvee.chardonnay .icone{background: #d6caa0;}
.box-caption-cuvee.pinotnoir .icone{background: #252221;}
.box-caption-cuvee.amelina .icone{background: #ddc9bc;}
.box-caption-cuvee.adonis .icone{background: #a67a3a;}
.box-caption-cuvee.authentique .icone{background: #2a595e;}
.box-caption-cuvee.celebration .icone{background: var(--primary);}

a.link-fix-order{box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1); margin-top: 40px; transition: all 0.4s; display: inline-flex; align-items: center; background: var(--primary); color: #fff; padding: 7px 20px; border-radius: 10px;}
a.link-fix-order:hover{background: var(--second) !important;}
a.link-fix-order .icone-btn{display: inline-block; margin-left: 7px;}

.box-fiche{display: flex; align-items: flex-start; padding: 25px 0px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.box-fiche .descr{width: calc(100% - 75px);}
.box-fiche .descr p:last-child{margin-bottom: 0px;}

#content .bouteille{width: 300px;}

#content{padding: 40px 0px 0px;}

#content .box-content{padding: 60px 0px;}
#content .back-side-primary:before,#content .back-side-primary:after{background: var(--primary);}
#content .back-side-second:before,#content .back-side-second:after{background: var(--second);}
#content .back-side-primary:before,#content .back-side-second:before{margin-top: -120px;}
#content .back-side-primary:after,#content .back-side-second:after{margin-bottom: -120px;}
#content .back-side-primary:before, #content .back-side-primary:after,#content .back-side-second:before, #content .back-side-second:after{content: ''; display: block; width: 100%; height: 120px; transform: skew(-180deg,-2deg); position: relative; z-index: 1; left: 0;}


#content .back-side-primary{background: var(--primary); color: #fff; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); position: relative; margin: 80px auto;}
#content .back-side-second{background: var(--second); color: #fff; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); position: relative; margin: 80px auto;}
#content .back-images{position: relative; overflow: hidden; color: #fff; overflow: hidden;  margin: 80px auto; min-height: 600px; display: flex; align-items: center; justify-content: center;}
#content .back-images .images-fond{position: absolute; z-index: 1; left: 0; top: 0; display: block; width: 100%; height: 100%; object-fit: cover;}
#content .back-images:after{position: absolute; content: ''; z-index: 2; background: rgba(0,0,0,0.8); left: 0; top: 0; display: block; width: 100%; height: 100%;}
#content .back-images div{position: relative; z-index: 3;}

#content .container{width: 1400px; max-width: 100%;}
/*#content .box-img{display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);}*/
#content .box-img img, #content .diapo-content img{width: 100%; max-width: 100%; max-height: 400px; object-fit: cover; display: block;}
#content .box-img.circle{width: 300px; height: 300px; max-width: 100%; border-radius: 100%;overflow: hidden; margin-left: auto; margin-right: auto;}
#content .box-img.circle img{width: 100%; height: 100%;}

#content h1,#content h2,#content h3,#content h4,#content h5{font-weight: 600;}
#content h1{font-size: 40px;}
#content h1 span.color1{color: var(--primary);}
#content h1 small{display: block; text-transform: uppercase; letter-spacing: 3px; font-size: 17px;}
#content h1:after,#content h2:after,#content h3:after{content: ''; display: block; width: 100px; height: 2px; margin: 20px 0px; background: var(--primary);}
#content .back-side-second h1:after,#content .back-side-second h2:after,#content .back-side-second h3:after,#content .back-side-primary h1:after,#content .back-side-primary h2:after,#content .back-side-primary h3:after{background: #fff;}
#content h1.text-center:after,#content h2.text-center:after,#content h3.text-center:after{margin: 20px auto;}
#content h2{font-size: 35px;}
#content h3{font-size: 30px;}
#content h4{font-size: 25px;}
#content h5{font-size: 22px;}

#content h2.text-head{font-size: 15px; line-height: 20px;}
#content h2.text-head:after{display: none;}
#content h2.text-head a{color: #fff; font-weight: bold;}

#content .back-side-second p a,#content .back-side-second p a,#content .back-side-second p a,#content .back-side-primary p a,#content .back-side-primary p a,#content .back-side-primary p a,
#content .back-side-second ul a,#content .back-side-second ul a,#content .back-side-second ul a,#content .back-side-primary ul a,#content .back-side-primary ul a,#content .back-side-primary ul a{color: #fff;}


#content p{font-size: 15px;}
#content p a, #content ul a{color: var(--primary); font-weight: bold; transition: all 0.4s; text-decoration: none;}
#content p a:hover, #content ul a:hover{opacity: 0.4;}
#content ul{padding-left: 15px; margin-bottom: 15px; font-size: 15px;}

#content .table{font-size: 14px; background:rgba(0,0,0,0.05);}
#content .table tr td:last-child, #content .table tr td:nth-child(2){text-align: right; width: 150px;}

#content a.bouton{background: #fff;border: 1px solid var(--primary); color: #000; border-radius: 5px; cursor: pointer; text-transform: uppercase; transition: all 0.4s; display: inline-block;text-decoration: none; padding: 9px 15px; font-size: 15px; text-align: center; margin-bottom: 10px;}
#content a.bouton:hover{background: var(--primary); color: #fff;}

#content .breadcrumb{background: rgba(0,0,0,0); border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; justify-content: center; margin-bottom: 40px;}
#content .breadcrumb-item{font-size: 14px;}
#content .breadcrumb-item a{color: var(--primary); transition: all 0.4s; font-weight: bold; text-decoration: none;}
#content .breadcrumb-item a:hover{opacity: 0.5;}
#content .breadcrumb-item.active{color: #fff;}

#content .bottom-page{margin-top: 0px;}

.page .menubox{margin-top: 0px;}
.page header:before{content: ''; display: block; position: absolute; background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); width: 100%; height: 85%; z-index: 2; bottom: 0px; left: 0;}
.page header{height: calc(100vh - 110px); width: 100%; position: relative; z-index: 99;}
.page .top{background: #282727;}
.page header .container-header{display: flex; align-items: center; justify-content: space-around; position: relative; z-index: 9999; background: var(--second);}
.page header .text-center{display: inline-block;}
.page a#down{display: none;}
.page .logo img{width: 100%; height: 100%; object-fit: contain;}
.page .logo{/*backdrop-filter: blur(5px); border: 2px solid #fff;*/ z-index: 99; border-top: 0px; padding: 30px; width: 260px; height: 230px; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.page .logo>div{padding: 0px;}
.page .caption-header{position: absolute; top: 65%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; padding: 15px; z-index: 3;}
.page .caption-header .titre-page{text-transform: uppercase; font-size: 60px; text-shadow: 0px 0px 10px rgba(0,0,0,0.8); z-index: 3;}
.page .caption-header .titre-page:after{display: block; content: ''; width: 100px; height: 5px; background: var(--primary); margin: 15px auto; border-radius: 30px;}
.page .caption-header h1{text-shadow: 0px 0px 10px rgba(0,0,0,0.8); font-size: 26px;}

@media all and (max-width: 991px) {
  .box-img-cuvee img{width: 260px; height: 340px; max-width: 100%;}
  .gtranslate_wrapper{position: fixed; z-index: 999999; top: 14px; right: 10px;}
  #content h1{font-size: 27px; padding: 0px 15px;}
  #content h2{font-size: 25px;}
  #content h3{font-size: 22px;}
  #content h4{font-size: 20px;}
  #content h5{font-size: 18px;}
  #content .box-content{padding:30px 0px;}
  #content .bouteille{width: 100%;}
}

@media (max-width: 991px) {
  .page .logo{padding: 23px; width: 190px; height: 170px;}
  .page .logo{top: 38px;}
  .page .caption-header .titre-page{font-size: 32px;}
  .page .caption-header h1{font-size: 18px;}
  .page .caption-header{top: 55%;}
  .page header{height: calc(100vh - 50px);}
}

.box-bouteille{display: flex; justify-content: center; align-items: center; padding: 20px 15px 50px;}
.box-bouteille img{width: 275px; max-width: 100%;}
.box-partenaire{padding: 10px 10px}
.box-partenaire>div{background: rgba(0,0,0,0.07); padding: 15px 15px;}
.container-bouteille{display: flex; flex-wrap: wrap;}
.container-bouteille .bouteille a{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; position: relative;}
.container-bouteille .bouteille{margin: 10px 0px;}
#content .container-bouteille .bouteille h2{position: absolute; padding: 15px; display: block; width: 100%; text-align: center; z-index: 4; color: #fff; text-align: center; font-weight: 500; text-shadow: 0px 0px 7px rgba(0,0,0,0.4);}
#content .container-bouteille .bouteille h2:after{margin: 10px auto;}
#content .container-bouteille .bouteille h2 span{display: block; font-weight: bold;}
.container-bouteille .bouteille .box-img{width: 100%; height: 300px; overflow: hidden; position: relative;}
.container-bouteille .bouteille a:hover .box-img:before{opacity: 0.95;}
.container-bouteille .bouteille a:hover .box-img img{transform: scale(1.1) translate(-50%,-50%);}
.container-bouteille .bouteille .box-img:before{content: ''; display: block; transition: all 0.4s; width: 100%; height: 100%; opacity: 0.6; background: rgba(0,0,0,1); position: absolute; left: 0; top: 0; z-index: 3;}
.container-bouteille .bouteille .box-img img{position: absolute; transition: all 0.4s; left: 50%; top: 50%; transform: translate(-50%,-50%); min-width: 100%; min-height: 100%; z-index: 2;}


.header {
  width: 100%;
  position: relative;
  margin: 0;
  z-index: 3;
}



.footer-block {
  background: rgba(0,0,0,0.2);
  padding: 25px 20px !important;
  margin: 100px auto 0px;
  max-width: 1440px;
}

.block-footer {
  max-width: 1440px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.block-cordonnee {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4f5860;
}

.block-cordonnee img {
  transition: 0.3s ease all;
}

.block-cordonnee a:hover img {
  transform: scale(0.9)
}

.link-contact {}

.block-cordonnee>div:first-child {}

.block-cordonnee img {
  transition: 0.3s ease all;
}

.block-cordonnee span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
}

.banner>div {
  animation: zoom 8s ease infinite alternate;
  background-position: center;
  background-size: cover;
  transform: scale(1.1);
  width: 100%;
  height: 100%;
}
.banner .slider-home{background: #000;}
.banner .slider-home img{opacity: 0.8;}
.banner, .banner .slider-home img {
  overflow: hidden;
  height: 690px;
  position: relative;
  object-fit: cover;
  width: 100%;
}


@keyframes zoom {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.0);

  }
}

.banner img {
  max-width: 100%;
  opacity: 0;
}


.banner img {
  max-width: 100%;
  opacity: 0;
}


.block-cordonnee>div {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0px 45px;
}

.block-cordonnee>div .d-flex {
  gap: 0px 40px;
}

.right-top {
  gap: 0px 25px;
}

.block-cordonnee>div:first-child {
  gap: 0px 25px;
}

.right-top .phone {
  color: #fff !important;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: block;
  text-align: right;
  font-weight: 600;
  padding-right: 0;
}

.right-top .phone:first-child:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: var(--primary);
  right: -27px;
  top: 9px;
}


.logo {
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
}

.logo a {
  display: table;
  margin-bottom: 0;
  overflow: hidden;
}

.logo>div {
  position: relative;
  display: table;
  margin: 0 auto;
/*    backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(10px);*/
z-index: 2;
padding: 65px 50px;
/*background: rgba(255,255,255,0.2);*/
/*box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);*/
}

/*.logo>div:before {
    content: "";
    background: url(../images/coin1.png) no-repeat;
    width: 77px;
    height: 108px;
    position: absolute;
    left: -25px;
    top: -25px;
}

.logo>div:after {
    content: "";
    background: url(../images/coin2.png) no-repeat;
    width: 77px;
    height: 108px;
    position: absolute;
    right: -25px;
    bottom: -25px;
    }*/

    .logo img {
      filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.8));
      position: relative;
      z-index: 1;
      max-width: 100%;
    }


    /* end header */


    /* menu */

    .navbar-nav .nav-item {
      display: block;
      transition: 0.5s ease all;
      position: relative;
    }



    .dropdown-item {
      transition: 0.5s ease all;
      color: #fff;
      padding: 10px 20px;
      font-size: 17px;
      font-weight: 600;
    }

    .dropdown-item:hover {
      background: var(--back);
      color: #fff;
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
      display: block;
    }

    .dropdown-menu {
      left: 0;
      background: var(--primary);
      border: 0;
      border-radius: 0;
      margin: 0;
      padding: 0;
    }

    .fixed .dropdown-menu {
      top: 100%;
      bottom: initial;
    }

    .page .navbar-nav .nav-item:last-child {
      margin: 0
    }

    .navbar .navbar-nav .nav-item .nav-link {
      padding: 16px 20px;
      white-space: nowrap;
      transition: 0.3s ease all;
      font-size: 18px;
      text-align: left;
      font-weight: 500;
      color: #fff;
      position: relative;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      gap: 0px 5px;
      text-shadow: 1px 1px 4px #0000009e;
    }

    .navbar .navbar-nav .nav-item .nav-link:hover {
      background: #fff;
      color: #000;
    }

    .navbar .navbar-nav .nav-item:hover .nav-link {
      background: var(--second);
      color: #fff;
    }

    .navbar .navbar-nav .nav-item:first-child {
      background: none;
    }

    .navbar .navbar-nav .nav-item .nav-link:after {
      z-index: 1
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link:before {
      opacity: 0
    }


    .navbar .navbar-nav .nav-item:last-child .nav-link:after {
      display: none
    }

    .navbar .navbar-nav .nav-item .nav-link:hover:before {
      width: 100%;
    }


    .navbar-nav .nav-item:hover>.nav-link:before {
      width: 100%;
      opacity: 1 !important
    }

    .bloc-menu.fixed .btn-menu {
      display: table;
    }


    .bloc-menu {
      display: none;
      margin-right: 15px;
      position: relative;
      left: 45px;
      cursor: pointer;
      z-index: 10;
      transition: 0.3s ease all;
    }

    .btn-menu {
      display: table;
      margin: 0 auto;
      position: relative;
      transition: 0.3s ease all;
    }

    .btn-menu:hover {
      transform: rotate(180deg);
    }


    .menubox {
      transition: 0.3s ease all;
      padding: 0;
      width: 100%;
      z-index: 99999;
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 14px auto 0px;
      background: var(--primary);
      background-size: cover;
    }

    .menubox.activemenu {
      transform: none;
    }

    .menubox.fixed {
      top: 0;
      position: fixed;
      background: var(--primary);
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      left: 0;
      bottom: initial;
    }

    .inner-menubox {
      transition: 0.3s ease all;
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
    }

    .fixed .inner-menubox {
      border: none;
    }

    .navbar {
      padding: 0;
      position: relative;
      z-index: 1;
      background: none !important;
    }

    .navbar-nav {
      margin: 0px !important;
      padding: 12px 15px;
      z-index: 9;
      width: 100%;
      flex-wrap: wrap;
    }

    .navbar-nav:last-child {
      padding: 0;
      justify-content: space-around;
      position: relative;
      margin: 0 auto !important;
    }




    /****** end menu ***/

.axo-slide-style .slick-prev, .axo-slide-style .slick-next{position: absolute; transition: all 0.4s; top: 50%; z-index: 99; background: var(--primary); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.axo-slide-style .slick-prev:hover,.axo-slide-style .slick-next:focus,.axo-slide-style .slick-prev:focus, .axo-slide-style .slick-next:hover{background: #000;}
.axo-slide-style .slick-prev{left: 0px;}
.axo-slide-style .slick-next{right: 0px;}
.axo-slide-style .slick-dots{bottom: 0px; left: 0px; padding: 0px;}
.axo-slide-style .slick-dots li{padding: 0px; margin: 0px;}
.axo-slide-style .slick-dots li button{display: flex; justify-content: center; align-items: center; padding: 0px;}
.axo-slide-style .slick-prev:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053" !important;}
.axo-slide-style .slick-next:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important;}
.axo-slide-style .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%);}
.axo-slide-style .slick-dots li button:before{background: #fff; border: 1px solid var(--primary); content: '' !important; display: block; width: 11px !important; height: 11px !important; border-radius: 15px; opacity: 1 !important;}
.axo-slide-style .slick-dots li.slick-active button:before{background: var(--primary);}
.axo-slide-style a{outline: none; text-decoration: none;}

.forme-img{position: relative;}
.forme-img .slider-home2{margin-bottom: 0px !important;}
.forme-img .slider-home2 .slick-dots{bottom: 10px;}
.forme-img .slider-home2 img{display: block; margin: 0px auto; width: 350px; max-width: 100%; height: 480px; object-fit: cover; filter: sepia(100%);}
/*.forme-img img:first-child{width: 50%; max-width: 100%; display: block; height: 250px; object-fit: cover; padding-right: 7.5px; object-position: top center;}
.forme-img img:nth-child(2){position: relative; width: 50%; margin-top: 190px; height: 250px; object-fit: cover; object-position: top center; padding-left: 7.5px;}
 */   /* SECTION CUVÃƒÆ’Ã¢â‚¬Â°ES */

.page a.box-cuvee h4{margin-top: 0px;}

.flex-cuvee{padding: 30px 0px; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; width: 100%; margin: 0px auto; width: 1440px; max-width: 100%;}
a.box-cuvee{display: inline-flex; width: calc((100% / 4) - 30px); max-width: 100%; flex-wrap: wrap; flex-direction: column; text-decoration: none; justify-content: center; align-items: center; padding: 15px; margin: 15px;}
a.box-cuvee img{display: inline-block; transition: all 0.4s; filter: drop-shadow(48px 0px 15px rgba(0, 0, 0, 0.5)); margin-bottom: 15px; width: 100%; height: 450px; max-width: 100%; object-fit: contain; object-position: bottom center;}
a.box-cuvee h4:before{transition: all 0.4s; content: ''; display: block; width: 2px; height: 40px; background: var(--primary); margin: 0px auto 20px;}
a.box-cuvee:hover h4:before{height: 60px;}
a.box-cuvee h4{display: block; text-align: center; font-size: 22px; color: #fff; text-transform: uppercase; margin-top: 67px;}
a.box-cuvee h4 small{display: block; text-transform: none;}
a.box-cuvee:hover img{filter: drop-shadow(30px 0px 15px rgba(0, 0, 0, 0.3));}
a.box-cuvee .box-slider{width: 100%; display: block; max-width: 100%;}

a.box-cuvee .box-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

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

.cuvee-name {
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: -105px;
  transform: translateX(-50%) translateY(-12px);
  width: 220px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: var(--second);
  padding: 7px 10px; border-radius: 5px;
  font-weight: 500;
  text-align: center;
  z-index: 99;
  opacity: 0;
  margin-top: 18px;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.cuvee-bottle.active .cuvee-name {
  opacity: 1;
  transform: translateX(-50%) translateY(-18px);
}

.cuvee-bottles {
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 450px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cuvee-bottle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.78);
  opacity: 0.65;
  z-index: 1;
  transition: transform 0.45s ease, opacity 0.45s ease, z-index 0.45s ease;
}

.cuvee-bottle img {
  display: block;
  width: 180px;
  height: 450px;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(30px 0px 15px rgba(0, 0, 0, 0.3));
  transition: filter 0.45s ease;
}

.cuvee-bottle.active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 3;
}

.cuvee-bottle.active img {
  filter: drop-shadow(48px 0px 15px rgba(0, 0, 0, 0.5));
}

.cuvee-bottle.prev {
  transform: translateX(-115%) scale(0.72);
  opacity: 0.65;
  z-index: 2;
}

.cuvee-bottle.next {
  transform: translateX(15%) scale(0.72);
  opacity: 0.65;
  z-index: 2;
}
    .cuvees-section {
      color: white;
      text-align: center;
      padding: 60px 20px;
      margin-bottom: 50px;
    }

    .title {
      font-size: 38px;
      color: var(--primary);
      font-style: italic;
      transition: all 0.3s ease;
      cursor: pointer;
      margin: 0;
    }

    /* Hover effet titre */

    .subtitle {
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: 300;
    }

    .bottles {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      gap: 40px 0px;
    }

    .bottle {
      border-right: 2px solid #7d8085;
      padding: 30px 30px;
    }

    .bottle:last-child {
      border: none
    }

    .bottle img {
      transition: all 0.3s ease;
    }

    /* Hover effet bouteilles */
    .bottle:hover img {
      transform: translateY(-10px) scale(1.05);
    }

    /* SÃƒÆ’Ã¢â‚¬Â°PARATEUR */
    .separator img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
    }

    /* SECTION LOGOS */
    .logos-section {
      padding: 40px 20px;
      margin-top: 80px;
    }

    .logos {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 60px;
      flex-wrap: wrap;
    }

    .logos img {
      transition: all 0.3s ease;
    }

    /* Hover logos */
    .logos img:hover {
      opacity: 1;
      transform: scale(1.1);
    }

    .container {
      width: 100%;
      max-width: 100%;
      margin: auto;
      padding: 0;
    }

    .header {}

    h1 {
      font-size: 40px;
      margin: 10px 0;
    }

    .gallery-section {
      padding: 80px 0;
      width: 830px;
      max-width: 100%;
      margin: 0 auto;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 30px;
      align-items: start;
      margin: 0 auto;
    }

    .gallery-grid .img {
      overflow: hidden
    }

    .gallery-grid .img>div {
      max-width: max-content !important
    }

    /* Images */
    .img img {
      max-width: 100%;
      display: block;
    }

    /* Positionnement style design */
    .img1 {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 30px;
    }

    .img2 {
      margin-bottom: 30px;
    }

    .img3 {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
      display: flex;
      justify-content: flex-end;
    }

    /* Texte */
    .gallery-text {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      max-width: 400px;
      border-left: 3px solid #fff;
      margin-top: 30px;
      padding: 25px 20px;
    }

    .gallery-text a {}

    .gallery-text a {
      transition: 0.3s ease all;
      display: block;
      margin-bottom: 14px;
    }

    .gallery-text a:hover {
      transform: translateX(10px);
    }

    .experiences {
      text-align: center;
      padding: 0;
      max-width: 1440px;
      margin: 50px auto;
      background: url(../images/back.jpg);
      position: relative;
      overflow: hidden;
      padding: 200px 0px;
      background-attachment: fixed;
    }

    .experiences:before {
      content: "";
      width: 100%;
      position: absolute;
      height: 129px;
      background: var(--back);
      top: -62px;
      right: 0;
      transform: skewY(3deg);
    }

    .experiences:after {
      content: "";
      width: 100%;
      position: absolute;
      height: 129px;
      background: var(--back);
      bottom: -62px;
      right: 0;
      transform: skewY(-3deg);
    }

    /* Grid */
    .experiences .grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1240px;
      margin: 0 auto;
    }

    /* Card */
    .card {
      transition: transform 0.3s ease;
      border: none;
      padding: 0;
      width: calc(100% / 2);
      flex: calc(100% / 2);
      max-width: 570px;
      margin-bottom: 50px;
      background: none;
      padding: 0px 15px;
    }

    .card:hover {
      cursor: pointer;
    }

    /* Image circle */
    .img-box {
      margin: 0 auto 20px;
      position: relative;
      overflow: hidden;
    }

    .img-box:before {
      content: "";
      transition: 0.3s ease all;
      height: 100%;
      position: absolute;
      width: 0%;
      left: 0;
      top: 0;
      background: #686a6d2e;
      z-index: 2;
      backdrop-filter: blur(2px);
    }

    /* Image */
    .img-box img {
      max-width: 100%;
      transition: 0.3s ease all;
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .img-box:hover img {
      transform: scale(1.1);
    }

    .img-box:hover:before {
      width: 100%;
    }



    /* Text */
    .card h3 {
      color: var(--primary);
      font-size: 45px;
      font-weight: 400;
      text-align: left;
      transition: 0.3s ease all;
      font-style: italic;
      margin: 0;
      border-left: 2px solid #fff;
      padding-left: 15px;
      line-height: 1;
    }

    .card:hover h3 {}

    .card:hover h3 {
      letter-spacing: 4px;
    }

    .card p {
      font-size: 18px;
      color: #fff;
      line-height: 1.5;
      margin: 0;
      font-weight: 300;
      text-align: left;
      border-left: 2px solid #fff;
      padding-left: 15px;
      position: relative;
      padding-bottom: 5px;
    }

    .card:hover p {
      color: var(--primary)
    }

    .card p:after {
      content: "";
      width: 50px;
      position: absolute;
      height: 2px;
      background: #fff;
      left: 18px;
      bottom: 0px;
      transition: 0.3s ease all;
    }

    /* Responsive */
    .card:hover p:after {
      width: 88%;
      background: var(--primary);
    }

    @media (max-width: 992px) {
      .grid {
        flex-direction: column;
      }

      .card h3 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 0;
        border: none;
        padding: 0;
      }

      .dropdown-menu {
        background: var(--back);
        text-align: center;
      }

      .dropdown-item {
        padding: 5px 15px;
        white-space: normal;
      }

      .card p {
        text-align: center;
        padding: 0;
        border: none;
      }

      .card p:after {
        position: relative;
        margin: 0 auto;
        display: block;
      }

      .gallery-section {
        max-width: 330px;
        margin: 0 auto;
      }

      .gallery-grid {
        display: flex;
        flex-direction: column;
        gap: 20px 0px;
        text-align: center;
      }

      .card {
        width: 100%;
        max-width: 420px;
        flex: 100%;
        padding: 0;
        margin: 0 auto 50px;
        text-align: center;
      }
    }

    @media (max-width: 600px) {
      .experiences .grid {
        padding-top: 25px;
      }

      .card h3 {
        padding: 0;
      }

      .card p {
        padding: 0px 15px;
      }
    }

    .flex-block-2 {
      max-width: 1200px;
      margin: 150px auto 150px;
    }

    .flex-block-2 .col-12 {
      padding: 0px 25px;
    }

    .forme-img {
      position: relative;
      max-width:100%;
      width: 100%;
      margin: 0 auto;
    }

    .forme-img:before {
      content: "";
      background: url(../images/forme.jpg) no-repeat center/contain;
      width: 51px;
      height: 170px;
      position: absolute;
      top: -135px;
      right: 115px;
      z-index: 1;
    }

    .forme-img:after {
      content: "";
      background: url(../images/forme.jpg) no-repeat center/contain;
      width: 51px;
      height: 170px;
      position: absolute;
      bottom: -136px;
      left: 110px;
      z-index: 1;
    }

    .ukiyo {
      object-fit: contain !important;
    }

    .flex-block-2 p {
      font-size: 18px;
      line-height: 1.4;
      display: block;
      text-align: justify;
      color: #fff;
      font-weight: 400;
      margin-bottom: 15px;
    }

    .flex-block-2 p i {
      color: var(--primary);
      display: block;
      padding-top: 30px;
    }

    .flex-block-2 p:last-child {
      font-style: italic;
      font-weight: 300;
    }

    .flex-block {
      position: relative;
      transition: 0.5s ease all;
      background-size: cover;
    }

    .flex-block h1 {
      font-size: 28px;
      margin: 0;
      font-weight: bold;
      font-weight: 900;
      margin: 0 auto;
    }

    .flex-block h1 {
      font-size: 70px;
      font-weight: 900;
      display: block;
      line-height: 1;
      margin: 0;
      color: var(--primary);
      margin-bottom: 60px;
      padding-left: 15px;
    }

    .flex-block h1 b {
      font-size: 40px;
      display: block;
      line-height: 0.9;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .flex-block h1>span {
      font-size: 28px;
      display: block;
      font-weight: 400;
      margin: 0px 0px 11px;
    }

    .flex-block h1 span:after {
      content: ""
    }

    .flex-block h1:after {
      content: "";
    }

    .flex-block>div {
      display: flex;
      margin: 0 auto;
      flex-wrap: wrap;
      padding: 0;
      position: relative;
      z-index: 2;
      color: #4f5860;
    }

    /* Text block */


    img {
      transition: 0.3s ease all;
    }


    .text {
      max-width: 1440px;
      margin: 0px auto 0px;
      padding: 0px 15px 0px;
      position: relative;
      z-index: 2;
    }

    .textdiv {
      margin: 0px auto 0px;
      padding: 50px 30px 100px;
      line-height: 31px;
      font-size: 18px;
      text-align: justify;
      position: relative;
      z-index: 1;
      font-weight: 300;
    }

    .link-contact {
      display: table;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      transition: 0.3s ease all;
      border-bottom: 1px solid #fff;
      text-transform: uppercase;
    }

    .link-contact:hover {
      letter-spacing: 1px;
      color: #fff !important;
    }

    /****** end Contact ***/


    .footer-ico {
      display: block;
      max-width: 120px;
      filter: brightness(0) saturate(100%) invert(89%) sepia(72%) saturate(1184%) hue-rotate(313deg) brightness(111%) contrast(84%);
    }



    /****** footer ***/
    .boxfooter {
      overflow: hidden;
      padding: 24px 10px;
      z-index: 1;
      position: relative;
      margin: 0 auto 50px;
      max-width: 1440px;
    }

    .footerlink {
      color: #d0d0d0;
      font-size: 10px;
      font-family: verdana;
      text-align: right;
    }

    .footerlink ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: inline-block;
    }

    .footerlink ul li {
      display: inline-block;
    }

    .footerlink ul li a {
      text-decoration: none !important;
      transition: 0.3s ease all;
      color: var(--primary);
      padding: 0px 10px;
      font-size: 12px;
    }

    .footerlink ul li a:hover {
      color: #fff;
    }

    .inlineblock {
      display: inline-block;
    }

    .footerlink ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
      background: none;
    }

    .boxfooter>div {
      width: 100%;
      margin: 0;
      align-items: center;
    }


    /****** footer ***/

    @media (max-width: 1280px) {

a.box-cuvee img{width: 120px; height: 320px;}

      .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        font-size: 15px;
        padding: 10px 10px;
      }

      .navbar-nav:after {
        height: 100%;
      }

      .logo img {
        max-width: 350px;
      }
    }

    @media (min-width:991px) {
      .navbar-expand-lg .navbar-collapse {
        display: block !important;
      }

      .page .logo img {
        max-width: 250px;
      }

      .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block
      }

      .page .banner,.page .banner .slider-home img {
        height: 350px;
      }

      .navbar-nav .nav-item.dropdown .dropdown-menu {
        background: var(--second);
        border: none;
        border-radius: 0px;
        margin: 0;
        padding: 0;
      }

      .dropdown-item {
        color: #fff;
        font-size: 14px;
        padding: 10px 15px;
      }

      .dropdown-item:focus,
      .dropdown-item:hover {
        background: var(--primary);
        color: #fff;
      }
    }


    @media (max-width: 1024px) {

      .link-contact {}


    }

    @media (max-width: 992px) {
      .forme-img{overflow: hidden;}
      .cuvee-bottles{height: 320px;}
      a.box-cuvee{width: 300px; max-width: 100%;}
      .block-cordonnee{display: none;}
      .flex-block>div {
        flex-direction: column;
      }

      .back2 {
        margin-bottom: 50px;
      }

      .flex-block>div .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
        text-align: center;
      }

      .gallery-text {
        border: none
      }

      .flex-block-2 p {
        text-align: center;
        padding: 0px 15px;
      }

      .experiences {
        margin: 0 auto;
        background-attachment: initial;
        padding: 110px 15px;
      }

      .link-contact {
        margin: 0 auto;
      }

      .navbar .navbar-nav .nav-item .nav-link:before {
        display: none
      }

      .navbar {
        padding: 0px
      }

      .navbar-nav:after {
        display: none
      }

      .navbar-nav .nav-item .nav-link {
        text-align: left
      }

      .inner-menubox {
        padding: 0;
        background: none;
        left: 0;
        width: 100%;
        border: none;
        max-width: 100%;
      }

      .collapse:not(.show) {
        display: block;
      }

      .navbar-nav {
        align-items: center;
        flex-direction: column;
      }

      .navbar-nav:first-child {
        padding-bottom: 0;
      }

      .menubox.fixed .navbar-nav {
        flex-direction: column;
      }

      .navbar-nav:last-child {
        background: none;
        max-width: 100%;
        margin: 0 !important;
        padding-top: 0;
        border: none;
      }

      .navbar-nav .nav-item:after {
        display: none
      }

      .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 10px;
        font-size: 14px;
        color: #000;
        border: none;
        text-shadow: none;
      }

      .navbar .navbar-nav .nav-item {
        background: none;
        display: block;
      }

      .navbar .navbar-nav .nav-item:hover {
        background: var(--second);
      }

      .navbar .navbar-nav .nav-item:hover .nav-link {
        background: var(--second);
        color: #fff;
      }

      .navbar-nav .nav-item:before,
      .menubox:before,
      .menubox:after {
        display: none
      }

      .navbar-nav:last-child:before {
        display: none
      }

      .menubox {

        width: 100%;

        top: 58px !important;

        border: none;

        background: var(--primary) !important;

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        z-index: 99999;

        max-width: 100%;

        transform: translateX(-100%);

        transition: 0.3s ease all;

        bottom: initial;

        padding: 50px 20px 0px !important;

        margin: 0;

        height: 100%;

        display: block;

      }

      .menubox.activemenu {
        transform: none;
      }

      .logo img {
        max-width: 100%;
      }

      .logo {
        width: 100%;
        left: 0;
        padding: 0;
        margin-bottom: 0;
      }

      .logo:after,
      .logo:before {
        display: none;
      }

      .banner, .banner .slider-home img {
        height: 450px;
      }

      .logo a:first-child img {
        display: block;
        margin: 0 auto;
        max-width: 181px;
      }

      .logo>div {
        padding: 35px;
      }

      .block-cordonnee .right-top {
        display: none;
        padding: 10px;
      }

      .block-footer .block-cordonnee {
        display: flex;
        flex-direction: column;
        gap: 15px 0px;
        padding-bottom: 40px !important;
      }

      .block-cordonnee span {
        text-align: center;
        font-size: 14px;
        letter-spacing: 0px;
      }

      .block-cordonnee>div {
        flex-direction: column;
        gap: 15px 0px;
      }

      .inner-menubox:after {
        display: none
      }

      .menubox:after {
        display: none
      }

      .header {
        position: relative;
        top: 0;
        margin-top: 58px;
        max-height: initial;
        border: none;
        margin-bottom: 0;
        display: block;
        background-position: top;
        padding: 0;
      }

      .textdiv {
        padding-top: 0;
      }

      .bloc-menu a {
        display: table;
        padding: 0;
        top: 11px;
        left: 11px;
        position: relative;
        margin: 0;
      }

      .btn-menu:after {
        display: none
      }

      .bloc-menu.fixed {
        left: 0;
        top: 0;
        box-shadow: none;
        border-radius: 0;
      }

      .bloc-menu {
        top: 0;
        left: 0;
        width: auto;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 58px;
        overflow: hidden;
        z-index: 99999;
        display: block;
        animation: none !important;
        background: var(--primary);
      }

      .bloc-menu.fixed .btn-menu {
        margin: 0;
        padding: 0;
        background: none;
        box-shadow: none;
      }

      .bloc-menu img {
        position: relative;
        left: 0;
        top: 0;
        width: 40px;
      }

      .btn_scroll {
        display: none
      }

      .header:before {
        display: none
      }

      .header:after {
        display: none
      }

      .flex-block-2 {
        margin: 0 auto;
        padding: 40px 0px 60px;
      }

      .flex-block h1 b {
        text-align: center;
        font-size: 25px;
        margin: 0px 0px 5px;
        padding: 0px 15px;
      }

      .flex-block h1 span:after {
        display: none;
      }

      .flex-block h1>span {
        text-align: center;
        background: none;
        margin-bottom: 9px;
      }

      img {
        max-width: 100%
      }

      .flex-block h1 {
        text-align: left;
        margin-bottom: 30px;
        padding: 0;
      }

      .back2>div {}
    }

    @media (max-width: 767px) {
      .bottle {
        border: none
      }

      .footerlink {
        text-align: center;
      }

      .footerlink ul {
        display: flex;
        flex-direction: column;
      }

      .menubox:after {
        display: none;
      }

      .logo img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
      }

      .logo a {
        margin: 0px;
      }

      .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 120px;
      }
    }


@media (max-width: 560px) {
              .forme-img:before {
right: 60px;
    }

    .forme-img:after {
      left: 60px;
    }
  }