@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  font-family: 'TrajanPro3-Regular', sans-serif; 
overflow: hidden;
width: 100%;
}

.relatif {
  position: relative;
  width: 100%;
  height: 100%; }

#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #wrapper #video {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: 0.2s; }
  #wrapper #content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; }
  #wrapper #matrice-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-left: 0%;
    transition: 0.5s;
}
    #wrapper #matrice-page #content-page-text {
    display: none;
      position: absolute;
      width: calc(100%);
      top: 80%;
      background-color: rgba(255,255,255,0.8);
      z-index: 10;
        color: #3c424a;
    }

#wrapper #matrice-page #content-page-text h1{
    position: absolute;
    width: calc(100% - 30px);
    top: -69px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    padding: 15px;
    font-size: 16pt;
    opacity: 0.7;
    font-weight: normal;
}
  #wrapper #networks {
    position: absolute;
    top: 20px;
    right: 20px; }
    #wrapper #networks a {
      color: #FFFFFF;
      text-decoration: none; }
  #wrapper #logo {
    width: 290px;
    margin: 20px;
    display: none; }
  #wrapper #ligne_haut {
    position: absolute;
    top: 63px;
    width: calc(100% - 350px);
    opacity: 0.5;
    height: 1px;
    background-color: #FFFFFF;
    margin-left: calc(330px);
    display: none; }
  #wrapper nav {
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    background: url("../img/bande-menu@2x.png") no-repeat top left;
    background-size: 102%;
    height: 400px;
    width: 100%;
    opacity: 0.3; }
    #wrapper #ligne_nav {
        display: none;
        position: absolute;
      width: calc(100% - 40px);
      height: 1px;
      background-color: #FFFFFF;
      bottom: 13.7%;
      margin-left: 20px;
      margin-right: 20px;
      opacity: 0.5; }
  #wrapper #logo-color {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 9%;
    width: 100%;
    text-align: center; }
    #wrapper #logo-color img {
      display: block;
      margin: auto;
      width: 50%; }
    #wrapper #logo-color a {
      display: inline-block;
      border: 1px solid #FFFFFF;
      padding: 15px;
      color: #FFFFFF;
      font-weight: normal;
      text-decoration: none;
      border-radius: 5px;
      transition: 0.5s;
      margin-top: 40px; }
    #wrapper #logo-color a:hover {
      background-color: #FFFFFF;
      color: #2C2C2C; }

#open-menu {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  opacity: 0.6;
  background: url("../img/ic_menu@2x.png") no-repeat center center #FFFFFF;
  background-size: 50%;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  transition: 0.5s;
  z-index: 999; }

#open-menu:hover {
  opacity: 1;
  cursor: pointer; }

#menu_home {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 10%;
  left: 20px;
  width: calc(100% - 40px);
  text-align: center;
  vertical-align: middle; }
  #menu_home td {
    text-align: center;
    vertical-align: middle;
    transition: 0.5s; }
    #menu_home td a {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: 0px 0px 1px #616161; }
    #menu_home td .menu_rond {
      display: block;
      width: 60px;
      height: 60px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 100%;
      border: 1px solid #FFFFFF; }
    #menu_home td .lienun {
      background: url("../img/bouton_lienun@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_home td .liendeux {
      background: url("../img/bouton_lienun@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_home td .lientrois {
      background: url("../img/bouton_lientrois@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_home td .lienquatre {
      background: url("../img/bouton_lienquatre@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_home td .liencinq {
      background: url("../img/bouton_liencinq@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_home td .liensix {
      background: url("../img/bouton_liensix@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
  #menu_home td:hover .lienun {
    background: url("../videos/presentation.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_home td:hover .liendeux {
    background: url("../videos/quisommesnous.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_home td:hover .lientrois {
    background: url("../videos/interview2.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_home td:hover .lienquatre {
    background: url("../videos/nosvins.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_home td:hover .liencinq {
    background: url("../videos/oenotourisme.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_home td:hover .liensix {
    background: url("../videos/presentation.jpg") no-repeat center center #000000;
    background-size: cover; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url("../img/loading.gif") center no-repeat #3c424a;
  opacity: 0.9;
 /*-webkit-filter: blur(20px);
filter: blur(20px);*/ }

#loading {
  position: fixed;
  width: 100%;
  left: 0;
  top: 60%;
  text-align: center;
  font-size: 10pt;
  color: #FFFFFF; }

.page-citation {
  display: none;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-size: 23pt;
  text-shadow: 0px 0px 3px #616161;
  width: 60%;
  margin-top: 13%;
  margin-left: auto;
  margin-right: auto; }
  .page-citation .auteur {
    font-style: normal;
    font-size: 15pt;
    font-weight: bold; }

#arrow-next {
  display: none;
  position: absolute;
  bottom: 30%;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  border-radius: 100%;
  left: 50%;
  margin-left: -15px;
  background: url("../img/arrow-next@2x.png") no-repeat center center #FFFFFF;
  background-size: auto 50%;
  transition: 0.2s;
  z-index: 999; }

#arrow-next:hover {
  cursor: pointer;
  opacity: 1;
  bottom: 29%; }

article{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: calc(60% - 160px);
    padding: 80px;
    text-align:center;
    font-size: 16pt;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
}

#menu-pages{
    position: fixed;
    width: 20%;
    height: 100%;
    top: 0;
    left: -20%;
    background-color: #000000;
    transition: 0.5s;
    opacity: 0.92;
    z-index: 9999;
    overflow: auto;
}

#content-menu-pages{
    padding: 20px;
}

#content-menu-pages #close-menu img{
    transition: 0.5s;
}

#content-menu-pages #close-menu img:hover{
    transform: rotate(180deg);
}

#content-menu-pages #close-menu {
    text-align: right;
}

#titre-menu{
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15pt;
}
/*# sourceMappingURL=base.css.map */


#menu_pages_table {
  display: block;
  width: calc(50%);
  text-align: center;
  vertical-align: middle;
font-size: 10pt;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
  #menu_pages_table td {
    text-align: center;
    vertical-align: middle;
    transition: 0.5s; }
    #menu_pages_table td a {
        margin-bottom: 20px;
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: 0px 0px 1px #616161;
font-size: 10pt;}
    #menu_pages_table td .menu_rond {
      display: block;
      width: 60px;
      height: 60px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 100%;
      border: 1px solid #FFFFFF; }
    #menu_pages_table td .lienun {
      background: url("../img/bouton_lienun@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_pages_table td .liendeux {
      background: url("../img/bouton_lienun@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_pages_table td .lientrois {
      background: url("../img/bouton_lientrois@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_pages_table td .lienquatre {
      background: url("../img/bouton_lienquatre@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_pages_table td .liencinq {
      background: url("../img/bouton_liencinq@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
    #menu_pages_table td .liensix {
      background: url("../img/bouton_liensix@2x.png") no-repeat center center #FFFFFF;
      background-size: auto 50%;
      transition: 0.5s; }
  #menu_pages_table td:hover .lienun {
    background: url("../videos/presentation.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_pages_table td:hover .liendeux {
    background: url("../videos/quisommesnous.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_pages_table td:hover .lientrois {
    background: url("../videos/interview2.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_pages_table td:hover .lienquatre {
    background: url("../videos/nosvins.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_pages_table td:hover .liencinq {
    background: url("../videos/oenotourisme.jpg") no-repeat center center #000000;
    background-size: cover; }
  #menu_pages_table td:hover .liensix {
    background: url("../videos/presentation.jpg") no-repeat center center #000000;
    background-size: cover; }

#liste-vins{
    text-align: center;
    margin-top: 80px;
    margin-left: 60px;
    margin-right: auto;
}

#liste-vins a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 60px;
    text-decoration: none;
}

#liste-vins a .estompe-vin{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: 0.5s;
    border-radius: 100%;
}

#liste-vins a:hover .estompe-vin{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

#liste-vins a .titre-vin{
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 70%;
    font-size: 13pt;
    font-family: 'TrajanPro3-Regular', sans-serif;
    text-shadow: 0px 0px 1px #000000;
}

.details-vins{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.97;
    background-color: #FFFFFF;
    padding: 60px;
    z-index: 9999;
}

.details-vins .colonne-vin{
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
}

.details-vins .colonne-details-vins{
    position: absolute;
    left: 20%;
    top: 0;
    width: calc(80% - 120px);
    height: calc(100% - 120px);
    font-size: 14pt;
    line-height: 30pt;
    overflow: auto;
    text-align: center;
}

.details-vins .colonne-details-vins div{
    margin-left: 60px;
    margin-right: 60px;
}

.details-vins h1{
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0px;
    font-size: 18pt;
}

.details-vins p{
    font-size: 16pt;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

#close-details{
    display: block;
    text-align: right;
}

#close-details img{
    margin: 20px;
    height: 20px;
}

.goBack{
    display: inline-block;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 5%;
    text-decoration: none;
    color: #000000;
    transition: 0.2s;
    border-radius: 4px;
    cursor: pointer;
}

.goBack:hover{
    background-color: #666666;
    color: #FFFFFF;
}

.goBackCom{
    display: inline-block;
    text-align: center;
     background-color: #666666;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 5%;
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.2s;
    border-radius: 4px;
    cursor: pointer;
}

.goBackCom:hover{
    background-color: #FFFFFF;
    color: #000000;
}