@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,700i|Playfair+Display:400,400i,700,700i|Libre+Baskerville:400,700');
.scrolling {
  font-size: 10px;
  font-family: 'merriweather';
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 10px;
  font-weight: 300px
}

.container-scroll {
  position: absolute;
  bottom: 25px;
  width: 510px;
  cursor: pointer
}

.scrolldown {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  background: rgba(0, 0, 0, 0) url("http://mesaccordsmetsvins.fr/2016/images/scroll_down.svg") no-repeat scroll center top;
  bottom: 2%;
  cursor: pointer;
  height: 65px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
  z-index: 999
}

.floating {
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px)
  }
  65% {
    -webkit-transform: translate(0, 10px)
  }
  to {
    -webkit-transform: translate(0, -0px)
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px)
  }
  65% {
    -moz-transform: translate(0, 10px)
  }
  to {
    -moz-transform: translate(0, -0px)
  }
}

.mapshadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
  height: 50px;
  margin-bottom: -50px;
  z-index: 1;
  position: relative
}

.mapshadowbottom {
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
  height: 50px;
  margin-top: -50px;
  z-index: 1;
  position: relative
}

.background-image-header-top {
  margin-top: -165px;
  padding-top: 365px;
  padding-bottom: 200px
}

.background-image-fixed {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-clip: border-box;
  background-origin: padding-box;
  width: 100%;
  position: static;
  background-attachment: initial
}

@media(min-width:1280px) {
  .background-image-fixed {
    background-attachment: fixed
  }
}

.titre-header {
  color: #fff;
  line-height: 50px;
  font-size: 50px
}

.titre-header-noir {
  color: #000;
  line-height: 60px;
  font-size: 50px;
  margin-bottom: 25px
}

.titre-header>span {
  color: #c5b9a0;
  font-family: 'Merriweather', sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  text-transform: uppercase
}

@media(max-width:767px) {
  .titre-header>span {
    font-size: 13px
  }
}

.titre-header-or {
  line-height: 50px;
  font-size: 45px;
  color: #c5b9a0
}

.titre-sous-titre {
  color: #000;
  line-height: 35px
}

.titre-sous-titre>span {
  color: #c5b9a0;
  font-family: 'Merriweather', sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  text-transform: uppercase
}

.select-filter {
  margin-top: 30px;
  margin-bottom: 20px
}

.width-500 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto
}

.width-700 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto
}

.width-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto
}

.width-1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto
}

.lien-boutton, .lien-boutton:hover, .lien-boutton:focus, .lien-boutton:active, .lien-boutton.uk-active, .lien-boutton:disabled {
  border-color: transparent;
  background: 0;
  position: relative;
  padding: 0;
  border-radius: 0;
  font-weight: 400
}

.lien-boutton:before, .lien-boutton:hover:before, .lien-boutton:focus:before, .lien-boutton:active:before, .lien-boutton.uk-active:before, .lien-boutton:disabled:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 1)
}

.lien-boutton:after, .lien-boutton:hover:after, .lien-boutton:focus:after, .lien-boutton:active:after, .lien-boutton.uk-active:after, .lien-boutton:disabled:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 8px;
  background: #c5b9a0;
  opacity: .5;
  -webkit-transition: width 1s cubic-bezier(1, 0, 0, 1), -webkit-transform .5s;
  -moz-transition: width 1s cubic-bezier(1, 0, 0, 1), opacity .5s, -moz-transform .5s;
  transition: width 1s cubic-bezier(1, 0, 0, 1), opacity .5s, transform .5s
}

.lien-boutton:hover:after, .lien-boutton:hover:hover:after, .lien-boutton:focus:hover:after, .lien-boutton:active:hover:after, .lien-boutton.uk-active:hover:after, .lien-boutton:disabled:hover:after {
  width: 100%
}

.lien-boutton {
  color: #000;
  font-family: 'Merriweather';
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none
}

.lien-boutton-mini {
  font-size: 11px;
  line-height: 15px
}

.lien-boutton:hover, .lien-boutton:focus, .lien-boutton:active, .lien-boutton.uk-active {
  color: #000;
  text-decoration: none;
  height: 0
}

.lien-boutton:disabled {
  color: #b6b6b6
}

.lien-boutton:focus {
  outline: 1px dotted
}

.titre-contact-footer {
  font-size: 15px;
  font-family: 'Merriweather';
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 3px;
  margin: 15px 0 0 0;
  font-weight: 300
}

.sous-titre-contact-footer {
  font-size: 14px;
  font-family: 'Merriweather';
  text-transform: none;
  font-style: italic;
  margin: 0 0 5px 0;
  font-weight: 300
}

.uk-icon-button-footer {
  box-sizing: border-box;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 20px;
  color: #c5b9a0;
  text-align: center;
  position: relative;
  margin: 4px;
  overflow: visible;
  border: 2px solid #c5b9a0
}

.block-link-footer {
  color: #000 !important;
  cursor: pointer;
  font-weight: 300;
  -webkit-transition: all .30s linear;
  transition: all .30s linear
}

.block-link-footer:hover {
  color: #c5b9a0 !important;
  -webkit-transition: all .30s linear;
  transition: all .30s linear
}

.full-height-header {
  height: calc(100vh - 30px)
}

.transparent-header {
  margin-top: -70px
}

@media(max-width:767px) {
  .transparent-header {
    margin-top: 0
  }
}

.photo-contact {
  margin-top: -100px
}

@media(max-width:767px) {
  .photo-contact {
    margin-top: -20px
  }
}

.p-panel-contact {
  margin-top: 0
}

.telephone-personne {
  margin-top: 0;
  margin-bottom: 10px
}

.map-partenaires {
  height: 100vh !important
}

.box-info-map {
  position: absolute;
  bottom: 30px;
  left: 30px
}

@media(max-width:767px) {
  .box-info-map {
    bottom: 0;
    left: 0;
    width: 100%
  }
}

.box-info-partenaires {
  background-color: #c5b9a0;
  color: #fff !important;
  padding: 15px 40px 15px 40px;
  text-align: center;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto
}

.box-info-partenaires h3 {
  color: #fff !important;
  font-family: 'Playfair display';
  font-size: 19px;
  font-weight: lighter;
  margin-bottom: 5px;
  margin-top: 0
}

.box-info-partenaires h4 {
  color: #fff !important;
  font-size: 11px;
  font-weight: lighter;
  margin-top: 5px
}

.position-close {
  right: 10px;
  position: absolute;
  top: 10px
}

.margin-fullheight {
  margin-top: -5px
}

.titre-partenaires-map {
  font-family: 'Playfair Display';
  color: #c5b9a0;
  font-weight: lighter;
  font-size: 30px;
  margin-bottom: 20px
}

.panel-partenaires {
  padding: 15px 15px 0 15px
}

.uk-list-diners>li {
  padding: 5px 5px;
  font-style: italic
}

.uk-list-diners>li:nth-of-type(odd) {
  font-style: normal
}

.titre-numero {
  font-size: 40px;
  color: #c5b9a0;
  font-family: 'Playfair Display';
  width: 90px;
  height: 90px;
  line-height: 80px;
  border: 2px solid #c5b9a0;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto
}

.fancy {
  line-height: 80px;
  text-align: center
}

.fancy span {
  display: inline-block;
  position: relative
}

.fancy span:before, .fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 0 solid #c5b9a0;
  border-top: 1px solid #c5b9a0;
  top: 40px;
  width: 150px
}

.fancy span:before {
  right: 100%;
  margin-right: 30px
}

.fancy span:after {
  left: 100%;
  margin-left: 30px
}

.box-titre-noir>h3 {
  color: #000 !important
}

.box-titre-noir>h4 {
  color: #000 !important
}

.top-radius {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px
}

.bottom-radius {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px
}

.position-none {
  position: inherit
}

.panel-blue {
  background-color: #1b434d;
  color: #b4d5de !important
}

.panel-blue>h4 {
  color: #c5b9a0 !important
}

.panel-blue .uk-accordion-title {
  color: #fff !important;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all .30s linear;
  transition: all .30s linear
}

.panel-blue .uk-accordion-title:hover {
  font-size: 23px;
  -webkit-transition: all .30s linear;
  transition: all .30s linear
}

.box-presentation-cave {
  padding-top: 30px;
  margin-bottom: -150px;
  z-index: 1000;
  position: relative
}

.padding-top-blocks {
  padding-top: 30px
}

@media(max-width:767px) {
  .padding-top-blocks {
    padding-top: 60px
  }
}

.nom-domaine {
  color: #c5b9a0;
  line-height: 28px;
  font-family: 'Merriweather', sans-serif;
  font-size: 18px;
  font-weight: 300
}

.nom-domaine>span {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase
}

.list-partenaires {
  color: #000;
  line-height: 20px;
  font-size: 13px
}

.full-height-one-view {
  overflow-y: hidden !important;
  max-height: calc(100vh - 30px)
}

.uk-block-small {
  padding-top: 30px;
  padding-bottom: 30px
}

.gros-texte-p {
  font-size: 18px;
  line-height: 25px
}

@media(min-width:768px) and (max-width:980px) {
  .uk-sticky-placeholder+.tm-block-fullheight {
    margin-top: -100px
  }
  .transparent-header {
    margin-top: -100px
  }
}

.body-frame {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 20px solid #fff;
  pointer-events: none
}

.box-vignerons {
  padding: 30px
}

@media(max-width:768px) {
  .padding-grid-box-vignerons {
    padding-left: 0
  }
}

@media(max-width:767px) {
  .uk-accordion-title {
    font-size: 18px;
    line-height: 20px
  }
  .uk-accordion-title:hover {
    font-size: 18px;
    line-height: 20px
  }
}

@media(min-width:768px) {
  .min-height-partenaires {
    min-height: 100vh
  }
}

.liste-points-artisanats {
  color: #000
}

.bouton-newsletter {
  background-color: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 15px 5px 20px 30px;
  width:270px;
  z-index: 100000;
  cursor: pointer;
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

@media(max-width:767px) {
  .bouton-newsletter  {
  width:100%;
  text-align:center;
  padding: 15px 15px 15px 15px;
  }
  }


.bouton-newsletter:hover {
  padding: 30px 15px 30px 40px;
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

@media(max-width:767px) {
  .bouton-newsletter:hover  {
  padding: 15px;
  }
  }

.bouton-newsletter > span {
  text-transform: uppercase;
  margin-left:10px;
  font-size:11px;
  letter-spacing:2px;
  color: #000 !important;
}

.bouton-newsletter > img {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.checkbox-height input {
  height:0px !important;
  margin-top:0px !important;
}
