header {
  transition: none !important;
}

body.scrolled header .mobile, body.dialog-prevent-scroll header .mobile {
  background: var(--e-global-color-text);
}

html, body {
  overflow-x: hidden;
}

body {
  text-underline-position: under;
  line-height: 1.4em;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body strong {
  font-weight: bold;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-size: inherit;
  font-weight: inherit;
}
body img {
  display: block;
}
body [type=button]:focus, body [type=submit]:focus, body button:focus, body select:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(var(--e-global-color-primary), 0.5);
  outline: none;
}
body .prose [style*="font-size: 24px"], body .prose [style*="font-size: 28px"] {
  font-weight: bold;
  line-height: 1em;
}
@media (max-width: 768px) {
  body .prose [style*="font-size: 24px"], body .prose [style*="font-size: 28px"] {
    font-size: 24px !important;
  }
}
body .prose h1, body .prose h2, body .prose h3, body .prose h4, body .prose h5, body .prose h6, body .prose p {
  margin-bottom: 1em;
}
body .f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius) !important;
  color: var(--f-button-color) !important;
  background: var(--f-button-bg) !important;
  box-shadow: var(--f-button-shadow) !important;
  transform: var(--f-button-transform) !important;
  font-size: 16px !important;
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative !important;
  margin: 0;
  padding: 0 !important;
  pointer-events: all;
  cursor: pointer !important;
  overflow: hidden !important;
}
body .f-thumbs__slide button {
  background: var(--f-thumb-bg) !important;
  transition: var(--f-thumb-transition) !important;
  border-radius: var(--f-thumb-border-radius) !important;
  width: var(--f-thumb-width) !important;
  padding: 0 !important;
}

:target {
  scroll-margin-top: 190px;
}

.prose a[href] {
  text-decoration: underline;
  color: var(--e-global-color-secondary);
}
.prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  font-weight: bold;
}
.prose h2 {
  font-size: 25px;
}
.prose h3 {
  font-size: 20px;
}

.elementor-form input[type=text], .elementor-form input[type=email] {
  padding: 12px 20px;
}

.ltcl-gradient-button, .elementor-widget-button.gradient .elementor-button, .e-search-submit, .elementor-form button, .ltcl-intro-actualite a {
  font-weight: 500 !important;
  font-family: "Degular", sans-serif !important;
  transition: 0.3s ease;
  background-image: repeating-linear-gradient(150deg, #F5E7B6 0%, var(--e-global-color-secondary) 50%, #F5E7B6 100%) !important;
  background-size: 200% 100% !important;
}
.ltcl-gradient-button svg *, .elementor-widget-button.gradient .elementor-button svg *, .e-search-submit svg *, .elementor-form button svg *, .ltcl-intro-actualite a svg * {
  fill: var(--e-global-color-text) !important;
}
.ltcl-gradient-button:hover, .elementor-widget-button.gradient .elementor-button:hover, .e-search-submit:hover, .elementor-form button:hover, .ltcl-intro-actualite a:hover {
  background-position: 100% 0 !important;
  color: var(--e-global-color-text) !important;
}

.ltcl-gradient-button, .ltcl-intro-actualite a {
  border-radius: 6px 6px 6px 6px;
  padding: 13px 23px 13px 23px;
}

.ltcl-intro-actualite a {
  margin-top: 10px;
  display: inline-block;
}

.ltcl-button-outline {
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 6px;
  font-size: 17px;
  padding: 8px 20px;
  font-weight: 500;
  font-family: "degular", sans-serif;
}

.ltcl-underline-link {
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--e-global-color-secondary);
}

.container {
  margin-inline: auto;
  padding-inline: 80px;
  max-width: 1560px !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .container {
    padding-inline: 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-inline: 30px;
  }
}

.ltcl-breadcrumb {
  color: white;
  font-size: 14px;
  position: relative;
}
.ltcl-breadcrumb .current {
  font-weight: bold;
}

@media (max-width: 1024px) {
  body.single-spectacle .ltcl-breadcrumb {
    display: none;
  }
}
body.single-spectacle .topper {
  height: 640px;
  position: relative;
}
@media (max-height: 780px) {
  body.single-spectacle .topper {
    height: 540px;
  }
}
@media (max-width: 768px) {
  body.single-spectacle .topper {
    height: 350px;
  }
}
body.single-spectacle .topper .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 100px;
}
body.single-spectacle .topper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-spectacle .topper .ltcl-lien-reservation {
  position: relative;
  font-weight: 500;
  font-size: 25px;
  margin: auto 0 35px auto;
}
body.single-spectacle .topper .ltcl-lien-reservation .elementor-button-content-wrapper {
  gap: 30px;
}
body.single-spectacle main {
  display: flex;
  position: relative;
  gap: 80px;
}
@media (max-width: 950px) {
  body.single-spectacle main {
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
  }
}
body.single-spectacle main > .right {
  flex-basis: 58.3333%;
  display: flex;
  flex-direction: column;
  padding: 38px 0 0;
}
@media (max-width: 950px) {
  body.single-spectacle main > .right {
    flex-basis: 100%;
    padding: 38px 30px 0;
  }
}
body.single-spectacle main > .right .scolaires ul {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 10px;
}
body.single-spectacle main > .right details {
  margin-top: 30px;
}
body.single-spectacle main > .right details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--e-global-color-accent);
  border-top: 1px solid var(--e-global-color-f257ac5);
  padding-top: 5px;
  cursor: pointer;
}
body.single-spectacle main > .right details summary h3 {
  margin: 0;
}
body.single-spectacle main > .right details summary svg {
  font-size: 15px;
}
body.single-spectacle main > .right details .prose {
  margin-top: 25px;
}
body.single-spectacle main > .right details[open] summary svg {
  transform: rotate(45deg);
}
body.single-spectacle main > .right .ltcl-underline-link {
  align-self: flex-start;
}
body.single-spectacle aside {
  flex-basis: 41.6666%;
  margin-top: -72px;
}
@media (max-width: 950px) {
  body.single-spectacle aside {
    flex-basis: 100%;
    margin-top: -10px;
  }
}
body.single-spectacle aside .meta {
  background: white;
  border-radius: 10px 10px 35px 35px;
  padding: 30px 40px 50px;
}
@media (max-width: 950px) {
  body.single-spectacle aside .meta {
    padding: 20px 30px 40px;
  }
}
body.single-spectacle aside .next-date {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--e-global-color-de7e52e);
  padding-bottom: 20px;
  line-height: 1.2em;
}
body.single-spectacle aside .next-date span {
  font-size: 28px;
}
@media (max-width: 1350px) {
  body.single-spectacle aside .next-date span {
    flex: 2;
  }
}
@media (max-width: 1200px) {
  body.single-spectacle aside .next-date span {
    font-size: 20px;
  }
}
body.single-spectacle aside .next-date span:first-child {
  font-weight: bold;
}
body.single-spectacle aside .next-date span:first-child:first-letter {
  text-transform: uppercase;
}
body.single-spectacle aside .next-date span:last-child {
  text-align: right;
}
@media (max-width: 1350px) {
  body.single-spectacle aside .next-date span:last-child {
    flex: 1;
  }
}
body.single-spectacle aside .details {
  margin-top: 30px;
  background: var(--e-global-color-de7e52e);
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 1px 0;
  line-height: 1.25em;
}
body.single-spectacle aside .details li {
  background: white;
  display: flex;
  padding: 10px 0;
  gap: 20px;
}
body.single-spectacle aside .details li img, body.single-spectacle aside .details li svg {
  width: 55px;
  height: 35px;
  object-fit: contain;
  display: block;
}
body.single-spectacle aside .details li .right {
  padding: 4px 0;
}
body.single-spectacle aside .etiquettes {
  display: flex;
  gap: 5px;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-top: 15px;
}
body.single-spectacle aside .etiquettes li {
  font-size: 16px;
  display: block;
  background: var(--e-global-color-primary);
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 3px;
}
body.single-spectacle aside h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1em;
  font-family: "degular-display", sans-serif;
}
@media (max-width: 1200px) {
  body.single-spectacle aside h1 {
    font-size: 35px;
  }
}
body.single-spectacle aside .intro {
  line-height: 1.2em;
}
body.single-spectacle aside .restauration {
  background: white;
  border-radius: 35px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 950px) {
  body.single-spectacle aside .restauration {
    padding: 20px 30px 40px;
  }
}
body.single-spectacle aside .restauration p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.single-spectacle aside .restauration .ltcl-underline-link {
  margin-top: 20px;
}
body.single-spectacle aside .restauration .elementor-button {
  margin-top: 15px;
}
body.single-spectacle aside .restauration .elementor-button-content-wrapper {
  gap: 10px;
}
body.single-spectacle aside .autres-dates {
  background: white;
  border-radius: 35px 35px 10px 10px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 950px) {
  body.single-spectacle aside .autres-dates {
    padding: 20px 30px 40px;
  }
}
body.single-spectacle aside .autres-dates > p {
  font-size: 28px;
  font-weight: bold;
}
body.single-spectacle aside .autres-dates ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.single-spectacle aside .autres-dates ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
body.single-spectacle aside .autres-dates ul li .left {
  flex: 1 1 275px;
  display: flex;
  flex-wrap: wrap;
}
body.single-spectacle aside .autres-dates ul li .left .horaire {
  margin-right: 10px;
}
body.single-spectacle aside .autres-dates .lieu {
  font-weight: 600;
}
body.single-spectacle aside .autres-dates .ltcl-underline-link {
  flex: 0 0 100px;
}
body.single-spectacle .ltcl-galerie {
  margin-block: 80px;
  border-top: 1px solid var(--e-global-color-f257ac5);
}
body.single-spectacle .ltcl-galerie .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.single-spectacle .ltcl-galerie .top h2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
  gap: 10px;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-galerie .top h2 {
    font-size: 35px;
  }
}
body.single-spectacle .ltcl-galerie .top h2 svg {
  width: 16px;
  height: 16px;
}
body.single-spectacle .ltcl-galerie .top h2 svg path {
  fill: var(--e-global-color-secondary);
}
body.single-spectacle .ltcl-galerie nav {
  display: flex;
  align-items: center;
}
body.single-spectacle .ltcl-galerie nav button {
  font-size: 18px;
  background: none;
  border: none;
  color: var(--e-global-color-text);
  padding: 15px;
}
body.single-spectacle .ltcl-galerie nav button[disabled] {
  color: var(--e-global-color-f257ac5);
}
body.single-spectacle .ltcl-galerie nav button:last-child {
  padding-right: 0;
}
body.single-spectacle .ltcl-galerie .swiper {
  overflow: visible !important;
  margin-top: 20px;
}
body.single-spectacle .ltcl-galerie .swiper-wrapper {
  gap: 30px;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-galerie .swiper-wrapper {
    gap: 15px;
  }
}
body.single-spectacle .ltcl-galerie .swiper-slide {
  background: var(--e-global-color-text);
  height: 550px;
  border-radius: 10px;
  width: auto !important;
  overflow: hidden;
  position: relative;
}
body.single-spectacle .ltcl-galerie .swiper-slide:last-child {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  body.single-spectacle .ltcl-galerie .swiper-slide {
    height: 350px;
  }
}
@media (max-width: 768px) {
  body.single-spectacle .ltcl-galerie .swiper-slide {
    height: 250px;
  }
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-galerie .swiper-slide {
    height: 200px;
  }
}
body.single-spectacle .ltcl-galerie .swiper-slide svg {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
}
@media (max-width: 768px) {
  body.single-spectacle .ltcl-galerie .swiper-slide svg {
    font-size: 50px;
  }
}
body.single-spectacle .ltcl-galerie .swiper-slide img {
  height: 100%;
  width: auto;
}
body.single-spectacle .ltcl-galerie .swiper-slide img.cover {
  opacity: 0.35;
}
body.single-spectacle .ltcl-temoignages {
  margin-block: 80px;
}
body.single-spectacle .ltcl-temoignages .top {
  background: white;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid var(--e-global-color-de7e52e);
  position: relative;
}
body.single-spectacle .ltcl-temoignages .top > svg {
  position: absolute;
  height: 65px;
  right: 0;
  transform: translateX(50%);
}
body.single-spectacle .ltcl-temoignages .top > svg path {
  fill: var(--e-global-color-primary);
}
body.single-spectacle .ltcl-temoignages .top > svg:first-child {
  left: 0;
  right: inherit;
  transform: translateX(-50%);
}
body.single-spectacle .ltcl-temoignages .top h2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
  gap: 10px;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages .top h2 {
    font-size: 30px;
  }
}
body.single-spectacle .ltcl-temoignages .top h2 svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages .top h2 svg {
    display: none;
  }
}
body.single-spectacle .ltcl-temoignages .top h2 svg path {
  fill: var(--e-global-color-secondary);
}
body.single-spectacle .ltcl-temoignages ul {
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  list-style-type: none;
  padding: 0;
}
body.single-spectacle .ltcl-temoignages ul.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.single-spectacle .ltcl-temoignages ul.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  body.single-spectacle .ltcl-temoignages ul.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages ul.cols-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages ul {
    grid-template-columns: 1fr;
  }
}
body.single-spectacle .ltcl-temoignages li {
  text-align: center;
  padding: 50px 10%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  max-width: 850px;
  margin: auto;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages li {
    padding: 30px 10%;
  }
}
body.single-spectacle .ltcl-temoignages .quote {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.single-spectacle .ltcl-temoignages .quote {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages .quote {
    font-size: 20px;
  }
}
body.single-spectacle .ltcl-temoignages .label {
  font-size: 20px;
  margin-top: auto;
}
body.single-spectacle .ltcl-temoignages button {
  font-size: 18px;
  background: none;
  border: none;
  color: var(--e-global-color-text);
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  z-index: 1;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages button {
    left: 0;
  }
}
body.single-spectacle .ltcl-temoignages button[disabled] {
  color: var(--e-global-color-f257ac5);
}
body.single-spectacle .ltcl-temoignages button.next {
  right: 20px;
  left: inherit;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-temoignages button.next {
    right: 0;
  }
}
body.single-spectacle .ltcl-related {
  margin-block: 120px;
}
body.single-spectacle .ltcl-related > h2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  body.single-spectacle .ltcl-related > h2 {
    font-size: 35px;
  }
}
body.single-spectacle .ltcl-related > h2 svg {
  width: 16px;
  height: 16px;
}
body.single-spectacle .ltcl-related > h2 svg path {
  fill: var(--e-global-color-secondary);
}
body.single-spectacle .venue {
  background: linear-gradient(0deg, #063852, #002031);
  padding: 120px 0;
  color: white;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  body.single-spectacle .venue {
    padding: 80px 0;
  }
}
body.single-spectacle .venue > svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  body.single-spectacle .venue > svg {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body.single-spectacle .venue > svg path {
  fill: #002031;
}
body.single-spectacle .venue .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.single-spectacle .venue h2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: var(--e-global-color-9643455);
  font-family: "degular-display", sans-serif;
  gap: 10px;
  position: relative;
}
@media (max-width: 500px) {
  body.single-spectacle .venue h2 {
    font-size: 30px;
  }
}
body.single-spectacle .venue h2 svg {
  width: 16px;
  height: 16px;
}
body.single-spectacle .venue h2 svg path {
  fill: var(--e-global-color-secondary);
}
body.single-spectacle .venue ul {
  margin-top: 50px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
body.single-spectacle .venue ul a {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 325px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--e-global-color-text);
  padding: 30px;
  text-align: center;
  max-width: 100%;
}
body.single-spectacle .venue ul a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--e-global-color-text);
  opacity: 0.6;
  mix-blend-mode: multiply;
  z-index: 1;
}
body.single-spectacle .venue ul a div {
  z-index: 1;
}
body.single-spectacle .venue ul a span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}
body.single-spectacle .venue ul a svg {
  height: 42px;
  color: var(--e-global-color-secondary);
  margin-bottom: 15px;
  display: block;
  margin-inline: auto;
}
body.single-spectacle .venue ul a svg path {
  fill: var(--e-global-color-secondary);
}
body.single-spectacle .venue ul a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltcl-spectacles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ltcl-spectacles.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .ltcl-spectacles.cols-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1150px) {
  .ltcl-spectacles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .ltcl-spectacles {
    grid-template-columns: 1fr;
  }
  .ltcl-spectacles.cols-2 {
    grid-template-columns: 1fr;
  }
}
.ltcl-spectacles article {
  display: flex;
  flex-direction: column;
}
.ltcl-spectacles .thumb {
  border-radius: 15px;
  height: 280px;
  overflow: hidden;
  position: relative;
  background: var(--e-global-color-de7e52e);
  display: flex;
  padding: 15px 20px;
  align-items: flex-start;
}
.ltcl-spectacles .thumb ul {
  display: flex;
  gap: 5px;
  list-style-type: none;
  padding: 0;
  position: relative;
}
.ltcl-spectacles .thumb ul li {
  font-size: 16px;
  display: block;
  background: white;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 3px;
}
.ltcl-spectacles .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.ltcl-spectacles .label {
  font-size: 14px;
}
.ltcl-spectacles .details {
  margin-top: 15px;
  background: var(--e-global-color-de7e52e);
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 1px 0;
  line-height: 1.25em;
}
.ltcl-spectacles .details li {
  padding: 10px 0;
  font-size: 17px;
  background: white;
}
.ltcl-spectacles .details time {
  display: block;
}
.ltcl-spectacles .details time span:first-child {
  font-weight: bold;
}
.ltcl-spectacles .lieu {
  font-weight: bold;
}
.ltcl-spectacles .content {
  background: white;
  border-radius: 15px;
  padding: 20px;
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ltcl-spectacles .content .etiquettes {
  display: flex;
  gap: 5px;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-top: 15px;
}
.ltcl-spectacles .content .etiquettes li {
  font-size: 16px;
  display: block;
  background: var(--e-global-color-primary);
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 3px;
}
.ltcl-spectacles h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
  margin: 0;
}
@media (max-width: 500px) {
  .ltcl-spectacles h2 {
    font-size: 25px;
  }
}
.ltcl-spectacles .elementor-button-content-wrapper {
  gap: 10px;
}
.ltcl-spectacles .foot {
  margin-top: auto;
}
.ltcl-spectacles .foot .inner {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ltcl-spectacles .introduction {
  font-size: 17px;
  line-height: 1.2em;
  margin-top: 10px;
}
.ltcl-spectacles .introduction [style*="font-size: 20px"] {
  font-size: 18px;
}

.ltcl-spectacles-lignes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.ltcl-spectacles-lignes article {
  display: flex;
}
.ltcl-spectacles-lignes .thumb {
  border-radius: 15px;
  min-height: 80px;
  height: 100%;
  flex-basis: 25%;
  overflow: hidden;
  position: relative;
  background: var(--e-global-color-de7e52e);
  display: flex;
  padding: 15px 20px;
  align-items: flex-start;
}
.ltcl-spectacles-lignes .thumb ul {
  display: flex;
  gap: 5px;
  list-style-type: none;
  padding: 0;
  position: relative;
}
.ltcl-spectacles-lignes .thumb ul li {
  font-size: 16px;
  display: block;
  background: white;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 3px;
}
.ltcl-spectacles-lignes .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.ltcl-spectacles-lignes .label {
  font-size: 14px;
}
.ltcl-spectacles-lignes .details {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.ltcl-spectacles-lignes .details li {
  padding: 5px 0;
  font-size: 17px;
  background: white;
}
.ltcl-spectacles-lignes .details time {
  display: block;
}
.ltcl-spectacles-lignes .details time span:first-child {
  font-weight: bold;
}
.ltcl-spectacles-lignes .content {
  background: white;
  border-radius: 15px;
  padding: 20px;
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 75%;
}
.ltcl-spectacles-lignes h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
  margin: 0;
}
.ltcl-spectacles-lignes .foot {
  margin-top: auto;
}
.ltcl-spectacles-lignes .foot .inner {
  margin-top: 5px;
}

.ltcl-slider-spectacles {
  min-height: 600px;
  position: relative;
  display: flex;
  padding-bottom: 90px;
  color: white;
}
@media (max-width: 1024px) {
  .ltcl-slider-spectacles {
    min-height: 550px;
  }
}
.ltcl-slider-spectacles .swiper-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ltcl-slider-spectacles .swiper-bg .swiper-wrapper {
  height: 100%;
}
.ltcl-slider-spectacles .swiper-bg .swiper-slide {
  position: relative;
  height: 100%;
}
.ltcl-slider-spectacles .swiper-bg .swiper-slide:after {
  content: "";
  background: var(--e-global-color-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.ltcl-slider-spectacles .swiper-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ltcl-slider-spectacles .swiper-meta {
  width: 41.6666%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ltcl-slider-spectacles .swiper-meta {
    width: 100%;
  }
}
.ltcl-slider-spectacles .swiper-meta .swiper-slide {
  padding: 0 1px;
}
.ltcl-slider-spectacles .swiper-meta h2 {
  font-size: 60px;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .ltcl-slider-spectacles .swiper-meta h2 {
    font-size: 40px;
  }
}
.ltcl-slider-spectacles .swiper-meta .introduction {
  line-height: 1.2em;
}
.ltcl-slider-spectacles .swiper-meta .head {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--e-global-color-de7e52e);
  border-bottom: 1px solid var(--e-global-color-de7e52e);
  margin-bottom: 20px;
}
.ltcl-slider-spectacles .swiper-meta .head .date {
  font-weight: bold;
  font-size: 22px;
  width: 220px;
  border-right: 1px solid var(--e-global-color-de7e52e);
  margin: 11px 0;
  line-height: 1em;
  text-align: center;
}
.ltcl-slider-spectacles .swiper-meta .head .discipline {
  font-size: 18px;
  flex: 1;
  text-align: center;
}
.ltcl-slider-spectacles .swiper-meta .foot {
  margin-top: 30px;
}
.ltcl-slider-spectacles .swiper-meta .ltcl-underline-link svg {
  color: var(--e-global-color-secondary);
}
.ltcl-slider-spectacles .swiper-meta .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ltcl-slider-spectacles .swiper-meta .foot .ltcl-gradient-button {
  position: relative;
  font-weight: 500;
  font-size: 20px;
}
.ltcl-slider-spectacles .swiper-meta .foot .ltcl-gradient-button .elementor-button-content-wrapper {
  gap: 20px;
}
.ltcl-slider-spectacles .swiper-images {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  height: 65%;
  max-height: 490px;
}
@media (max-width: 768px) {
  .ltcl-slider-spectacles .swiper-images {
    width: 100%;
    height: 250px;
  }
}
.ltcl-slider-spectacles .swiper-images .swiper-slide {
  position: relative;
  height: auto;
}
.ltcl-slider-spectacles .swiper-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ltcl-slider-spectacles .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .ltcl-slider-spectacles .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .ltcl-slider-spectacles .container {
    margin-top: 100px;
  }
}
.ltcl-slider-spectacles nav {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -70px;
  left: 65px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .ltcl-slider-spectacles nav {
    left: 35px;
  }
}
@media (max-width: 768px) {
  .ltcl-slider-spectacles nav {
    left: 15px;
  }
}
.ltcl-slider-spectacles nav .pagination {
  margin: 0 10px;
}
.ltcl-slider-spectacles nav button {
  font-size: 18px;
  background: none;
  border: none;
  padding: 15px;
  color: #f4f4f4;
}
.ltcl-slider-spectacles nav button[disabled] {
  color: var(--e-global-color-bab5dec);
}
.ltcl-slider-spectacles nav button:last-child {
  padding-right: 0;
}

.page-template-saison .topper, body.search-results .topper {
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}
.page-template-saison .topper:after, body.search-results .topper:after {
  content: "";
  background: var(--e-global-color-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.page-template-saison .topper .container, body.search-results .topper .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.page-template-saison .topper h1, body.search-results .topper h1 {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  font-family: "degular-display", sans-serif;
}
@media (max-width: 768px) {
  .page-template-saison .topper h1, body.search-results .topper h1 {
    font-size: 50px;
  }
}
.page-template-saison .topper .months, body.search-results .topper .months {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  flex-wrap: wrap;
}
.page-template-saison .topper .months a, body.search-results .topper .months a {
  opacity: 0.5;
}
.page-template-saison .topper .months .current, body.search-results .topper .months .current {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
  opacity: 1;
}
.page-template-saison .topper .months .current ~ a, body.search-results .topper .months .current ~ a {
  color: white;
  opacity: 1;
}
.page-template-saison #ltcl-filters, body.search-results #ltcl-filters {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}
.page-template-saison #ltcl-filters select, body.search-results #ltcl-filters select {
  appearance: none;
  background: white;
  border: 1px solid var(--e-global-color-de7e52e);
  border-radius: 5px;
  padding: 10px 46px 10px 20px;
}
.page-template-saison #ltcl-filters .radio-filter, body.search-results #ltcl-filters .radio-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-saison #ltcl-filters .radio-filter label, body.search-results #ltcl-filters .radio-filter label {
  transition: 0.3s ease;
  font-weight: 500;
  border-radius: 6px 6px 6px 6px;
  padding: 13px 23px 13px 23px;
  font-family: "degular", sans-serif;
  background: white;
  background-size: 200% 100%;
  cursor: pointer;
  display: flex;
  gap: 10px;
  line-height: 22px;
}
.page-template-saison #ltcl-filters .radio-filter label:hover, body.search-results #ltcl-filters .radio-filter label:hover {
  background-position: 100% 0;
}
.page-template-saison #ltcl-filters .radio-filter label:has(input[checked]), body.search-results #ltcl-filters .radio-filter label:has(input[checked]) {
  background-image: repeating-linear-gradient(150deg, #F5E7B6 0%, var(--e-global-color-secondary) 50%, #F5E7B6 100%);
}
.page-template-saison #ltcl-filters .radio-filter input, body.search-results #ltcl-filters .radio-filter input {
  accent-color: white;
}
.page-template-saison #ltcl-filters .select-filter, body.search-results #ltcl-filters .select-filter {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-template-saison #ltcl-filters .select-filter svg, body.search-results #ltcl-filters .select-filter svg {
  position: absolute;
  top: 14px;
  right: 18px;
}
.page-template-saison .ltcl-month, body.search-results .ltcl-month {
  margin-bottom: 100px;
  margin-top: 30px;
}
.page-template-saison .ltcl-month > p, body.search-results .ltcl-month > p {
  color: var(--e-global-color-secondary);
  display: flex;
  gap: 15px;
  font-size: 60px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  align-items: baseline;
  font-family: "degular-display", sans-serif;
}
@media (max-width: 768px) {
  .page-template-saison .ltcl-month > p, body.search-results .ltcl-month > p {
    font-size: 45px;
  }
}
.page-template-saison .ltcl-month > p svg *, body.search-results .ltcl-month > p svg * {
  fill: var(--e-global-color-secondary);
}

.ltcl-actualite-content .row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: baseline;
}
@media (max-width: 768px) {
  .ltcl-actualite-content .row {
    flex-wrap: wrap;
  }
}
.ltcl-actualite-content .subtitle {
  flex-basis: 33.3333%;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ltcl-actualite-content .subtitle {
    flex-basis: 100%;
  }
}
.ltcl-actualite-content .prose {
  flex-basis: 66.6666%;
}
@media (max-width: 768px) {
  .ltcl-actualite-content .prose {
    flex-basis: 100%;
  }
}

.ltcl-e-gallery .elementor-gallery-item__title {
  opacity: 1 !important;
  color: var(--e-global-color-secondary);
  position: absolute;
  inset: 0;
}
.ltcl-e-gallery .elementor-gallery-item__title a {
  position: absolute;
  inset: 0;
}
.ltcl-e-gallery .elementor-gallery-item__title a span {
  background: white;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  right: 0;
  position: absolute;
}

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