/* CSS Document */
body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  margin: 0px;
}

p {
  margin: 0 0 24px 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 0;
}

h3 {
  margin-top: 0;
}

h4 {
  margin-top: 0;
}

h5 {
  margin-top: 0;
}

h6 {
  margin-top: 0;
}

h7 {
  margin-top: 0;
}

h8 {
  margin-top: 0;
}

h9 {
  margin-top: 0;
}

h10 {
  margin-top: 0;
}

a, a:active, a:visited, a:hover, [type="submit"] {
  text-decoration: none;
  color: inherit;
  -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;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover, [type="submit"]:hover {
  opacity: 0.5;
  cursor: pointer;
}

.right {
  text-align: right;
}

.reset {
  clear: both;
}

.resp {
  display: none;
}

.pas-resp {
  display: block;
}

nav {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 5px;
  z-index: 9999;
}

.smallogo {
  height: 66px;
  width: auto;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0;
  -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;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.smallogo.show {
  opacity: 1;
}

.smallogo img {
  height: 100%;
  width: auto;
}

.current_page_item {
  font-weight: 500;
}

.lang {
  text-transform: uppercase;
}
.lang ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.lang li {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: auto;
}
.lang li:after {
  content: '/';
  margin-right: 5px;
  margin-left: 3px;
  font-weight: 100;
}
.lang li:after, .lang li.wpml-ls-item-en {
  opacity: 0;
}
.lang li:last-child:after {
  margin-right: 0px;
  margin-left: 0px;
  content: '';
}
.lang .wpml-ls-display {
  display: none;
}
.lang .wpml-ls-current-language {
  font-weight: 500;
}
.lang .wpml-ls-legacy-list-horizontal a {
  display: initial;
}
.lang .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0px;
}
.lang .wpml-ls-legacy-list-horizontal a span {
  vertical-align: baseline;
}
.lang .wpml-ls-legacy-list-horizontal a {
  padding: 0px;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  text-transform: uppercase;
}
.menu li {
  margin-right: 50px;
  position: relative;
  float: left;
}

.burger {
  position: absolute;
  right: 20px;
  top: 30px;
  display: none;
}

.menu-resp {
  display: block;
}

.header-logo {
  display: block;
}

.pos-rel {
  position: relative;
  float: left;
  width: 100%;
}

h1 {
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  left: 550px;
  top: 210px;
  margin-bottom: 0px;
}

.panier {
  opacity: 0;
}

.footer {
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
}

.automne nav {
  color: #e93d4b;
}
.automne .current_page_item, .automne .active {
  color: #90353a;
}
.automne h1 {
  color: #90353a;
}

.hiver nav {
  color: #e93d4b;
}
.hiver .current_page_item, .hiver .active {
  color: #374a82;
}
.hiver h1 {
  color: #374a82;
}

.printemps nav {
  color: #e93d4b;
}
.printemps .current_page_item, .printemps .active {
  color: #577127;
}
.printemps h1 {
  color: #577127;
}

.ete nav {
  color: #a4b8e1;
}
.ete .current_page_item, .ete .active {
  color: #374a82;
}
.ete h1 {
  color: #374a82;
}

.nodot .slick-dots {
  display: none;
}

.container {
  width: 1204px;
  margin: 0 auto;
}

.top-nav {
  margin-top: 72px;
}

.col-1 {
  position: relative;
  float: left;
  width: 82px;
  margin-right: 20px;
}

.col-2 {
  position: relative;
  float: left;
  width: 184px;
  margin-right: 20px;
}

.col-3 {
  position: relative;
  float: left;
  width: 286px;
  margin-right: 20px;
}

.col-4 {
  position: relative;
  float: left;
  width: 388px;
  margin-right: 20px;
}

.col-5 {
  position: relative;
  float: left;
  width: 490px;
  margin-right: 20px;
}

.col-6 {
  position: relative;
  float: left;
  width: 592px;
  margin-right: 20px;
}

.col-7 {
  position: relative;
  float: left;
  width: 694px;
  margin-right: 20px;
}

.col-8 {
  position: relative;
  float: left;
  width: 796px;
  margin-right: 20px;
}

.col-9 {
  position: relative;
  float: left;
  width: 898px;
  margin-right: 20px;
}

.col-10 {
  position: relative;
  float: left;
  width: 1000px;
  margin-right: 20px;
}

.col-11 {
  position: relative;
  float: left;
  width: 1102px;
  margin-right: 20px;
}

.col-12 {
  position: relative;
  float: left;
  width: 1204px;
  margin-right: 20px;
}

.col-12, .nmr {
  margin-right: 0px;
}

.mt-1 {
  margin-top: 12px;
}

.mt-2 {
  margin-top: 24px;
}

.mt-3 {
  margin-top: 36px;
}

.mt-4 {
  margin-top: 48px;
}

.mt-5 {
  margin-top: 60px;
}

.mt-6 {
  margin-top: 72px;
}

.mt-7 {
  margin-top: 84px;
}

.mt-8 {
  margin-top: 96px;
}

.mt-9 {
  margin-top: 108px;
}

.mt-10 {
  margin-top: 120px;
}

.mb-1 {
  margin-bottom: 12px;
}

.mb-2 {
  margin-bottom: 24px;
}

.mb-3 {
  margin-bottom: 36px;
}

.mb-4 {
  margin-bottom: 48px;
}

.mb-5 {
  margin-bottom: 60px;
}

.mb-6 {
  margin-bottom: 72px;
}

.mb-7 {
  margin-bottom: 84px;
}

.mb-8 {
  margin-bottom: 96px;
}

.mb-9 {
  margin-bottom: 108px;
}

.mb-10 {
  margin-bottom: 120px;
}

.mr-30 {
  margin-right: 30px;
}

.citation {
  text-align: right;
  margin-right: 41px;
  font-size: 16px;
  line-height: 18px;
  border-top: 1px solid;
  padding-top: 18px;
}

.citation p {
  margin-bottom: 18px;
}

.home h2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.home h2.fb {
  margin-bottom: 16px;
}

.home #cff .cff-load-more, .home #cff .cff-load-more:hover {
  background: none;
  text-decoration: none;
}

.liste-vins ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 100;
}

.labels, .map {
  position: relative;
  float: left;
}

.labels img {
  width: auto;
  height: 96px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.labels img:last-child {
  margin-right: 0px;
}

#map {
  width: 562px;
  height: 285px;
  float: left;
}

.intro em, .domaine strong {
  font-weight: 400;
  font-style: normal;
}

.nosvins h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 100;
  font-size: 26px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.nosvins .col-3:nth-child(4n) {
  margin-right: 0px;
}
.nosvins .col-3:nth-child(4n+1) {
  clear: both;
}

.more {
  font-weight: 400;
}

.back {
  border-top: solid 1px;
  padding-top: 11px;
}

.vin p {
  margin-right: 25px;
}
.vin h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.degust, .back {
  font-size: 16px;
  line-height: 18px;
}
.degust p, .back p {
  margin-bottom: 18px;
  margin-right: 0px;
}
.degust h3, .degust h4, .back h3, .back h4 {
  font-size: inherit;
  line-height: inherit;
}
.degust h3, .back h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
}
.degust h4, .back h4 {
  margin-bottom: 18px;
  font-weight: inherit;
}

.domaine h3, .domaine h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
}
.domaine h3 {
  padding-top: 11px;
  border-top: solid 1px;
  margin-right: 42px;
}
.domaine h2 {
  text-transform: uppercase;
}
.domaine .diapo {
  margin-top: -3px;
}

.presse h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}
.presse h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 24px;
}
.presse .col-3:nth-child(4n) {
  margin-right: 0px;
}
.presse .col-3:nth-child(4n+1) {
  clear: both;
}

.shopping_cart img {
  width: auto;
  height: auto;
}

.wspsc_cart_header_image {
  display: none;
}

input, textarea {
  margin-top: 10px;
  width: 100%;
}

input:focus, textarea:focus {
  outline: none;
}

[type="submit"] {
  -webkit-appearance: none;
  width: auto;
  padding: 5px 50px;
}

.container div.wpcf7-validation-errors, .container div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.shopping_cart .t-and-c {
  margin-right: 10px;
}

.automne #cff .cff-item {
  border-bottom: 1px dotted #cfbe00 !important;
}
.automne .cff-lightbox-overlay {
  background-color: #cfbe00;
}
.automne #cff .cff-view-comments {
  background: rgba(233, 61, 75, 0.1);
}
.automne .citation {
  border-top-color: #cfbe00;
  border-bottom-color: #cfbe00;
}
.automne .home h2, .automne #cff .cff-load-more, .automne .nosvins h2, .automne .slick-dots li.slick-active button:before, .automne .slick-dots li button:before, .automne .desc h2, .automne h4, .automne .domaine h2, .automne .presse h2, .automne div.wpcf7-validation-errors, .automne div.wpcf7-acceptance-missing, .automne [type="submit"] {
  color: #e93d4b;
}
.automne .slick-prev:before, .automne .slick-next:before, .automne .more, .automne .back, .automne .desc, .automne h3, .automne .intro em, .automne .domaine strong, .automne .liste-vins ul, .automne .footer, .automne .citation, .automne .container div.wpcf7-mail-sent-ok {
  color: #90353a;
}
.automne .back, .automne .domaine h3 {
  border-top-color: #cfbe00;
}
.automne [type="submit"] {
  border-color: #e93d4b;
}

.hiver #cff .cff-item {
  border-bottom: 1px dotted #f38669 !important;
}
.hiver .cff-lightbox-overlay {
  background-color: #f38669;
}
.hiver #cff .cff-view-comments {
  background: rgba(233, 61, 75, 0.1);
}
.hiver .citation {
  color: #374a82;
  border-top-color: #f38669;
  border-bottom-color: #f38669;
}
.hiver .intro em, .hiver .domaine strong, .hiver .container div.wpcf7-mail-sent-ok {
  color: #374a82;
}
.hiver .liste-vins ul, .hiver .footer {
  color: #374a82;
}
.hiver .home h2, .hiver #cff .cff-load-more {
  color: #e93d4b;
}
.hiver .slick-prev:before, .hiver .slick-next:before {
  color: #374a82;
}
.hiver .slick-dots li.slick-active button:before, .hiver .slick-dots li button:before {
  color: #e93d4b;
}
.hiver .nosvins h2 {
  color: #e93d4b;
}
.hiver .more {
  color: #374a82;
}
.hiver .desc, .hiver h3 {
  color: #374a82;
}
.hiver .desc h2, .hiver h4 {
  color: #e93d4b;
}
.hiver .back {
  color: #374a82;
  border-top-color: #f38669;
}
.hiver .domaine h3 {
  border-top-color: #f38669;
}
.hiver .domaine h2 {
  color: #e93d4b;
}
.hiver .presse h2, .hiver div.wpcf7-validation-errors, .hiver div.wpcf7-acceptance-missing, .hiver [type="submit"] {
  color: #e93d4b;
}
.hiver [type="submit"] {
  border-color: #e93d4b;
}

.printemps #cff .cff-item {
  border-bottom: 1px dotted #9dbd36 !important;
}
.printemps .cff-lightbox-overlay {
  background-color: #e93d4b;
}
.printemps #cff .cff-view-comments {
  background: rgba(233, 61, 75, 0.1);
}
.printemps .citation {
  color: #577127;
  border-top-color: rgba(233, 61, 75, 0.5);
  border-bottom-color: rgba(233, 61, 75, 0.5);
}
.printemps .intro em, .printemps .domaine strong, .printemps .container div.wpcf7-mail-sent-ok {
  color: #577127;
}
.printemps .liste-vins ul, .printemps .footer {
  color: #577127;
}
.printemps .home h2, .printemps #cff .cff-load-more {
  color: #e93d4b;
}
.printemps .slick-prev:before, .printemps .slick-next:before {
  color: #577127;
}
.printemps .slick-dots li.slick-active button:before, .printemps .slick-dots li button:before {
  color: #e93d4b;
}
.printemps .nosvins h2 {
  color: #e93d4b;
}
.printemps .more {
  color: #577127;
}
.printemps .desc, .printemps h3 {
  color: #577127;
}
.printemps .desc h2, .printemps h4 {
  color: #e93d4b;
}
.printemps .back {
  color: #577127;
  border-top-color: rgba(233, 61, 75, 0.5);
}
.printemps .domaine h3 {
  border-top-color: rgba(233, 61, 75, 0.5);
}
.printemps .domaine h2 {
  color: #e93d4b;
}
.printemps .presse h2, .printemps div.wpcf7-validation-errors, .printemps div.wpcf7-acceptance-missing, .printemps [type="submit"] {
  color: #e93d4b;
}
.printemps [type="submit"] {
  border-color: #e93d4b;
}

.ete #cff .cff-item {
  border-bottom: 1px dotted #fbba00 !important;
}
.ete .cff-lightbox-overlay {
  background-color: #fbba00;
}
.ete #cff .cff-view-comments {
  background: rgba(251, 186, 0, 0.3);
}
.ete .citation {
  color: #374a82;
  border-top-color: #fbba00;
  border-bottom-color: #fbba00;
}
.ete .intro em, .ete .domaine strong, .ete .container div.wpcf7-mail-sent-ok {
  color: #374a82;
}
.ete .liste-vins ul, .ete .footer {
  color: #374a82;
}
.ete .home h2, .ete #cff .cff-load-more {
  color: #a4b8e1;
}
.ete .slick-prev:before, .ete .slick-next:before {
  color: #374a82;
}
.ete .slick-dots li.slick-active button:before, .ete .slick-dots li button:before {
  color: #a4b8e1;
}
.ete .nosvins h2 {
  color: #a4b8e1;
}
.ete .more {
  color: #374a82;
}
.ete .desc, .ete h3 {
  color: #374a82;
}
.ete .desc h2, .ete h4 {
  color: #a4b8e1;
}
.ete .back {
  color: #374a82;
  border-top-color: #fbba00;
}
.ete .domaine h3 {
  border-top-color: #fbba00;
}
.ete .domaine h2 {
  color: #a4b8e1;
}
.ete .presse h2, .ete div.wpcf7-validation-errors, .ete div.wpcf7-acceptance-missing, .ete [type="submit"] {
  color: #a4b8e1;
}
.ete [type="submit"] {
  border-color: #a4b8e1;
}

@media only screen and (max-width: 1244px) {
  .container {
    width: 885px;
  }

  .col-1 {
    width: 60px;
    margin-right: 15px;
  }

  .col-2 {
    width: 135px;
    margin-right: 15px;
  }

  .col-3 {
    width: 210px;
    margin-right: 15px;
  }

  .col-4 {
    width: 285px;
    margin-right: 15px;
  }

  .col-5 {
    width: 360px;
    margin-right: 15px;
  }

  .col-6 {
    width: 435px;
    margin-right: 15px;
  }

  .col-7 {
    width: 510px;
    margin-right: 15px;
  }

  .col-8 {
    width: 585px;
    margin-right: 15px;
  }

  .col-9 {
    width: 660px;
    margin-right: 15px;
  }

  .col-10 {
    width: 735px;
    margin-right: 15px;
  }

  .col-11 {
    width: 810px;
    margin-right: 15px;
  }

  .col-12 {
    width: 885px;
    margin-right: 15px;
  }

  .col-12, .nmr {
    margin-right: 0px;
  }

  nav {
    font-size: 12px;
    padding-bottom: 14px;
  }

  .menu li {
    margin-right: 18px;
  }

  .smallogo {
    height: 48px;
    width: auto;
    margin-top: -16px;
    margin-left: -18px;
  }

  #map, .map {
    width: 100%;
  }

  h1 {
    left: 405px;
    top: 156px;
    font-size: 12px;
  }

  .home .labels.mr-30 {
    margin-right: 0px;
  }

  .labels img {
    height: 76px;
  }
}
@media only screen and (max-width: 925px) {
  .smallogo {
    height: 68px;
  }

  .hide-resp {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

  .container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .col-1 {
    width: 100%;
    margin-right: 0px;
  }

  .col-2 {
    width: 100%;
    margin-right: 0px;
  }

  .col-3 {
    width: 100%;
    margin-right: 0px;
  }

  .col-4 {
    width: 100%;
    margin-right: 0px;
  }

  .col-5 {
    width: 100%;
    margin-right: 0px;
  }

  .col-6 {
    width: 100%;
    margin-right: 0px;
  }

  .col-7 {
    width: 100%;
    margin-right: 0px;
  }

  .col-8 {
    width: 100%;
    margin-right: 0px;
  }

  .col-9 {
    width: 100%;
    margin-right: 0px;
  }

  .col-10 {
    width: 100%;
    margin-right: 0px;
  }

  .col-11 {
    width: 100%;
    margin-right: 0px;
  }

  .col-12 {
    width: 100%;
    margin-right: 0px;
  }

  .smallogo {
    opacity: 1 !important;
    margin-left: auto;
    margin-top: -38px;
    margin-right: auto;
  }

  nav .right {
    text-align: center;
  }

  .footer {
    text-align: center;
  }

  .menu ul {
    width: 100%;
    margin-top: 24px;
  }
  .menu li {
    margin-right: 0px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .menu-resp {
    display: none;
    text-align: center;
  }

  .burger {
    display: block;
  }

  .header-logo {
    display: none;
  }

  .home, .nosvins, .vin {
    margin-top: 94px;
  }

  .vin .col-3 img.mb-2, .nosvins .col-3 img.mb-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .degust {
    margin-top: 36px;
  }

  .citation {
    margin-right: 0px;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 18px;
  }

  .citation p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .mr-30 {
    margin-right: 0px;
  }

  .slider {
    margin-top: 24px;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .panier {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .domaine h3 {
    margin-right: 0px;
  }

  .resp {
    display: block;
  }

  .pas-resp {
    display: none;
  }

  .home .labels.mr-30 {
    margin-top: 24px;
  }

  h2.fb {
    margin-top: 48px;
  }

  .liste-vins {
    margin-top: 12px;
  }
}
