@import "accueil.css";
@import "fonts.css";
@import "test.css";
@import "atelier.css";
@import "navigation.css";
@import "responsive.css";
@import "infos-pratiques.css";
@import url("https://use.typekit.net/gti6nsp.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "bely-display", sans-serif;
  font-style: normal;
}
@font-face {
  font-family: "search", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (hover: hover) {
  .cta:hover .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color linear 0.3s;
  }
  .boutontoggle:hover svg {
    fill: #396d7b;
  }
  .boutontoggle:hover {
    background-color: #fff;
    color: #396d7b;
    border: 1px solid #396d7b;
  }
  .cta:hover .compagnie, .cta:hover .date, .cta:hover .spectacle {
    /*transition: transform ease-in-out .3s;*/
  }
  .boutonversprpa:hover {
    background-color: #fff;
    color: #396d7b;
  }
}
@media only screen and (hover: none) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
html, body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*body.noscroll {
    overflow: hidden;
    height: 100vh;
}*/
.canvas {
  width: 90%;
  grid-gap: 0.2em;
  margin: auto;
  /*overflow-x: hidden;
  overflow-y: scroll !important;*/
}

body {
  padding: 0;
  margin: 0;
}

.pageprogferonarts {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.bloctest {
  width: 100%;
  height: 30vh;
  position: relative;
  display: flex;
}

/*.spectacle, .compagnie, .date {
    color: #fff;
}*/
.accordion {
  width: 100%;
  max-width: 600px;
  overflow-x: hidden;
  display: flex;
}
.accordion .blocspec {
  display: flex;
  width: 100%;
  position: relative;
}
.accordion .blocspec .cta {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 0.5s ease-out;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.accordion .blocspec .cta .pastilleprix {
  width: 4em;
  position: absolute;
  top: 1em;
  right: 1em;
}
.accordion .blocspec .cta .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: inherit;
}
.accordion .blocspec .cta .overlay .tjrsaff {
  position: relative;
  display: flex;
  flex-direction: column;
}
.accordion .blocspec .cta .overlay .tjrsaff .compagnie {
  color: #fff;
  font-family: "Lato", verdana;
  font-weight: 300;
}
.accordion .blocspec .cta .overlay .tjrsaff .spectacle, .accordion .blocspec .cta .overlay .tjrsaff .spectaclemilong, .accordion .blocspec .cta .overlay .tjrsaff .spectaclelong {
  font-family: "bely-display";
  font-weight: 900;
  text-transform: capitalize;
  color: #fff;
}
.accordion .blocspec .cta .overlay .tjrsaff .conf {
  color: #fff;
  font-family: "Lato";
  font-weight: 300;
}
.accordion .blocspec .cta .overlay .infos {
  display: flex;
  flex-direction: column;
  /*grid-template-columns: repeat(2,1fr);*/
  width: 95%;
  /*align-items: center;*/
  position: relative;
}
.accordion .blocspec .cta .overlay .infos .date {
  font-family: "Lato", Verdana;
  font-weight: 500;
  /*font-size: 1.7em;*/
  color: #fff;
}
.accordion .blocspec .cta .overlay .infos .datelongue {
  color: #fff;
  font-family: "Lato";
}
.accordion .blocspec .cta .overlay .infos .lieu {
  font-family: Inter, verdana;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin: 2px;
  color: #fff;
  width: fit-content;
}
.accordion .blocspec .cta .overlay .infos .boitebouton {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /*align-content: center;*/
  width: 30%;
  position: absolute;
  padding: 0;
  margin: 0;
  right: 0;
  bottom: 5px;
}
.accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: Lato;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  min-height: 44px;
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s ease;
  /*height: 100% ;*/
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: none;
}
.accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle:hover svg {
  fill: #396d7b;
}
.accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle svg {
  fill: #fff;
  height: 50px;
  width: 75px;
  margin-left: 0.5em;
}
@media (max-width: 1024px) {
  .accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle svg {
    height: 40px;
    width: 60px;
  }
}
.accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle svg {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle.active svg {
  transform: rotate(180deg);
  fill: #fff;
}
.accordion .blocspec .cta .overlay .infos .boitebouton .boutontoggle.active {
  background-color: #e10f21;
  transition: background-color linear 0.5s;
}
.accordion .blocspec .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: inherit;
  padding: 0.5em 0em 0.5em 0em;
  display: none; /* par defaut cache */
  flex-direction: column;
  z-index: 5;
  overflow-x: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease, visibility 0.4s ease;
  background: #f0f0f0; /* Gris clair visible */
  overflow-y: auto;
}
.accordion .blocspec .details .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.accordion .blocspec .details .content .close-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.accordion .blocspec .details .content .close-btn-container .boutonclose {
  width: 50%;
  background: none;
  background-color: #e10f21;
  border: none;
  margin: 1em 1em 1em 0;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  display: inline-flex;
  justify-content: center;
}
.accordion .blocspec .details .content .close-btn-container .boutonclose svg {
  fill: #fff;
  height: 50px;
  width: 75px;
  transition: fill 0.3s ease;
}
@media (max-width: 1024px) {
  .accordion .blocspec .details .content .close-btn-container .boutonclose svg {
    height: 30px;
    width: 50px;
  }
}
.accordion .blocspec .details .content .close-btn-container .boutonclose:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.accordion .blocspec .details .content .close-btn-container .boutonclose:hover svg {
  fill: #e10f21;
}
.accordion .blocspec .details .content .close-btn-container .boutonclose:focus-visible {
  outline: 2px solid #007BFF; /* Bleu focus */
  outline-offset: 2px;
  background-color: rgba(0, 123, 255, 0.1); /* Leger fond bleu */
}
.accordion .blocspec .details .content .infosbis {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
}
.accordion .blocspec .details .content .infosbis .genre, .accordion .blocspec .details .content .infosbis .genrealt {
  font-family: "Lato", verdana;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 0 10px 0;
}
.accordion .blocspec .details .content .infosbis .genre {
  text-transform: uppercase;
  font-size: 1.5em;
}
.accordion .blocspec .details .content .infosbis .genrealt {
  font-size: 1.2em;
}
.accordion .blocspec .details .content .infosbis .etiquettes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.accordion .blocspec .details .content .infosbis .etiquettes .lieu, .accordion .blocspec .details .content .infosbis .etiquettes .lieu2, .accordion .blocspec .details .content .infosbis .etiquettes .typepublic, .accordion .blocspec .details .content .infosbis .etiquettes .typepublicalt {
  font-family: Inter, verdana;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin: 2px;
  border-radius: 5px;
}
.accordion .blocspec .details .content .infosbis .etiquettes .lieu {
  color: #fff;
}
.accordion .blocspec .details .content .infosbis .etiquettes .lieu2 {
  color: #1d1d1b;
}
.accordion .blocspec .details .content .infosbis .etiquettes .lieu:empty, .accordion .blocspec .details .content .infosbis .etiquettes .lieu2:empty {
  display: none;
}
.accordion .blocspec .details .content .infosbis .etiquettes .typepublic {
  color: #fff;
  background-color: #009584;
  font-weight: bold;
}
.accordion .blocspec .details .content .infosbis .etiquettes .barons {
  font-family: "Lato";
  font-weight: 400;
  color: #1d1d1d;
}
.accordion .blocspec .details .content .infosbis .etiquettes .typepublicalt {
  color: #1d1d1b;
  background-color: #fecc33;
  font-weight: bold;
}
.accordion .blocspec .details .content .infosbis .etiquettes .typepublic:empty {
  padding: 0;
}
.accordion .blocspec .details .content .infosbis .duree {
  font-family: "Lato", verdana;
  font-weight: 300;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 0 10px 0;
}
.accordion .blocspec .details .content .textdesccred {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 10px 0;
  /*padding: 0 10em 0 1em;*/
}
.accordion .blocspec .details .content .textdesccred .slogansceno {
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: Lato, verdana;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.accordion .blocspec .details .content .textdesccred .horaires {
  font-family: "Lato", Helvetica;
  font-size: 1.1em;
  text-align: center;
  margin: 10px 0 10px 0;
}
.accordion .blocspec .details .content .textdesccred .descextra {
  font-family: Lato;
  font-weight: 600;
  font-size: 1.1em;
}
.accordion .blocspec .details .content .textdesccred .description {
  font-family: "Lato", Helvetica;
  font-size: 1em;
  text-align: justify;
  hyphens: auto;
}
.accordion .blocspec .details .content .textdesccred .descextrabis {
  font-family: Lato;
  font-weight: bold;
  font-size: 1em;
}
.accordion .blocspec .details .content .textdesccred .credits {
  font-family: "Lato", verdana;
  font-weight: 300;
  font-style: italic;
  font-size: 0.9em;
}
.accordion .blocspec .details .content .textdesccred .credits a {
  color: #c8542c;
  display: inline;
  font-weight: 400;
  text-decoration: none;
}
.accordion .blocspec .details .content .teaser {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.accordion .blocspec .details .content .teaser video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  background-color: #000;
  overflow: hidden;
}
.accordion .blocspec .details .content .teaser:empty {
  display: none;
}
.accordion .blocspec .details.open {
  display: flex; /* sera force par JS */
  flex-direction: column;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: auto;
}
.accordion .blocspec .details.open::-webkit-scrollbar {
  width: 8px;
}
.accordion .blocspec .details.open::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.accordion .blocspec .details.open::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.accordion .blocspec .details.open::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.accordion .blocspec .details:empty {
  display: none;
}

.descbouton {
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.boutonversprpa {
  display: flex;
  justify-content: center;
  padding: 5px 10px 5px 10px;
  background-color: #396d7b;
  color: #fff;
  transition: background-color linear 0.4s;
  transition: color linear 0.4s;
  font-family: Lato;
  font-weight: 500;
  cursor: pointer;
}

.bghaut {
  background-position: top;
}

.bgcentre {
  background-position: center;
}

.bgbas {
  background-position: bottom;
}

.blocspec, .cta, .overlay, .details {
  display: flexbox;
}

/*couleurs lieux*/
.grange {
  background-color: #de0c1f;
}

.placevioloneux {
  background-color: #9e391d;
}

.espacegourmand {
  background-color: #2ec5f3;
}

.parvissdf {
  background-color: #273982;
}

.cafe {
  background-color: #8cc63e;
}

.fermecentre {
  background-color: #f7931c;
}

.accueilbilletterie {
  background-color: #221e1f;
}

.artsalix {
  background-color: #4cb8d3;
}

.paturette {
  background-color: #0b9344;
}

.ecolejcmahy {
  background-color: #73ad45;
}

.guinguette {
  background-color: #e41e4a;
}

.jardingourmandises {
  background-color: #7dbbac;
}

.mediatheque {
  background-color: #492c73;
}

.chapitot {
  background-color: #e76129;
}

.chapitard {
  background-color: #2d76a9;
}

.paddocks {
  background-color: #f9df11;
}

.cafeassociatif {
  background-color: #231e1b;
}

.ecolefinie {
  background-color: #ef982b;
}

.yapluka {
  background-color: #abbd1a;
}

.closbuissonnier {
  background-color: #3b692c;
}

.eglise {
  background-color: #3ea49f;
}

.horslesmurs {
  background-color: #009584;
}

.rue {
  background-color: #4d879f;
}

.salledesfetes {
  background-color: #273982;
}

/*# sourceMappingURL=style.css.map */
