
.page-festival-ete-2025 h1 {
  font-family: 'Peace Sans', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  color: var(--color_orange);
}

.page-festival-ete-2025 h2{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
  font-variation-settings: 'wght' 900;
  font-family: 'League Spartan Variable', sans-serif;
  color: var(--color_rouge);
}



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

#f_header{
  text-align: center;
  padding: 0px 0px 80px 0px;
  margin: 20px;
}

#f_header img {
  border-radius: 8px;
  width: 1100px;
  margin-bottom: 30px;
}

#f_header p {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'League Spartan Variable', sans-serif;
  font-weight: 600;
  color: var(--color_text);
}


#divlogo{
  /* border: 1px solid brown; */
  width: fit-content;
  display: flex;
  margin: auto;
  align-items: flex-start;
}

#divlogo p{
  /* border: 1px solid blue; */
  width: 53px;
  font-family: 'League Spartan Variable';
  color: var(--color_orange);
  text-transform: math-auto;
  margin-top: 12px;
  font-weight: 600;
  font-size: 21px;
}

#divlogo img{
  /* border: 1px solid orange; */
  width: 300px;
}

@media (max-width: 800px) {
  #divlogo img{
    width: 70% !important;
  }
}











/* ------ INFOS ------ */

#f_infos{
  padding: 80px 0px;
  background-color: var(--color_beige);
}

#f_infos>div{
  width: 1080px;
  margin: auto;
  display: flex;
}

#f_infos>div>div{
  width: 50%;
  padding: 8px;
}

#f_infos .photos{
  text-align: right;
}

#f_infos img{
  width: 100%;
  text-align: center;
  margin: auto;
  border-radius: 16px;
  border: 8px solid var(--color_orange);
}

#f_infos .texte{
  text-align: left;
}

#f_infos h3{
  font-family: 'Peace Sans', sans-serif;
  text-transform: uppercase;
  font-size: 33px;
  color: var(--color_orange);
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#f_infos p {
  line-height: 23px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: none;
  color: var(--color_text);
}





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

#programmation_header{
  display: flex;
  background-color: var(--color_orange);
  margin: 25px 0px;
  overflow: hidden;
}

#programmation_header p{
  width: fit-content;
  font-size: 45px;
  text-transform: uppercase;
  font-family: 'League Spartan Variable', sans-serif;
  font-weight: 800;
  color: var(--color_beige);
  padding: 30px;
  margin: 0px 15px;
  padding-top: 38px;
}




/* ------ PROGRAMMATION SPECTACLES ------ */

#programmation_spectacles{
  padding: 80px 0px;
}

#programmation_spectacles h2{
  font-size: 40px;
  font-weight: 700;
}

#programmation_spectacles>div{

}

#programmation_spectacles .spectacle{

}






/* -------- MOIS DU THEATRE -------- */

.page-festival-ete-2025 .spectacle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px;
  padding: 10px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 36px;
  /* border: 1px dashed #8080806b; */
}

.page-festival-ete-2025 .divspectacle {
    width: calc(100% / 4 - 15px); /* 6 colonnes */
    max-width: 200px; /* Limite la taille */
    display: flex;
    flex-direction: column;
}

/* Responsive : 3 par ligne quand l'écran est < 800px */
@media (max-width: 800px) {
    .divspectacle {
      width: calc(100% / 2 - 15px); /* 3 colonnes */
    }
}

/* Responsive : 2 par ligne quand l'écran est < 500px */
/*
@media (max-width: 500px) {
    .divspectacle {
        width: calc(100% / 2 - 15px);
    }
}
*/

/*
.page-festival-ete-2025 .divspectacle:hover {
    transform: scale(1.05);
    z-index: 1;
}

.page-festival-ete-2025 .divspectacle .image {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 6px;
}

.page-festival-ete-2025 .divspectacle img {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  object-fit: cover;
}

.page-festival-ete-2025 .divspectacle a > img{
  filter: grayscale(0);
  transition: 700ms all;
}

.page-festival-ete-2025 .divspectacle a:hover > img{
  filter: grayscale(1);
  transition: 700ms all;
}
*/


.page-festival-ete-2025 .divspectacle {
  width: calc((100% - 2 * 15px) / 3);
  background-color: var(--color_blanc);
  transition: transform 300ms ease;
}

@media (max-width: 678px) {
    .page-festival-ete-2025 .divspectacle {
      width: calc((100% - 2 * 5px) / 3);
    }
}


.page-festival-ete-2025 .divspectacle:hover {
  transform: scale(1.2);
  z-index: 1;
}

.page-festival-ete-2025 .bloc_images {
  width: 100%;
}

.page-festival-ete-2025 .bloc_images_banniere {
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
}

.page-festival-ete-2025 .bloc_images_banniere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-festival-ete-2025 .bloc_texte {
  width: 100%;
}

.page-festival-ete-2025 .bloc_texte p{
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.page-festival-ete-2025 .bloc_texte p:nth-child(1) {
  font-size: 14px;
  margin: 5px 0;
}

.page-festival-ete-2025 .bloc_texte p:nth-child(2) {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}

.page-festival-ete-2025 .bloc_texte p:nth-child(3) {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color_rouge);
  font-weight: 700;
}








.page-festival-ete-2025 .infos {
  text-align: left;
  padding-top: 6px;
}

.page-festival-ete-2025 .infos .movie-date{
  font-weight: 600;
  font-family: 'League Spartan Variable', sans-serif;
  color: var(--color_rouge);
  font-size: 17px;
  text-align: center;
}

.page-festival-ete-2025 .buttons{
  margin: auto;
  text-align: center;
  padding-top: 60px;
}

.page-festival-ete-2025 .f_button{
  color: var(--color_beige);
  background: var(--color_rouge);
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 20px 10px 20px;
  font-family: 'League Spartan Variable', sans-serif;
  font-weight: 700;
  border-radius: 12px;
  transition: all 300ms;
}

.page-festival-ete-2025 .f_button:hover{
  opacity: 0.7;
  transition: all 300ms;
}


/* -------- INFOS PRATIQUES -------- */

#infospratiques{
  background-color: var(--color_orange);
  padding: 50px 0px 80px 0px;
}

#infospratiques h2{
  font-size: 55px;
  color: var(--color_beige);
}

#infos_prats{
  width: 745px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  margin: 60px auto;
  row-gap: 78px;
  column-gap: 0px;
}


/* -------- INFOS RESTAURANT -------- */

.foodtruck{
  background-color: var(--color_beige) !important;
}

.foodtruck h2{
  color: var(--color_orange) !important;
}

.foodtruck #infos_prats{
  row-gap: 0px !important;
}

.foodtruck .button a{
  color: var(--color_beige) !important;
  background-color: var(--color_orange) !important;
}

@media (max-width: 780px) {
  .foodtruck h2{
    line-height: 46px !important;
    font-size: 43px !important;
  }

  .foodtruck #infos_prats{
    width: 100%;
    margin: 0;
    align-content: center;
  }

  .foodtruck a{
    text-align: center;
  }

  .foodtruck img{
    width: 85%;
  }
}


/* ------ PLAN D'ACCES ------ */

#f_plan {
  text-align: center;
  background-color: var(--color_beige);
  padding: 50px 0px 80px 0px;
}

#f_plan h2{
  font-size: 55px;
  color: var(--color_rouge);
  margin-bottom: 20px;
}

#f_plan img{
  width: 50%;
  border: 4px solid var(--color_rouge);
  border-radius: 8px;
}


/* ------ CONTACTS ------ */

#f_contact{
  text-align: center;
  background-color: var(--color_blanc);
}

#f_contact p{
  color: var(--color_rouge);
  font-size: 22px;
  font-weight: bolder;
  padding: 24px 10px 17px 10px;
  font-family: 'League Spartan Variable';
  /*   border: 1px solid red; */
}


footer{
  margin-top: 0px;
}









@media (max-width: 1260px) {

  #f_header img{
    width: 90%;
  }

  #f_infos {
    width: 100%;
  }

  #f_infos>div{
    width: 100%;
    flex-wrap: wrap;
  }

  #f_infos>div>div{
    width: 100%;
  }

  #f_infos .photos {
    text-align: center;
    margin-bottom: 64px;
  }

  #f_infos img {
    width: 90%;
  }

  #f_infos p{
    padding-right: 10px;
  }

  #programmation_header p {
    font-size: 30px;
    padding: 33px 0px 23px 0px;
  }

  .spectacle-container{
    gap: 15px;
  }

  #f_plan img {
    width: 85%;
  }

}



@media (max-width: 780px) {
  #infos_prats {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin-left: 25px;
  }
}




@media screen and (max-width: 400px) {
    #content {
        padding: 0px;
    }
}




















/**/
