.bokor-regular {
  font-family: "Bokor", system-ui;
  font-weight: 400;
  font-style: normal;
}

.new-rocker-regular {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
}

html, body
{
  margin: 0;
  padding: 0;
  
  background: #131313;
  color: white;
  font-family: 'New Rocker', sans-serif;
}

/* Message quand on bosse sur le site*/
.WIP
{
  border: solid red;
  border-radius: 5px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.5em;
  background-color: rgba(255,0,0,0.1)
}

p
{
  font-size: 1.2em;
}

.bolt
{
  width: 100px;
  fill: #daad3b;
}

/* HEADER */

header
{
  position: fixed;
  width: 100%;
  height: 40%;
  z-index: 1;
  
  transition: all 0.25s;
}

header.small
{
  height: 15%;
  min-height: 70px;
}

header #back
{
  position: relative;
  width: 100%;
  
  transition: all 0.25s;
}

header.small #back
{
  margin-top: -10%;
  filter: brightness(25%);
}

@media only screen and (min-width: 660px) {
  header #back
  {
    margin-top: -10%;
  }

  header.small #back
  {
    margin-top: -20%;
  }
}


header button
{
  position: fixed;
  right: 0px;
  top: 0px;
  margin: 5px;
  padding: 5px;
  
  color : #daad3b;
  border: solid #daad3b 2px;
  border-radius: 3px;
  background: rgba(0,0,0,0.7);
  
  transition: all 0.25s;
}

header button span
{
  font-size: 1em;
}

@media only screen and (min-width: 660px) {
  header button
  {
    display: none;
  }
}

header button.open
{
  background: #daad3b;
  color : #131313;
}

header nav
{
 /* border: solid green 1px;*/
  
  position: absolute;
  right: -100%;
  top: 25%;
  padding-right: 5%;
  background: rgba(0,0,0,0.9);
  
  transition: all 0.25s;
}

@media only screen and (min-width: 660px) {
    header nav
    {
      right: 0;
      background: rgba(0,0,0,0);
    }
}


header nav.open
{
    right: -0%;
}

header.small nav
{
   top: 40%;
}
@media only screen and (min-width: 660px) {
    header.small nav
    {
      top: 2%;
    }
}

header nav a
{
  display: block;
  padding: 10px;
  /*padding-left: 25px;
  padding-right: 25px;*/
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  text-shadow: 0 0 5px black;
  
  transition: all 0.25s;
}
@media only screen and (min-width: 660px) {
    header nav a
    {
      float: left;
    }
}

header nav a.selected
{
  color: #daad3b;
}

header nav a:hover
{
  color: #daad3b;
  text-shadow: 0 0 5px #154a48;
}

header #logo
{
  position: absolute;
  width: 60%;
  top: 20px;
  left: 10px;
  transform: rotateZ(-5deg);
  
  transition: all 0.25s;
}
@media only screen and (min-width: 660px) {
    header #logo
    {
      width: 30%;
      top: 25%;
      left: 5%;
      opacity: 0.75;
    }
}

header #logo:hover
{
  transform: rotateZ(0deg);
  opacity: 1;
}

header.small #logo
{
  width: 50%;
  top: 10%;
  transform: rotateZ(0deg);
}
@media only screen and (min-width: 660px) {
    header.small #logo
    {
      width: 20%;
      opacity: 0.8;
    }
}

header.small #logo:hover
{
  opacity: 1;
}

/* END - HEADER */

/* WRAP */
#wrap
{
  /*border: solid green 1px;*/
  padding-top: 40%;
  width: 100%;
  margin-left: 0%;
 /* max-width: 1920px;*/
}
@media only screen and (min-width: 660px) {
    #wrap
    {
      padding-top: 20%;
      width: 80%;
      margin-left: 10%;
    }
}

#wrap section
{
  /*border: solid yellow 1px;*/
  padding: 2%;
}

#wrap section img
{
  width: 100%;
  border-radius: 2%;
}

@media only screen and (min-width: 660px) {
    #wrap section img
    {
      width: 33%;
    }

    #wrap section img.floatR
    {
      float: right;
      margin-left: 2%;
    }

    #wrap section.imgL img
    {
      float: left;
      margin-right: 2%;
    }

    #wrap section.imgR img
    {
      float: right;
      margin-left: 2%;
    }

    #wrap section.imgL .desc
    {
      margin-left: 35%
    }

    #wrap section.imgR .desc
    {
      margin-right: 35%
    }
}
/*

*/
#wrap section h1
{
  font-size: 2em;
  color: #daad3b;
  margin-top: 0;
  font-variant: small-caps;
}

#wrap section p
{
  text-align: justify;
}

#wrap section .endSec
{
  clear: both;
}

#wrap .banner
{
  width: 112,5%;
  margin-left: -12.5%;
  position: relative;
}

@media only screen and (min-width: 660px)
{
  #wrap .banner
  {
    width: 125%;
  }
}

#wrap .banner img
{
  width: 100%;
}

#wrap .banner span
{
  text-align: center;
  display: block;
  font-size: 2em;
  position: absolute;
  top: 25%;
  width: 100%;
  color: #daad3b;
  text-shadow: 0 0 10px black;
}
@media only screen and (min-width: 660px)
{
  #wrap .banner span
  {
    font-size: 5em;
  }
}

#wrap section.pres
{
  text-align: center;
}

#wrap section.pres h1
{
  font-size: 3em;
  margin: 0;
  padding: 0;
}

#wrap section.pres h2
{
  margin: 0;
  padding: 0;
}

#wrap section.pres .bolt
{
  width: 10%
}
@media only screen and (min-width: 660px)
{
  #wrap section.pres .bolt
  {
    width: 5%
  }
}

#wrap section.pres p
{
  padding-left: 5%;
  padding-right: 5%;
  text-align: justify;
  font-size: 1.2em;
}

hr
{
  border: solid #daad3b 1px;
  width: 50%;
  opacity: 0.5;
}
/* END - WRAP */

/* SHOWS */
.wallOfShows
{
 /* border: solid white 1px; */
}

.wallOfShows table
{
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  font-size: 1.2em;
}

.wallOfShows th
{
  display: none;
}

.wallOfShows tr
{
   border-collapse: collapse;
   border-bottom :  solid #daad3b 3px;
}

.wallOfShows td
{
  border-collapse: collapse;
  text-align: center;
}

.wallOfShows tr:nth-last-child(-n + 1) 
{
  border: none;
}

.wallOfShows .ray
{
  background-color: rgba(255,255,255,0.02);
}

.wallOfShows table span
{
   /*border: solid green 1px;*/
  display: block;
  text-align: center;
}

.wallOfShows table .day
{
  font-size: 2em;
  margin-bottom: -20%;
}

.wallOfShows table .month
{
  font-size: 2em;
  font-variant: small-caps;
  color: #daad3b;
  margin-bottom: -10%;
}

@media only screen and (min-width: 660px)
{
  .wallOfShows table .day
  {
     margin-bottom: -5%;
  }
  
   .wallOfShows table .month
  {
     margin-bottom: 0%;
  }
}

.wallOfShows a
{
  background-color: transparent;
  border: solid #daad3b 2px;
  border-radius: 5px;
  color: #daad3b;
  font-family: 'New Rocker', sans-serif;
  font-size: 1.2em;
  padding-left: 1px;
  cursor: pointer;
  text-decoration: none;
  
  transition: all 0.25s;
}

.wallOfShows a:hover
{
   background-color: #daad3b;
  color: black;
}

.wallOfShows .noDate
{
  font-size: 2em;
  color: #daad3b;
  opacity: 0.5;
}

.wallOfShows .noCenter
{
  text-align: left;
  padding-left: 3%;
}

/* END - SHOWS */

/* SHOP */
.shop_content
{
  /*border: solid red 1px;*/
  text-align: center;
}

.shop_content .item
{
 /* border: solid yellow 1px;*/
  border-radius: 5px;
  display: block;
  width: 45%;
  float: left;
  margin: 2%;
  color: white;
  text-decoration: none;
  
  transition: all 0.25s;
}

@media only screen and (min-width: 660px)
{
  .shop_content .item
  {
    width: 25%;
    max-width: 300px;
  }
}

.shop_content .item:hover
{
  background-color: rgba(255,255,255,0.2);
}

.shop_content .item img
{
  width: 100%;
}

.shop_content .item h3
{
  margin: 0;
  padding: 0;
  margin-left: 4%;
  color: #daad3b;
}

.shop_content .item h4
{
  margin: 0;
  padding: 0;
  margin-left: 4%;
  opacity: 0.5;
}

.shop_content .item h5
{
  margin: 0;
  padding: 0;
  margin-left: 4%;
  font-size: 1.2em;
  margin-bottom: 4%;
}
/* END - SHOP */

/* SHOPVIEW */
.viewItem
{
 /* border: solid red 1px;*/
}

.viewItem img
{
  width: 100%;
  max-width: 400px;
}

@media only screen and (min-width: 660px)
{
 .viewItem img
  {
    float: left;
  }
}

.viewItem .infos
{
  display: block;
}

.viewItem .infos h3
{
  margin: 0;
  padding: 0;
  margin-left: 4%;
  color: #daad3b;
}

.viewItem .infos h4
{
  margin: 0;
  padding: 0;
  margin-left: 4%;
  opacity: 0.5;
}

.viewItem .infos h5
{
  margin: 0;
  padding: 0;
  margin-left: 4%;
  font-size: 1.2em;
  margin-bottom: 4%;
}

.viewItem select
{
  margin-left: 4%;
  font-size: 1.2em;
  margin-bottom: 4%;
  font-family: "New Rocker";
  background: transparent;
  border: solid #daad3b 3px;
  border-radius: 5px;
  color: #daad3b;
  padding: 4px;
  cursor: pointer;
}

.viewItem select:hover
{
  background: #daad3b;
  color: black;
}

.viewItem select option
{
  color: black;
}

.viewItem a
{
  margin-left: 4%;
  font-size: 1.2em;
  margin-bottom: 4%;
  font-family: "New Rocker";
  background: transparent;
  border: solid #daad3b 3px;
  border-radius: 5px;
  color: #daad3b;
  padding: 4px;
  text-decoration: none;
  
  transition: all 0.25s
}

.viewItem a:hover
{
  background: #daad3b;
  color: black;
}

@media only screen and (min-width: 660px)
{
  .viewItem a
  {
    font-size: 2em;
    cursor: pointer;
  }
  
  .viewItem select
  {
    font-size: 1.6em;
  }
  
  .viewItem option:disabled
  {
    color: gray
  }
  
  
  .viewItem .infos h3
  {
    font-size: 3em;
  }

  .viewItem .infos h4
  {
   font-size: 1.6em;
  }

  .viewItem .infos h5
  {
    font-size: 2em;
    margin-bottom: 0;
  }
}
/* END - SHOPVIEW */


/* VIDEOS */
.video-responsive {
 overflow:hidden;
 padding-bottom:56.25%; 
 position:relative;
 height:0;
}

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

/*END - VIDEOS */


/* FOOTER */
footer
{
  text-align: center;
  color: #daad3b;
  padding: 20px;
  clear: both;
}

footer svg
{
  fill: #daad3b;
  opacity: 0.3;
  cursor: pointer;
  
  transition: all 0.25;
}

footer svg:hover
{
  opacity: 1
}


footer a
{
  color: #daad3b;
}
/* END - FOOTER */


/* PHOTOS */
/* Grille */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  transition: transform .22s ease, box-shadow .22s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.gallery img:hover { transform: scale(1.03); box-shadow: 0 6px 18px rgba(0,0,0,0.14); }

/* Lightbox (utilise opacity pour pouvoir animer) */
.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 9999;
}
.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

#lightbox-img {
  max-width: 92%;
  max-height: 82%;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  transition: opacity .25s ease, transform .25s ease;
  opacity: 0;
  transform: scale(.98);
  display: block;
}

/* Boutons */
.lightbox .close, .nav-btn {
  position: absolute;
  border: none;
  background: transparent;
  color: white;
  font-size: 26px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  user-select: none;
}

.lightbox .close {
  top: 18px;
  right: 20px;
  font-size: 34px;
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 6px 10px;
}

.nav-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.25);
  font-size: 28px;
}
.prev { left: 18px; }
.next { right: 18px; }

/* petit responsive pour petits écrans */
@media (max-width: 460px) {
  .gallery img { height: 110px; }
  .nav-btn { width:44px; height:44px; font-size:22px; }
}

.alb_title
{
  font-size: 3em;
  text-align: center;
  border-bottom: solid #daad3b;
  padding-bottom: 1%;
  color: #daad3b
}

/* END - PHOTOS */

/* NEWS */
.newsItem
{
  display: block;
  border-radius: 5px;
  width: 80%;
  margin: 10%;
  background-color: rgba(255,255,255,0.05);
  box-shadow: 0 0 2px  #daad3b;
  overflow: hidden;
  text-decoration: none;
  color: white;
  
  transition : all 0.25s;
}

.newsItem:hover
{
  box-shadow: 0 0 5px  #daad3b;
  background-color: #daad3b;
  color: black;
}

.newsItem:hover .content span
{
  color: black;
}

.newsItem img
{
  width: 100%;
}

.newsItem .content
{
  padding: 10px;
  transition : all 0.25s;
}

.newsItem .content h5
{
  font-size: 1.9em;
  margin: 10px;
  text-align: center;
  transition : all 0.25s;
}

.newsItem .content span
{
  color: #daad3b;
  transition : all 0.25s;
}

@media only screen and (min-width: 660px)
{
  .newsItem
  {
    width: 300px;
    height: 443px;
    float: left;
    margin: 2%
  }
}

/* END - NEWS */

/* NEWS VIEW */



.backNews
{
  display: block;
  border: solid 1px #daad3b;
  margin-right: 20%;
  margin-left: 20%;
  margin-top: 50px;
  padding: 15px;
  text-align: center;
  color: #daad3b;
  text-decoration: none;
  font-variant: small-caps;
  font-size: 1.2em;
  
  transition : all 0.25s;
}

.backNews:hover
{
  background-color:  #daad3b;
  color: black;
}

.viewNews img
{
  border-radius: 5px;
  width: 86%;
  margin-left: 7%;
}

.viewNews > h1
{
  color: #daad3b;
  font-variant: small-caps;
  text-align: center;
}

.viewNews > span
{
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-variant: small-caps;
  margin-top: -15px
}

.viewNews .wrap
{
  text-align: left;
  margin: 2%
}

@media only screen and (min-width: 660px)
{
  .backNews
  {
    margin-left: 33%;
    margin-right: 33%;
  }
  
  .viewNews img
  {
    width: 400px;
    float: left;
  }
  
  .viewNews > h1
  {
    padding-top: 180px;
    font-size: 3.5em;
  }
  
  .viewNews .wrap
  {
    clear: both;
    padding-top: 50px;
  }
}

/* END - NEWS VIEW */