/*=================================================================================================
GLOBAL
=================================================================================================*/
body {
    background-color: #fff;
    overflow-x: hidden;
    /*     overflow-y: hidden; */
    overflow-y: visible;
    position: relative;
    width: 100%;
    height: 100%;
}

a:not(.btn) {
    color: #000;
    text-decoration: none;
}

a:not(.btn):hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}

.btn.btn-fab i {
    top: -3px;
}

select.custom-select {
    color:black;
    padding: 5px 20px 5px 10px;
    margin-top:-5px;
    border: 1px solid #ccc;
    appearance: none; /* Supprime l'apparence par défaut du navigateur */
    -webkit-appearance: none; /* Supprime l'apparence par défaut sur WebKit */
    -moz-appearance: none; /* Supprime l'apparence par défaut sur Firefox */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000' d='M0 0l2 2 2-2z'/%3E%3C/svg%3E"); /* Flèche descendante */
    background-repeat: no-repeat;
    background-position: right 10px top 12px;
    background-size: 10px 10px;

}


/*=================================================================================================
NAVBAR
=================================================================================================*/

.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 1051;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1000;
    opacity: 0;
}

.nav-bar .container-fluid {
    padding: 0 5%;
}

.midnightHeader.default a {
    color: #000 !important;
    text-shadow: none !important;
}

.midnightHeader.no-image a {
    color: #000 !important;
    text-shadow: none !important;
}

.midnightHeader.on-image a {
    color: #fff;
    text-shadow: 0px 1px 10px #333;
}

.midnightInner {
    overflow: hidden !important;
}

.left-buttons {
    float: left;
    color: #fff;
}

.right-buttons {
    float: right;
    color: #fff;
}

.back-btn {
    color: #fff;
    font-size: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -25px;
    margin-top: -6px;
    margin-right: 20px;
}

.menu-btn {
    color: #fff;
    font-size: 45px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 2px;
}

.only-menu-btn {
    padding-top: 12px;
    padding-bottom: 8px;
}

.language-btn {
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.lang-close {
    margin-top: 35px;
}

.lang-open {
    font-size: 45px;
    margin-top: 20px;
}

.with-header-image .navbar-fixed a {
    color: #fff;
    text-shadow: 0px 1px 10px #333;
}

@media only screen and (max-width: 991px) {

    .navbar-fixed {
        width: 100%;
        height: 75px;
        color: #fff;
    }

    .back-btn {
        font-size: 60px;
        margin-left: -15px;
        margin-top: -4px;
        margin-right: 15px;
    }

    .menu-btn {
        color: #fff;
        font-size: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .only-menu-btn {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .language-btn {
        color: #fff;
        display: inline-block;
    }

    .lang-close {
        margin-top: 30px;
    }

    .lang-open {
        font-size: 40px;
        margin-top: 10px;
    }

    .navbar-fixed, .navbar-fixed a, .navbar-mobile, .navbar-mobile a {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .navbar-mobile.active {
        z-index: 1051;
        opacity: 1;
        margin-bottom: 15px;
        background: rgba(255, 255, 255, .9);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2), 0 5px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2), 0 5px 20px 0 rgba(0, 0, 0, .2);
    }
}

/*---------- Tablets Portrait (xs) -----------*/
@media only screen and (max-width: 767px) {

    .navbar-fixed {
        width: 100%;
        height: 60px;
        color: #fff;
    }

    .back-btn {
        margin-left: 0;
    }
}

/*---------- Phones (xs) -----------*/
@media only screen and (max-width: 480px) {

    .back-btn {
        font-size: 45px;
    }

    .menu-btn {
        font-size: 30px;
    }

    .lang-close {
        margin-top: 20px;
    }

    .lang-open {
        font-size: 30px;
        margin-top: 10px;
    }
}

/*=================================================================================================
MENU
=================================================================================================*/

body.menu-active, body.languages-active {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.page-wrapper {
    left: 0;
    right: 0;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu-active .page-wrapper, .menu-active .nav-bar, .menu-active .parallax-mirror {
    left: 35% !important;
    right: -35% !important;
    overflow: hidden;
}

.mobile .menu-active .page-wrapper, .mobile .menu-active .nav-bar, .mobile .menu-active .parallax-mirror {
    left: 0 !important;
    right: 0 !important;
    overflow: hidden;
}

.menu-active .wine-btn-group {
    right: -35% !important;
}

.menu-wrapper {
    left: -35%;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 35%;
    background: #383838;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1050;
    -webkit-box-shadow: -5px 0 20px -10px black inset, -5px 0px 30px -10px black inset;
    box-shadow: -5px 0 20px -10px black inset, -5px 0px 30px -10px black inset;
    overflow-y: scroll;
    overflow-x: hidden;
}

.menu-active .menu-wrapper {
    left: 0;
}

.mobile .languages-active .page-wrapper, .mobile .languages-active .nav-bar, .mobile .languages-active .parallax-mirror {
    left: 0 !important;
    right: 0 !important;
    overflow: hidden;
}

.languages-active .page-wrapper, .languages-active .nav-bar, .languages-active .parallax-mirror {
    left: -35% !important;
    right: 35% !important;
    overflow: hidden;
}

.languages-active .wine-btn-group {
    right: 40% !important;
}

.languages-wrapper {
    right: -35%;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 35%;
    background: #383838;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1050;
    -webkit-box-shadow: 5px 0 20px -10px black inset, 5px 0px 30px -10px black inset;
    box-shadow: 5px 0 20px -10px black inset, 5px 0px 30px -10px black inset;
    overflow-y: scroll;
    overflow-x: hidden;
}

.languages-active .languages-wrapper {
    right: 0;
}

.nav-lang {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.nav-lang li a {
    color: #fff;
    display: block;
    padding: 5px 40px;
}

.nav-lang li a:hover {
    background: #fff;
    color: #383838;
    opacity: 1;
}

.menu-owner {
    /*text-transform:uppercase;*/
}

.menu-family {
    padding-left: 10px;
    opacity: .7;
}

.menu-winery {
    padding-left: 20px;
    /*text-transform:uppercase;*/
    opacity: .95;
}

.menu-range {
    padding-left: 30px;
    opacity: .8;
}
.menu-running {
  background: #fff;
  color: #383838;
  opacity: 1;
}
.menu-active .navbar-mobile, .languages-active .navbar-mobile {
    opacity: 0 !important;
}

.menu-active .nav-bar .left-buttons a, .languages-active .nav-bar .right-buttons a {
    color: #fff;
    text-shadow: 0px 1px 10px #333;
}

/*-------------------------------------------------------------------------------------------------
Media Queries
-------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
    .nav-lang {
        margin: 60px 0;
    }
}

/*---------- Tablets Portrait (xs) -----------*/
@media only screen and (max-width: 767px) {
    .menu-active .page-wrapper, .menu-active .nav-bar, .menu-active .parallax-mirror {
        left: 50% !important;
        right: -50% !important;
        overflow: hidden;
    }

    .menu-wrapper {
        left: -50%;
        width: 50%;
    }

    .menu-active .menu-wrapper {
        -webkit-box-shadow: 5px 0 20px -10px black, 5px 0px 30px -10px black;
        box-shadow: 5px 0 20px -10px black, 5px 0px 30px -10px black;
    }

    .languages-active .page-wrapper, .languages-active .nav-bar, .languages-active .parallax-mirror {
        left: -50% !important;
        right: 50% !important;
        overflow: hidden;
    }

    .languages-wrapper {
        right: -50%;
        width: 50%;
    }

    .languages-active .languages-wrapper {
        -webkit-box-shadow: -5px 0 20px -10px black, -5px 0px 30px -10px black;
        box-shadow: -5px 0 20px -10px black, -5px 0px 30px -10px black;
    }

}

/*---------- Phones (xs) -----------*/
@media only screen and (max-width: 480px) {

    .menu-active .page-wrapper, .menu-active .nav-bar, .menu-active .parallax-mirror {
        left: 75% !important;
        right: -75% !important;
        overflow: hidden;
    }

    .menu-wrapper {
        left: -75%;
        width: 75%;
    }

    .languages-active .page-wrapper, .languages-active .nav-bar, .languages-active .parallax-mirror {
        left: -75% !important;
        right: 75% !important;
        overflow: hidden;
    }

    .languages-wrapper {
        right: -75%;
        width: 75%;
    }
}

/*=================================================================================================
HEADER
=================================================================================================*/

.wine-background {
    opacity: 0.15;
}

.header-fullscreen {
    display: block;
    position: relative;
    height: 600px;
    width: 100%;
    z-index: 100;
}

.parallax-mirror {
    left: 0 !important;
    width: 100%;
    height: 100%;
}

.header-fullscreen, .parallax-mirror {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden !important;
}

.parallax-mirror {
    -webkit-transition: opacity .5s linear, left .3s ease-out, right .3s ease-out !important;
    transition: opacity .5s linear, left .3s ease-out, right .3s ease-out !important;
}

.parallax-mirror img {
    -webkit-animation: kenburns 20s linear forwards;
    animation: kenburns 20s linear forwards;
}

@-webkit-keyframes kenburns {
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes kenburns {
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}



.header-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.header-gallery-wrapper {
    position: relative;
    display: block;
}

.header-gallery-images {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-gallery-item {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.header-gallery-carousel {
    overflow: hidden;
    position: absolute;
    top: 0;
}

.header-gallery-carousel .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header-gallery-carousel .owl-controls .owl-buttons div:hover {
    filter: Alpha(Opacity=50);
    opacity: 0.5 !important;
}

.header-gallery-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url(../img/white-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    height: 100px;
    width: 60px;
    float: left;
    left: 5%;
    position: absolute;
    top: 35%;
    z-index: 10;
    opacity: 0.3;
}

.header-gallery-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url(../img/white-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    height: 100px;
    width: 60px;
    float: right;
    right: 5%;
    position: absolute;
    top: 35%;
    z-index: 10;
    opacity: 0.3;
}

.mobile .header-gallery-item.fade.in, .tablet .header-gallery-item.fade.in {
    opacity: 0.7;
}

.header-wrapper {
    height: 100%;
    width: 100%;
    z-index: 10;
}

.header-wrapper.no-image, .wine-header-wrapper.no-image {
    background-color: #FFF;
}

.header-wrapper.no-carousel.no-image.no-logo:not(:first-child), .wine-header-wrapper.no-carousel.no-image.no-logo:not(:first-child) {
	display: none;
}

.header-title h1, .header-title h3 {
    color: #fff;
    text-shadow: 0px 1px 5px black;
    cursor: default;
    margin: 30px auto;
}

.header-title h3 {
    font-weight: 100;
    padding: 0 15px;
    font-size: 20px;
}

.no-carousel h1, .no-carousel h3,
.no-carousel .header-shortcuts li a,
.no-carousel .header-shortcuts li a:hover,
.no-carousel .go-to-content {
    color: #000 !important;
    text-shadow: none !important;
}

.header-shortcuts {
    padding: 0;
    margin-top: 20px;
}

.header-shortcuts li {
    display: inline-block;
    margin: 0 20px;
    width: 35px;
}

.header-shortcuts li a, .header-shortcuts li a:hover {
    color: #fff;
    text-shadow: 0px 1px 5px black;
    font-size: 30px;
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

.go-to-content {
    text-align: center;
    color: #fff !important;
    text-shadow: 0px 1px 5px black;
    font-size: 50px;
    line-height: 1;
}

.wine-header-title h2 {
    font-size: 26px;
    margin: 10px auto;
}

.wine-header-title h1 {
    font-weight: 700;
    margin: 10px auto;
}

.wine-header-title h1 a {
    color: rgb(51, 51, 51);
}

.wine-header-title h3 {
    font-weight: 100;
    margin: 10px auto;
}

.wine-header-wrapper .go-to-content {
    display: block;
    color: #999 !important;
    text-shadow: none;
}

.header-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.loading {
    background-image: url(../img/AjaxLoader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 32px;
}

.wine-header-carousel .owl-controls .owl-page span {
    background: #999;
}

.wine-header-carousel .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.wine-header-carousel .owl-controls .owl-buttons div:hover {
    filter: Alpha(Opacity=50);
    opacity: 0.5 !important;
}

.wine-header-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url(../img/black-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    height: 100px;
    width: 60px;
    float: left;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 100;
    opacity: 0.3;
}

.wine-header-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url(../img/black-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    height: 100px;
    width: 60px;
    float: right;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 100;
    opacity: 0.3;
}

.logo img {
    max-width: 40%;
    height: auto !important;
    margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------------
Media Queries
-------------------------------------------------------------------------------------------------*/

/*---------- Tablets Portrait (xs) -----------*/
@media only screen and (max-width: 767px) {

    .header-gallery-carousel .owl-controls, .wine-header-carousel .owl-controls {
        margin-top: -30px;
    }

    .header-gallery-carousel .owl-controls .owl-buttons .owl-prev, .wine-header-carousel .owl-controls .owl-buttons .owl-prev {
        background-size: 20px 60px;
        height: 60px;
        width: 20px;
        left: 1%;
    }

    .header-gallery-carousel .owl-controls .owl-buttons .owl-next, .wine-header-carousel .owl-controls .owl-buttons .owl-next {
        background-size: 20px 60px;
        height: 60px;
        width: 20px;
        right: 1%;
    }

    .header-title h1 {
        font-size: 28px;
        margin: 10px auto;
    }

    .header-title h3 {
        font-weight: 100;
        font-size: 20px;
        margin: 10px auto;
    }
    
  .wine-header-title {
    margin-top:30px!important;
  }
    .wine-header-title h2 {
        font-size: 24px;
        margin: 10px auto;
    }

    .wine-header-title h1 {
        font-weight: 700;
        font-size: 28px;
        margin: 10px auto;
    }

    .wine-header-title h3 {
        font-weight: 100;
        font-size: 22px;
        margin: 10px auto;
    }

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

/*---------- Phones (xs) -----------*/
@media only screen and (max-width: 480px) {
    .header-title h1 {
        font-size: 24px;
        margin: 10px auto;
    }

    .header-title h3 {
        font-weight: 100;
        font-size: 16px;
        margin: 10px auto;
    }

    .wine-header-title h2 {
        font-size: 18px;
        margin: 10px auto;
    }

    .wine-header-title h1 {
        font-weight: 700;
        font-size: 22px;
        margin: 10px auto;
    }

    .wine-header-title h3 {
        font-weight: 100;
        font-size: 16px;
        margin: 10px auto;
    }
}

/*=================================================================================================
WINERY PAGE CONTENT
=================================================================================================*/

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

.content-title h3 {
    font-weight: 100;
}

.content-logo img {
    margin: auto;
}

.content-section h2 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 50px 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.content-section h3 {
  text-align: center;
  font-weight: 300;
  font-size:30px;
  margin: 40px 15px 20px 15px;
  padding-bottom: 20px;
}
.page-content hr {
    margin: 50px 15px;
    border-top: 2px solid #ddd;
}

.product-panel {
    height: 600px;
    overflow: hidden;
    padding-bottom: 20px;
}

.owner-panel .product-description {
    padding: 20px;
    padding-bottom: 0;
}

.product-image {
    height: 66%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 10px;
}

.owner-panel {
    display: block;
    height: 400px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 50px !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .19) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .19) !important;
}

.owner-panel:hover {
    opacity: 1 !important;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}
.owner-link {
  display: block;
  text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  overflow: hidden;

  margin-bottom: 50px !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 2px 8px 0 rgba(0,0,0,.19) !important;
          box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 2px 8px 0 rgba(0,0,0,.19) !important;
}

.owner-link:hover {
  opacity: 1 !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
          box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
}
.product-description h4 {
    font-weight: 700;
}

.product-excerpt {
    text-align: justify;
    line-height: 14px;
}

.products-list .btn {
    margin-top: -130px;
    z-index: 100;
}

.products-list > div {
    visibility: hidden;
}

.winery-presentation {
    text-align: justify;
    margin-bottom: 50px;
}

.winery-presentation .video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    /*max-width: 768px;*/
}

.winery-presentation .video iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.partner-panel {
    display: block;
    height: 65px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 50px !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .19) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .19) !important;
}

.partner-panel:hover {
    opacity: 1 !important;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}

.partner-panel .col-xs-5 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.partners-list .btn {
    margin-top: -130px;
    z-index: 100;
}

.map-info-window {
    padding-top: 50px;
    position: absolute;
    display:none;
}
.marker {
    display:none;
}
.marker-infobox {
    background: #333;
    /*-webkit-border-radius: 2px;
    border-radius: 2px;*/
    color: #fff;
    width: 250px;
    text-align: center;
    padding: 20px 10px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip, .infobox-mail a, .infobox-tel a{
    background: #333;
    color: #fff;
}


/*
.marker-infobox:after {
    content: " ";
    bottom: -5px;
    left: 105px;
    background: #333;
    position: absolute;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
*/
.marker-infobox h2, .marker-infobox h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.infobox-address, .infobox-contact {
    margin-top: 20px;
}

.infobox-contact a {
    color: #fff;
}

.infobox-tel, .infobox-website {
    margin-top: 10px;
}

.infobox-social {
    margin-top: 20px;
}

.btn-infobox {
    color: #fff !important;
    margin: auto 10px;
}

.btn-infobox {
    color: #fff !important;
    margin: auto 5px !important;
    font-size: 22px !important;
    padding: 14px !important;
}

.btn-infobox.facebook {
    background-color: #009aff !important;
}


.page-content-col-presentation{
    top:-80px;
    position:relative;
    z-index:1000;
    background-color:#FFF;
}

@media only screen and (max-width: 767px){
    
    .page-content-col-presentation {
        padding-top:1px;
    }    
    
}

/*-------------------------------------------------------------------------------------------------
Media Queries
-------------------------------------------------------------------------------------------------*/

/*---------- Tablets Landscape (sm) -----------*/
@media only screen and (max-width: 991px) {

    .product-panel {
        height: 500px;
        overflow: hidden;
        padding-bottom: 20px;
    }

}

/*---------- Tablets Portaits (xs) -----------*/
@media only screen and (max-width: 767px) {

    .page-content-well, .page-footer-well {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .products-list .text-center {
        padding: 0;
    }

    .content-logo img {
        margin: auto;
        max-width: 200px;
    }

    .content-section h2 {
        font-size: 26px;
        margin: 50px 0 40px;
    }

}

/*=================================================================================================
WINE PAGE CONTENT
=================================================================================================*/

.wine-header-title {
    margin-top: 10px;
    position: relative;
}

.wine-header-carousel .item img {
    max-width: 100%;
    max-height: 100%;
}

.content-logo img {
    max-width: 200px;
}

.wine-content-title h2 {
    font-size: 24px;
    margin: 10px auto;
}

.wine-content-title h3 {
    font-weight: 700;
    font-size: 28px;
    margin: 10px auto;
}

.wine-content-title h4 {
    font-weight: 100;
    font-size: 22px;
    margin: 10px auto;
}

.wine-btn-group {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1050;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cart-btn-group {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cart-btn {
    width: 80px !important;
    height: 80px !important;
    font-size: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-btn .fa {
    left: -2px;
}

.cart-btn img {
    margin-top: -10px;
}

.cart-btn li {
    padding: 5px 0;
}

.cart-btn-group .dropdown-menu {
    left: 0;
    right: 0;
    top: auto;
    bottom: 100%;
    min-width: 0;
    padding-bottom: 10px;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cart-btn-group .dropdown-menu li {
    padding: 5px 0;
}

.cart-btn-group .dropdown-menu a {
    color: #fff;
    background-color: #2196f3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cart-btn-group .dropdown-menu a:hover {
    color: #fff;
    background-color: #2196f3;
    margin: auto;
}

.cart-btn-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1048;
    background: #fff;
    opacity: 0.75;
    display: none;
}

.wine-excerpt {
    padding: 60px 15px 40px;
    text-align: justify;
    font-size: 18px;
}

.content-subsection {
    padding: 0;
}

.content-section-subtitle {
    padding: 10px;
    margin-left: -15px;
    font-size: 18px;
    border-left: 4px solid #ddd;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.content-section-inner {
    text-align: justify;
    margin-bottom: 40px;
}

.content-section-inner iframe {
    margin-top: 20px;
    width: 100% !important;
    /*height: 300px !important;*/
}

.wine-description {
    text-align: justify;
}

.column {
    padding-left: 30px;
    padding-right: 25px;
}

.wine-gallery-wrapper {
    position: relative;
    display: block;
}

.wine-gallery-wrapper .owl-carousel .owl-wrapper-outer {

    box-shadow: 0 10px 29px rgba(0, 0, 0, 0.5) inset; 
	-webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.5) inset; 
	-moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.5) inset; 
}

.wine-gallery-images {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.wine-gallery-item {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.wine-gallery-carousel {
    z-index: 110;
}

.wine-gallery-carousel .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.wine-gallery-carousel .owl-controls .owl-buttons div:hover {
    filter: Alpha(Opacity=50);
    opacity: 0.5 !important;
}

.wine-gallery-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url(../img/white-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    height: 100px;
    width: 60px;
    float: left;
    left: 5%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 110;
    opacity: 0.3;
}

.wine-gallery-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url(../img/white-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    height: 100px;
    width: 60px;
    float: right;
    right: 5%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 110;
    opacity: 0.3;
}

.winery-illustration-wrapper {
    position: relative;
    display: block;
}

.winery-illustration-wrapper .winery-illustration-outer {

    box-shadow: 0 10px 29px rgba(0, 0, 0, 0.5) inset; 
	-webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.5) inset; 
	-moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.5) inset; 
}

.winery-illustration-images {
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 60vh;
    width: 100%;
}
.wine-cfa-wrapper {
  background: #fff;
  color: #383838;
  padding:0;
  text-align: center;

}

.wine-cfa-content {
	margin:60px auto 40px;
	background: #383838;
	color: #fff;
	display:block;
	max-width:300px;
	padding:40px;	
	-webkit-border-radius: 10px;
			border-radius: 10px;

}

.cfa-img {
	max-width:90px;
	margin-top:-60px;
	border:5px solid #383838;
	background-color: #383838;
	-webkit-border-radius: 90px;
			border-radius: 90px;
}

.cfa-claim {
	text-transform:uppercase;
	padding:20px;
}

.cfa-btn {
	color:#383838;
	background-color: #fff;
	margin:0;
	padding:10px;
	-webkit-border-radius: 5px;
			border-radius: 5px;
}

.wine-cfa-wrapper-top {
    background: #fff;
    color: #383838;
      font-size:1.2em;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2),0 5px 20px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 10px 0 rgba(0,0,0,.2),0 5px 20px 0 rgba(0,0,0,.2);

    

}
.wine-cfa-mask-top {
    background: transparent;
    height:76px; /* ici on règle la hauteur de la bannière - à régler en rapport avec navar-fixed */
  
}
     
.wine-cfa-content-top {
    font-size:1.2em;
    margin:10px auto 10px auto;
    display: block;
    max-width: 300px;
    padding: 3px 10px 5px 10px;
    

}
.wine-cfa-content-top i {
    font-size:35px;
    padding:0;
    margin-top:-7.5px;
}
.wine-cfa-link-top {

    color:#FFF!important;
}
.wine-advices-wrapper {
    background: #383838;
    color: #fff;
    padding: 10px 0 30px;
}

.wine-advices-wrapper a, .wine-advices-wrapper a:hover {

    color: #fff;

}

.wine-advices-carousel {
	position: relative;
	margin: 0 -15px;
	width: auto !important;
}

.wine-advices-carousel .item {
	padding: 0 15px;
}
.wine-advices-carousel .item-desc {
	margin-left:60px;
}
.wine-advices-carousel .item-title {
	padding-top:10px;
}

.wine-advices-carousel .item-link {
  opacity: 0.5;
}	

.wine-advices-carousel .owl-controls .owl-buttons div {
  color: #FFF;
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

.wine-advices-carousel .owl-controls .owl-buttons div:hover {
  filter: Alpha(Opacity=50);
  opacity: 0.5 !important;
}

.wine-advices-carousel .owl-controls .owl-buttons .owl-prev {
  background-image: url(../img/white-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-color: transparent;
  height: 50px;
  width: 60px;
  float: left;
  left: 5%;
  position: absolute;
  top: 30%;
  z-index: 110;
  opacity:0.8;
}

.wine-advices-carousel .owl-controls .owl-buttons .owl-next {
  background-image: url(../img/white-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-color: transparent;
  height: 50px;
  width: 60px;
  float: right;
  right: 5%;
  position: absolute;
  top: 30%;
  z-index: 110;
  opacity:0.8;
}

.wine-press-title {
    font-weight: 500;
    margin: 0 auto 15px;
}

.wine-press-rating {
    font-weight: 900;
    font-size:1.4em;
    /*margin: 0 auto 15px;*/
}
.wine-press-author {
    font-weight: 500;
    margin: 0 auto 15px;
    opacity:.6;
}

.wine-press-content {
    padding: 40px;
    text-align: justify;
    color: #555;
}

.wine-press-content:first-of-type {
    padding-top: 0 !important;
}

.wine-press-content .col-sm-2 {
    text-align: center;
}

.wine-press-content img {
    display: block;
    margin: 10px auto;
}

.media-panel {
    display: block;
    height: 300px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 50px !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .19) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .19) !important;
}

.media-panel:hover {
    opacity: 1 !important;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}

.medias-list .btn {
    margin-top: -130px;
    z-index: 100;
}

.media-image {
    height: 66%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.media-description {
    margin-top: -10px;
    padding: 0px 10px 20px 10px;
}

.table-inner {
    padding: 30px;
    line-height: 1.3em;
}

td.right-border, th.right-border, div.right-border {
    border-right: 1px solid #CCC;
}

.wine-authentification-table {
    width: 100%;
    margin: 100px 0 50px 0;
}

.wine-authentification-table tr {
    vertical-align: top;
}

.wine-authentification-table h4 {
    font-size: 30px;
    margin-left: 30px;
}
.wine-authentification-table .btn-plus {
    margin:40px auto 0 auto;
  }
/*-------------------------------------------------------------------------------------------------
Media Queries
-------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
    .winery-illustration-images {
        height: 40vh;
    }
} 
   
/*---------- Tablets Portrait (xs) -----------*/
@media only screen and (max-width: 767px) {

    .wine-content-title {
        margin-top: 40px !important;
    }

    .content-section-inner {
        margin: 0 -10px 40px;
    }

    .wine-description {
        margin: 0 -25px 40px;
    }

    .column {
        padding-left: 15px;
        padding-right: 15px;
        float: none !important;
        width: 100% !important;
    }

    .wine-press-col {
        padding: 0;
    }

    .wine-gallery-carousel .owl-controls .owl-buttons .owl-prev {
        background-size: auto 60px;
        height: 60px;
        width: 40px;
        margin-top: -30px;
    }

    .wine-gallery-carousel .owl-controls .owl-buttons .owl-next {
        background-size: auto 60px;
        height: 60px;
        width: 40px;
        margin-top: -30px;
    }
    
    .winery-illustration-images {
        height: 30vh;
    }

    .wine-press-wrapper .content-section-inner {
        margin: 0 0 40px;
    }

    .wine-press-title {
        font-weight: 500;
        color: #555;
        margin: 15px auto;
    }

    .wine-press-content {
        padding: 40px 20px;
    }
}

/*---------- Phones (xs) -----------*/
@media only screen and (max-width: 480px) {

    .wine-content-title h2 {
        font-size: 22px;
        margin: 10px auto;
    }

    .wine-content-title h3 {
        font-weight: 700;
        font-size: 24px;
        margin: 10px auto;
    }

    .wine-content-title h4 {
        font-weight: 100;
        font-size: 20px;
        margin: 10px auto;
    }

    .wine-press-content {
        padding: 40px 0;
    }
}

/*=================================================================================================
PARTNER PAGE CONTENT
=================================================================================================*/

.wine-partner-title {
    padding: 20px;
    margin-top: 30px; /*90*/
    font-size: 18px;
}

.partner-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 86px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2), 0 5px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2), 0 5px 20px 0 rgba(0, 0, 0, .2);
    z-index: 100;
    background: #fff;
}

.partner-nav-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
}

.partner-nav-inner img {
    display: inline-block;
    vertical-align: middle;
}

.partner-nav-inner h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 10px;
}

.partner-content {
    padding: 100px 0px 0;
/ / max-width: 600 px;
/ / margin: auto;
}

.partner-content .ico {
    display: inline-block;
    margin: 5px;
}

.partner-content .div_boutons a {
    margin: 5px;
}

.partner-content .div_boutons {
    margin: 10px auto;
}

/* début PATCH route des vins */

.partner-content #slideshow .pager li {
    display: inline !important;
}

.partner-content #slideshow .pager a {
    height: auto !important;
}

/* fin PATCH route des vins */

.social_like.inner {
    margin-bottom: 20px;
}

.partner-footer {
    width: 100%;
    z-index: 100;
}

.partner-footer-inner {
    width: 100%;
    padding: 20px 0;
}

.partner-footer-inner a {
    display: block;
}

.partner-footer-inner img {
    display: inline-block;
    vertical-align: middle;
}

.partner-footer-inner h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 10px;
}

/*=================================================================================================
FOOTER
=================================================================================================*/

.page-footer {

    background: #eee;
    padding: 30px 0 50px;

}

.footer-btn-action {
    color: #333 !important;
    padding: 8px 0;
    font-size: 11px;
    width: 24%;
    word-wrap: break-word;
    vertical-align: top;
    margin: 10px 0;
}

.footer-btn-action div {
    word-wrap: break-word;
    white-space: pre-line;
}

.footer-btn-action img {
    margin-bottom: 10px;
}

.footer-row i {
    font-size: 32px;
}

.footer-btn-social {
    padding: 8px 0;
    width: 23%;
    text-transform: capitalize !important;
    font-size: 12px;
}

.footer-btn-social .fa {
    margin-right: 5px;

}

.footer-row:first-of-type {
    border-bottom: 1px solid #999;
}

.footer-links {
    margin: 20px auto;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

.footer-link {
    font-weight: 300;
    text-decoration: underline !important;
}

.footer-advice {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
}

.recyclage-content {
    background:#F9F9F9;
}
.recyclage-content .nutrition {
    max-width:600px;
}
.recyclage-consignes img {
    max-width:80px;
    background:#F9F9F9;
}
/*=================================================================================================
EFFECTS & TRANSITIONS
=================================================================================================*/

a, button {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.fade {
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

/*=================================================================================================
PRELOADER
=================================================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    /*display: none;*/
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.loader {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
}

.loader:before,
.loader:after {
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #000;
    -webkit-box-shadow: 0 0 25px #ccc, inset 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc, inset 0 0 25px #ccc;
}

.loader:after {
    z-index: 1;
    -webkit-animation: preloader-anim 2s infinite 1s;
}

.loader:before {
    z-index: 2;
    -webkit-animation: preloader-anim 2s infinite;
}

@-webkit-keyframes preloader-anim {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

/*=================================================================================================
HELPERS
=================================================================================================*/

.small-container {
    max-width: 960px;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

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

.no-margin {
    margin: 0 !important;
}

.no-float {
    float: none;
}

.block {
    display: table;
    width: 100%;
}

.higher-item {
    display: table-header-group;
    text-align: center;
    vertical-align: top;
}

.top-item {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.centered-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bottom-item {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.lower-item {
    display: table-footer-group;
    text-align: center;
    vertical-align: bottom;
}

.block-inner {
    display: block;
    position: relative;
}

.col-centered {
    float: none !important;
    display: inline-block;
    margin-right: -4px;
}

/*-------------------------------------------------------------------------------------------------
Media Queries
-------------------------------------------------------------------------------------------------*/

/*---------- Tablets Portait (sm) -----------*/
@media only screen and (max-width: 768px) {
    .desktop-item {
        display: block;
        position: relative;
    }
}

.ico-tourism{
    width:48px;
    background:white;
    border-radius:10px;
    border:1px solid white;
    margin-bottom:10px;
}

.iframe-piwik{
    border: 0; 
    height: auto; 
    width: 100%;
}
