.weglot-lang a {
  color: #fff;
  cursor: pointer;
  position: relative;
  top: -2px;
  font-size: 24px;
  font-weight: 600;
  padding-right: 0;
}
.weglot-lang a:hover {
  color: #f9c536 !important;
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .weglot-lang a {
    font-size: 16px;
    padding-left: 0;
  }
}

.kl-popup, .kl-menu-wrapper {
  z-index: 99999 !important;
}

.kl-card-actus-content {
  justify-content: center;
}

.kl-title-page h1,
.kl-title-page h2 {
  text-transform: uppercase;
}

.kl-card-formats .kl-card-formats-short-desc {
  margin: 15px !important;
}
.kl-card-formats .kl-card-formats-short-desc p {
  font-size: 15px;
}

.wp-block-button__link {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
  font-size: 1.125em;
}

/* .kl-btn-check {
  color: #ee79d1;
  cursor: default !important;
  font-family: "Avant Garde Gothic T.", sans-serif;
  display: inline-block;
  position: relative;
  // span{
  //   color: #ee79d1 !important;
  // }
}
.kl-btn-check input:checked~span {
  border-color: transparent !important;
}
.kl-btn-check{
  &:hover{
    span{
      color: #fff !important;
    }
  }
} */
.gform_required_legend {
  display: none;
}

.wp-block-button__link:hover {
  color: #fff;
}

.weglot-inline {
  position: relative !important;
  z-index: 1 !important;
}

.kl-artiste-program-list a {
  text-decoration: none;
}

.kl-menu-img .kl-moulin {
  max-width: 400.4px !important;
}
.kl-menu-img .kl-moulin .kl-helices {
  left: 61px;
  top: 28px;
  width: 70%;
}
@media (max-width: 991px) {
  .kl-menu-img .kl-moulin .kl-helices {
    left: 50px;
  }
}

.kl-img-cover-rand {
  -o-object-fit: cover;
     object-fit: cover;
  top: 40px;
  left: 80px;
  position: absolute;
  z-index: 0;
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}

.kl-card-program {
  background-color: #060032 !important;
}

.kl-card-img-inter .rand {
  height: initial !important;
  width: initial !important;
  display: block;
  margin: auto;
}

.kl-card-related-event {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.kl-card-related-event:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42.34%, rgba(0, 0, 0, 0.17) 57.45%, rgba(0, 0, 0, 0.79) 100%) !important;
}
.kl-card-related-event img {
  position: absolute;
  top: 40px;
}

.kl-card-event {
  flex-direction: column;
}
.kl-card-event p {
  margin-bottom: 0;
  color: #080048;
}

.kl-card-event-mama {
  border: 3px solid #FF5757 !important;
  box-shadow: 0 0 0 3px #FFE957 !important;
}

.structure {
  font-weight: 700;
  font-size: 34px;
  margin: 0;
}

@media (max-width: 991px) {
  .single-event h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .single-event .structure {
    font-size: 20px;
  }
}
.single-event .kl-section-event .kl-title {
  font-size: 38px;
  text-align: center;
}

.journee {
  align-items: center;
  justify-content: space-around;
}
.journee .kl-artiste-structure {
  padding: 12px 16px !important;
  border: 1px solid white;
  border-radius: 16px;
}
.journee .value-journee {
  border-color: #f7cf46 !important;
}

@media (max-width: 991px) {
  .intervenant-none {
    display: none;
  }
}

.intervenant-none2 {
  display: none;
}
@media (max-width: 991px) {
  .intervenant-none2 {
    display: block;
  }
}

@media (max-width: 991px) {
  .event-none {
    display: none;
  }
}

.event-none2 {
  display: none;
}
@media (max-width: 991px) {
  .event-none2 {
    display: block;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's above other content */
  overflow-y: auto; /* Allows scrolling for the entire overlay if needed */
}

.modal-content {
  background-color: #080048;
  padding: 20px;
  border-radius: 5px;
  width: 100%; /* Adjust based on preference */
  max-height: 100%; /* Limits the height and allows internal scrolling */
  overflow-y: auto; /* Enables scrolling within the modal content */
}

.modal-content form input,
.modal-content form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.modal-content form button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

#fullPageModal {
  color: rgb(8, 0, 72);
}
#fullPageModal h3 {
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  width: 81%;
  display: block;
  margin: auto;
}
#fullPageModal p {
  font-size: 18px;
  color: #fff !important;
}
#fullPageModal span {
  font-weight: bold;
}
#fullPageModal b {
  color: rgb(255, 233, 87);
}
#fullPageModal iframe {
  width: 100%; /* Full width of the container */
  height: 80vh !important; /* Adjust based on how much of the viewport you want it to take up */
  border: none; /* Optional: Removes the border */
}

.container-modal {
  max-width: 1109px !important;
}

.close-modal {
  display: block;
  margin-top: 20px;
  text-align: right;
  cursor: pointer;
  color: #fff;
}
.close-modal:hover {
  color: #fff;
  text-decoration: none;
}

.img-modal {
  width: 33%;
  height: auto;
}

#plug-form {
  width: 100% !important;
}

@media screen and (min-width: 1024px) {
  #plug-form {
    width: 100% !important;
  }
}
.cursor-n {
  cursor: initial !important;
}

.kl-submenu.conv li::after {
  display: none;
}

.mama-logo {
  width: 100%;
}

.single-body .kl-main-item-container-body {
  padding-top: 0 !important;
}

.btn-social {
  border: 2px solid #fff;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.btn-social:hover {
  border: 2px solid #3a9bf1;
  color: #3a9bf1 !important;
}

.kl-social-artiste a {
  border: 2px solid #fff;
  padding: 8px 16px;
  border-radius: 10px;
}
.kl-social-artiste a:hover {
  background-color: #fff;
}
.kl-social-artiste a:hover span {
  color: #031771 !important;
}

.kl-card-artiste-program-right {
  width: 125px !important;
}
@media (max-width: 708px) {
  .kl-card-artiste-program-right {
    width: 85px !important;
  }
}

.kl-location-title {
  position: relative;
}

.pmr-a {
  background-image: url(./images/pmr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: -9px;
}

.kl-card-event {
  position: relative;
}

.decoevent {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  border-radius: 50%;
  height: 15px;
}

.classik {
  border: 3px solid #3084cc !important;
}

.mamaevent {
  background: #080048 !important;
  border: 3px solid #fff !important;
}
.mamaevent .kl-card-event-title {
  background: #080048 !important;
}
.mamaevent h6 {
  color: #fff;
}

.select2-results__option span {
  align-items: center !important;
}

.kl-card-event {
  transition: all 0.2s ease-in;
}
.kl-card-event:hover {
  transform: scale(1.1);
}

.langs {
  position: absolute;
  top: 30px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 999;
  flex-direction: column;
}
.langs span {
  height: 13px;
  width: 20px;
}

.info-event {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
}

.bloc-info-event {
  border: 3px solid #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.bloc-info-event h6, .bloc-info-event h5 {
  color: #fff;
  margin: 0;
}

.structure-event {
  border-color: #00A5FF;
}

.addresse-event {
  border-color: #FEBE08;
  text-align: left;
  justify-content: start;
}
.addresse-event h5.jaune {
  color: #FEBE08;
}

.date-event {
  border-color: #FF7EDE;
}

.back-to-events {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}
.back-to-events:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./images/icon/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in;
}
.back-to-events:hover {
  color: #fff;
  text-decoration: none;
}
.back-to-events:hover:before {
  transform: translateX(-5px);
}

.kl-social-artiste a {
  margin-bottom: 20px;
  display: inline-block;
}

.date-artiste small {
  display: block;
  margin-top: 20px;
}

.kl-card-artiste-program-left {
  padding: 8px 12px !important;
}

.lieu-artiste h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.lieu-artiste h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.showcase {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #f680df;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.multidate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.multidate .date-event {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .multidate .date-event {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kl-wrapper-select .select2-container--default .select2-selection--single .select2-selection__clear {
  background-color: transparent !important;
}

.lieusalle {
  margin-bottom: 30px;
}
.lieusalle h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
}
.lieusalle h3 {
  color: #fff;
}

.list-salle-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 70px;
  padding: 0;
  flex-wrap: wrap;
}
.list-salle-ul li {
  list-style: none;
}
.list-salle-ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s ease-in;
  border: 2px solid #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.list-salle-ul li a:hover {
  background: #fff;
  color: #080048;
}

.list-type-show-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 70px;
  padding: 0;
  flex-wrap: wrap;
}
.list-type-show-ul li {
  list-style: none;
}
.list-type-show-ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s ease-in;
  border: 2px solid #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.list-type-show-ul li a:hover {
  background: #fff;
  color: #080048;
}
.list-type-show-ul li.active a {
  background: #fff;
  color: #080048;
}

.logo-inter {
  border-radius: 10px;
}
.logo-inter img {
  max-width: 120px;
  height: auto;
}

.logo-inter-1 {
  background: #db83e2;
  margin-top: 0 !important;
}

.logo-inter-2 {
  background: #f9bd0d;
  margin-top: 0 !important;
}

.presentation a {
  text-decoration: none;
  color: #f9c125;
  transition: all 0.2s ease-in;
}
.presentation a:hover {
  color: #f9c125;
  text-decoration: underline;
}

.co_widget {
  background: #fdefe6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-submenu .kl-link:hover, .kl-title-h2-page .text-decoration-none .kl-fw-bold:hover, a.kl-title-h2-page:hover {
  color: #7e08c4 !important;
  cursor: pointer !important;
}

.kl-header-logo {
  max-width: 165px !important;
}
@media screen and (min-width: 992px) {
  .kl-header-logo {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .kl-header-logo {
    max-width: 300px !important;
  }
}

.kl-bloc-text p, .kl-bloc-text ul li {
  font-weight: 400 !important;
}

.kl-card-body-ticketing p, .kl-card-body-ticketing h3, .kl-card-body-ticketing li {
  color: #fff !important;
}

.kl-header-card-ticketing {
  border-radius: 5px !important;
  height: 200px !important;
}

.kl-card-ticketing {
  border-bottom: 2px solid #fff !important;
  padding: 30px 0 !important;
  margin: 0 0 70px !important;
}

.nav-tabs {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs .nav-item {
  margin: 0 20px;
}
.nav-tabs .nav-item button {
  border: 3px solid #fff !important;
  border-radius: 20px !important;
  padding: 10px 20px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff;
}
.nav-tabs .nav-item button.active, .nav-tabs .nav-item button:hover {
  background: #fff !important;
  color: #c91380 !important;
  font-weight: 600;
}

.kl-section-ticketing {
  padding: 10px 0 65px !important;
}

@media (max-width: 767px) {
  .nav-tabs {
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-tabs .nav-item {
    margin: 0 5px;
  }
  .nav-tabs .nav-item button {
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #fff;
  }
  .nav-tabs .nav-item button.active, .nav-tabs .nav-item button:hover {
    background: #fff !important;
    color: #c91380 !important;
    font-weight: 600;
  }
}
.structure-programme {
  font-weight: 400 !important;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.kl-background-section-couleur {
  background: #0501c1;
  padding: 0 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .kl-background-section-couleur {
    padding: 0 20px;
  }
}

.kl-intervenant-in-event {
  border-radius: 20px;
  padding: 12px 12px 5px 12px !important;
}

.kl-h2-propos {
  color: #0501c1 !important;
  background: transparent !important;
}

.langs-event {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.langs-event img {
  max-width: 50px;
  height: auto;
}

.kl-info-musique-single-artiste--badge-blue {
  background: #0501c1 !important;
}

.kl-card-event-artiste:hover {
  transform: scale(1.05) rotate(-0.5deg);
  transition: all 0.2s ease-in;
}

.langs-event img {
  width: 40px;
  height: auto;
}

@media (max-width: 767px) {
  .kl-hero-single-event {
    border-radius: 0 !important;
  }
}
.kl-card-intervenant-artise-event__wrapper {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  padding: 15px 15px 0px 15px !important;
}

.logo-event-music img {
  width: 100%;
  max-height: 50px;
}

.parcours-info {
  border-top: 2px solid #ff00e5;
  padding-top: 10px;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}

.kl-hero-single-event--title {
  font-size: 35px;
}
@media (max-width: 767px) {
  .kl-hero-single-event--title {
    font-size: 24px;
  }
}

.kl-hero-logo img {
  height: auto;
}

.kl-hero-calendar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}/*# sourceMappingURL=custom-2.css.map */