@charset "UTF-8";
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px !important;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.x-y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
}

.text-center {
  text-align: center;
}

.link {
  letter-spacing: 5px;
  color: #D90404;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.image-responsive {
  margin-top: 30px;
}
.image-responsive img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-stopped .actu-popup-inner,
.lenis.lenis-stopped .choices__list {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.choices__list--dropdown {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1 {
  color: var(--JAUNE-REF, #F9E181);
  font-family: Neoneon;
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0 0 15px #F9E181, 0 0 150px #F9E181;
}
@media (max-width: 1700px) {
  h1 {
    font-size: 7vw;
  }
}

p strong {
  font-weight: 600;
}

h2,
.h2 {
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

p,
li,
span,
div {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.btn {
  text-transform: uppercase;
  border: 2px solid #D71236;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  font-family: "Noto Sans";
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  padding-right: 50px;
}
.btn:not(.secondary) {
  background-color: transparent;
}
.btn:hover {
  background-color: #D71236;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn::after {
  display: inline-block;
  content: "";
  height: 100%;
  width: 42px;
  position: absolute;
  height: 113%;
  top: -2px;
  right: -4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/arrow.svg");
}

.btn.secondary {
  background-color: #D71236;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px !important;
  text-align: center;
}
.btn.secondary::after {
  display: none;
}
.btn.secondary:hover {
  background-color: transparent;
  color: #D71236;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Header*/
.headbar {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 100px;
}
.headbar .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headbar .main-menu li {
  padding: 0 40px;
}
.headbar .logo img {
  max-width: 300px;
}
@media (max-width: 768px) {
  .headbar .logo {
    width: 150px;
    text-align: center;
  }
  .headbar .logo img {
    width: 100%;
    height: auto;
  }
}
.headbar li a {
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 0 white, 0 0 0 white;
  color: white;
}
.headbar li a:hover {
  text-shadow: 0 0 15px #F9E181, 0 0 150px #F9E181;
  color: #F9E181;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu li {
  list-style-type: none;
}

.topbar {
  background: #2a2a2a;
  padding: 10px 0;
}
.topbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topbar li:not(:last-child) {
  padding-right: 20px;
}
.topbar li a {
  color: var(--JAUNE-REF, #F9E181);
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.topbar li a:hover {
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

section.entete {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(64.75% 73.12% at 56.87% 27.44%, var(--ROUGE-REF-2, #D71236) 0%, #430C16 76.43%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.entete .box {
  width: 50% !important;
}
section.entete h2 {
  margin-bottom: 20px;
}
@media (min-width: 1300px) {
  section.entete p, section.entete h2 {
    width: 60%;
  }
}
section.entete .container {
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  section.entete {
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  section.entete .left {
    width: 100%;
    text-align: center;
  }
}
section.entete h1 {
  margin-bottom: 50px;
}
section.entete::after {
  content: "";
  width: 40%;
  height: 110px;
  position: absolute;
  bottom: -40px;
  left: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/elements/lines.svg");
  z-index: 3;
}
section.entete .box {
  border: 3px solid #F9E181;
  border-radius: 10px;
  padding: 5%;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  width: 100%;
  margin: 0 auto;
}
section.entete .box h2 {
  margin-bottom: 30px;
}
section.entete .box .splide__pagination {
  position: relative !important;
  padding-top: 50px;
}
section.entete .box .splide__pagination li {
  margin: 0px 10px;
}
section.entete .box .splide__pagination__page:not(.is-active) {
  background: transparent;
  border: 1px solid white;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
section.entete .box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.entete .box span {
  color: white;
  font-family: "Noto Sans" !important;
}
section.entete .box .type {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.36px;
  text-transform: uppercase;
}
section.entete .box .artist {
  font-weight: 700 !important;
  margin-top: 10px;
}
section.entete .box img {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  section.entete .box {
    width: 90%;
    margin-left: auto;
  }
}
section.entete .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
  max-height: 800px;
}
section.entete .box .artist {
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1280px) {
  section.entete .box .artist {
    font-size: 30px;
  }
}
section.entete .popup-accroche {
  letter-spacing: 7px;
  color: #2a2a2a;
  font-weight: 600;
  text-transform: uppercase;
}
section.entete .popup-body p {
  width: 100%;
}
section.entete .popup-body * {
  color: #2a2a2a !important;
}
section.entete #home-modal .btn:not(:hover) {
  color: black;
}

section.infos-pratiques {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.infos-pratiques ul {
  list-style-type: none;
}
section.infos-pratiques img {
  margin-bottom: 30px;
  max-width: 120px;
}
section.infos-pratiques .usp-list span {
  font-weight: 600;
  color: #2a2a2a;
}
section.infos-pratiques .usp:not(:last-child) {
  margin-bottom: 60px;
}
section.infos-pratiques li {
  color: #2a2a2a;
  font-weight: 700;
}
section.infos-pratiques h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
}

section.slider {
  background: radial-gradient(64.75% 73.12% at 56.87% 27.44%, var(--ROUGE-REF-2, #D71236) 0%, #430C16 76.43%);
  padding-top: 100px;
  padding-bottom: 100px;
}
section.slider h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  margin-bottom: 20px;
}
section.slider .splide {
  border-radius: 20px;
}
section.slider .splide__slide {
  aspect-ratio: 4/3;
  border-radius: 20px;
}
section.slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
section.slider .splide__pagination {
  bottom: -2em !important;
}
section.slider .splide__pagination li {
  margin: 0px 10px;
}
section.slider .splide__pagination__page:not(.is-active) {
  background: transparent;
  border: 1px solid white;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

section.faq {
  margin-top: 50px;
}
section.faq h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  margin-bottom: 20px;
}
section.faq p {
  color: #2a2a2a;
}
section.faq .faq-number {
  color: #D90404;
  font-size: 50px;
  font-family: "neoneon";
}
@media (max-width: 768px) {
  section.faq .faq-number {
    font-size: 30px;
  }
}
section.faq .faq-item {
  border-bottom: 1px dashed #2a2a2a;
  padding: 40px 0;
}
section.faq .faq-item:hover {
  cursor: pointer;
}
section.faq .faq-item .show img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.faq .faq-item .question {
  font-size: 25px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.faq .faq-item .answer {
  padding-top: 30px;
}
section.faq .faq-item .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.faq .faq-item.open .show .faq-arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.faq .btn {
  margin: 70px 0;
}

section.actualites {
  background-color: black;
  padding: 100px 0;
  position: relative;
}
section.actualites .splide__pagination {
  bottom: -2em !important;
}
section.actualites .splide__pagination__page:not(.is-active) {
  border-color: #F9E181;
}
section.actualites .splide__pagination li {
  margin: 0px 10px;
}
section.actualites .splide__pagination__page:not(.is-active) {
  background: transparent;
  border: 1px solid white;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
section.actualites::before {
  content: "";
  position: absolute;
  right: 0;
  height: 140px;
  width: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40px;
  background-image: url("../images/elements/lines-yellow.svg");
}
section.actualites::after {
  content: "";
  position: absolute;
  height: 500px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -200px;
  right: 5%;
  background-image: url("../images/elements/lines-y.svg");
}
section.actualites h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  color: #F9E181;
  margin-bottom: 60px;
}
section.actualites .more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.actualites .more::after {
  content: "";
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url("../images/icons/arrow-faq.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  right: 0;
}
section.actualites #actus-splide .splide__arrow--prev {
  left: -1em;
}
section.actualites #actus-splide .splide__arrow--next {
  right: -1em;
}
section.actualites #actus-splide .splide__arrow {
  opacity: 1;
}
section.actualites .actu-title {
  color: black;
  font-size: 25px;
  font-weight: 600;
}
section.actualites .actu-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
section.actualites .actu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 1.5em 1em;
  padding-top: 0 !important;
  min-height: 350px;
  width: 100%;
}
section.actualites .actu-box:hover {
  cursor: pointer;
}
section.actualites .actu-box:hover .more::after {
  right: -5px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
section.actualites .actu-box:hover .actu-thumb::after {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.actualites .actu-date {
  font-size: 0.95em;
  color: black;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  padding: 20px;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
section.actualites .actu-thumb {
  position: relative;
}
section.actualites .actu-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.actualites .actu-thumb img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1em;
}
section.actualites .actu-thumb.alignfull {
  margin-left: -1em;
  margin-right: -1em;
}
section.actualites .actu-title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.actualites .actu-excerpt {
  color: #444;
  font-size: 1em;
  margin-bottom: 3em;
  min-height: 2.8em;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.actualites .actu-btn-wrap {
  margin-top: auto;
  text-align: center;
}

section.agenda {
  background: black;
  padding: 150px 0;
  position: relative;
}
@media (max-width: 600px) {
  section.agenda {
    padding-top: 70px;
  }
}
section.agenda .splide__pagination {
  display: none;
}
section.agenda::before {
  content: "";
  position: absolute;
  right: 0;
  height: 140px;
  width: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40px;
  background-image: url("../images/elements/lines-yellow.svg");
}
section.agenda .titre {
  padding-left: 45px;
}
section.agenda a {
  text-decoration: none;
}
section.agenda h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  color: #F9E181;
  margin-bottom: 50px;
}
section.agenda h3 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding-bottom: 10px;
}
section.agenda .categorie {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 12px;
  padding-bottom: 10px;
}
section.agenda .splide__track {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
}
section.agenda .more {
  padding-left: 45px;
}
section.agenda .image {
  aspect-ratio: 3/4;
  margin: 10px;
  margin-bottom: 40px;
  position: relative;
}
section.agenda .image::after {
  content: "";
  position: absolute;
  border: 3px solid #F9E181;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  border-radius: 20px !important;
}
section.agenda .image .sub-image {
  border: 15px solid black;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
section.agenda .image .sub-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9E181;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.agenda .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
section.agenda .text {
  margin-left: 15px;
}
section.agenda .arrow-nav {
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.agenda .arrow-nav .btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.agenda .arrow-nav .btn-arrow .prev {
  margin-right: 20px;
}
section.agenda .dots-nav {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.agenda .dots-nav .splide__pagination {
  background: #D9D9D9 !important;
  padding: 0 !important;
  margin: 0 !important;
}
section.agenda .dots-nav .splide__pagination__page {
  padding: 0 !important;
  margin: 0 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
section.agenda .events {
  margin-bottom: 40px;
}
section.agenda .events .sub-image {
  height: 100%;
}
section.agenda .events .agenda:hover .sub-image::before {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

footer {
  background: black;
  padding: 150px 0;
}
footer .logo {
  margin-bottom: 35px;
  max-width: 300px;
  display: block;
}
footer .logo img {
  width: 100%;
}
footer .address-wrapper {
  margin-bottom: 25px;
}
footer p {
  color: white;
}
footer em {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  font-size: 50px !important;
  color: #F9E181;
  padding-bottom: 20px;
  display: inline-block;
}
footer .btn {
  margin-top: 20px;
}
footer .contact-wrapper {
  margin-bottom: 50px;
}
footer .more-wrapper ul {
  list-style-type: none;
}
footer .more-wrapper ul li {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .more-wrapper ul li::after {
  content: "";
  display: block;
  position: relative;
  background-image: url("../images/icons/arrow-faq.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  margin-left: 20px;
}
footer .more-wrapper ul a {
  font-weight: 600;
  color: white !important;
}
footer .social {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-decoration: none;
}
footer .social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .social:not(:last-of-type) {
  margin-right: 20px;
}

/*Page Agenda*/
.page-template-agenda .box-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: transparent;
}
.page-template-agenda .box-wrapper .splide__slide {
  position: relative;
}
.page-template-agenda .box-wrapper .box span.h2 {
  padding-bottom: 20px;
  font-family: "neoneon" !important;
  font-size: 30px !important;
  display: block;
}
@media (max-width: 992px) {
  .page-template-agenda .box-wrapper .box span.h2 {
    text-align: center;
  }
}
.page-template-agenda .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-template-agenda .moteur-recherche {
  margin-top: -50px;
  padding-bottom: 100px;
}
.page-template-agenda .moteur-recherche input[type=text]::-webkit-input-placeholder {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 14px !important;
  font-family: "Noto Sans";
}
.page-template-agenda .moteur-recherche input[type=text]::-moz-placeholder {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 14px !important;
  font-family: "Noto Sans";
}
.page-template-agenda .moteur-recherche input[type=text]:-ms-input-placeholder {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 14px !important;
  font-family: "Noto Sans";
}
.page-template-agenda .moteur-recherche input[type=text]::-ms-input-placeholder {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 14px !important;
  font-family: "Noto Sans";
}
.page-template-agenda .moteur-recherche select,
.page-template-agenda .moteur-recherche option,
.page-template-agenda .moteur-recherche .choices__item,
.page-template-agenda .moteur-recherche input[type=text]::placeholder,
.page-template-agenda .moteur-recherche input[type=text],
.page-template-agenda .moteur-recherche .suggestion,
.page-template-agenda .moteur-recherche span.label {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 14px !important;
  font-family: "Noto Sans";
}
.page-template-agenda .moteur-recherche .form-group {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-agenda .moteur-recherche .double-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-agenda .moteur-recherche .double-line span {
  padding-left: 20px !important;
}
.page-template-agenda .moteur-recherche input[type=text] {
  color: #2a2a2a !important;
  font-size: 14px !important;
}
.page-template-agenda .moteur-recherche .choices, .page-template-agenda .moteur-recherche .choices * {
  padding: initial !important;
}
.page-template-agenda .moteur-recherche .choices__inner {
  border: none !important;
  background: none !important;
  min-height: inherit !important;
}
.page-template-agenda .moteur-recherche .choices__inner, .page-template-agenda .moteur-recherche .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-agenda .moteur-recherche .choices__list:not(.choices__list--dropdown) {
  padding-top: 2px !important;
  margin: 0 20px;
}
.page-template-agenda .moteur-recherche .choices__list:not(.choices__list--dropdown) .choices__item {
  color: #2a2a2a !important;
}
.page-template-agenda .moteur-recherche .choices__list--dropdown {
  border-color: transparent !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  width: 99.3%;
}
.page-template-agenda .moteur-recherche .choices__list--dropdown .choices__item {
  padding: 10px !important;
  padding-left: 0 !important;
}
.page-template-agenda .moteur-recherche .type {
  height: 90px;
  background: white;
  border-radius: 8px !important;
}
.page-template-agenda .moteur-recherche .choices {
  width: 100%;
}
.page-template-agenda .moteur-recherche .choices, .page-template-agenda .moteur-recherche .choices * {
  background-color: white !important;
}
.page-template-agenda .agenda {
  padding-top: 50px;
  background: radial-gradient(64.75% 73.12% at 56.87% 27.44%, var(--ROUGE-REF-2, #D71236) 0%, #430C16 76.43%);
}
.page-template-agenda .agenda .box {
  border: 3px solid #F9E181;
  border-radius: 10px;
  padding: 5%;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  width: 100%;
  margin: 0 auto;
}
.page-template-agenda .agenda .box h2 {
  margin-bottom: 30px;
}
.page-template-agenda .agenda .box .splide__pagination {
  position: relative !important;
  padding-top: 50px;
}
.page-template-agenda .agenda .box .splide__pagination li {
  margin: 0px 10px;
}
.page-template-agenda .agenda .box .splide__pagination__page:not(.is-active) {
  background: transparent;
  border: 1px solid white;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.page-template-agenda .agenda .box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-agenda .agenda .box span {
  color: white;
  font-family: "Noto Sans" !important;
}
.page-template-agenda .agenda .box .type {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.36px;
  text-transform: uppercase;
}
.page-template-agenda .agenda .box .artist {
  font-weight: 700 !important;
  margin-top: 10px;
}
.page-template-agenda .agenda .box img {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .page-template-agenda .agenda .box {
    width: 90%;
    margin-left: auto;
  }
}
.page-template-agenda .agenda .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
  max-height: 800px;
}
.page-template-agenda .agenda .box .artist {
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .page-template-agenda .agenda .box .artist {
    font-size: 30px;
  }
}
.page-template-agenda .agenda .splide__pagination {
  position: absolute !important;
  padding-top: initial !important;
  bottom: -20px;
}
.page-template-agenda .agenda .box {
  margin-right: initial;
}
@media (min-width: 769px) {
  .page-template-agenda .agenda .box {
    padding: 5% !important;
  }
}
.page-template-agenda .agenda .box img {
  margin-bottom: 0 !important;
}
.page-template-agenda .agenda .splide__track {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-agenda .agenda::before {
  display: none;
}
.page-template-agenda .agenda-content {
  background: black;
  padding-bottom: 100px;
}
.page-template-agenda .agenda-content h2 {
  font-family: "Barlow";
  font-size: clamp(1.5rem, 5vw, 30px);
  font-style: normal;
  color: white;
}
.page-template-agenda .agenda-content .evenement-item a {
  text-decoration: none;
}
.page-template-agenda .agenda-content .evenement-item:hover .sub-image::before {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.page-template-agenda .agenda-content .wrapper h3 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding-bottom: 10px;
}
.page-template-agenda .agenda-content .wrapper .categorie {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 12px;
  padding-bottom: 10px;
}
.page-template-agenda .a-la-une {
  color: white;
  margin: 80px 0;
}
.page-template-agenda .a-la-une .h2 {
  padding-bottom: 20px;
  font-family: "neoneon" !important;
  font-size: 40px !important;
  display: block;
  color: #F9E181;
  text-shadow: 0 0 15px #F9E181, 0 0 150px #F9E181;
}
.page-template-agenda .a-la-une-item {
  border: 3px solid #F9E181;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}
.page-template-agenda .a-la-une .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: transparent;
}
.page-template-agenda .a-la-une .image img {
  aspect-ratio: 3/4;
  width: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}
.page-template-agenda .a-la-une h3 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding-bottom: 10px;
}
.page-template-agenda .a-la-une .categorie {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 12px;
  padding-bottom: 10px;
}
.page-template-agenda .a-la-une .categorie,
.page-template-agenda .a-la-une .date,
.page-template-agenda .a-la-une .place {
  font-size: 20px;
}
.page-template-agenda .a-la-une h3 {
  font-size: 30px;
}
.page-template-agenda .wrapper .image {
  aspect-ratio: 3/4;
  margin: 10px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-agenda .wrapper .image::after {
  content: "";
  position: absolute;
  border: 3px solid #F9E181;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  border-radius: 20px !important;
}
.page-template-agenda .wrapper .image .sub-image {
  border: 15px solid black;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.page-template-agenda .wrapper .image .sub-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9E181;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.page-template-agenda .wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.page-template-agenda .wrapper .text {
  margin-left: 15px;
}
.page-template-agenda #evenements-list {
  padding-top: 100px;
}
.page-template-agenda .texte {
  padding-bottom: 50px;
}
.page-template-agenda .texte h2 {
  padding-bottom: 20px;
}
.page-template-agenda .texte p, .page-template-agenda .texte li, .page-template-agenda .texte a {
  text-decoration: none;
  font-size: 20px;
  color: white;
}
.page-template-agenda .texte ul {
  padding-top: 20px;
  padding-left: 15px;
}
.page-template-agenda .texte a {
  border-bottom: 1px dashed #F9E181;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-agenda .texte a:hover {
  color: #F9E181;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Single événement*/
.single-evenement .entete-event {
  padding-top: 50px;
  padding-bottom: 150px;
  background: radial-gradient(64.75% 73.12% at 56.87% 27.44%, var(--ROUGE-REF-2, #D71236) 0%, #430C16 76.43%);
  position: relative;
}
.single-evenement .entete-event::after {
  content: "";
  width: 40%;
  height: 110px;
  position: absolute;
  bottom: -40px;
  left: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/elements/lines.svg");
  z-index: 3;
}
.single-evenement .entete-event .categorie {
  text-transform: uppercase;
  letter-spacing: 7px;
  padding-bottom: 30px;
}
.single-evenement .entete-event .date {
  padding-bottom: 10px;
}
.single-evenement .entete-event .tag:first-of-type {
  margin-left: 0;
}
.single-evenement .entete-event .tags {
  display: inline-block;
  margin-top: 50px;
}
.single-evenement .fiche-evenement {
  padding: 100px 0;
  background: black;
}
.single-evenement .fiche-evenement .detail ul {
  list-style-type: none;
}
.single-evenement .fiche-evenement .detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
.single-evenement .fiche-evenement .detail span:first-child {
  color: #F9E181;
  width: 30%;
}
.single-evenement .fiche-evenement .detail span:last-child {
  width: 70%;
}
.single-evenement .fiche-evenement .h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  font-size: 50px !important;
  color: #F9E181;
  padding-bottom: 20px;
  display: inline-block;
}
.single-evenement .fiche-evenement .title-contenu {
  padding-top: 50px;
}
.single-evenement .moteur-recherche,
.single-evenement .newsletter {
  display: none;
}
.single-evenement .header-evenement img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 0 !important;
  aspect-ratio: initial !important;
}
.single-evenement .header-evenement .box {
  border: 3px solid #F9E181;
  border-radius: 10px;
  padding: 5%;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  width: 100%;
  margin: 0 auto;
}
.single-evenement .header-evenement .box h2 {
  margin-bottom: 30px;
}
.single-evenement .header-evenement .box .splide__pagination {
  position: relative !important;
  padding-top: 50px;
}
.single-evenement .header-evenement .box .splide__pagination li {
  margin: 0px 10px;
}
.single-evenement .header-evenement .box .splide__pagination__page:not(.is-active) {
  background: transparent;
  border: 1px solid white;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.single-evenement .header-evenement .box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-evenement .header-evenement .box span {
  color: white;
  font-family: "Noto Sans" !important;
}
.single-evenement .header-evenement .box .type {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.36px;
  text-transform: uppercase;
}
.single-evenement .header-evenement .box .artist {
  font-weight: 700 !important;
  margin-top: 10px;
}
.single-evenement .header-evenement .box img {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .single-evenement .header-evenement .box {
    width: 90%;
    margin-left: auto;
  }
}
.single-evenement .header-evenement .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
  max-height: 800px;
}
.single-evenement .header-evenement .box .artist {
  color: #FFF;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .single-evenement .header-evenement .box .artist {
    font-size: 30px;
  }
}
.single-evenement .header-evenement .box {
  width: 70% !important;
  max-width: 500px;
}
.single-evenement .header-evenement .box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-evenement .suggestions {
  padding: 100px 0;
}
.single-evenement .suggestions .h2 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  font-size: 50px !important;
  color: #D71236;
  margin-bottom: 50px;
}
.single-evenement .suggestions .wrapper .image {
  aspect-ratio: 3/4;
  margin: 10px;
  margin-bottom: 40px;
  position: relative;
}
.single-evenement .suggestions .wrapper .image::after {
  content: "";
  position: absolute;
  border: 3px solid #F9E181;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
          box-shadow: 0 0 15px #F9E181, 0 0 21px #F9E181, inset 0 0 20px #F9E181;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  border-radius: 20px !important;
}
.single-evenement .suggestions .wrapper .image .sub-image {
  border: 15px solid black;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.single-evenement .suggestions .wrapper .image .sub-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9E181;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.single-evenement .suggestions .wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.single-evenement .suggestions .wrapper .text {
  margin-left: 15px;
}
.single-evenement .agenda h3 {
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding-bottom: 10px;
}
.single-evenement .agenda .categorie {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 12px;
  padding-bottom: 10px;
}
.single-evenement .agenda a {
  text-decoration: none;
}
.single-evenement .agenda a * {
  color: black !important;
}
.single-evenement .agenda .image::after {
  border: 3px solid #D71236 !important;
  -webkit-box-shadow: 0 0 15px #D71236, 0 0 21px #D71236, inset 0 0 20px #D71236 !important;
          box-shadow: 0 0 15px #D71236, 0 0 21px #D71236, inset 0 0 20px #D71236 !important;
}
.single-evenement .agenda .sub-image {
  border-color: white !important;
}
.single-evenement .agenda .wrapper {
  margin-bottom: 50px;
}

.defilable:not(.show-all) {
  overflow-y: auto !important;
  scrollbar-width: thin;
  scrollbar-color: #D9D9D9;
}
.defilable:not(.show-all)::-webkit-scrollbar {
  width: 8px;
}
.defilable:not(.show-all)::-webkit-scrollbar-thumb {
  background: #gris;
  border-radius: 8px;
}
.defilable:not(.show-all)::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.actu-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.actu-popup .actu-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.actu-popup .actu-popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.actu-popup .actu-popup-overlay.overlay-out {
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0 !important;
  pointer-events: none;
}
.actu-popup .actu-popup-inner {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 60vw;
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 2em 1.5em 1.5em 1.5em;
  z-index: 2;
  -webkit-animation: popupSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: popupSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 700px) {
  .actu-popup .actu-popup-inner {
    width: 95vw;
    max-width: 98vw;
    max-height: 90vh;
    border-radius: 10px;
    padding: 1em 0.5em 1em 0.5em;
  }
}
.actu-popup .actu-popup-content {
  padding: 10px;
}
.actu-popup .actu-popup-close {
  position: absolute;
  top: 45px;
  right: 32px;
  background: none;
  border: none;
  font-size: 2em;
  color: #D71236;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767px) {
  .actu-popup .actu-popup-close {
    position: fixed;
  }
}
@media (max-width: 700px) {
  .actu-popup .actu-popup-close {
    top: 15px;
    right: 15px;
    font-size: 1.5em;
  }
}
.actu-popup .popup-body p {
  color: #2a2a2a;
  padding-bottom: 10px;
}
.actu-popup .popup-body .btn {
  color: #D71236;
}
.actu-popup .popup-body .btn:hover {
  color: white !important;
}
.actu-popup .popup-body * {
  font-family: "Noto Sans";
}
.actu-popup .popup-body:not(.show-all) {
  overflow-y: auto;
  max-height: 350px;
}
.actu-popup .popup-title h3 {
  font-family: "neoneon";
  color: #D90404;
  font-size: 130px;
  color: #D90404;
  font-size: clamp(2.2rem, 8vw, 60px);
  padding: 20px 0;
}
.actu-popup .popup-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  max-height: 340px;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@-webkit-keyframes popupSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes popupSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popupSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@keyframes popupSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
.actu-popup .actu-popup-inner.popup-out {
  -webkit-animation: popupSlideOut 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: popupSlideOut 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.actu-popup .popup-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actu-popup .popup-btns .btn {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#home-modal .popup-images {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-modal .popup-images img {
  height: 30%;
  width: 100%;
}

.popup-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.popup-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#legal-popup h4 {
  font-weight: bold;
  color: #D71236;
  padding-bottom: 5px;
}
#legal-popup span {
  color: black;
}

#contact-popup h2 {
  text-transform: initial;
}
#contact-popup h2:not(:first-of-type) {
  margin-top: 20px;
}
#contact-popup .select {
  width: 50%;
  position: relative;
}
#contact-popup .select::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100px;
  background-repeat: no-repeat;
  right: 0;
  background-size: contain;
  background-position: right;
  background-image: url("../images/arrow-select.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#contact-popup .select select {
  font-weight: 700;
  width: 100% !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 992px) {
  #contact-popup {
    width: 93%;
  }
}
#contact-popup input[type=text],
#contact-popup input[type=email],
#contact-popup input[type=tel],
#contact-popup select,
#contact-popup textarea {
  border-radius: 13px;
  padding: 20px 0px;
  padding-left: 20px;
  border: 1.8px solid #D71236;
  margin-top: 10px;
  width: 96%;
  outline: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact-popup input[type=text]:focus, #contact-popup input[type=text]:active,
#contact-popup input[type=email]:focus,
#contact-popup input[type=email]:active,
#contact-popup input[type=tel]:focus,
#contact-popup input[type=tel]:active,
#contact-popup select:focus,
#contact-popup select:active,
#contact-popup textarea:focus,
#contact-popup textarea:active {
  background-color: rgba(255, 0, 0, 0.0509803922) !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-weight: 600;
  color: rgba(215, 18, 54, 0.73);
}
@media (max-width: 992px) {
  #contact-popup input[type=text],
  #contact-popup input[type=email],
  #contact-popup input[type=tel],
  #contact-popup select,
  #contact-popup textarea {
    width: 90%;
  }
}
#contact-popup label {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-popup p {
  margin-bottom: 20px;
}
#contact-popup .popup-body {
  max-height: 600px !important;
  overflow-x: hidden;
}
#contact-popup .field {
  width: 100% !important;
  display: block !important;
}
#contact-popup .field * {
  width: 100% !important;
  display: block !important;
}
#contact-popup .formulaire_container h2 {
  color: black;
  font-weight: 700;
  padding-bottom: 20px;
}
#contact-popup .formulaire_container .btn {
  color: white !important;
}
#contact-popup .formulaire_container .btn:hover {
  color: #D71236 !important;
}
#contact-popup .formulaire_container > div:first-of-type {
  position: relative;
}
#contact-popup .h3 {
  text-transform: initial !important;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 27px;
}
#contact-popup .wpcf7-list-item-label {
  color: #2a2a2a;
}
#contact-popup .wpcf7-list-item {
  margin-left: 0;
}
#contact-popup .wpcf7-submit {
  background: #D71236 !important;
  padding-right: inherit !important;
  padding: 10px 20px !important;
}
#contact-popup .wpcf7-submit:hover {
  cursor: pointer;
  background: white !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid;
  border-radius: 0.25rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.wpcf7 form.failed .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.choices[data-type*=select-one]::after {
  display: none !important;
}

#form-recherche .type::after,
#form-recherche .date::after {
  content: "";
  position: absolute;
  border-color: inherit;
  background-image: url("../images/arrow-down.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  top: 43%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.wpcf7-acceptance label {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media (max-width: 768px) {
  .btn:not(.secondary)::before {
    content: "";
    background: #D71236;
    position: absolute;
    height: 109%;
    width: 42px;
    right: -4px;
    top: -2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  footer em {
    font-size: 7vw !important;
  }
  .topbar {
    display: none;
  }
  section.entete::after {
    width: 60%;
    height: 100px;
    bottom: -70px;
  }
  section.entete .btn {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  section.entete .box {
    width: 50%;
  }
  section.slider h2 {
    color: white;
  }
  section.slider br {
    display: none;
  }
  section.slider .flex-column {
    margin-bottom: 30px;
  }
  section.agenda::after,
  section.slider::after,
  section.actualites::after {
    width: 50px;
    top: -100px;
  }
  section.agenda::before,
  section.slider::before,
  section.actualites::before {
    height: 80px;
    width: 250px;
  }
  section.faq .question {
    font-size: 16px !important;
  }
  section.faq .show {
    -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .container {
    width: 90% !important;
  }
  section.agenda .dots-nav {
    display: none;
  }
  .page-template-agenda footer {
    padding-top: 0;
  }
  .page-template-agenda .texte {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-agenda .a-la-une-item p, .page-template-agenda .a-la-une-item h3, .page-template-agenda .a-la-une-item span {
    text-align: center;
  }
  .page-template-agenda .image {
    margin-top: 40px;
  }
  .page-template-agenda .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-agenda .type {
    line-height: 46px;
    height: 46px !important;
  }
  .page-template-agenda .btn {
    height: initial !important;
    margin-top: 0 !important;
  }
  .page-template-agenda .moteur-recherche .wrapper form .form-group .form-control {
    line-height: 46px;
    height: 46px;
  }
}
@media (max-width: 1200px) {
  section.actualites h2,
  section.slider h2,
  section.faq h2,
  section.agenda h2 {
    font-size: 10vw;
  }
  section.infos-pratiques h2 {
    font-size: 10vw;
    margin-bottom: 50px;
  }
  .page-template-agenda h1 {
    font-size: 12vw;
    margin: 0 auto;
    font-size: 10vw;
  }
  .page-template-agenda .moteur-recherche {
    padding-bottom: 50px;
  }
  .page-template-agenda #evenements-list {
    padding-top: 50px;
  }
  .page-template-agenda .type {
    height: 80px;
  }
  .page-template-agenda #form-recherche .row > div {
    margin-bottom: 10px;
  }
  .page-template-agenda .moteur-recherche {
    margin-top: 0;
    padding-top: 50px;
  }
  .page-template-agenda .agenda {
    padding-bottom: 50px;
  }
  .page-template-agenda .agenda .box {
    margin-right: initial !important;
    margin-left: initial !important;
    width: 80%;
    margin-top: 70px;
  }
  .page-template-agenda .agenda .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-agenda .agenda .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .actu-popup .actu-popup-inner {
    width: 90vw;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .page-template-agenda .btn {
    letter-spacing: 6px !important;
    font-size: 10px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .page-template-agenda .box {
    width: 60% !important;
  }
}
@media (max-width: 992px) {
  .single-evenement .evenement {
    margin-bottom: 50px;
  }
  .entete-event h1, .entete-event p {
    text-align: center;
  }
  .entete-event::after {
    width: 60% !important;
    height: 100px !important;
    bottom: -70px !important;
  }
  footer section {
    margin-top: 50px;
  }
}
.burger-menu {
  cursor: pointer;
}

@media (max-width: 600px) {
  #agenda-splide {
    width: 80%;
  }
  section.entete .box {
    width: 70%;
  }
}
@media (min-width: 768px) {
  footer img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.burger-menu {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  z-index: 1002;
}
.burger-menu span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 0;
  background: #D71236;
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-menu span:nth-child(3) {
  -ms-flex-item-align: end;
      align-self: end;
  margin-right: 1px;
  width: 20px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1001;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}
.mobile-menu .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .mobile-menu-list li {
  margin: 1.5em 0;
  text-align: center;
}
.mobile-menu .mobile-menu-list li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  font-family: "Barlow";
}

.mobile-menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .main-menu.menu {
    display: none !important;
  }
  .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu {
    display: none;
  }
}
.tags .tag {
  border: 3px solid #d2be6c;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px #d2be6c, 0 0 21px #d2be6c, inset 0 0 20px #d2be6c;
          box-shadow: 0 0 15px #d2be6c, 0 0 21px #d2be6c, inset 0 0 20px #d2be6c;
  padding: 8px;
  font-family: "neoneon";
  font-size: 20px;
  margin: 0 5px;
  background: #d2be6c;
}

.image .tags {
  position: absolute;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

.links-wrapper {
  margin-top: 10px;
}
.links-wrapper a {
  color: white !important;
  text-decoration: none !important;
  font-size: 13px;
}

.informations a {
  color: #d2be6c;
  text-decoration: none !important;
  border-bottom: 1px dashed #d2be6c;
}/*# sourceMappingURL=template.css.map */