.lobster-two-regular {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ------------------------------------ */
/*                COMMUN                */
/* ------------------------------------ */

.page-nouvel-an h2 {
    font-size: 30px;
    font-family: "Lobster Two", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color_text);
    text-transform: none;
}

.page-nouvel-an p{
  font-family: "Core Label W01 Regular";
  font-size: 25px;
  margin-top: 24px;
  line-height: normal;
}

.header-para{
  background: #b28448;
  color: #fff1e1;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 14px;
  margin: auto;
  margin-top: 30px;
}


/* ------------------------------------ */
/*                HEADER                */
/* ------------------------------------ */

.page-header-nouvel-an{
  padding: 20px;
  position: relative;
  text-align: center;
  background-color: var(--color_beige);
  /* padding-block: clamp(40px, 8vw, 120px); */
  /* 3 backgrounds empilés (bas -> haut) */
  background-image:
    url("../imgs/nouvel-an/stars-left.png"),
    url("../imgs/nouvel-an/stars-right.png"),
    url("../imgs/nouvel-an/feu-artifice.png"),
    url("../imgs/nouvel-an/stars-left-two.png"),
    url("../imgs/nouvel-an/stars-right-two.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  /* positions responsive (x y) */
  background-position:
    left -6% top 38%,
    right -11% top -2%,
    left 28% top 0%,
    left 0% top 91%,
    right -8% top 57%;
  /* tailles responsive */
  background-size:
    clamp(202px, 33vw, 509px),
    clamp(218px, 61vw, 654px),
    clamp(220px, 15vw, 361px),
    clamp(232px, 34vw, 536px),
    clamp(220px, 37vw, 501px);
}

.titrage-image{
  position: relative; /* au-dessus des décos */
  z-index: 2;
  width: min(400px, 92vw);
  height: auto;
  display: block;
  margin-inline: auto;
}

/* Ajustements mobile */

@media (max-width: 1440px){
  .page-header-nouvel-an{
    /* positions responsive (x y) */
    background-position:
      left -17% top 38%,
      right -46% top -2%,
      left 14% top 0%,

      left -8% top 91%,
      right -21% top 57%;
    /* tailles responsive */
    background-size:
      clamp(202px, 33vw, 509px),
      clamp(218px, 61vw, 654px),
      clamp(220px, 15vw, 361px),

      clamp(232px, 34vw, 536px),
      clamp(220px, 37vw, 501px);
  }
}

@media (max-width: 1024px){
  .page-header-nouvel-an{
    /* positions responsive (x y) */
    background-position:
      left -14% top 27%,
      right -90% top 1%,
      left -3% top 0%,

      left -13% top 102%,
      right -29% top 51%;
    /* tailles responsive */
    background-size:
      clamp(202px, 33vw, 509px),
      clamp(218px, 61vw, 654px),
      clamp(220px, 15vw, 361px),

      clamp(232px, 34vw, 536px),
      clamp(220px, 37vw, 501px);
  }
}



@media (max-width: 640px){
  .page-header-nouvel-an{
    background-position:
      left -15% top 68%,
      right -43% top 10%,
      left -12% top 0%,

      left -13% top 102%,
      right -29% top 51%;
    background-size:
      clamp(120px, 42vw, 260px),
      clamp(130px, 45vw, 280px),
      clamp(160px, 48vw, 300px),

      clamp(232px, 34vw, 536px),
      clamp(220px, 37vw, 501px);
    padding-block: clamp(28px, 10vw, 60px);
  }
}




/* ------------------------------------ */
/*               AFFICHES               */
/* ------------------------------------ */

.nouvel-an-programme,
.nouvel-an-content{
  max-width: 800px;
  margin: auto;
}

.nouvel-an-programme h2{
  margin: 30px auto;
}


/* Grille responsive */
.shows{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px, 3vw, 32px);
  align-items: start;
}

/* Carte */
.show article{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* Affiche */
.show img{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 18px rgb(0 0 0 / .15);
  transform: rotate(-1.2deg);
  scale: 1;
  transition: all 200ms ease;
}

.show img:hover {
    scale: 1.1;
    transition: all 200ms ease;
}

.show:nth-child(1) img{
  transform: rotate(-4deg);
  margin-top: 10px;
}

.show:nth-child(2) img{
  transform: rotate(0deg);
}

.show:nth-child(2) .show-meta{
  margin-top: 10px;
}

.show:nth-child(3) img{
  transform: rotate(4deg);
  margin-top: 10px;
}


/* Heure + bouton */
.show-meta{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.show-meta time{
  font-family: "Lobster Two", cursive;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  color: var(--color_text);
}

/* Bouton style “pastille” */
.page-nouvel-an .btn{
  padding: 5px 23px;
  background: #b28448;
  color: #fff1e1;
  box-shadow: 0 5px 0 #815f46;
  line-height: initial;
  font-size: 15px;
}

.page-nouvel-an .btn:hover{
  color: var(--color_beige);
  background-color: #815f46;
  box-shadow: 0 3px 0 #b28448;
  transform: translateY(2px);
}

/* Responsive: 2 colonnes puis 1 */
@media (max-width: 0px){
  .shows{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}



/* ------------------------------------ */
/*                CONTENT               */
/* ------------------------------------ */

.nouvel-an-content{
  background-color: white;
  border-radius: 16px;
  margin-top: 60px;
  min-height: 600px;
  padding: 30px;
}

.nouvel-an-content h2{
    padding-bottom: 30px;
}

.infos{
  border: 0px solid red;
  width: 80%;
  margin: auto;
}

.info{
  border: 0px solid black;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 780px){
  .infos{
    width: 100%;
  }
  .info{
    flex-direction: column;
  }
  .info p{
    text-align: center;
  }
  .info_option div{
    justify-content: center;
    flex-direction: column;
  }
  .info_option div > p:last-child{
    margin-top: 13px;
  }
  .show-meta .btn{
    padding: 5px 16px;
  }
  .show-meta time {
    font-size: xx-large;
  }
}


.info img{
  width: 130px;
}
.info p{
  border: 0px solid green;
  font-size: 22px !important;
  margin-left: 10px;
  margin-top: 0px;
}


.info_option{
  width: 100%;
  text-align: center;
}

.info_option div{
  text-align: left;
  display: flex;
}

.info_option div div{
  display: flex;
  flex-direction: column;
}
.info_option div div img{
  width: 75px;
  margin: auto;
}

.info_option div > p:last-child{
  margin-left: 3px;
}

.info_option a.btn{
  margin-top: 10px;
}

.info_option p{
  display: inline-block;
  vertical-align: top;
}

.info_option .prix{
  margin: 4px;
}

.info_option .offre{
  background-color: black;
  padding: 5px 15px;
  color: #fff1e1;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Open Sans';
  font-size: 17px !important;
}









.signature{
  font-family: "Buffalo" !important;
  text-align: center;
  font-size: 34px !important;
}





/**/
