/*!
 * Copyright 2017 Web aixpérience
 */

/* Font Gotham */
@font-face {
  font-family: 'gotham_htfbook';
  src: url('../vendor/font/gothamhtf-book-webfont.woff2') format('woff2'),
    url('../vendor/font/gothamhtf-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_htfmedium';
  src: url('../vendor/font/gothamhtf-medium-webfont.woff2') format('woff2'),
    url('../vendor/font/gothamhtf-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_htfbold';
  src: url('../vendor/font/gothamhtf-bold-webfont.woff2') format('woff2'),
    url('../vendor/font/gothamhtf-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'gotham_htfbook', Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'gotham_htfbook', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #231f20;
}

h2 {
  font-size: 14px;
  font-family: 'gotham_htfmedium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  margin-bottom: 8px;
}

h3 {
  font-size: 18px;
  font-family: 'gotham_htfbold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  margin-bottom: 16px;
}

h1.error-404 {
  padding: 60px 0 30px 0;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.mb-15 {
  margin-bottom: 15px;
}

.position-relative {
  position: relative;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

p.size14-b,
.actualite-section>div>div>p,
.ficheVin p,
.cepage-section>div>div>p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}

/*.ficheVin p{
  margin:40px 0;
}*/
p.size14-bro,
.encart-actualite>p,
.encart-domaine p,
.ile-section p,
.encart-vignoble p,
.encart-bio p,
.distributeurs p,
.bg-white-smoke p {
  margin: 0 0 30px;
  font-size: 14px;
  color: #231f20;
  line-height: 22px;
}

.actu-hr {
  border-bottom: 1px solid #231f20;
  width: 94px;
  text-align: left;
  float: left;
  margin: 0 0 20px 0;
}

.domaine-hr {
  border-bottom: 1px solid #231f20;
  width: 104px;
  text-align: left;
  float: left;
  margin: 0 0 20px 0;
}

.contact-hr {
  border-bottom: 1px solid #231f20;
  width: 78px;
  text-align: left;
  float: left;
  margin: 0 0 20px 0;
}

.clear {
  clear: both;
}

.btn-scroll {
  position: absolute;
  bottom: 18px;
  left: 49%;
  background: url(../img/arrow-down.png) no-repeat 0px 0px scroll;
  height: 22px;
  width: 40px;
  padding-top: 0px;
  font-size: 20px !important;
  color: #000000;
}

.dropdown-menu#menu1 {
  position: fixed;
  top: 65px;
  /*height of main menu*/
  width: 100%
}

/*.dropdown-menu#menu1 .content-menu1 {width: 68%;  margin:0 16%; padding: 10px 0px; }*/
.dropdown-menu#menu1 .content-menu1 {
  width: 68%;
  margin: 0 auto;
  padding: 10px 0px;
}

.dropdown-menu#menu1 .content-menu1en {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0px;
}

.arrow-caret {
  background: url(../img/arrow-caret.png) no-repeat 0px 0px scroll;
  height: 5px;
  width: 10px;
  display: inline-block;
}

/*  */
.container-hr-gray {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hr-recherche {
  /* couleur : #BFBDBC  */
  width: 100%;
  border-top-color: #BFBDBC;
  margin: 1%;
}

.ou {
  color: #BFBDBC;
}

.titre-cp {
  font-family: 'gotham_htfmedium';
  font-weight: 1000;
}

.form-cp {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-cp {
  border: solid;
  font-weight: 800;
  padding-left: 2rem;
  border-radius: 2px;
  padding-right: 2rem;
  border-color: #D7D6D5;
}

.button-geolocaliser {
  color: black;
  font-weight: bold;
  background-color: white;

}

.button-search-cp {
  color: white;
  font-weight: bold;
  background-color: black;
}

.button-search-cp:hover {
  color: black;
  background-color: white;
}

p span {
  font-family: 'gotham_htfmedium', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 18px;
    color: #231f20;
    text-align: left;
    line-height: 1.6;
  }

}

a {
  color: #231f20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}

.light {
  font-weight: 400;
}

.fd_white {
  background-color: rgba(255, 255, 255, 0.9);
}

.marg-40 {
  margin-top: 40px;
}

.reset-pad {
  padding: 0;
}

.bord-bot {
  border-bottom: 1px solid #000000;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'gotham_htfbook', Helvetica, Arial, sans-serif;
  background-color: black;
}

.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: none;
}

.navbar-custom a {
  color: #000000;
}

.navbar-custom .nav li a {
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  color: rgba(0, 0, 0, 0.8);
  outline: none;
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: none;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
  color: white;
}

.v-sepa {
  padding: 10px 0;
  position: absolute;
  width: 1px;
  height: 22px;
  background: #000;
  top: 30px;
  right: 0;
}

.v-sepa-left {
  padding: 10px 0;
  position: absolute;
  width: 1px;
  height: 22px;
  background: #000;
  top: 30px;
  left: 0;
}

.v-sepa-right {
  padding: 10px 0;
  position: absolute;
  width: 1px;
  height: 22px;
  background: #000;
  top: 30px;
  right: 0;
}

.dropdown:hover .dropdown-menu#menu1 {
  display: block;
}

.navbar-nav.first-nav {
  position: relative;
}

.navbar-nav.second-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
}

.navbar-nav.second-nav img {
  margin-top: -6px;
}

/* .first-nav li.dropdown {position: static;} */


.dropdown-menu#menu1 li {
  display: inline-block;
}

.dropdown-menu#menu1 li a {
  text-transform: initial;
  color: #231f20;
  border-right: 1px solid #000;
  padding: 3px 20px;
}

.dropdown-menu#menu1 li.last a:last-child {
  border-right: 0px
}

.dropdown-menu#menu2 {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  right: 24px;
  min-width: 50px;
  left: initial;
}

.dropdown-menu#menu2>li>a {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 10px;

}

.navbar-nav.second-nav>li>a {
  padding-right: 8px;
  padding-left: 0;
  padding-bottom: 0px;
}

.brand-heading img {
  margin: 0 auto;
}

/* Carrousel */
.nav.nav-pills {
  height: 50px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #231f20;
  background-color: transparent;
  font-size: 4em;
  margin-top: -30px;
}

.nav-pills>li>a {
  font-family: 'gotham_htfbold', Helvetica, Arial, sans-serif;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.un-selectable {
  opacity: 0.7;
}

/*.nav-pills li .sepa-carrousel{
    position: absolute; top:0; left:0; width: 50px; height: 1px; display: block;
}*/
.nav-pills li .sepa-carrousel-right {
  position: absolute;
  top: 17px;
  left: 45%;
  width: 50px;
  opacity: 1;
  display: block;
  border-bottom: 1px solid #000;
}

.nav-pills li .sepa-carrousel-left {
  position: absolute;
  top: 17px;
  right: 45%;
  width: 50px;
  display: block;
  opacity: 1;
  border-bottom: 1px solid #000;
}

.nav-pills li.active .sepa-carrousel-right,
.nav-pills li.active .sepa-carrousel-left {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.nav-pills>li+li {
  margin-left: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #fff;
}

.text-car-1,
.text-car-2 {
  position: absolute;
  display: none;
}

.text-car-1.active,
.text-car-2.active {
  display: block;
}

@media (min-width: 768px) {
  .navbar-custom {
    /*padding: 32px 0;*/
    padding-top: 20px;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    /*padding: 32px 0;*/
    padding-top: 20px;
    background: #ffffff;
    border-bottom: 1px solid #000;
  }

  .navbar-nav>li {
    display: inline-block;
    float: none;
  }

  .navbar-nav>li.navbar-right {
    float: right !important;
  }

  .pos-second-nav {
    position: absolute !important;
    right: 0;
  }

  .navbar-nav {
    float: none;
    vertical-align: top;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .navbar-custom .navbar-header {
    display: none;
  }

  .navbar-custom.top-nav-collapse .navbar-header {
    display: block;
    position: absolute;
    top: 8px;
    z-index: 50;
  }

  .navbar-custom .dropdown-menu#menu1 {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0;
    margin-top: 48px;
  }

  .navbar-custom.top-nav-collapse .dropdown-menu#menu1 {
    background: #ffffff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 48px;
  }


}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat top center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
}

.intro .intro-body .intro-text {
  font-size: 18px;
}

.intro hr.sepa-intro {
  width: 25%;
  margin-top: 50px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}

.points-de-ventes {
  margin: 0 0 10px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .intro .intro-body .brand-heading {
    font-size: 100px;
  }

  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.btn-scroll i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-scroll:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.actualite-section {
  background: url(../img/bg-actualite.jpg) no-repeat center center scroll;
}

.cepage-section {
  background: url(../img/bg-cepages.jpg) no-repeat center center scroll;
}

.ile-section {
  background: url(../img/bg-ile.jpg) no-repeat center center scroll;
}

.actualite-section,
.cepage-section,
.ile-section {
  width: 100%;
  padding: 150px 0;
  color: white;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.social-list {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.encart-pres {
  padding-right: 90px;
}

.encart-domaine {
  padding-right: 100px;
  padding-top: 55px;
}

.encart-oenotourisme {
  padding-right: 100px;
  padding-top: 55px;
}

.encart-contact {
  padding-top: 0px;
}

.encart-contact2,
.encart-contact1 {
  padding: 20px;
}

.encart-contact1 {
  padding-right: 100px;
}

@media (min-width: 767px) {

  .content-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .actualite-section,
  .cepage-section,
  .ile-section {
    padding: 0;
  }

  .content-section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-section-carrousel {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .encart-actu {
    padding: 55px 110px;
  }


  .cta {
    display: table-cell;
    vertical-align: bottom;
  }


}

.btn {
  font-family: 'gotham_htfmedium', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-size: 14px;

}

.btn-default {
  border: 0px;
  color: #231f20;
  background-color: transparent;
  text-align: left;
  display: block;
  padding-left: 0px;
}

.btn-default:hover,
.btn-default:focus {
  border: 0px;
  outline: none;
  color: black;
  background-color: transparent;
}

/* Formulaire Newsletter */
.formulaireNL label {
  width: 100%;
}

.formulaireNL input {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
}

/* Bouton submit newsletter */
#newsletter {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 2%;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-color: #2a2a2a;
  color: #2a2a2a;
  background-image: linear-gradient(45deg, #2a2a2a 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}

#newsletter:hover,
.btn:focus {
  color: #fff;
  outline: 0;
}

#newsletter:hover {
  background-position: 0;
}

.g-recaptcha {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.cta-contacter.btn-default {
  text-align: right;
  padding-right: 0;
}

.cta-carrousel {
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #000;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }

  .dropdown-menu#menu1 .content-menu1 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px;
  }

  .btn-scroll {
    left: 47%;
  }

}

#histoire {
  background: url(../img/bg-histoire.jpg) no-repeat 50% bottom scroll #FFF;
  background-size: cover;
}

ul.nav.navbar-nav.second-nav {
  right: -40px;
}

@media (max-width: 992px) {
  .navbar-nav.second-nav {
    position: fixed;
    margin-right: 20px;
  }

  .navbar-nav.second-nav>li>a {
    padding-top: 4px;
  }

  #histoire {
    background-image: none;
    background-color: #FFF;
  }
}


@media screen and (max-width: 992px) and (min-width: 768px) {

  .dropdown-menu#menu1 {
    width: 100%;
  }

  .dropdown-menu>li>a {
    padding: 3px 10px;
  }

  .encart-domaine {
    padding-right: 20px;
    padding-top: 16px;
  }

  .encart-pres {
    padding-right: 20px;
  }

  footer .mention-text {
    padding-top: 16px !important;
  }

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:focus,
  .nav-pills>li.active>a:hover {
    font-size: 2.5em;
    margin-top: -20px;
  }

  .nav-pills li .sepa-carrousel-right {
    left: 25%;
    width: 40px;
  }

  .nav-pills li .sepa-carrousel-left {
    right: 25%;
    width: 40px;
  }

}

section:target {
  padding-top: 120px;
  margin-top: -120px;
}

.intro-degustations {
  display: flex;
  align-items: center;
  margin-left: 100px;
  text-align: center;
}

.intro-degustations-div {
  display: flex;
  margin: 30px 0 30px 0;
}

@media screen and (max-width: 768px) {
  .intro-degustations {
    display: flex;
    align-items: center;
    margin-left: 5px;
    text-align: center;
  }

  .intro-degustations-div {
    display: block;
    margin: 15px 0 15px 0;
  }
}

.paginat {
  display: block;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 5px;
}

.paginat li {
  display: inline-block;
  position: relative;
  min-width: 20px;
}

.paginat>ul>li:not(:first-child)::before {
  content: '-';
  position: absolute;
  left: -10px;
  top: 0;
}

.paginat a {
  display: block;
  color: #000;
}

.paginat a:hover {
  font-weight: bold;
}

.activePage a {
  text-decoration: underline;
}

.drt {
  padding-right: 110px;
}

.gch {
  padding-left: 110px;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#distributeurs h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

#distributeurs p {
  text-align: left;
}

.flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.bouteille:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* Pour IE */
}

#courtadeBoutique,
#terrassesBoutique,
.bloc-vin-boutique {
  padding-top: 60px;
  padding-bottom: 60px;
}

#courtadeBoutique h2,
#terrassesBoutique h2,
.bloc-vin-boutique h2 {
  text-align: center;
  margin-bottom: 20px;
}

#courtadeBoutique h2 a:hover,
#terrassesBoutique h2 a:hover,
.bloc-vin-boutique h2 a:hover {
  text-decoration: underline;
}

.bloc-vin-boutique ul>li {
  margin-bottom: 15px;
}

.ficheVin>div {
  height: 100%;
}

.menuSelected,
.menuSelected .visible-xs {
  font-weight: bold;
}

.menuSelected img {
  border-bottom: 2px solid #000;
}

.flexVin {
  display: flex;
  flex-direction: column;
  height: 460px;
  padding-bottom: 35px;
}

#choixVin p,
#envoiPanier p {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
  margin: 0;
}

#envoiPanier p.info {
  padding: 0;
  border: 0;
  margin: 25px 0 15px;
}

#envoiPanier p.info a {
  text-decoration: underline;
}

.flexVin a.selected {
  font-weight: bold;
}

.flexAround,
.flexBetween,
.flexCenter {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flexBetween {
  justify-content: space-between;
}

.flexBetween a {
  display: block;
}

.flexCenter {
  justify-content: center;
}

.flexAround {
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .flexVin {
    height: 100%;
  }
}

#popupPanier {
  border: 2px solid #000;
  padding: 10px;
}

#envoiPanier button {
  width: 100%;
  border: 1px solid #000;
  border-radius: none;
  color: #000;
  background: #FFF;
  padding: 5px;
  margin-top: 20px;
}

#envoiPanier button:hover {
  border: 2px solid #000;
  margin-top: 18px;
  font-weight: bold;
}

#panier,
#panier2 {
  margin-top: 30px;
}

#panier>div>.recapPanier {
  border-bottom: 1px solid #000;
}

#panier>div>.recapPanier:nth-child(2) {
  border-top: 1px solid #000;
}

.size14-qte {
  text-align: center;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 22px;
}

.recapPanier {
  justify-content: space-between;
  align-items: center;
}

.recapPanier li,
.recapMini li {
  width: 8%;
  text-align: center
}

.recapPanier li:nth-child(3),
.recapMini li:nth-child(2) {
  width: 60%;
  text-align: left;
}

.recapPanier li:last-child,
.recapMini li:last-child {
  text-align: right;
}

.bottomPanier li {
  width: 30%;
  text-align: right;
}

.bottomPanier li:first-child {
  width: 70%;
}

.footerPanier {
  margin: 20px 0;
}

.footerPanier a,
#popupPanier a,
.buttonPanier {
  display: block;
  padding: 10px;
  color: #000;
  border: 1px solid #999;
  min-width: 200px;
  text-align: center;
}

.footerPanier a:hover,
.buttonPanier:hover {
  text-decoration: none;
  border-color: #000;
  font-weight: bold;
}

.navPanier {
  color: #999;
  min-height: 40px;
  line-height: 40px;
  align-items: center;
}

.navPanier .separateur {
  display: block;
  width: 40px;
  height: 0;
  border-top: 1px solid #000;
}

.etape {
  color: #000;
  font-size: bold;
}

.ope {
  display: block;
  cursor: pointer;
  padding: 10px 0;
}

.ope:hover {
  background: #CCC;
}

#coordonnees input {
  width: 90%;
  padding: 5px 10px;
  margin: 5px 0;
  border: 1px solid #000;
}

.miniRecap {
  border-left: 2px solid #000;
  padding-left: 20px;
}

.red {
  color: #F00;
  font-size: 14px;
}

#panier img {
  max-height: 150px;
  margin: 5px auto;
}

#panier5 .recapMini {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

#panier5 .recapMini img {
  margin: 0 auto;
}

#panier5 .row {
  margin: 0;
}

#panier5 table>tr>td :first-child {
  /*margin:15px;*/
  padding: 15px;
}

#panier5>.container>.row div:nth-child(3) {
  border-left: 1px solid #999;
  height: 183px;
}

#panier button,
#panier4 button,
#panier5 button {
  padding: 10px;
  color: #000;
  background: #FFF;
  border: 1px solid #999;
  min-width: 200px;
  text-align: center;
}

#panier button:hover,
#panier5 button:hover {
  font-weight: bold;
  border: 1px solid #000;
}

.ficheVin img {
  margin: 0 auto;
}

.accueilHisto {
  display: flex;
  align-items: center;
}

#relais,
.relais {
  display: block;
  width: 300px;
}

.flecheDroite,
.flecheGauche {
  position: relative;
}

.flecheDroite::after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999;
  font-size: 2.5em;
  position: absolute;
  right: 5px;
  top: -15%;
}

.flecheGauche::before {
  font-family: FontAwesome;
  content: "\f104";
  color: #999;
  font-size: 2.5em;
  position: absolute;
  left: 5px;
  top: -15%;
}

#mentions a:hover,
#contact a:hover {
  font-weight: bold;
}

.mini {
  font-size: 10px;
}

.liens {
  margin-top: 359px;
  text-align: left;
}

.livraison a {
  text-decoration: underline;
}

.liens a:hover,
.livraison a:hover {
  font-weight: bold;
}

.btnPromo {
  display: block;
  padding: 10px;
  color: #000;
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}

.btnPromo:hover {
  font-weight: bold;
  border-color: #000;
}

#panier .form-control {
  border-radius: 0;
  max-width: 200px;
  margin: 0 0 5px;
}

#panier .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

.alert_no_fr {
  text-align: center;
  text-transform: uppercase;
  color: #F00;
  margin: 15px 0;
  font-size: 14px;
}

.alert_no_fr a {
  font-weight: bold;
  color: #F00;
}

.alert_no_fr a:hover {
  color: #6d6f71;
}


.collapse.navbar-collapse.navbar-main-collapse {
  overflow-x: hidden !important;
}

.navbar-collapse {
  overflow-x: hidden !important;
}

.button-more {
  cursor: pointer;
}

/* POP UP donnees perso */

.modal-perso-data {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
}

.box-content-perso-data {
  background-color: #fefefe;
  margin-top: 10%;
  margin-left: 10%;
  border: 0.6px solid #999999;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.cancelbtn-perso-data {
  padding: 7px 13px;
  border: none;
  cursor: pointer;
  width: 100%;
  float: left;
  background-color: #bfbfbf;
}

.txt-perso-data {
  margin: 3%;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn-signup {
    width: 100%;
  }
}


/* Mobile */

@media (max-width: 767px) {

  .liens {
    margin-top: 10px;
  }

  .encart-contact1 {
    padding-right: 20px;
    text-align: left;
  }

  .navbar-custom {
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    border-bottom: 0px;
  }

  .navbar-custom.top-nav-collapse {
    background: #ffffff;
    border-bottom: 1px solid #000;
  }

  .navbar-collapse {
    border: 0px;
    box-shadow: 0 0 0;
  }

  .navbar-custom .nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-custom .navbar-toggle {
    color: black;
  }

  .navbar-custom.top-nav-collapse .nav-brand {
    background: #ffffff;
    border-bottom: 1px solid #000;
  }

  .navbar-custom .navbar-brand {
    display: none;
  }

  .navbar-brand {
    height: auto;
    padding: 4px;
  }

  .navbar-brand>img {
    width: 80%;
  }

  .fa.fa-bars {
    font-size: 24px;
  }

  .navbar-custom.top-nav-collapse .navbar-brand {
    display: block;
  }

  .navbar-nav.first-nav {
    background: #fff;
  }

  .navbar-nav.second-nav {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    width: 320px;
    margin: 0;
    right: 0 !important;
  }

  .navbar-nav.second-nav>li {
    display: inline-block;
  }

  .navbar-nav .second-nav li.submenu-xs {
    width: 100%
  }

  .navbar-nav .second-nav li.submenu-xs a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-menu#menu1 .content-menu1>li {
    display: block;
  }

  .dropdown:hover .dropdown-menu#menu1 {
    position: absolute;
    top: 10px;
    left: 120px;
    border-radius: 0;
    width: 60%;
    margin-right: 0;
  }

  .dropdown:hover .dropdown-menu#menu1 .container {
    margin: 0;
    padding: 0;
  }

  .dropdown-menu#menu1 .content-menu1 {
    width: 80%;
    margin: 0;
    padding: 0px;
  }

  .dropdown-menu#menu1 .content-menu1>li a {
    border-right: 0;
    padding: 8px 10px 7px 10px;
    display: block;
  }

  .dropdown:hover .dropdown-menu#menu2 {
    display: block;
    position: absolute;
    right: 108px;
    top: 108px;
  }

  .second-nav li .img-size1 {
    width: 33px;
  }

  .second-nav li .img-size2 {
    width: 25px;
  }

  .second-nav li .img-size3 {
    width: 36px;
  }


  .pos-second-nav {
    padding-bottom: 20px;
  }

  .intro {
    height: 100%;
  }

  .v-sepa-left,
  .v-sepa {
    display: none;
  }

  p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.5;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-section-domaine {
    padding-bottom: 30px;
  }

  .content-section-carrousel {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .content-section-contact {
    padding-bottom: 30px;
  }

  .encart-actu {
    text-align: left;
    padding: 20px;
  }

  .encart-domaine {
    padding: 30px 0 0 15px;
    text-align: left;
  }

  .encart-pres {
    padding-right: 15px;
  }

  .adresse-dom {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .encart-contact {
    padding-top: 30px;
  }

  footer {
    padding-left: 15px !important;
  }

  footer .mention-text {
    padding-top: 20px !important;
  }

  footer .legal-mentions {
    padding-top: 8px !important;
    padding-right: 8px !important;
    text-align: right !important;
    font-size: 12px !important;
  }

  footer .personal-data {
    padding-top: 8px !important;
    padding-right: 8px !important;
    text-align: right !important;
    font-size: 12px !important;
  }

  footer .social-footer {
    margin-top: 15px;
  }

  footer .social-footer li {
    width: 44px !important;
  }

  footer .list-footer li a {
    font-size: 12px;
  }

  footer .social-footer li .img-size1 {
    width: 34px;
  }

  /*Caroussel for mobile*/
  .nav-pills>li.active>a,
  .nav-pills>li.active>a:focus,
  .nav-pills>li.active>a:hover {
    font-size: 1.25em;
    margin-top: -0px;
    opacity: 1;
  }

  .nav-pills>li>a {
    font-size: 14px;
    opacity: 0.5;
  }

  .nav-pills li .sepa-carrousel-right,
  .nav-pills li .sepa-carrousel-left {
    display: none;
  }

  .text-car-1,
  .text-car-2 {
    position: relative;
  }

  .btn-scroll {
    left: 45%;
  }

  .nav-arrows .control_prev {
    left: -20px !important;
    top: 44% !important;
  }

  .nav-arrows .control_next {
    right: -30px !important;
    top: 44% !important;
  }

  .navPanier,
  .footerPanier {
    flex-wrap: wrap;
  }

  .navPanier .separateur {
    display: none;
  }

  .footerPanier a {
    width: 80%;
    margin: 10px auto;
  }

  #bloc-bottom-panier {
    display: flex;
    flex-direction: column-reverse;
  }

  /* End mobile*/
}

.adresse-dom {
  font-size: 14px;
  color: #231f20;
  line-height: 24px;
  font-family: 'gotham_htfmedium';
}

.adresse-dom span {
  color: #000000;
  font-family: 'gotham_htfbook';
}


footer {
  padding: 20px 0;
}

footer p {
  margin: 0;
}

footer .list-footer {
  border-left: 1px solid #000000;
  padding-left: 18px;
  text-transform: uppercase;
}

footer .mention-text {
  font-size: 12px;
  color: #6d6f71;
  font-family: 'gotham_htfbook';
  padding-top: 66px;
}

footer .legal-mentions {
  text-transform: uppercase;
  font-size: 13px;
  color: #231f20;
  padding-top: 10px;
  display: block;
  text-align: right;
}

footer .personal-data {
  text-transform: uppercase;
  font-size: 13px;
  color: #231f20;
  padding-top: 8px;
  display: block;
  text-align: right;
}

footer .list-footer li {
  padding: 0 0 12px 0;
}

footer .list-footer li:last-child {
  padding-bottom: 0;
}

footer .social-footer {
  float: right;
}

footer .social-footer li {
  float: right;
  width: 30px;
}

/*
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
*/

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
*/

.scrollpoint {
  opacity: 0;
}

.scrollpoint.active {
  opacity: 1;
}

#panier4 button.cta-paiement {
  border: 0;
  padding: 0;
  margin: 10px 0 30px;
}

#panier4 button.cta-paiement>img {
  margin: 0 10px;
}

.titre-fiche-vin {
  font-size: 3em;
  margin-bottom: 2rem;
  font-family: 'gotham_htfbold', Helvetica, Arial, sans-serif;
  line-height: inherit;
  text-align: center;
}

/* Carousel  */
.nav-arrows .control_prev {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 30px;
  height: 40px;
  background: url(../img/arrow-left.png) no-repeat 0px 0px scroll;
}

.nav-arrows .control_next {
  position: absolute;
  top: 50%;
  right: -55px;
  width: 30px;
  height: 40px;
  background: url(../img/arrow-right.png) no-repeat 0px 0px scroll;
}

section.bloc-vin-boutique:target {
  padding-top: 150px !important;
  margin-top: -90px !important;
}

.gamme-ancre {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  margin: 0;
  justify-content: center;
}

.gamme-ancre>li {
  padding: 0 15px;
  border-right: 1px solid;
  text-align: center;
}

.gamme-ancre>li:last-child {
  border-right: 0;
}

.gamme-ancre>li a.active {
  font-weight: bold;
}

.cta-fiche-tech {
  border: 1px solid #000;
  padding: 5px;
  margin-top: 45px;
  width: 100%;
  display: block;
  max-width: 300px;
  text-align: center;
  transition: none;
}

.cta-fiche-tech:hover {
  border: 2px solid #000;
  margin-top: 43px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  section.bloc-vin-boutique:target {
    padding-top: 110px !important;
    margin-top: -70px !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .nav-arrows .control_prev {
    left: -45px;
  }

  .nav-arrows .control_next {
    right: -55px;
  }
}

@media (max-width: 1024px) {
  .nav-arrows .control_prev {
    left: 5px;
  }

  .nav-arrows .control_next {
    right: -5px;
  }

  #vins .titre-fiche-vin {
    font-size: 2em;
  }

  .gamme-ancre>li {
    border-right: 0;
    border-bottom: 1px solid;
    padding: 10px 15px;
    margin: 0 10px;
  }
}

.map {
  height: 500px;
}

.par {
  margin-bottom: 5px !important;
}

#fondationCarmignac {
  background-image: url("../img/fondationCarmignac.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#activitesInsulaires {
  background-image: url("../img/activites.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#restaurationPage {
  background-image: url("../img/restauration.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-white-smoke {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 55px 20px 20px;
  line-height: 22px;
  font-size: 14px;
}

.decouverte h4 {
  padding-top: 15px;
}

.decouverte h3 {
  padding-top: 15px;
}

#imageOenoVisites {
  background-image: url("../img/visuel-visites.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#imageOenoDegustations {
  background-image: url("../img/visuel-groupes.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#imageOenoGroupes {
  background-image: url("../img/HD-056.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-distributeurs {
  background-image: url(../img/HD-015.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#cont-boutique-vin {
  display: flex;
  flex-wrap: wrap;
}

#cont-boutique-vin>section {
  width: 100%;
}

.descriptif-vin {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

#form-pays-liv {
    border: 1px solid;
    padding: 1.5rem;
    display: inline-block;
    margin-bottom: 2rem;
}

#paysl:disabled {background-color: #d7d7d7;}

.custom-select {
    width: 90%;
    padding: 7px 10px;
    margin: 5px 0;
    border: 1px solid #000;
    background-color: transparent;
}

.d-none {display: none !important;}