html, body, .site {
  min-height: 100%;
}

.site {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Georgia";
  color: #FFFFFF;
  outline: none;
}

.privacy-policy {
  margin: 1rem 8rem;
}

.privacy-policy td {
  border: solid 1px black;
  padding: 7px;
}

.privacy-policy p, span, li {
  font-size: 16px !important;
  line-height: 15px;
}

.privacy-policy h1, h2, h3, h4, h5 {
  margin: 1rem 0;
}

.underline {
  text-decoration: underline;
}

.text-black {
  color: black;
}

.text-black * {
  color: black;
}

ul {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dn span {
  display: none;
}

.recherche-form {
  position: absolute;
  right: 10px;
  top: 4px;
}
.recherche-form input {
  background: url(../images/bg-recherche.png) no-repeat;
  height: 25px;
  line-height: 25px;
  width: 112px;
  padding: 0 15px 0 25px;
}

#histoire .main {
  background: url(../images/bg-histoire.jpg) no-repeat center top;
}

#licornes .main {
  background: url(../images/bg-main-licornes.jpg) no-repeat center top;
}

#bourgogne .main {
  background: url(../images/bg-bourgogne.jpg) no-repeat center top;
}

#savoir-faire .main {
  background: url(../images/bg-savoir-faire-new.jpg) no-repeat center top;
}

#pro .main {
  background: url(../images/img-fond-pro.jpg) no-repeat center top;
  background-size: cover;
}

.overlay-demande-envoyee, .overlay-mentions, .overlay-espace-pro, .overlay-champs, .overlay-format, .overlay-passe-oublie {
  display: none;
  background: url(../images/bg-overlay.png);
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .overlay-demande-envoyee, .overlay-mentions, .overlay-espace-pro, .overlay-champs, .overlay-format, .overlay-passe-oublie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: auto;
  }
}

.pop-demande-envoyee, .pop-up-mentions, .popup-espace-pro {
  background: #030d13;
  border: solid 1px #232e34;
  width: 640px;
  margin: 142px auto 0;
  padding: 57px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .pop-demande-envoyee, .pop-up-mentions, .popup-espace-pro {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: auto;
  }
  .pop-demande-envoyee .scrollMention, .pop-up-mentions .scrollMention, .popup-espace-pro .scrollMention {
    height: auto;
  }
  .pop-demande-envoyee .scrollMention p, .pop-up-mentions .scrollMention p, .popup-espace-pro .scrollMention p {
    width: auto;
  }
}

.pop-up-passe-oublie {
  background: #030d13;
  border: solid 1px #232e34;
  width: 470px;
  margin: 342px auto 0;
  padding: 57px 40px;
  position: relative;
}
.pop-up-passe-oublie label {
  color: #9AA6B2;
  font-family: "Georgia";
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  margin-top: 4px;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  float: left;
}
.pop-up-passe-oublie .input {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #535A5E;
  color: #9AA6B2;
  font-family: "Georgia";
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  margin-top: 4px;
  padding: 0 10px;
  width: 304px;
  float: left;
}
.pop-up-passe-oublie .submit {
  background: none repeat scroll 0 0 #3E4951;
  border: medium none;
  color: #9AA6B2;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Georgia";
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  margin: 4px 0 0 6px;
  text-transform: uppercase;
  width: 39px;
}

.pop-demande-envoyee {
  min-height: 470px;
}

.pop-up-mentions h1 {
  background: url(../images/bg-title-mentions.gif) no-repeat center center;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 70px;
}
.pop-up-mentions p {
  text-align: center;
  color: #9aa6b2;
  line-height: 24px;
  font-size: 11px;
}

.pop-demande-envoyee p {
  margin: 200px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
}

.pop-up-mentions p a {
  color: #9aa6b2;
  text-decoration: none;
  font-size: 12px;
}

.pop-demande-envoyee .close, .pop-up-mentions .close, .popup-espace-pro .close {
  background: url(../images/bg-close.png) no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: 11px;
  height: 11px;
  width: 10px;
}

.share {
  width: 50px;
  height: 22px;
  overflow: hidden;
  text-align: right;
  float: right;
  margin-top: 5px;
}
.share a {
  display: block;
  float: left;
  height: 22px;
  width: 21px;
  text-indent: -9999px;
  background-image: url(../images/reseaux.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 3px;
  font-size: 0px;
}
.share a.twitter {
  background-position: right top;
}
.share a.instagram {
  display: block;
  height: 22px;
  width: 21px;
  text-indent: -9999px;
  background-image: url(../images/instagram.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 0 0 3px;
  padding: 0;
  background-position: right top;
}

.label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

.content-form {
  width: 320px;
  margin: auto;
}
.content-form p.dateNaissance {
  position: relative;
  float: left;
}
.content-form p label {
  position: absolute;
  left: 0;
  top: 1px;
  padding-left: 5px;
  font-size: 12px;
  color: #cccccc;
  height: 25px;
  line-height: 25px;
  margin: 0 !important;
}
.content-form .mois, .content-form .jour {
  width: 73px;
  height: 25px;
  border: 1px solid #515658;
  line-height: 25px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 4px;
  font-family: "Source Sans Pro";
}
.content-form .annee {
  width: 73px;
  height: 25px;
  border: 1px solid #515658;
  line-height: 25px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 4px;
  font-family: "Source Sans Pro";
  width: 130px;
  margin-right: 0px;
}

.form-visite select {
  width: 280px;
}
.form-visite .se-souvenir span {
  float: right;
  display: block;
  margin: 0 6px 0;
  font-size: 10px;
  text-transform: uppercase;
}
.form-visite span.jqTransformCheckboxWrapper {
  border: 1px solid #515658;
  float: right;
  width: 8px;
  height: 8px;
  margin: 14px 0 0;
}

#formAcces span.jqTransformCheckboxWrapper, #formAcces span.jqTransformRadioWrapper {
  border: 1px solid #515658;
  float: right;
  width: 8px;
  height: 8px;
  margin: 14px 0 0;
}

.form-visite span.jqTransformCheckboxWrapper {
  margin-top: 5px;
}

#formAcces span.jqTransformRadioWrapper, #formAcces span.jqTransformCheckboxWrapper {
  float: left;
  margin: 4px 0 0 0;
}

.form-visite a.jqTransformRadio {
  width: 8px;
  height: 8px;
}

#formAcces a.jqTransformChecked {
  width: 8px;
  height: 8px;
  background: url(../images/checkbox.png) no-repeat center center;
}

.identifiant {
  position: relative;
  margin-top: 4px;
}

.menu-bt-histoire {
  background: url(../images/bg-menu-bt-histoire_03.png) no-repeat top center;
  height: 31px;
  position: static;
  bottom: 0;
  left: 0px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .menu-bt-histoire {
    display: none;
  }
}
.menu-bt-histoire ul {
  margin: auto;
  text-align: center;
}
.menu-bt-histoire ul li {
  width: 23px;
  list-style: none;
  display: inline-block;
  height: 23px;
  margin-top: 4px;
  position: relative;
}
.menu-bt-histoire ul li a {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/bg-bt-link-histoire.png) no-repeat center center;
}
.menu-bt-histoire ul li a:hover, .menu-bt-histoire ul li a.active {
  background: url(../images/bg-bt-link-histoire-active.png) no-repeat center center;
}
.menu-bt-histoire ul li p {
  position: absolute;
  display: none;
  width: 125px;
  height: 31px;
  top: -38px;
  left: -38px;
}

#bourgogne .menu-bt-histoire ul li p {
  width: 330px;
  height: 31px;
  top: -38px;
  left: -145px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}

.menu-bt-histoire ul li p span {
  /* display:block;
  height:31px;
  float:left;
  width:45px;*/
  font-size: 19px;
  font-size: 10px;
}

#bourgogne .menu-bt-histoire ul li p span {
  /*width:260px;
  height:auto;
  text-align:center;*/
  font-size: 10px;
  color: #CFA75A;
}

.menu-bt-histoire ul li p span.nom {
  margin-left: 10px;
  line-height: 14px;
  color: #CFA75A;
  padding-left: 5px;
}
.menu-bt-histoire ul li p span.annee {
  border-right: 1px solid #CFA75A;
  height: 31px;
  line-height: 31px;
  float: left;
  width: 48px;
  font-weight: bold;
  font-size: 19px;
  padding-right: 5px;
  margin-right: 5px;
}

.overlay {
  display: none;
}

.pop-up-passe-oublie .close {
  right: -30px;
}

.main p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

/*************************************/
/*           Espace Pro              */
/*************************************/
.pro-home {
  width: 1220px;
  margin: 0 auto;
  padding-top: 51px;
}

#nav {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav a {
  display: block;
}
#nav li ul {
  display: none;
  position: absolute;
  left: 240px;
  top: 0;
  margin: 0;
  padding: 0;
}

* html #nav ul {
  line-height: 0;
}

/* IE6 "fix" */
#nav {
  width: 240px;
  float: left;
  z-index: 100;
}
#nav ul a {
  zoom: 1;
}
#nav li ul li ul {
  top: 0;
  left: 230px;
}
#nav *:hover {
  background-color: none;
}
#nav ul {
  top: 0px;
}
#nav li a {
  width: 219px;
  height: 31px;
  line-height: 31px;
  margin-bottom: 5px;
  padding-left: 9px;
  color: #9aa6b2;
  font-size: 11px;
  font-weight: bold;
  font-family: "Georgia";
  text-transform: uppercase;
  border: 1px solid #53616c;
  background: url(../images/puce-pro.png) no-repeat 200px center;
}
#nav li a:hover {
  color: #ffffff;
}
#nav li a.ui-state-active, #nav li a.ui-state-focus {
  background: url(../images/puce-pro-active.png) no-repeat 200px center;
  color: #ffffff;
}
#nav li a.deuxLignes {
  height: 26px;
  line-height: 11px;
  padding-top: 5px;
}
#nav li ul {
  width: 220px;
  padding: 0 4px;
  border: 1px solid #53616c;
  background: #171c20;
  /*background:url(../images/bg-detail-produit.png) repeat;*/
}
#nav li ul li {
  width: 220px;
  height: 41px;
  border-bottom: 1px solid #53616c;
}
#nav li ul li:last-child {
  border-bottom: none;
}
#nav li ul li a {
  width: 220px;
  height: 32px;
  line-height: 14px;
  margin-bottom: 0px;
  padding: 7px 0 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  font-family: "Georgia";
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
}
#nav li ul li a:hover, #nav li ul li a.ui-state-active, #nav li ul li a.ui-state-focus {
  border-bottom: 2px solid #CCC;
  color: #CCC;
}
#nav li ul li ul {
  width: 160px;
  padding: 0 5px;
  border: 1px solid #53616c;
  left: 235px !important;
}
#nav li ul li ul li {
  width: 160px;
  height: inherit;
  border: none;
}
#nav li ul li ul li a {
  width: 150px;
  height: inherit;
  line-height: 18px;
  margin-bottom: 0px;
  padding: 0 0 0 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  font-family: "Georgia";
  text-transform: uppercase;
  text-align: left;
  border: none;
  display: inline;
}
#nav li ul li ul li a:hover {
  border: none;
  color: #CCC;
}

/* IE6/7 fix */
/* Essentials - configure this */
/* Everything else is theming */
.espacePro {
  margin: 0 auto;
  padding: 0;
  padding-top: 40px;
}
.espacePro h2 {
  height: 20px;
  line-height: 20px;
  padding: 0;
  color: #ddd;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  font-weight: normal;
}
.espacePro h2 img {
  vertical-align: middle;
}
.espacePro h2.contact {
  width: 100%;
  padding: 0;
  text-align: center;
  background: url(../images/bg-titre-contact.png) no-repeat;
  background-position: center;
}
.espacePro p {
  padding: 0;
  text-align: center;
  font-size: 10px;
  color: #9aa6b2;
  line-height: 24px;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media (max-width: 1100px) {
  .espacePro p {
    padding: 0px 20px;
  }
}

#formIdentification {
  width: 326px;
  margin: auto;
}
#formIdentification .input {
  width: 304px;
  height: 26px;
  line-height: 26px;
  margin-top: 4px;
  padding: 0 10px;
  color: #9aa6b2;
  font-size: 10px;
  font-family: "Georgia";
  text-transform: uppercase;
  border: 1px solid #535a5e;
  background: none;
  letter-spacing: 1px;
}
#formIdentification a {
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
  display: block;
  color: #737d84;
  font-size: 10px;
  font-family: "Georgia";
  margin-left: 0 !important;
  text-align: right;
}
#formIdentification a:hover {
  text-decoration: underline;
}
#formIdentification a.demand-d-acces {
  padding-right: 26px;
}
#formIdentification .submit {
  width: 39px;
  height: 16px;
  line-height: 16px;
  margin: 4px 0 0 6px;
  float: right;
  display: block;
  color: #fff;
  font-size: 10px;
  font-family: "Georgia";
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: #3e4951;
}

#formContact, #formAccess {
  width: 100%;
}

#formContact {
  margin: 60px auto 0 auto;
}
#formContact #consentement {
  width: 325px;
  line-height: 15px;
  padding: 0 0px;
  color: #9aa6b2;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  background: none;
  letter-spacing: 1px;
  margin: 6px auto 0 auto;
  display: block;
}

#formAccess {
  margin: 30px auto 0 auto;
}

#formAcces h3 {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Georgia";
  letter-spacing: 1px;
  font-weight: normal;
}
#formAcces h3.noCenter {
  margin: 20px 0 20px 0;
  padding-left: 10px;
  color: #fff;
  text-align: left;
}
#formAcces h3.noCenter.message {
  margin: 20px 0 5px 0;
}
#formAcces .input {
  width: 304px;
  height: 26px;
  line-height: 26px;
  margin-top: 4px;
  padding: 0 10px;
  color: #9aa6b2;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  border: 1px solid #535a5e;
  background: none;
  letter-spacing: 1px;
}

#formContact .input, #formAccess .input {
  width: 304px;
  height: 26px;
  line-height: 26px;
  margin-top: 4px;
  padding: 0 10px;
  color: #9aa6b2;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  border: 1px solid #535a5e;
  background: none;
  letter-spacing: 1px;
  margin: 4px auto 0 auto;
  display: block;
}

#formContact textarea, #formAccess textarea {
  height: 78px;
  padding: 5px;
  color: #9aa6b2;
  font-size: 10px;
  font-family: "Georgia";
  border: 1px solid #535a5e;
  background: none;
  margin: 4px auto 0 auto;
  display: block;
  width: 304px;
  margin-top: 4px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  max-width: 304px;
  min-width: 304px;
}

#formAcces .checkbox {
  float: left;
  margin-top: 4px;
}
#formAcces .conditions {
  width: 303px;
  margin-top: 4px;
  display: block;
  color: #9aa6b2;
  font-size: 9px;
  font-style: italic;
  font-family: "Georgia";
  float: left;
  padding-left: 10px;
  text-align: justify;
  letter-spacing: 1px;
}
#formAcces label {
  margin-top: 4px;
  color: #9aa6b2;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Georgia";
  padding: 0 21px 0 7px;
  float: left;
}
#formAcces label.last {
  padding: 0 0 0 10px;
}
#formAcces a.passeOubli {
  height: 15px;
  line-height: 16px;
  margin-top: 4px;
  float: right;
  display: block;
  color: #737d84;
  font-size: 10px;
  font-family: "Georgia";
}
#formAcces a.passeOubli:hover {
  text-decoration: underline;
}

#formContact .valider, #formAccess .valider {
  width: 100%;
  height: 31px;
  margin-top: 34px;
  background: url(../images/bg-titre-contact.png) no-repeat left center;
  background-position: center;
}
#formContact .submit, #formAccess .submit {
  width: 144px;
  height: 29px;
  line-height: 29px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #858c91;
  background: #3e4951;
}

.pro-home .content {
  width: 900px;
  float: right;
}
.pro-home .content h2 {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 20px 101px;
  text-transform: uppercase;
}
.pro-home .content .textAccueil {
  width: 604px;
  padding-top: 100px;
}
.pro-home .content .textAccueil p {
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-family: "Georgia";
}
.pro-home .content .textAccueil p.titre {
  text-transform: uppercase;
  font-size: 14px;
}
.pro-home .content .textAccueil p.nom {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}

#mycarousel li ul {
  width: 782px;
  height: 480px;
}
#mycarousel li ul li {
  width: 201px;
  height: 133px;
  float: left;
  margin: 0 0 25px 46px;
}
#mycarousel li ul li h3 {
  color: #ffffff;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
#mycarousel li ul li .visuel {
  width: 201px;
  height: 104px;
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px solid #53616c;
  border-bottom: 1px solid #53616c;
}
#mycarousel li ul li .visuel a {
  width: 201px;
  height: 104px;
  position: relative;
  overflow: hidden;
  display: block;
}
#mycarousel li ul li .visuel a .lienProduit {
  width: 201px;
  height: 58px;
  padding-top: 46px;
  position: absolute;
  left: 0;
  top: 104px;
  color: #36424a;
  font-size: 12px;
  font-family: "Source Sans Pro";
  text-align: center;
  text-transform: uppercase;
  background: url(../images/bg-detail-produit.png) repeat;
}

.blockTelecharge {
  width: 982px;
  height: 38px;
  margin: 60px 0 0 268px;
  text-align: center;
  background: url(../images/bg-telecharger-pro.png) no-repeat center top;
}
.blockTelecharge a {
  display: inline;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-size: 11px;
  font-family: "Georgia";
  margin-right: 20px;
  padding-left: 24px;
  background: url(../images/bt-telecharger.png) no-repeat left center;
}

.detailVisuel {
  width: 308px;
  height: 554px;
  float: left;
  border: 1px solid #54626d;
}

.detailDescript {
  width: 572px;
  float: left;
  padding-left: 12px;
}
.detailDescript h3 {
  color: #ffffff;
  font-size: 13px;
  font-family: "Georgia";
  text-transform: uppercase;
}
.detailDescript h3 span {
  color: #fdab21;
  font-family: "DIN-bold";
  font-weight: normal;
}
.detailDescript p {
  width: 572px;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  font-family: "Georgia";
  padding: 40px 0 30px 0;
}
.detailDescript a.telecharger {
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  font-size: 11px;
  font-family: "Georgia";
  margin-top: 10px;
  padding-left: 24px;
  display: block;
  background: url(../images/bt-telecharger.png) no-repeat left center;
}
.detailDescript .sep {
  width: 572px;
  height: 1px;
  margin-top: 10px;
  background: #fdab21;
}
.detailDescript ul {
  margin-top: 10px;
  padding-left: 14px;
}
.detailDescript ul li {
  float: left;
  font-size: 12px;
  color: #53616c;
  font-family: "Source Sans Pro";
}
.detailDescript ul li a {
  display: inline;
  padding: 0 10px;
  color: #53616c;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
}
.detailDescript ul li a:hover {
  color: #ffffff;
}

.scrollMention {
  height: 400px;
  overflow: auto;
}

#form_dateNaissance {
  clear: both;
  width: 340px;
}
#form_dateNaissance select {
  padding: 0 3px;
  width: 55px;
}
#form_dateNaissance .jqTransformSelectWrapper {
  float: left;
  margin-right: 30px;
}
#form_dateNaissance .jqTransformSelectWrapper div span {
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  padding: 0 4px;
}

@media print {
  .header, .footer, .cycle-next, .cycle-prev, .menu_degustation {
    display: none !important;
  }

  .desconly, .jspContainer {
    overflow: visible !important;
  }
}
.degustation-home .jspPane p > a {
  color: #000;
}

.back {
  left: 133px;
  top: 25px;
  position: absolute;
  background: #f4f4f4;
  width: auto !important;
  height: auto !important;
  text-align: center;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  margin-top: 0px;
  z-index: 2;
  color: #232e35;
}

.footer {
  bottom: 0;
  position: static;
  left: 0;
  width: 100%;
  z-index: 100;
}

#bourgogne .main, #histoire .main, #licornes .main, #savoir-faire .main {
  background-repeat: repeat !important;
}

.menu-bt-histoire {
  bottom: 10px;
}

#pro h4 {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-height: 800px) {
  .overlay-videos {
    top: 50px;
  }
}
.degustation-home .content .text p {
  margin-bottom: 10px;
}

/* Indigen */
.contactez-nous {
  background: url(../images/espace-pro-header_03.gif) 0px bottom no-repeat;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}

.espace-pro-header {
  background: url(../images/espace-pro-header_03.gif) no-repeat;
  display: block;
  padding-left: 30px;
}
.espace-pro-header strong {
  font-family: "Source Sans Pro";
}

.main {
  /*height:666px;*/
  position: relative;
}

/*************************************/
/*         Page Degustation          */
/*************************************/
.menu_degustation {
  width: 100%;
  height: 35px;
}

#degustation .menu_degustation {
  background: url(../images/degustation_submenu.png) no-repeat center;
}

.menu_degustation ul {
  width: 100%;
  height: 35px;
  text-align: center;
  margin: auto;
}

.scrollMenu ul {
  margin-left: 0;
}

.icons a.telecharger {
  display: none;
}

.menu_degustation li {
  /*height:35px;*/
  display: inline;
  position: relative;
  padding: 5px 0;
}
.menu_degustation li a {
  height: 25px;
  padding: 10px 10px 0 10px;
  display: inline-block;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.menu_degustation li a:hover, .menu_degustation li a.active {
  background: url(../images/bg-lien-degustation.png) no-repeat center 24px;
}

.degustation-home .menu_degustation li .scrollMenu {
  position: absolute;
  right: -33px;
  display: none;
  top: 35px;
  padding: 18px;
  width: 137px;
  height: auto !important;
  z-index: 99999;
  background: url(../images/bg-ss-menu.png) no-repeat left top;
}
@media (max-width: 360px) {
  .degustation-home .menu_degustation li .scrollMenu {
    right: -53px;
  }
}
.degustation-home .menu_degustation li ul.subMenu {
  width: 137px;
  height: 594px;
  overflow: auto;
}
.degustation-home .menu_degustation li ul.subMenu li {
  display: block;
  /*margin:5px 0;
  height:20px;*/
  text-align: left;
}
.degustation-home .menu_degustation li ul.subMenu li a {
  /*display:block;*/
  padding: 0;
  height: inherit;
  font-size: 11px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}

.degustation, .elaboration {
  cursor: pointer;
}

.degustation-home .menu_degustation li ul.subMenu li a:hover {
  color: #ddd;
  background: none;
}

.menu_degustation .jspDrag {
  background: #fff !important;
}

.degustation-home .content .parralax {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.degustation-home .content .sh {
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

#degustation-produits .content {
  padding-top: 0;
  width: 1094px;
  height: 630px;
  margin: auto;
}
#degustation-produits .degustation-home {
  width: 1170px;
  margin: 0 auto;
}

.degustation-home .content a.entrer {
  width: 30px;
  display: inline-block;
  padding: 0 36px 0 0;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Source Sans Pro";
  background: url(../images/bg-entrer.png) no-repeat right top;
}
.degustation-home .content a.next {
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  right: 0;
  top: 244px;
  background: url(../images/bg-next-degustation.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
}
.degustation-home .content a.prev {
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  left: 0;
  top: 244px;
  background: url(../images/bg-prev-degustation.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  display: none;
}

#slideshow-1 {
  position: relative;
  width: 977px;
  height: 577px;
  padding: 0px 58px;
}
#slideshow-1 .cycle-next {
  position: absolute;
  top: 243px;
  right: 0px;
  width: 116px;
  height: 116px;
  cursor: pointer;
  background: url(../images/suiv-degustation.png) no-repeat;
  z-index: 12;
}
#slideshow-1 .cycle-prev {
  position: absolute;
  top: 243px;
  left: 0px;
  width: 116px;
  height: 116px;
  background: url(../images/prev-degustation.png) no-repeat;
  z-index: 12;
}

#cycle-1 {
  z-index: 1;
  display: none;
}
#cycle-1 .cycle-slide {
  display: none;
  background-color: #fff;
}

#slideshow-1 img {
  position: relative;
  z-index: 1;
}
#slideshow-1 .description {
  width: 430px;
  position: absolute;
  left: 131px;
  top: 82px;
  z-index: 10;
}
#slideshow-1 .description h3 {
  font-size: 28px;
  font-weight: bold;
  color: #2f383e;
  font-family: "Georgia";
}
#slideshow-1 .imageNoir .description h3 {
  color: #ffffff;
}
#slideshow-1 .description .text {
  font-size: 13px;
  color: #2f383e;
  font-family: "Georgia";
  padding-top: 20px;
  line-height: 20px;
}
#slideshow-1 .description .text span {
  font-weight: bold;
  color: #2f383e;
}
#slideshow-1 .imageNoir .description .text {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .description .text span {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .desconly .text {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .description .text p, #slideshow-1 .imageNoir .description .text span {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .desconly .text .p1, #slideshow-1 .imageNoir .description .text .p2 {
  color: #ffffff !important;
}
#slideshow-1 .description .sep {
  width: 274px;
  height: 1px;
  display: block;
  margin-top: 25px;
  background: #e2e3e4;
}
#slideshow-1 .description h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2f383e;
  font-family: "Georgia";
  margin-top: 25px;
}
#slideshow-1 .imageNoir .description h4 {
  color: #ffffff;
}
#slideshow-1 .description .icons {
  padding-top: 20px;
}
#slideshow-1 .description .icons a {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-left: 7px;
  background-position: left top;
}
#slideshow-1 .imageNoir .description .icons a {
  background-position: left bottom;
}
#slideshow-1 .description .icons a.facebook {
  background-image: url(../images/facebook.png);
}
#slideshow-1 .description .icons a.telecharger {
  background-image: url(../images/telecharger.png);
  display: none;
}
#slideshow-1 .description .icons a.imprimer {
  background-image: url(../images/imprimer.png);
}

#slideshow-2 {
  position: relative;
  width: 711px;
  height: 37px;
  padding: 0 22px;
  margin: 0 auto;
}
#slideshow-2 .cycle-next {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 5px;
  height: 13px;
  cursor: pointer;
  background: url(../images/suiv2.png) no-repeat;
  z-index: 12;
}
#slideshow-2 .cycle-prev {
  position: absolute;
  top: 14px;
  left: 0px;
  width: 5px;
  height: 13px;
  background: url(../images/prev2.png) no-repeat;
  z-index: 12;
}

#cycle-2 {
  z-index: 1;
  height: 37px;
}
#cycle-2 .cycle-slide {
  width: auto !important;
  margin-right: 5px;
}
#cycle-2 .cycle-slide img {
  border: 1px solid #cccccc;
  width: 72px;
  height: 27px;
}
#cycle-2 .cycle-slide-active img {
  width: 72px;
  height: 35px;
  margin-top: 0;
}

.caroubas {
  width: 977px;
  height: 41px;
  margin: 2px auto 0 auto;
  padding: 5px 0;
}

.carouNoir {
  background: #000000;
}

/**************************/
/*******ESPACE PRO*********/
/**************************/
#menu-left {
  display: none;
}

#requestAccess .espacePro h2 .contact, #requestAccess .espacePro h2 .valider {
  background: none;
}

@media (max-width: 568px) {
  #loginbox {
    margin-left: -16px;
  }
}
@media (max-width: 767px) {
  #loginbox .submit-login {
    width: 100%;
    height: 32px;
    font-size: 12px;
  }
}

#requestAccess .checkbox_container {
  width: 320px;
  padding: 20px;
  margin: 0 auto;
}
#requestAccess .checkbox_container label, #requestAccess .checkbox_container span {
  color: #9AA6B2;
  font-size: 12px;
  font-family: "Georgia";
  text-transform: uppercase;
  padding: 4px;
}
#requestAccess .checkbox_container span {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}
#requestAccess .checkbox_container input[type=checkbox] {
  opacity: 0;
}
#requestAccess .checkbox_container .ez-hide {
  opacity: 0;
}
#requestAccess .checkbox_container .ez-checkbox {
  background: transparent url(../images/checkbox-red.png) 0 1px no-repeat;
  display: inline-block;
}
#requestAccess .checkbox_container .ez-checked {
  background-position: 0 -18px;
}

.alert-danger {
  text-align: center;
  width: 240px;
  padding: 15px 20px;
  margin: 0 auto;
  margin-bottom: 18px;
  background-color: #c0392b;
  color: #ffffff;
}

/**************************/
/*****REFAC LANGUES********/
/**************************/
#languesContainer {
  display: none;
  background-color: #35424a;
  padding: 8px 0px;
  z-index: 100;
}

#languesIcon .flag {
  vertical-align: text-top;
}

#languesIcon span {
  font-size: 10px !important;
  display: none;
}

#languesIcon:after {
  content: "";
  background: url(../images/puce-langue.jpg) no-repeat center right;
  width: 8px;
  position: absolute;
  height: 8px;
  background-size: contain;
  margin-left: 8px;
  margin-top: 4px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .collection-home .owl-next, .collection-home .owl-prev, #liste-news-full .owl-next, #liste-news-full .owl-prev {
    display: none;
  }
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px;
  background-image: url("../images/bg-body-head.jpg");
  background-position: center;
  background-size: cover;
  z-index: 101;
}
@media (min-width: 768px) {
  .header {
    padding-bottom: 55px;
  }
}
.header .toggle,
.header .facebook {
  position: absolute;
}
@media (min-width: 768px) {
  .header .toggle,
.header .facebook {
    display: none;
  }
}
.header .toggle svg,
.header .facebook svg {
  fill: #ffffff;
}
.header .toggle {
  cursor: pointer;
  bottom: 15px;
  right: 20px;
}
.header .facebook {
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .header .nav-top {
    display: none;
  }
  .header .nav-top.active {
    display: block;
  }
}
.header .logo img {
  display: block;
  height: 75px;
}

.menu-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: url(../images/bg-nav-top.png) no-repeat center top;
  z-index: 1;
}
@media (max-width: 767px) {
  .menu-top {
    display: none;
    flex-direction: column;
    top: 100%;
    bottom: auto;
    padding-top: 10px;
    background: #263742;
  }
  .menu-top.active {
    display: flex;
  }
}
.menu-top a {
  display: inline-block;
  margin: 0 25px;
  line-height: 35px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Georgia";
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .menu-top a {
    line-height: 30px;
  }
}
.menu-top a:hover, .menu-top a.active {
  background: url(../images/bg-lien-degustation.png) no-repeat center 25px;
}
.menu-top .menu-plus {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 10px 0;
  background: #1d2a33;
}
@media (min-width: 768px) {
  .menu-top .menu-plus {
    display: none;
  }
}

.menu-top-right {
  position: absolute;
  right: 20px;
  bottom: 50px;
  font-size: 12px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .menu-top-right {
    display: none;
  }
}

.menu-lang {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  height: 1em;
}
@media (min-width: 768px) {
  .menu-lang {
    display: none;
  }
}
.menu-lang a {
  cursor: pointer;
  display: block;
  visibility: hidden;
  position: relative;
  opacity: 0;
  top: -1em;
  left: 0px;
  transition: all 0.2s ease;
}
.menu-lang.hover a {
  visibility: visible;
  top: 0.5em;
  opacity: 1;
}
.menu-lang.hover:after {
  transform: rotate(180deg);
}
.menu-lang:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -17px;
  width: 12px;
  height: 6px;
  background-image: url(../images/arrow-down.png);
  background-size: 100%;
}

.menu-pro {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .menu-pro {
    display: none;
  }
}
.menu-pro:after {
  content: "";
  position: absolute;
  top: 1px;
  left: -16px;
  width: 6px;
  height: 12px;
  background-image: url(../images/arrow-right.png);
  background-size: 100%;
}

.footer {
  padding: 10px 20px 20px;
  box-sizing: border-box;
  background-image: url("../images/bg-body-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.footer .langues-reseaux {
  max-width: 1000px;
  margin: auto;
}
.footer .langues-reseaux .langues {
  height: 25px;
  width: 76px;
  float: left;
  padding-right: 15px;
  background: url(../images/bg-langues.gif) no-repeat right top;
}
.footer .langues-reseaux .langues .dropdown {
  width: 76px;
  line-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  display: block;
  font: 13px Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer .langues-reseaux .langues .dropdown dd, .footer .langues-reseaux .langues .dropdown dt, .footer .langues-reseaux .langues .dropdown ul {
  margin: 0px;
  padding: 0px;
}
.footer .langues-reseaux .langues .dropdown dt {
  width: 76px;
  height: 24px;
}
.footer .langues-reseaux .langues .dropdown dd {
  position: relative;
}
.footer .langues-reseaux .langues .dropdown a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.footer .langues-reseaux .langues .dropdown a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.footer .langues-reseaux .langues .dropdown a:hover {
  color: #ffffff;
}
.footer .langues-reseaux .langues .dropdown dt a {
  background: url(../images/puce-langue.jpg) no-repeat center right;
  display: block;
  width: 76px;
  font-size: 10px;
}
.footer .langues-reseaux .langues .dropdown dt a:hover {
  color: #ffffff;
}
.footer .langues-reseaux .langues .dropdown dt a span {
  width: 76px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  display: block;
  color: #FFF;
  font-family: "Source Sans Pro";
}
.footer .langues-reseaux .langues .dropdown dd ul {
  color: #ffffff;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  width: 76px;
  list-style: none;
  font-size: 11px;
  background: #364249;
}
.footer .langues-reseaux .langues .dropdown span.value {
  display: none;
}
.footer .langues-reseaux .langues .dropdown dd ul li a {
  display: block;
  font-family: arial;
  font-size: 10px;
  padding: 5px 0 5px 2px;
}
.footer .langues-reseaux .langues .dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 12px;
}
.footer .langues-reseaux .reseaux {
  float: right;
}
.footer .langues-reseaux .reseaux li {
  float: left;
  list-style: none;
  height: 22px;
}
.footer .langues-reseaux .reseaux li a {
  display: block;
  height: 18px;
  padding-top: 6px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  margin-right: 10px;
}
.footer .langues-reseaux .reseaux li a.facebook {
  display: block;
  height: 22px;
  width: 21px;
  text-indent: -9999px;
  background-image: url(../images/reseaux.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 0 0 3px;
  padding: 0;
}
.footer .langues-reseaux .reseaux li a.twitter {
  display: block;
  height: 22px;
  width: 21px;
  text-indent: -9999px;
  background-image: url(../images/reseaux.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 0 0 3px;
  padding: 0;
  background-position: right top;
}
.footer .langues-reseaux .reseaux li a.instagram {
  display: block;
  height: 22px;
  width: 21px;
  text-indent: -9999px;
  background-image: url(../images/instagram.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 0 0 3px;
  padding: 0;
  background-position: right top;
}
.footer .menu-footer.menu-footer-01 {
  background: url(../images/bg-footer-01.gif) no-repeat center center;
}
.footer .menu-footer.menu-footer-02 {
  margin-bottom: 20px;
}
.footer .menu-footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .menu-footer ul li {
  margin: 0 12px;
}
.footer .menu-footer ul li a {
  display: block;
  font-family: "Source Sans Pro";
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.footer .menu-footer ul li a:hover {
  color: #cccccc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .menu-footer,
.footer .langues-reseaux {
    display: none;
  }
}
.footer .mention {
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Source Sans Pro";
  line-height: 15px;
}
.footer .links {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 15px;
}
.footer .links a {
  display: block;
  margin: 0 10px;
  font-size: 11px;
}

.main {
  min-height: calc(100vh - 330px);
  padding: 15px 0px;
}
@media (max-width: 767px) {
  .main {
    height: 100%;
    min-height: calc(100vh - 220px);
    padding: 0;
  }
}

.retour {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 11px;
  z-index: 100;
}
@media (min-width: 768px) {
  .retour {
    background: url(../images/bg-close-blanc.png) no-repeat;
  }
  .retour svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .retour {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: none;
  }
  .retour svg {
    fill: #ffffff;
  }
}

#agegate {
  background-color: #36424a;
}
@media (min-width: 1100px) {
  #agegate {
    background-image: url(../images/bg-agegate.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#agegate .logo {
  display: block;
  max-width: 150px;
  margin: 0 auto 50px;
}
@media (min-width: 1100px) {
  #agegate .logo {
    display: none;
  }
}
#agegate .site {
  max-width: 1050px;
  margin: 50px auto 0;
}
@media (min-width: 1100px) {
  #agegate .form-visite-content {
    width: 574px;
    float: right;
  }
}
#agegate .form-langue {
  display: flex;
  justify-content: center;
  background: url(../images/bg-form-langue.png) no-repeat center center;
}
#agegate .form-langue a {
  display: block;
  float: left;
  width: 61px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  text-decoration: none;
  background: #171d20;
  margin: 0 5px;
  border: solid 1px #FFFFFF;
}
#agegate .form-langue a.active, #agegate .form-langue a:hover {
  width: 63px;
  height: 24px;
  line-height: 24px;
  background: #3c474f;
  border: none;
}
#agegate .pour-visiter {
  text-align: center;
  font-size: 11px;
  margin: 65px 0;
  line-height: 18px;
}
@media (max-width: 1099px) {
  #agegate .pour-visiter {
    margin: 50px 0;
  }
}
#agegate .form-visite .bt-content {
  margin: 100px 0;
  background: url(../images/bg-bt.png) no-repeat center center;
  height: 30px;
}
@media (max-width: 1099px) {
  #agegate .form-visite .bt-content {
    margin: 50px 0;
  }
}
#agegate .form-visite .bt {
  width: 144px;
  height: 28px;
  text-align: center;
  margin: auto;
  display: block;
  border: 1px solid #858c91;
  background: #3e4951;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
}

.acces-espace-pro .acces-direct {
  font-size: 11px;
}
.acces-espace-pro .acces-direct span {
  background: #3e4951;
  display: inline-block;
  padding: 1px 20px;
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: 5px;
}
.acces-espace-pro p label {
  position: absolute;
  left: 0;
  top: 1px;
  padding-left: 5px;
  font-size: 12px;
  color: #cccccc;
  height: 25px;
  line-height: 25px;
  margin: 0 !important;
}
.acces-espace-pro input[type=text], .acces-espace-pro input[type=password] {
  width: 100%;
  height: 25px;
  padding: 0 5px;
  line-height: 25px;
  background: none;
  border: 1px solid #515658;
}
.acces-espace-pro .submit-form {
  margin: 10px 0 30px;
  overflow: hidden;
}
.acces-espace-pro .submit-form input {
  float: right;
  width: 49px;
  height: 17px;
  font-size: 11px;
  line-height: 18px;
  background: #3e4951;
  cursor: pointer;
}
.acces-espace-pro .submit-form a {
  float: right;
  margin-right: 6px;
  font-size: 10px;
  color: #737d84;
  text-decoration: none;
  line-height: 18px;
}
.acces-espace-pro .demand-d-acces {
  display: block;
  background: url(../images/bg-demande-d-acces.gif) no-repeat right center;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  float: none !important;
  color: #ffffff !important;
}
.acces-espace-pro .mention {
  margin: 50px 0;
  color: #ababab;
  font-size: 10px;
  line-height: 18px;
}

#home .main {
  height: 100%;
  background-image: url(../images/bg-main-hp.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  #home .main {
    background-image: url(../images/bg-main-hp-mobile.jpg);
  }
}

.caroussel-home {
  background: url(../images/bg-caroussel-home.jpg);
  background-size: cover;
  background-position: center;
}
.caroussel-home .video-news-home {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width: 1099px) {
  .caroussel-home .video-news-home {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .caroussel-home .video-news-home {
    padding: 20px;
  }
}
.caroussel-home .video-news-home .news-home,
.caroussel-home .video-news-home .video-home {
  display: flex;
}
.caroussel-home .video-news-home .news-home img,
.caroussel-home .video-news-home .video-home img {
  display: block;
  margin-right: 10px;
}
.caroussel-home .video-news-home .video-home {
  margin-right: 10px;
}
@media (max-width: 1099px) {
  .caroussel-home .video-news-home .video-home {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .caroussel-home .video-news-home .video-home {
    margin-bottom: 20px;
  }
}

.txt-video-news-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.txt-video-news-home h2 {
  margin-bottom: 8px;
  padding-bottom: 2px;
  font-weight: normal;
  background: url(../images/bg-titre-home.gif) no-repeat left bottom;
}
@media (max-width: 1099px) {
  .txt-video-news-home h2 {
    padding-bottom: 0;
    background: none;
  }
}
.txt-video-news-home h2 a {
  display: block;
  font-family: "Georgia";
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}
.txt-video-news-home h2 a span {
  font-family: "Georgia";
  font-size: 11px;
  color: #f8ca50;
}
.txt-video-news-home h2 a:hover {
  color: #f8ca50;
}
.txt-video-news-home p {
  font-family: "Source Sans Pro";
  font-size: 11px;
  font-style: italic;
}
.txt-video-news-home .voir-video {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  font-family: "Georgia";
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .txt-video-news-home .voir-video {
    font-family: "Source Sans Pro";
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    text-transform: capitalize;
  }
}
.txt-video-news-home .voir-video:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/bg-voir-video.png) no-repeat right center;
}
@media (max-width: 1099px) {
  .txt-video-news-home .voir-video:after {
    content: none;
  }
}

#liste-news {
  padding: 15px 30px;
  background-image: url(../images/bg-carousel-news.jpg);
  background-size: cover;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #liste-news {
    display: none;
  }
}
#liste-news li {
  display: flex;
}
#liste-news li img {
  width: 110px;
  height: 60px;
  margin-right: 10px;
}
#liste-news li h3 {
  font-size: 12px;
  text-transform: uppercase;
}
#liste-news li h3:hover {
  color: #FFCC00;
}
#liste-news .owl-prev,
#liste-news .owl-next {
  position: absolute;
  top: 26px;
  width: 12px;
  height: 39px;
}
#liste-news .owl-prev span,
#liste-news .owl-next span {
  display: none;
}
#liste-news .owl-prev {
  left: 5px;
  background: url(../images/nav-prev.gif) no-repeat;
}
#liste-news .owl-next {
  right: 5px;
  background: url(../images/nav-next.gif) no-repeat;
}

.overlay-news,
.overlay-videos {
  position: absolute;
  top: 190px;
  left: 48%;
  width: 660px;
  margin-left: -300px;
  z-index: 1000;
  display: none;
  background-color: #36424a;
}
@media (max-width: 767px) {
  .overlay-news,
.overlay-videos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 40px;
    box-sizing: border-box;
    overflow: auto;
  }
}
.overlay-news .pop-news-content,
.overlay-news .pop-videos-content,
.overlay-videos .pop-news-content,
.overlay-videos .pop-videos-content {
  padding: 20px;
}
.overlay-news .pop-news-content p,
.overlay-news .pop-videos-content p,
.overlay-videos .pop-news-content p,
.overlay-videos .pop-videos-content p {
  text-align: justify;
  font-size: 12px !important;
  margin: 15px 0 0px;
  font-family: "Source Sans Pro";
  line-height: 14px !important;
}
.overlay-news .pop-news-content p span,
.overlay-news .pop-videos-content p span,
.overlay-videos .pop-news-content p span,
.overlay-videos .pop-videos-content p span {
  color: #ffcc00;
  font-style: italic;
  font-family: "Source Sans Pro";
}
.overlay-news .pop-news-content .owl-prev,
.overlay-news .pop-news-content .owl-next,
.overlay-news .pop-videos-content .owl-prev,
.overlay-news .pop-videos-content .owl-next,
.overlay-videos .pop-news-content .owl-prev,
.overlay-videos .pop-news-content .owl-next,
.overlay-videos .pop-videos-content .owl-prev,
.overlay-videos .pop-videos-content .owl-next {
  position: fixed;
  top: 22.5vh;
  margin-top: -24px;
  padding: 10px;
  background-color: rgba(54, 66, 74, 0.75);
}
.overlay-news .pop-news-content .owl-prev svg,
.overlay-news .pop-news-content .owl-next svg,
.overlay-news .pop-videos-content .owl-prev svg,
.overlay-news .pop-videos-content .owl-next svg,
.overlay-videos .pop-news-content .owl-prev svg,
.overlay-videos .pop-news-content .owl-next svg,
.overlay-videos .pop-videos-content .owl-prev svg,
.overlay-videos .pop-videos-content .owl-next svg {
  fill: #ffffff;
}
.overlay-news .pop-news-content .owl-prev,
.overlay-news .pop-videos-content .owl-prev,
.overlay-videos .pop-news-content .owl-prev,
.overlay-videos .pop-videos-content .owl-prev {
  left: 20px;
  padding-right: 14px;
}
.overlay-news .pop-news-content .owl-next,
.overlay-news .pop-videos-content .owl-next,
.overlay-videos .pop-news-content .owl-next,
.overlay-videos .pop-videos-content .owl-next {
  right: 20px;
  padding-left: 14px;
}
.overlay-news .pop-news-content .close,
.overlay-news .pop-videos-content .close,
.overlay-videos .pop-news-content .close,
.overlay-videos .pop-videos-content .close {
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .overlay-news .pop-news-content .close,
.overlay-news .pop-videos-content .close,
.overlay-videos .pop-news-content .close,
.overlay-videos .pop-videos-content .close {
    background: url(../images/close.gif) top left no-repeat;
  }
  .overlay-news .pop-news-content .close svg,
.overlay-news .pop-videos-content .close svg,
.overlay-videos .pop-news-content .close svg,
.overlay-videos .pop-videos-content .close svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .overlay-news .pop-news-content .close,
.overlay-news .pop-videos-content .close,
.overlay-videos .pop-news-content .close,
.overlay-videos .pop-videos-content .close {
    top: 20px;
    right: 20px;
    background: none;
  }
  .overlay-news .pop-news-content .close svg,
.overlay-news .pop-videos-content .close svg,
.overlay-videos .pop-news-content .close svg,
.overlay-videos .pop-videos-content .close svg {
    fill: #ffffff;
  }
}

.pop-videos-content video {
  width: 100%;
}

#contact .main {
  background-image: url(../images/bg-contact.jpg);
  background-size: cover;
  background-position: center;
}

#requestAccess .main {
  background: url(../images/img-fond-pro.jpg) no-repeat center top;
  background-size: cover;
  background-position: center;
}

#patrimoine {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1099px) {
  #patrimoine {
    height: auto !important;
    background-image: url(../images/thirt_slide.png);
    background-position: right;
    background-size: cover;
  }
}
#patrimoine #slide_1,
#patrimoine #slide_2,
#patrimoine #slide_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
}
@media (max-width: 1099px) {
  #patrimoine #slide_1,
#patrimoine #slide_2,
#patrimoine #slide_3 {
    position: relative;
    width: 100%;
    height: auto;
    left: 0 !important;
  }
}
#patrimoine #slide_1 .content,
#patrimoine #slide_2 .content,
#patrimoine #slide_3 .content {
  max-width: 280px;
  text-align: center;
}
#patrimoine #slide_1 .content .border,
#patrimoine #slide_2 .content .border,
#patrimoine #slide_3 .content .border {
  height: 60px;
  padding-top: 4px;
  text-align: center;
  background: url(../images/bg-titre-patrimoine.png) repeat;
  border: 1px solid #696d70;
  border-bottom: 2px solid #ffffff;
}
#patrimoine #slide_1 .content .border h2,
#patrimoine #slide_2 .content .border h2,
#patrimoine #slide_3 .content .border h2 {
  font-size: 22px;
  font-family: "Georgia";
  letter-spacing: 2px;
}
#patrimoine #slide_1 .content .border span,
#patrimoine #slide_2 .content .border span,
#patrimoine #slide_3 .content .border span {
  font-size: 12px;
  color: #cfa75a;
  font-family: "Source Sans Pro";
}
#patrimoine #slide_1 .content p,
#patrimoine #slide_2 .content p,
#patrimoine #slide_3 .content p {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  color: #ffffff;
  font-family: "Source Sans Pro";
  line-height: 14px;
}
#patrimoine #slide_1 .content p em,
#patrimoine #slide_2 .content p em,
#patrimoine #slide_3 .content p em {
  font-family: "Source Sans Pro";
}
#patrimoine #slide_1 .content .lire_suite,
#patrimoine #slide_2 .content .lire_suite,
#patrimoine #slide_3 .content .lire_suite {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 15px auto 0 auto;
  padding-right: 29px;
  font-size: 12px;
  color: #cfa75a;
  font-family: "Source Sans Pro";
  letter-spacing: 1px;
  text-decoration: none;
  text-align: right;
  background: url(../images/bt-lire-la-suite.png) no-repeat right top;
}
#patrimoine #slide_1 {
  justify-content: flex-start;
  left: 0;
  margin-left: -7%;
  padding-top: 50px;
  background: url(../images/first_slide.png) right top no-repeat;
  z-index: 10;
  background-size: cover;
}
@media (max-width: 1099px) {
  #patrimoine #slide_1 {
    background: none;
    margin-left: 0;
  }
}
#patrimoine #slide_2 {
  justify-content: center;
  width: 100%;
  background: url(../images/second_slide.jpg) center top no-repeat;
  z-index: 9;
  background-size: cover;
}
@media (max-width: 1099px) {
  #patrimoine #slide_2 {
    background: none;
    padding: 50px 0;
    margin-left: 0;
  }
}
#patrimoine #slide_3 {
  justify-content: flex-end;
  right: 0;
  margin-right: -7%;
  padding-bottom: 50px;
  background: url(../images/thirt_slide.png) left top no-repeat;
  z-index: 10;
  background-size: cover;
}
@media (max-width: 1099px) {
  #patrimoine #slide_3 {
    background: none;
    margin-left: 0;
  }
}

.content-histoire {
  width: 509px;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  background-image: url(../images/bg-content-histoire.png);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .content-histoire {
    width: auto;
    padding-bottom: 0;
    background: none;
  }
}
.content-histoire h1 {
  border-bottom: solid 2px #FFFFFF;
  margin: 50px auto 40px;
  text-align: center;
  font-family: "Georgia";
  letter-spacing: 4px;
  font-size: 28px;
  text-transform: uppercase;
  display: inline-block;
  background: url(../images/bg-titre-patrimoine.png) repeat;
}
.content-histoire h1 a {
  text-decoration: none;
  height: 58px;
  padding: 5px 20px;
  display: block;
  border: 1px solid #696d70;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 0;
}
.content-histoire h1 span {
  display: block;
  color: #cfa75a;
  font-size: 12px;
  font-family: "Source Sans Pro";
  letter-spacing: normal;
  text-transform: none;
}
.content-histoire p.intro {
  width: 272px;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-style: italic;
}
@media (max-width: 767px) {
  .content-histoire p.intro {
    width: 80%;
  }
}
.content-histoire p.intro em {
  font-family: "Source Sans Pro";
}
.content-histoire > ul {
  width: 507px;
  margin: auto;
}
@media (min-width: 768px) {
  .content-histoire > ul.similar {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-histoire > ul {
    width: auto;
  }
}
.content-histoire > ul li {
  list-style: none;
  padding: 0;
}
.content-histoire > ul li a {
  position: relative;
  display: block;
  justify-content: center;
  min-height: 78px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  background: url(../images/bg-link-histoire.png) left top;
  background-size: auto 200%;
}
@media (max-width: 767px) {
  .content-histoire > ul li a {
    display: flex;
  }
}
.content-histoire > ul li a:hover {
  background: url(../images/bg-link-histoire.png) left bottom;
}
.content-histoire > ul li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -150px;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .content-histoire > ul li a svg {
    display: none;
  }
}
.content-histoire > ul li a span.annee {
  display: block;
  width: 230px;
  float: left;
  border-right: solid 1px #cfa75a;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .content-histoire > ul li a span.annee {
    width: 80px;
  }
}
.content-histoire > ul li a span.nom {
  display: block;
  float: left;
  font-size: 18px;
  text-align: left;
  margin-top: 7px;
  margin-left: 20px;
  color: #cfa75a;
  line-height: 24px;
  margin-top: 13px;
}
.content-histoire img {
  display: block;
  margin: 25px auto;
}
@media (max-width: 767px) {
  .content-histoire img {
    width: 100%;
    margin: 0;
  }
}
.content-histoire .desc-content {
  width: 427px;
  overflow: hidden;
  margin: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .content-histoire .desc-content {
    width: auto;
    height: auto;
    padding: 20px 20px 5px;
    background-color: #36424a;
  }
}
.content-histoire .desc-content.hist {
  height: 125px;
}
@media (max-width: 1099px) {
  .content-histoire .desc-content.hist {
    height: auto;
  }
}
.content-histoire .desc-content p {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 15px;
}
.content-histoire .desc-content ul {
  margin-bottom: 15px;
}
.content-histoire .desc-content ul li {
  text-align: left;
  font-size: 11px;
  line-height: 18px;
}

#bourgogne .content-histoire ul a {
  display: block;
  padding: 10px 20px;
  line-height: 26px;
  text-transform: uppercase;
}
#bourgogne .content-histoire ul a:hover {
  opacity: 0.7;
}
#bourgogne .content-histoire ul a span {
  color: #cfa75a;
}

.savoir-faire-home ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .savoir-faire-home ul {
    width: 865px;
  }
}
@media (max-width: 1099px) {
  .savoir-faire-home ul {
    width: 648px;
  }
}
@media (max-width: 767px) {
  .savoir-faire-home ul {
    width: 431px;
  }
}
@media screen and (max-width: 437px) {
  .savoir-faire-home ul {
    width: 100%;
    padding: 3px 3px 0 3px;
    box-sizing: border-box;
  }
}
.savoir-faire-home ul li {
  position: relative;
  width: 214px;
  height: 140px;
  margin: 0 3px 3px 0;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .savoir-faire-home ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .savoir-faire-home ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .savoir-faire-home ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 437px) {
  .savoir-faire-home ul li {
    width: calc(50% - 2px);
    height: auto;
  }
  .savoir-faire-home ul li img {
    display: block;
    width: 100%;
  }
}
.savoir-faire-home ul li .captionShine {
  background: url(../images/shine.png);
  position: absolute;
  left: -214px;
  top: 0;
  width: 214px;
  height: 140px;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 14;
  opacity: 0.1;
}
.savoir-faire-home ul li .anime {
  width: 2px;
  height: 140px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 0;
}
.savoir-faire-home ul li .caption {
  width: 214px;
  height: 140px;
  background: #000;
  color: #fff;
  font-weight: bold;
  /* fix it at the bottom */
  position: absolute;
  left: 0;
  top: 0px;
  /* hide it by default */
  display: none;
  /* opacity setting */
  /*filter:alpha(opacity=50); 
  -moz-opacity:0.5;   
  -khtml-opacity: 0.5;    
  opacity: 0.5;    */
  background: url(../images/bg-caption.png);
}
.savoir-faire-home ul li .caption h3 {
  margin: 20px 0 0 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Source Sans Pro";
}
.savoir-faire-home ul li .caption h3 span {
  font-size: 22px;
}
.savoir-faire-home ul li .caption a {
  background: url(../images/bg-link-caption.png) no-repeat left center;
  padding-left: 16px;
  line-height: 14px;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Source Sans Pro";
  text-decoration: none;
}

.savoir-faire-videos {
  position: relative;
  width: 865px;
  margin: auto;
}

@media (min-width: 1100px) {
  .item-1 {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-1 {
    order: 12;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .item-1 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .item-2 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .item-2 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .item-3 {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-3 {
    order: 5;
    margin-right: 3px !important;
  }
}
@media (max-width: 767px) {
  .item-3 {
    order: 4;
    margin-right: 0 !important;
  }
}

@media (min-width: 1100px) {
  .item-4 {
    order: 4;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-4 {
    order: 3;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .item-4 {
    order: 2;
  }
}

@media (min-width: 1100px) {
  .item-5 {
    order: 5;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-5 {
    order: 8;
  }
}
@media (max-width: 767px) {
  .item-5 {
    order: 5;
  }
}

@media (min-width: 1100px) {
  .item-6 {
    order: 6;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-6 {
    order: 4;
    margin-right: 3px !important;
  }
}
@media (max-width: 767px) {
  .item-6 {
    order: 3;
    margin-right: 3px !important;
  }
}

@media (min-width: 1100px) {
  .item-7 {
    order: 7;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-7 {
    order: 9;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .item-7 {
    order: 6;
    margin-right: 0 !important;
  }
}

@media (min-width: 1100px) {
  .item-8 {
    order: 8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-8 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .item-8 {
    order: 1;
    margin-right: 3px !important;
  }
}

@media (min-width: 1100px) {
  .item-9 {
    order: 9;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-9 {
    order: 7;
    margin-right: 3px !important;
  }
}
@media (max-width: 767px) {
  .item-9 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .item-10 {
    order: 10;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-10 {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-10 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .item-11 {
    order: 11;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-11 {
    order: 6;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .item-11 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .item-12 {
    order: 12;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-12 {
    order: 13;
    margin-right: 3px !important;
  }
}
@media (max-width: 767px) {
  .item-12 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .item-13 {
    order: 13;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-13 {
    order: 10;
  }
}
@media (max-width: 767px) {
  .item-13 {
    order: 7;
  }
}

@media (min-width: 1100px) {
  .item-14 {
    order: 14;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-14 {
    order: 11;
  }
}
@media (max-width: 767px) {
  .item-14 {
    order: 8;
  }
}

@media (min-width: 1100px) {
  .item-15 {
    order: 15;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-15 {
    order: 14;
    margin-right: 3px !important;
  }
}
@media (max-width: 767px) {
  .item-15 {
    order: 9;
  }
}

@media (min-width: 1100px) {
  .item-16 {
    order: 16;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .item-16 {
    order: 15;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .item-16 {
    order: 10;
  }
}

.savoir-faire-creation {
  position: relative;
  width: 865px;
  height: 568px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 1099px) {
  .savoir-faire-creation {
    width: 738px;
  }
}
@media (max-width: 767px) {
  .savoir-faire-creation {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 220px);
    overflow: hidden;
  }
}
.savoir-faire-creation h2 {
  position: absolute;
  top: 35px;
  left: 47px;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 567px) {
  .savoir-faire-creation h2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px 0;
    padding: 0 20px;
  }
}
.savoir-faire-creation h2 span {
  display: block;
  font-size: 12px;
  font-family: "Source Sans Pro";
  font-weight: normal;
}
.savoir-faire-creation h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Source Sans Pro";
}
@media (max-width: 567px) {
  .savoir-faire-creation img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 640px;
  }
}
.savoir-faire-creation .desc-creation-empty {
  position: relative;
  top: 102px;
  left: 47px;
  height: 330px;
  width: 100%;
  z-index: -10;
  padding: 0 20px 85px;
}
.savoir-faire-creation .desc-creation,
.savoir-faire-creation .desc-creation-noScroll {
  position: absolute;
  top: 102px;
  left: 47px;
  width: 394px;
  height: 330px;
  padding-right: 20px;
}
@media (max-width: 567px) {
  .savoir-faire-creation .desc-creation,
.savoir-faire-creation .desc-creation-noScroll {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0 20px 85px;
  }
}
.savoir-faire-creation .desc-creation p,
.savoir-faire-creation .desc-creation-noScroll p {
  font-family: "Source Sans Pro";
}
.savoir-faire-creation .link-creation-bt {
  background: url(../images/bg-link-creation-bt.png) no-repeat right top;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 42px;
  width: 666px;
  padding-right: 33px;
}
@media (max-width: 567px) {
  .savoir-faire-creation .link-creation-bt {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background-size: 100% 100%;
  }
}
.savoir-faire-creation .link-creation-bt a {
  background: url("../images/link-creation-bt.png") no-repeat scroll -1px 1px transparent;
  display: block;
  float: right;
  font-family: "Garmond";
  font-size: 16px;
  height: 32px;
  line-height: 24px;
  margin: 5px 0 0 3px;
  padding: 0 17px 0 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.savoir-faire-creation .link-creation-bt a span {
  font-size: 12px;
  line-height: 12px;
  display: block;
  font-family: "Source Sans Pro";
}
.savoir-faire-creation .link-eau-vie,
.savoir-faire-creation .link-liqueur,
.savoir-faire-creation .link-eau-vie-home {
  position: absolute;
  left: 47px;
  padding-left: 18px;
  font-size: 12px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  background: url(../images/puce-lien.png) no-repeat left center;
}
.savoir-faire-creation .link-eau-vie-home {
  top: 269px;
}
.savoir-faire-creation .link-liqueur {
  top: 239px;
}
.savoir-faire-creation .link-eau-vie {
  bottom: 70px;
}

#collection {
  background-color: #11252d;
}
@media (min-width: 1440px) {
  #collection {
    background-image: url(../images/bg-collection.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
#collection .main {
  padding: 0;
}
#collection .simplebar-content {
  height: 400px;
}
#collection .simplebar-placeholder {
  max-height: 85px;
}
#collection .collection-home {
  position: relative;
}
#collection .collection-home .collection {
  position: relative;
}
@media (min-width: 1440px) {
  #collection .collection-home .collection .blockDesc {
    transition: 0.5s;
  }
  #collection .collection-home .collection:hover .title {
    margin-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  #collection .collection-home .collection:hover .block .blockDesc {
    bottom: 0;
  }
}
@media (max-width: 1439px) {
  #collection .collection-home .collection.hover .close {
    display: block;
  }
  #collection .collection-home .collection.hover .block {
    overflow: visible;
  }
  #collection .collection-home .collection.hover .block .blockDesc {
    left: 50%;
    bottom: 0;
    width: 100vw;
    margin-left: -50vw;
    text-align: center;
    background-image: none;
  }
}
#collection .collection-home .collection .close {
  display: none;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 50%;
  margin-left: calc(50vw - 60px);
  z-index: 1;
}
#collection .collection-home .collection .close svg {
  fill: #ffffff;
}
#collection .collection-home .collection .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-family: "Source Sans Pro";
  line-height: 11px;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}
@media (min-width: 1440px) {
  #collection .collection-home .collection .title {
    margin-bottom: 2px;
    height: 44px;
  }
}
@media (max-width: 1439px) {
  #collection .collection-home .collection .title {
    padding: 20px 0;
  }
}
#collection .collection-home .collection .title span {
  font-size: 11px;
  display: block;
  font-family: "Georgia";
}
#collection .collection-home .collection .block {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
#collection .collection-home .collection .block img {
  display: block;
  width: auto;
  max-height: 500px;
}
#collection .collection-home .collection .block .blockDesc {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-image: url(../images/bg-description-collection.png);
  box-sizing: border-box;
}
#collection .collection-home .collection .block .blockDesc li {
  display: block;
  font-size: 11.5px;
  padding: 5px 0;
  text-transform: uppercase;
}
#collection .collection-home .collection .block .blockDesc li a {
  color: #ffffff;
  font-family: "Source Sans Pro";
}
#collection .owl-carousel {
  display: flex;
  justify-content: center;
}
#collection .owl-carousel.hover .owl-prev,
#collection .owl-carousel.hover .owl-next {
  opacity: 0.1;
}
#collection .owl-carousel.hover .owl-item {
  opacity: 0.1;
}
#collection .owl-carousel.hover .owl-item.center {
  opacity: 1;
}
#collection .owl-carousel.hover .owl-item.center img {
  opacity: 0.1;
}
#collection .owl-carousel .owl-prev,
#collection .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 20px;
}
#collection .owl-carousel .owl-prev svg,
#collection .owl-carousel .owl-next svg {
  fill: #ffffff;
}
#collection .owl-carousel .owl-prev {
  left: 0;
}
#collection .owl-carousel .owl-next {
  right: 0;
}
#collection .owl-carousel .owl-item {
  z-index: 0;
}
@media (max-width: 1439px) {
  #collection .owl-carousel .owl-item {
    opacity: 0.2;
    transition: opacity 0.5s;
  }
}
#collection .owl-carousel .owl-item.center {
  z-index: 1;
}
@media (max-width: 1439px) {
  #collection .owl-carousel .owl-item.center {
    cursor: pointer;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  #collection .owl-carousel .owl-item.center .title {
    margin-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
}

.overlay-news .owl-dots {
  margin-top: -30px;
  margin: -20px 145px;
  width: max-content;
  padding-bottom: 45px;
}
.overlay-news .owl-dots .owl-dot {
  position: relative;
  width: 3px;
  height: 3px;
  float: left;
  margin: 7px;
  border-radius: 100%;
  background-color: #303030;
  border: 4px #303030 solid;
  box-sizing: content-box;
}
.overlay-news .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border-color: #36424a;
  box-shadow: 0 0 0 7px #0f222d;
}

#collection-produits .main {
  padding: 0;
  background-image: url(../images/bg-collection-produits.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #11252d;
}
@media (max-width: 1099px) {
  #collection-produits .main {
    background-image: none;
  }
}
#collection-produits .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}
@media (min-width: 1100px) {
  #collection-produits .close {
    display: none;
  }
}
#collection-produits .close svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (min-width: 1280px) {
  #collection-produits .menus {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1099px) {
  #collection-produits .menus {
    display: none;
  }
}
#collection-produits .menus .owl-item {
  opacity: 0.2;
}
#collection-produits .menus .owl-item.center {
  opacity: 1;
}
#collection-produits .menus .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 44px;
  margin-bottom: 2px;
  font-size: 9px;
  font-family: "Source Sans Pro";
  line-height: 11px;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}
#collection-produits .menus .menu:hover, #collection-produits .menus .menu.active {
  margin-bottom: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#collection-produits .menus .menu span {
  display: block;
  font-size: 11px;
  font-family: "Georgia";
}
#collection-produits .sousMenus {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  #collection-produits .sousMenus .sousMenu {
    display: flex;
    padding: 40px 20px 0;
    min-height: 500px;
    overflow: hidden;
  }
}
#collection-produits .sousMenus .sousMenu .visuel {
  position: relative;
}
@media (min-width: 1100px) {
  #collection-produits .sousMenus .sousMenu .visuel {
    float: left;
    width: 422px;
    height: 575px;
  }
}
@media (max-width: 1099px) {
  #collection-produits .sousMenus .sousMenu .visuel img {
    position: absolute;
    top: -75px;
    right: -75px;
    width: auto;
  }
  #collection-produits .sousMenus .sousMenu .visuel img[alt="LES CERISES DE MONSIEUR JOSEPH"] {
    top: -120px;
  }
}
#collection-produits .sousMenus .sousMenu .description {
  position: relative;
}
@media (min-width: 1100px) {
  #collection-produits .sousMenus .sousMenu .description {
    float: left;
    width: 422px;
    height: 495px;
    padding: 80px 0 0 35px;
  }
}
@media (max-width: 1099px) {
  #collection-produits .sousMenus .sousMenu .description .first_part {
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  #collection-produits .sousMenus .sousMenu .description .first_part {
    height: calc(100vh - 205px);
    overflow: auto;
    min-height: 600px;
  }
}
#collection-produits .sousMenus .sousMenu .description .first_part h2 {
  padding-bottom: 5px;
  font-size: 24px;
  font-family: "DIN-Bold";
  font-weight: normal;
  color: #dd7012;
  background: url(../images/bg_titre.jpg) no-repeat right bottom;
}
@media (min-width: 1100px) {
  #collection-produits .sousMenus .sousMenu .description .first_part h2 {
    position: absolute;
    top: 133px;
    left: -325px;
    width: 201px;
    text-align: right;
  }
}
@media (max-width: 1099px) {
  #collection-produits .sousMenus .sousMenu .description .first_part h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-right: 50px;
    background-position: left bottom;
  }
}
#collection-produits .sousMenus .sousMenu .description .first_part p {
  color: #ffffff;
  font-size: 11px;
  font-family: "Georgia";
  line-height: 18px;
  text-align: justify;
}
@media (min-width: 1100px) {
  #collection-produits .sousMenus .sousMenu .description .first_part p {
    width: 410px;
  }
}
#collection-produits .sousMenus .sousMenu .description .first_part p.marge9 {
  margin-bottom: 9px;
}
#collection-produits .sousMenus .sousMenu .description .first_part p span {
  color: #dd7012;
  font-weight: bold;
}
@media (max-width: 1099px) and (min-width: 768px) {
  #collection-produits .sousMenus .sousMenu .description .second_part {
    padding-left: 75px;
  }
}
#collection-produits .sousMenus .sousMenu .description .second_part h3 {
  color: #dd7012;
  font-size: 16px;
  margin-bottom: 17px;
  padding-bottom: 17px;
  text-transform: uppercase;
  font-family: "Georgia";
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1099px) and (min-width: 768px) {
  #collection-produits .sousMenus .sousMenu .description .second_part h3 {
    padding-bottom: 5px;
    background: url(../images/bg_titre.jpg) no-repeat left bottom;
    border: none;
    background-position: left bottom;
    margin-top: 20px;
  }
}
#collection-produits .sousMenus .sousMenu .description .second_part h3.active + .dropdown {
  display: block;
}
@media (max-width: 767px) {
  #collection-produits .sousMenus .sousMenu .description .second_part h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
#collection-produits .sousMenus .sousMenu .description .second_part .recette {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  margin: 0 -20px 20px;
  background: #36424a;
  font-size: 16px;
  font-family: "Georgia";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #collection-produits .sousMenus .sousMenu .description .second_part .recette {
    display: none;
  }
}
@media (min-width: 1100px) {
  #collection-produits .sousMenus .sousMenu .description .accueil-produits,
#collection-produits .sousMenus .sousMenu .description .note-degustation,
#collection-produits .sousMenus .sousMenu .description .note-elaboration {
    width: 430px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  #collection-produits .sousMenus .sousMenu .description .accueil-produits,
#collection-produits .sousMenus .sousMenu .description .note-degustation,
#collection-produits .sousMenus .sousMenu .description .note-elaboration {
    display: block !important;
  }
}
@media (min-width: 1100px) {
  #collection-produits .sousMenus .sousMenu .description .note-degustation,
#collection-produits .sousMenus .sousMenu .description .note-elaboration {
    display: none;
  }
}
#collection-produits .sousMenus .sousMenu .description .note-degustation .dropdown,
#collection-produits .sousMenus .sousMenu .description .note-elaboration .dropdown {
  display: none;
}
#collection-produits .sousMenus .sousMenu .description .link-produits {
  position: absolute;
  right: 0px;
  bottom: 70px;
}
@media (max-width: 1099px) {
  #collection-produits .sousMenus .sousMenu .description .link-produits {
    display: none;
  }
}
#collection-produits .sousMenus .sousMenu .description .link-produits a {
  height: 29px;
  float: left;
  font-size: 13px;
  font-family: "Georgia";
  margin-right: 2px;
  background-image: url(../images/btn-produits.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#collection-produits .sousMenus .sousMenu .description .link-produits a span {
  padding: 0 10px 0 25px;
  height: 29px;
  line-height: 29px;
  color: #ffffff;
  background: url(../images/puce-link-produits.png) no-repeat 10px center;
}
#collection-produits .sousMenus .sousMenu .description .link-produits .buy {
  height: 29px;
  float: left;
  font-size: 13px;
  font-family: "Georgia";
  margin-right: 2px;
  background-image: none;
  background: linear-gradient(#bc6518, #9a4911);
  background-repeat: no-repeat;
  background-position: left top;
}
#collection-produits .owl-carousel .owl-nav .owl-prev,
#collection-produits .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 60%;
  margin-top: -35px;
  padding: 20px 20px 20px 15px;
}
@media (max-width: 1099px) {
  #collection-produits .owl-carousel .owl-nav .owl-prev,
#collection-produits .owl-carousel .owl-nav .owl-next {
    background-color: rgba(17, 37, 45, 0.8);
  }
}
@media (max-width: 767px) {
  #collection-produits .owl-carousel .owl-nav .owl-prev,
#collection-produits .owl-carousel .owl-nav .owl-next {
    position: fixed;
    top: 55%;
  }
}
#collection-produits .owl-carousel .owl-nav .owl-prev svg,
#collection-produits .owl-carousel .owl-nav .owl-next svg {
  fill: #303030;
}
@media (max-width: 1099px) {
  #collection-produits .owl-carousel .owl-nav .owl-prev svg,
#collection-produits .owl-carousel .owl-nav .owl-next svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
  }
}
#collection-produits .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
#collection-produits .owl-carousel .owl-nav .owl-next {
  right: 0;
}
#collection-produits .owl-carousel .owl-dots {
  margin-top: -30px;
  margin: 0 auto;
  width: max-content;
  padding-bottom: 45px;
}
@media (max-width: 1099px) {
  #collection-produits .owl-carousel .owl-dots {
    display: none;
  }
}
#collection-produits .owl-carousel .owl-dots .owl-dot {
  position: relative;
  width: 3px;
  height: 3px;
  float: left;
  margin: 7px;
  border-radius: 100%;
  background-color: #303030;
  border: 4px #303030 solid;
  box-sizing: content-box;
}
#collection-produits .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border-color: #36424a;
  box-shadow: 0 0 0 7px #0f222d;
}

#degustation .main {
  background: url(../images/bg_degustation.jpg) repeat-x 2% 0;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  background-size: auto 100%;
}

#degustation .menu_degustation {
  width: 100%;
  background: url(../images/degustation_submenu.png) no-repeat center;
}
@media (max-width: 568px) {
  #degustation .menu_degustation {
    height: 35px;
  }
}
#degustation .menu_degustation ul {
  width: 100%;
  text-align: center;
  margin: auto;
}
@media (max-width: 568px) {
  #degustation .menu_degustation ul {
    height: 35px;
  }
}
#degustation .menu_degustation ul li {
  display: inline;
  position: relative;
  padding: 5px 0;
}
#degustation .menu_degustation ul li a {
  height: 25px;
  padding: 10px 10px 0 10px;
  display: inline-block;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
#degustation .menu_degustation ul li a:hover, #degustation .menu_degustation ul li a.active {
  background: url(../images/bg-lien-degustation.png) no-repeat center 24px;
}
#degustation .menu_degustation ul li .scrollMenu {
  position: absolute;
  right: -46px;
  display: none;
  top: 35px;
  padding: 18px;
  width: 137px;
  height: auto !important;
  z-index: 99999;
  background: url(../images/bg-ss-menu.png) no-repeat left top;
}
#degustation .menu_degustation ul li .scrollMenu .subMenu {
  scrollbar-face-color: #bbb;
  scrollbar-track-color: #fff;
  width: 137px;
  height: 594px;
  overflow: auto;
}
#degustation .menu_degustation ul li .scrollMenu .subMenu li {
  display: block;
  /*margin:5px 0;
  height:20px;*/
  text-align: left;
}
#degustation .menu_degustation ul li .scrollMenu .subMenu li a {
  /*display:block;*/
  padding: 0;
  height: inherit;
  font-size: 11px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
#degustation .menu_degustation ul li .scrollMenu .subMenu li a:hover {
  color: #ddd;
  background: none;
}
#degustation .menu_degustation ul li .scrollMenu .subMenu::-webkit-scrollbar {
  background: #bbb;
  width: 3px;
}
#degustation .menu_degustation ul li .scrollMenu .subMenu::-webkit-scrollbar-thumb {
  background: #fff;
}

.icons a.telecharger {
  display: none;
}

.degustation, .elaboration {
  cursor: pointer;
}

.menu_degustation .jspDrag {
  background: #fff !important;
}

.degustation-home .content {
  position: relative;
  height: 828px;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .degustation-home .content {
    height: 572px;
  }
}
@media (min-width: 1100px) {
  .degustation-home .content {
    background: url(../images/degustation_overlay.png) no-repeat center;
  }
}
.degustation-home .content .parralax {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.degustation-home .content .sh {
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.degustation-home .content h2 {
  text-align: center;
  font-size: 56px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Georgia";
  text-transform: uppercase;
  margin-bottom: 10%;
  position: relative;
  height: 92px;
}
@media (max-width: 568px) {
  .degustation-home .content h2 {
    font-size: 38px;
  }
}
.degustation-home .content h2 b {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
}
.degustation-home .content h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.degustation-home .content .text p a {
  color: #35424a;
}
@media (max-width: 568px) {
  .degustation-home .content .text p {
    margin-bottom: 18px;
    line-height: 18px;
    font-size: 14px;
  }
}
.degustation-home .content.show-img #viewIcon {
  opacity: 0;
}

.degustation-home .content a.entrer {
  width: 30px;
  display: inline-block;
  padding: 0 36px 0 0;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Source Sans Pro";
  background: url(../images/bg-entrer.png) no-repeat right top;
}
.degustation-home .content a.next {
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  right: 0;
  top: 244px;
  background: url(../images/bg-next-degustation.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  display: none;
}
.degustation-home .content a.next.show {
  display: block;
}
@media (max-width: 568px) {
  .degustation-home .content a.next {
    right: -30px;
    top: 45%;
  }
}
.degustation-home .content a.prev {
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  left: 0;
  top: 244px;
  background: url(../images/bg-prev-degustation.png) no-repeat center;
  top: 50%;
  margin-top: -60px;
  display: none;
}
.degustation-home .content a.prev.show {
  display: block;
}
@media (max-width: 568px) {
  .degustation-home .content a.prev {
    left: -30px;
    top: 45%;
  }
}

#slideshow-1 {
  position: relative;
  width: 977px;
  height: 577px;
  padding: 0px 58px;
}
#slideshow-1 .cycle-next {
  position: absolute;
  top: 243px;
  right: 0px;
  width: 116px;
  height: 116px;
  cursor: pointer;
  background: url(../images/suiv-degustation.png) no-repeat;
  z-index: 12;
}
#slideshow-1 .cycle-prev {
  position: absolute;
  top: 243px;
  left: 0px;
  width: 116px;
  height: 116px;
  background: url(../images/prev-degustation.png) no-repeat;
  z-index: 12;
}

#cycle-1 {
  z-index: 1;
  display: none;
}
#cycle-1 .cycle-slide {
  display: none;
  background-color: #fff;
}

#slideshow-1 img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) and (min-width: 569px) {
  #slideshow-1 {
    width: 100%;
    padding: 0;
  }
}
#slideshow-1 .description {
  width: 425px;
  position: absolute;
  left: 131px;
  top: 82px;
  z-index: 10;
}
#slideshow-1 .description h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Georgia";
}
@media (max-width: 568px) {
  #slideshow-1 .description {
    height: 2em;
  }
  #slideshow-1 .description .icons {
    display: none;
  }
  #slideshow-1 .description h3 {
    color: #000;
    text-shadow: #fff 0 0 15px;
    font-size: 22px;
    margin-bottom: 14px;
    max-width: 242px;
  }
}
#slideshow-1 .imageNoir .description h3 {
  color: #ffffff;
  text-shadow: #000000 0 0 15px;
}
#slideshow-1 .description .text {
  font-size: 13px;
  color: #2f383e;
  font-family: "Georgia";
  padding-top: 20px;
  line-height: 20px;
}
#slideshow-1 .description .text span {
  font-weight: bold;
  color: #2f383e;
}
#slideshow-1 .imageNoir .description .text {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .description .text span {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .desconly .text {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .description .text p, #slideshow-1 .imageNoir .description .text span {
  color: #ffffff !important;
}
#slideshow-1 .imageNoir .desconly .text .p1, #slideshow-1 .imageNoir .description .text .p2 {
  color: #ffffff !important;
}
#slideshow-1 .description .sep {
  width: 274px;
  height: 1px;
  display: block;
  margin-top: 25px;
  background: #e2e3e4;
}
#slideshow-1 .description h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2f383e;
  font-family: "Georgia";
  margin-top: 25px;
}
#slideshow-1 .imageNoir .description h4 {
  color: #ffffff;
}
#slideshow-1 .description .icons {
  padding-top: 20px;
}
#slideshow-1 .description .icons a {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-left: 7px;
  background-position: left top;
}
#slideshow-1 .imageNoir .description .icons a {
  background-position: left bottom;
}
#slideshow-1 .description .icons a.facebook {
  background-image: url(../images/facebook.png);
}
#slideshow-1 .description .icons a.telecharger {
  background-image: url(../images/telecharger.png);
  display: none;
}
#slideshow-1 .description .icons a.imprimer {
  background-image: url(../images/imprimer.png);
}
#slideshow-1.show-img img {
  opacity: 1 !important;
}
#slideshow-1.show-img .desconly, #slideshow-1.show-img h3 {
  opacity: 0 !important;
}

#slideshow-2 {
  position: relative;
  width: 711px;
  height: 37px;
  padding: 0 22px;
  margin: 0 auto;
}
#slideshow-2 .cycle-next {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 5px;
  height: 13px;
  cursor: pointer;
  background: url(../images/suiv2.png) no-repeat;
  z-index: 12;
}
#slideshow-2 .cycle-prev {
  position: absolute;
  top: 14px;
  left: 0px;
  width: 5px;
  height: 13px;
  background: url(../images/prev2.png) no-repeat;
  z-index: 12;
}

#cycle-2 {
  z-index: 1;
  height: 37px;
}
#cycle-2 .cycle-slide {
  width: auto !important;
  margin-right: 5px;
}
#cycle-2 .cycle-slide img {
  border: 1px solid #cccccc;
  width: 72px;
  height: 27px;
}
#cycle-2 .cycle-slide-active img {
  width: 72px;
  height: 35px;
  margin-top: 0;
}

.caroubas {
  width: 977px;
  height: 41px;
  margin: 2px auto 0 auto;
  padding: 5px 0;
}

.carouNoir {
  background: #000000;
}

#viewImg, h3, #slideshow-1 img {
  transition: opacity 0.2s;
}

@media (min-width: 1100px) {
  #degustation-produits .degustation-home .content {
    background: none;
  }
}
@media (max-width: 568px) {
  #degustation-produits .blackpage {
    background-color: #000000e8;
  }
}
#degustation-produits .content .retour, #degustation-produits .content .view, #degustation-produits .content .unview {
  top: 28px;
}
#degustation-produits .content .retour svg, #degustation-produits .content .view svg, #degustation-produits .content .unview svg {
  display: none;
}
#degustation-produits .content .view, #degustation-produits .content .unview {
  position: absolute;
  z-index: 2;
  right: 60px;
  width: 20px;
  height: 20px;
  background: none;
}
#degustation-produits .main {
  background: url(../images/bg-degustation-produits.jpg) no-repeat center top;
  background-color: #FFF;
  padding: 0px;
}
#degustation-produits .menu_degustation ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#degustation-produits .menu_degustation li {
  display: inline;
  position: relative;
  padding: 5px 0;
}
#degustation-produits .menu_degustation .menuLiWithSubMenu a {
  height: 25px;
  padding: 10px 10px 0 10px;
  display: inline-block;
  font-size: 11px;
  font-family: "Georgia";
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
#degustation-produits .menu_degustation .subMenu li {
  display: inline-block;
  width: 100%;
}
#degustation-produits .menu_degustation .subMenu li a {
  padding: 0;
  font-size: 11px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
#degustation-produits .content {
  padding-top: 0;
  width: 1094px;
  height: 630px;
  margin: auto;
}
@media (max-width: 1100px) and (min-width: 569px) {
  #degustation-produits .content {
    width: auto;
  }
}
#degustation-produits .degustation-home {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 569px) {
  #degustation-produits #slideshow-1 {
    padding: 0px;
  }
}
@media (max-width: 568px) {
  #degustation-produits .content .retour svg, #degustation-produits .content .view svg {
    fill: #444;
  }
  #degustation-produits .content .retour svg, #degustation-produits .content .view #viewIcon {
    display: block;
  }
  #degustation-produits .content .view #hideIcon {
    display: none;
  }
  #degustation-produits .back {
    display: none;
  }
  #degustation-produits .desconly {
    max-height: 500px;
  }
  #degustation-produits .degustation-home, #degustation-produits .content {
    width: 100%;
  }
  #degustation-produits #slideshow-1 {
    width: 100%;
    height: 100%;
    padding: 0px;
  }
  #degustation-produits #slideshow-1 .content {
    overflow: hidden;
  }
  #degustation-produits #slideshow-1 img {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    /*margin: 0 -21.875% 0;*/
    top: 0;
    right: -15%;
    max-width: 977px;
    max-height: 577px;
    width: auto;
    height: auto;
  }
  #degustation-produits #slideshow-1 .cycle-slide-active {
    position: relative;
    width: 100%;
  }
  #degustation-produits #slideshow-1 .cycle-prev, #degustation-produits #slideshow-1 .cycle-next {
    display: none;
  }
  #degustation-produits #slideshow-1 .description {
    width: 300px;
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0 auto;
    padding: 25px;
  }
  #degustation-produits #slideshow-1 .description .sep {
    display: none;
  }
  #degustation-produits #slideshow-1 .description .desconly {
    width: 100%;
  }
  #degustation-produits .table {
    display: block !important;
    padding: 0px;
  }
  #degustation-produits td {
    display: block;
    padding: 0px;
  }
}
@media (max-width: 360px) {
  #degustation-produits #slideshow-1 img {
    right: -30%;
  }
}

/*# sourceMappingURL=style.css.map */
