/*********************/
/**     GENERAL     **/
/*********************/ 
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
p{font-family: 'Open Sans', sans-serif;font-size:1.1em;}
h1,h2,h3,H4,h5,h6{font-weight: 600;font-family: 'Poiret One', cursive;text-transform: uppercase;}
.abusText{font-size: .8em;}
/*********************/
/**    NAVIGATION   **/
/*********************/  

/*MENU ICONS*/
  #menuModal{
    text-align: center;
  }
 #menuModal a{
  font-weight: 600;
    font-family: 'Poiret One', cursive !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8em;
    text-decoration: none;
    color: #FFF;
 }
 .menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 150;
    right: 50px;
    top: 30px;
    cursor: pointer;
  }
  .menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #666;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
  }
  .menu-icon__line-left {
    width: 15px;
  }
  .menu-icon__line-right {
    width: 15px;
    float: right;
  }
  .container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #menuTitle{
    color: rgb(255,255,255);
    font-size: 1.5em;
    font-family: 'Poiret One', cursive;
  }
  #menuContent{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%);
  }


/*LOGO*/
#logo{
  position: fixed;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 10;
}


/*********************/
/**     HEADERS     **/
/*********************/ 
.verticalBieres .verticalLeftHeader{height: 100vh;}
.verticalBieres .verticalRightHeader{height: 100vh;}
.vh100{height: 100vh;}
.overlay{
  background-color: rgba(000, 000, 000, 0.5);
}
.verticalBieres h1{
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
  font-family: 'Poiret One', cursive;
}
.verticalBieres .bigtext{
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'Poiret One', cursive;
}
.verticalBieres p{
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-justify: distribute;
}
.nextSection{
  text-decoration: none;
}
.nextSection img{
  height: 35px;
}




/*********************/
/**      BIERES     **/
/*********************/  

.sectionBlock{
  position: relative;
}
.backgroundHeader {
  background: url('../img/Collection-Bieres-Golf-Juan-Kokopele-xl.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.background-bottle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  margin: 0; 
  padding: 0;
  object-fit: cover;
  z-index: 1;
}
.bottle-left,.bottle-right,.bottle-center{
  position: absolute;
  padding: 0 0 0 0;
  object-fit: cover;
  z-index: 2;
}

/*MORE BUTTON*/
.more{
  position: absolute;
  top: 47%;
  transform : rotate(-90deg);
  padding: .3em 0 0 0;
  color: #FFFFFF;
  font-family: 'Poiret One', cursive;
  font-size: 2em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 5;
}
.moreright{
  right: -67px;
  height: 3em;
}
.moreright a{
  text-decoration: none;
  padding: 0em .5em 1em .5em;
}
.moreleft{
  left: -58px;
  height: 2.3em;
}
.moreleft a{
  text-decoration: none;
  padding: 0em .5em 1em .5em;
}

.morecolor2{
  border-top:6px solid rgb(255, 238, 0);
}
.morecolor3{
  border-bottom:6px solid rgb(243, 146, 0);
}
.morecolor4{
  border-top:6px solid rgb(115, 174, 82);
}
.morecolor5{
  border-bottom:6px solid rgb(47, 87, 50);
}
.morecolor6{
  border-top:6px solid rgb(66, 169, 225);
}
.morecolor7{
  border-bottom:6px solid rgb(216, 69, 36);
}
.morecolor8{
  border-top:6px solid rgb(91, 30, 9);
}
.morecolor9{
  border-bottom:6px solid rgb(216, 142, 231);
}
.morecolor10{
  border-top:6px solid rgb(52, 30, 113);
}



/*BIERE DESKTOP*/
.biereBlockRight{
  color: #FFFFFF;
  z-index: 10;
  display: block;
  position: absolute;
  top:25%;
  right: 10%;
  width: 40%;
}
.biereBlockLeft{
  color: #FFFFFF;
  z-index: 10;
  display: block;
  position: absolute;
  top: 25%;
  left: 10%;
  width: 40%;
}
.biereFirst{
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-justify: distribute;
}
.biereTitle{
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
  font-family: 'Poiret One', cursive;
}
.biereDegre{
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-justify: distribute;
  font-style: italic;
}
.biereTexte{
  margin-top: 25px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-justify: distribute;
}


/*BIERE MODAL*/
.biereModal{
  color: rgb(55, 54, 52);
}
.biereModal .modal-header{
  padding: 0 1em 0 0;
  background: url(../img/titlebierebg.svg) repeat;
}
.biereModal .modal-body{
  background: rgb(166,166,166);
  background: linear-gradient(13deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 56%);
}
.biereModal h5 .biereTitle{
  color: rgb(55, 54, 52);
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: 'Poiret One', cursive;
  background: #FFFFFF ;
  padding: .15em .5em .15em .5em;
  border-radius: 2em;
  border: .1em #AAA solid;
}
.biereModal h5 .biereTitleColor{
 color: rgb(255, 238, 0);
}
.biereModalClose{
  background: #FFFFFF ;
  padding: 0em .5em .2em .5em;
  border-radius: 1em;
  border: .15em #AAA solid;
}
.modal-body h2{
  text-transform: capitalize;
  font-size: 1.5em;
  font-family: 'Poiret One', cursive;
}
.modal-body{
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-justify: distribute;
}


/*ACCUEIL*/
.header {
  position: relative;
  width: 100%;
  height: 90vh;
  text-align: center;
  color: #000;
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/brasserie-kokopele-golfe-juan.jpg) center / cover;*/
  background: url(../img/brasserie-kokopele-golfe-juan-pub.jpg) center / cover;
}
.accueilBgBiere{
  background: url(../img/accueilbgcontent.jpg) center / cover;
  overflow: visible;
  width: 75%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:35%;
}
.accueilBgBiere img{
  position: relative;
  top:-35%;
  max-height: 750px;
}
.accueiltext{
  color: #FFFFFF;
  z-index: 1000;
  font-family: 'Poiret One', cursive;text-transform: uppercase;
  position: absolute;
}
.introAccueil{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-top: 55px;
}
.sectionAccueil{
  max-height: 550px;
  overflow: hidden;
  vertical-align: middle;
}
.sectionAccueilBottom{
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.accueiltextebottom p{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.accueiltextebottom h1{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  color: #FFFFFF;
}


/*BREWPUB*/
.bgdark{
  background: #1D1D1D;
}
.brewpubtext p{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  color: #FFFFFF;
}
.brewpubtext h1{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  color: #FFFFFF;
}
.brewpubcontact p{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}




@media screen and (max-width: 510px)
{
  .text1{
    display: none;
  }
  .text2{
   display: none;
  }
  .text3{
    display: none;
  }
  .accueilBgBiere{
    width: 85%;
    height: 520px;
    top: 28%;
  }
  .accueilBgBiere img{
    top:-16%;
  }
  .header{
    height: 80vh;
  }
  .nameAccueil{
    color: #FFFFFF;
    position: relative;
    top: -15%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .nameAccueil h1{
    font-size: 1.6em;
  }
  .nameAccueil h3{
    font-size: .8em;
  }
  
}

@media screen and (min-width: 511px) and (max-width: 610px)
{
  .text1{
    display: none;
  }
  .text2{
   display: none;
  }
  .text3{
    display: none;
  }
  .accueilBgBiere img{
    top:-16%;
  }
  .nameAccueil{
    color: #FFFFFF;
    position: relative;
    top: -15%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .nameAccueil h1{
    font-size: 1.6em;
  }
  .nameAccueil h3{
    font-size: .8em;
  }
  .introAccueil{
    margin-top: 75px;
    }
}


@media screen and (min-width: 611px) and (max-width: 899px)
{
  .text1{
    left: 7%;
    top: 5%;
    text-align: right;
    font-size: 1.3em;
    font-weight: 300;
  }
  .text2{
    left: 0%;
    top: 50%;
    text-align: right;
    font-weight: 300;
    font-size: 1.3em;
  }
  .text3{
    right: -2%;
    top: 25%;
    text-align: left;
    font-size: 1.3em;
    font-weight: 300;
  }
  .accueilBgBiere img{
    top:-16%;
  }
  .nameAccueil{
    display: none;
  }
  .introAccueil{
    margin-top: 95px;
    }
}


@media screen and (max-width: 899px)
{
  .bottle-left{
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
  }
  .bottle-right{
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
  }
  .header p{
    max-width: 80%;
    margin-top: 35px;
  }
  #logokokoaccueil{
    margin-top: 30%;
  }
}




@media screen and (min-width: 900px) and (max-width: 1200px)
{
  .bottle-left{
    top: 0;
    left: 0;
    width: 100%; 
    margin: -3% 0 0 -15%; 
  }
  .bottle-right{
    top: 0;
    right: 0;
    width: 100%; 
    margin: -15% 0 0 -3%; 
    padding: 0 0 0 0;
  }
  .text1{
    left: 11%;
    top: -6%;
    text-align: right;
    font-size: 1.5em;
    font-weight: 300;
  }
  .text2{
    left: 5%;
    top: 40%;
    text-align: right;
    font-weight: 300;
    font-size: 1.5em;
  }
  .text3{
    right: 4%;
    top: 14%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 300;
  }
  .nameAccueil{
    position:relative;
    top: -33%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .introAccueil{
    margin-top: 220px;
  }
}




@media screen and (min-width: 1200px)
{
  .bottle-left{
    top: 0;
    left: 0;
    width: 85%; 
    margin: -5% 0 0 -15%; 
  }
  .bottle-right{
    top: 0;
    right: 0;
    width: 85%; 
    margin: -5% -15% 0 0; 
  }
  .text1{
    left: 17%;
    top: -6%;
    text-align: right;
    font-size: 1.5em;
    font-weight: 300;
  }
  .text2{
    left: 12%;
    top: 40%;
    text-align: right;
    font-weight: 300;
    font-size: 1.5em;
  }
  .text3{
    right: 11%;
    top: 14%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 300;
  }
  .nameAccueil{
    position:relative;
    top: -33%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .introAccueil{
    margin-top: 220px;
  }
}


