@charset "UTF-8";
/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Text */
/* Reset */
/* transition */
/* Img */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* Ronquières festival 2026 - Scalp - 17.12.2025 */
header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

.content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b), #breadcrumb a, .accordion .content a {
  color: #000000;
  padding-bottom: 0.25rem;
  position: relative;
  font-family: sans-serif !important;
}
.content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):after, #breadcrumb a:after, .accordion .content a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):hover, .content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):focus, .content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):active, #breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active, .accordion .content a:hover, .accordion .content a:focus, .accordion .content a:active {
  color: #000000;
}
.content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):hover:after, .content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):focus:after, .content-editor a:not(.link_primary, .btn_primary):not(.link_secondary, .btn_secondary):not(.link_third, .btn_third):not(.link_light, .btn_light):not(.link_dark, .btn_dark):not(.link_white, .btn_white):not(.link_info, .btn_info):not(.link_success, .btn_success):not(.link_warning, .btn_warning):not(.link_danger, .btn_danger):not(.link_no_b, .btn_no_b):active:after, #breadcrumb a:hover:after, #breadcrumb a:focus:after, #breadcrumb a:active:after, .accordion .content a:hover:after, .accordion .content a:focus:after, .accordion .content a:active:after {
  width: 0;
}

.list-icone a {
  padding-bottom: 0 !important;
}
.list-icone a:after {
  display: none !important;
}

/*----------*/
/*-- padding --*/
/*----------*/
.p-m {
  padding: calc(1rem + 0.5vw);
}

.px-m {
  padding-left: calc(1rem + 0.5vw);
  padding-right: calc(1rem + 0.5vw);
}

.py-m {
  padding-top: calc(1rem + 0.5vw);
  padding-bottom: calc(1rem + 0.5vw);
}

.ps-m {
  padding-left: calc(1rem + 0.5vw);
}

.pe-m {
  padding-right: calc(1rem + 0.5vw);
}

.pt-m {
  padding-top: calc(1rem + 0.5vw);
}

.pb-m {
  padding-bottom: calc(1rem + 0.5vw);
}

/*----------*/
/*-- Container --*/
/*----------*/
.medium-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  .medium-content {
    width: 950px;
  }
}

.small-content {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .small-content {
    width: 700px;
  }
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #fd9ec3;
  color: #c83446;
}
.bg_primary svg {
  color: #c83446;
}

.bg_secondary {
  background-color: #fe5c24;
  color: #e9d4ff;
}
.bg_secondary svg {
  color: #e9d4ff;
}

.bg_third {
  background-color: #fe5c24;
  color: #eae4df;
}
.bg_third svg {
  color: #eae4df;
}

.bg_dark {
  background-color: #000000;
  color: #fd9ec3;
}
.bg_dark svg {
  color: #fd9ec3;
}

.bg_light {
  background-color: #eae4df;
  color: #000000;
}
.bg_light svg {
  color: #000000;
}

.bg_white {
  background-color: #fff;
  color: #000000;
}
.bg_white svg {
  color: #000000;
}

.bg_info {
  background-color: #7ebdbf;
  color: #fff;
}
.bg_info svg {
  color: #fff;
}

.bg_warning {
  background-color: #ff8800;
  color: #fff;
}
.bg_warning svg {
  color: #fff;
}

.bg_success {
  background-color: #00a438;
  color: #fff;
}
.bg_success svg {
  color: #fff;
}

.bg_danger {
  background-color: #ec0058;
  color: #fff;
}
.bg_danger svg {
  color: #fff;
}

.fill-primary {
  fill: #fd9ec3;
}

.fill-secondary {
  fill: #fe5c24;
}

.fill-third {
  fill: #fe5c24;
}

.fill-dark {
  fill: #000000;
}

.fill-light {
  fill: #eae4df;
}

.fill-white {
  fill: #fff;
}

.fill-info {
  fill: #7ebdbf;
}

.fill-success {
  fill: #00a438;
}

.fill-warning {
  fill: #ff8800;
}

.fill-danger {
  fill: #ec0058;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #fd9ec3;
  color: #c83446;
}
.tag_primary svg {
  color: #c83446;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #fe5c24;
  color: #e9d4ff;
}
.tag_secondary svg {
  color: #e9d4ff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #fe5c24;
  color: #eae4df;
}
.tag_third svg {
  color: #eae4df;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #000000;
  color: #fd9ec3;
}
.tag_dark svg {
  color: #fd9ec3;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #eae4df;
  color: #000000;
}
.tag_light svg {
  color: #000000;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
  color: #000000;
}
.tag_white svg {
  color: #000000;
}

.tag_info {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #7ebdbf;
  color: #fff;
}
.tag_info svg {
  color: #fff;
}

.tag_success {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #00a438;
  color: #fff;
}
.tag_success svg {
  color: #fff;
}

.tag_warning {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #ff8800;
  color: #fff;
}
.tag_warning svg {
  color: #fff;
}

.tag_danger {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #ec0058;
  color: #fff;
}
.tag_danger svg {
  color: #fff;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar {
    padding-right: 7%;
    padding-left: 7%;
  }
}

/*.container{
  max-width: inherit!important;
  padding-right: 7%;
  padding-left: 7%;
}*/
/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg, .squareImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.squareImg {
  padding-top: 100%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "Integral CF", sans-serif;
  color: #000000;
}

body, p, span, a, .link, button.link {
  font-size: calc(1rem + 0.1vw);
}

strong, b {
  font-weight: bold !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "PP Neue Machina Inktrap Ulbold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: calc(2.45rem + 0.35vw);
}
h1 svg, .h1 svg {
  width: calc(2.45rem + 0.35vw);
  height: calc(2.45rem + 0.35vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    line-height: 1;
    font-size: calc(calc(2.45rem + 0.35vw) - 2vw);
  }
  h1 svg, .h1 svg {
    width: calc(calc(2.45rem + 0.35vw) - 2vw);
    height: calc(calc(2.45rem + 0.35vw) - 2vw);
  }
}

h2, .h2 {
  font-size: calc(2.25rem + 0.1vw);
}
h2 svg, .h2 svg {
  width: calc(2.25rem + 0.1vw);
  height: calc(2.25rem + 0.1vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h2, .h2 {
    line-height: 1;
    font-size: calc(calc(2.25rem + 0.1vw) - 1.5vw);
  }
  h2 svg, .h2 svg {
    width: calc(calc(2.25rem + 0.1vw) - 1.5vw);
    height: calc(calc(2.25rem + 0.1vw) - 1.5vw);
  }
}

h3, .h3 {
  font-size: calc(1.85rem + 0.1vw);
}
h3 svg, .h3 svg {
  width: calc(1.85rem + 0.1vw);
  height: calc(1.85rem + 0.1vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    font-size: calc(calc(1.85rem + 0.1vw) - 0.75vw);
  }
  h3 svg, .h3 svg {
    width: calc(calc(1.85rem + 0.1vw) - 0.75vw);
    height: calc(calc(1.85rem + 0.1vw) - 0.75vw);
  }
}

h4, .h4 {
  font-size: calc(1.5rem + 0.1vw);
}
h4 svg, .h4 svg {
  width: calc(1.5rem + 0.1vw);
  height: calc(1.5rem + 0.1vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h4, .h4 {
    font-size: calc(calc(1.5rem + 0.1vw) - 0.5vw);
  }
  h4 svg, .h4 svg {
    width: calc(calc(1.5rem + 0.1vw) - 0.5vw);
    height: calc(calc(1.5rem + 0.1vw) - 0.5vw);
  }
}

h5, .h5, h6, .h6 {
  font-size: calc(1.15rem + 0.1vw);
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: calc(1.15rem + 0.1vw);
  height: calc(1.15rem + 0.1vw);
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #fd9ec3;
}

.text_secondary {
  color: #fe5c24;
}

.text_third {
  color: #fe5c24;
}

.text_dark {
  color: #000000;
}

.text_light {
  color: #eae4df;
}

.text_white {
  color: #fff;
}

.text_info {
  color: #7ebdbf;
}

.text_success {
  color: #00a438;
}

.text_warning {
  color: #ff8800;
}

.text_danger {
  color: #ec0058;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Navbar */
/* -------------- */
header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.35rem;
}
@media only screen and (min-width: 576px) {
  header nav {
    padding: 0.35rem 1rem;
  }
}
@media only screen and (min-width: 992px) {
  header nav {
    padding: 0.35rem 1.5rem;
  }
}
header.is-scrolled {
  background-color: #000000;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  header .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
header .navbar-brand {
  margin-bottom: 12px;
}

/* -------------- */
/* Burger */
/* -------------- */
/* -------------- */
/* Burger */
/* -------------- */
@media (min-width: 1200px) {
  #showMenu {
    display: none;
  }
}
@media (max-width: 1200px) {
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 100;
    padding: 0;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 0px;
  }
  header #showMenu span {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #showMenu span::before, header #showMenu span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
  }
  header #showMenu span::before {
    top: 8px;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu span::after {
    bottom: 8px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu.active span {
    background-color: transparent !important;
  }
  header #showMenu.active span::before {
    top: 0;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #showMenu.active span::after {
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #showMenu.active #quitMenu {
    display: block;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 300ms ease-in opacityAnim;
  }
}
@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Menu */
/* -------------- */
header a:not(.btn_ticket) {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Integral CF", sans-serif;
}
@media (max-width: 1200px) {
  header .menu-container {
    top: 0;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    max-width: 100%;
    height: 100%;
    right: -100%;
    z-index: 1;
  }
  header .menu-container.open {
    right: 0;
  }
  header .menu-content {
    padding: 2rem 7vw;
    margin-top: 5vh;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 103;
  }
  header .menu-content a {
    font-size: calc(2.45rem + 0.35vw);
    margin: 0.7rem 0rem;
    padding: 0.5rem 0rem;
    display: block;
  }
}
@media (min-width: 1200px) {
  header #menu-principal {
    justify-content: space-between;
    display: flex;
  }
  header .menu-content {
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-content .menu-item a {
    font-size: calc(1.5rem + 0.1vw);
    padding: 0.5rem;
    margin: 0;
  }
}

/* -------------- */
/* Sous-menu */
/* -------------- */
@media (min-width: 1200px) {
  .menu-item-has-children:not(.qtranxs-lang-menu) {
    position: relative;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 270px;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 15px solid transparent;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
    display: block;
    text-align: right;
    margin-bottom: 0.25rem;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 0.5rem;
    font-size: calc(1.15rem + 0.1vw);
    color: #fff !important;
    background-color: #000000;
    display: block;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:hover, .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:focus, .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:active {
    color: #000000 !important;
    background-color: #fff;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu):hover .sub-menu, .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    border: 0;
    border-radius: 0;
    width: 100%;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
    display: block;
    width: 100%;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li a {
    display: block;
    font-family: "Integral CF", sans-serif;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) > a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 0;
    font-size: calc(1.15rem + 0.1vw);
  }
  .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
/* -------------- */
/* Logo */
/* -------------- */
#logo {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  #logo {
    width: 115px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #logo {
    width: 160px;
    height: auto;
  }
}

/* -------------- */
/* Dates */
/* -------------- */
header .dates {
  margin-bottom: 0;
  line-height: 1;
  padding-left: 0.5rem;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  header .dates {
    font-size: calc(0.8rem + 0.1vw);
  }
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  header .dates {
    font-size: calc(0.8rem + 0.1vw);
  }
}

/* -------------- */
/* bouton header */
/* -------------- */
.tickets_header {
  color: #fff !important;
  padding: 0 0.75rem 0.2rem 0.75rem !important;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Home */
/* -------------- */
.home .banner-vid {
  position: relative;
  margin-bottom: -10px;
}
.home .banner-vid video {
  min-height: 400px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home .banner-vid video {
    max-height: 70vh;
  }
}
.home .banner-vid .content-entete-vid {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 3.5rem;
}
.home .banner-vid .content-entete-vid #logo-vid-entete {
  margin: auto;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .home .banner-vid .content-entete-vid #logo-vid-entete {
    width: 500px;
    max-width: 95%;
  }
}
@media only screen and (min-width: 576px) {
  .home .banner-vid .content-entete-vid #logo-vid-entete {
    max-width: 70%;
    width: 700px;
    padding: 3.5rem;
  }
}

.home .banner {
  min-height: 50vh;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .home .banner {
    min-height: 80vh;
  }
}
.home .banner #logo-entete {
  width: calc(300px + 6vw);
  max-width: 100%;
  padding: 5vh 1.5rem 2rem 1.5rem;
}

.banner-vid {
  position: relative;
  margin-bottom: -10px;
}
.banner-vid video {
  height: calc(100vh - 90px);
}
.banner-vid figure {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 3.5rem;
}
.banner-vid figure img {
  margin: auto;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .banner-vid figure img {
    width: 500px;
    max-width: 95%;
  }
}
@media only screen and (min-width: 576px) {
  .banner-vid figure img {
    max-width: 70%;
    width: 700px;
    padding: 3.5rem;
  }
}

#lineup-noms .date-concert {
  color: #fff;
}
#lineup-noms ul {
  list-style: none;
  padding-left: 0;
}
#lineup-noms .date-concert, #lineup-noms .all-btn {
  color: #000000;
  font-size: calc(1.5rem + 0.1vw);
  display: block;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  #lineup-noms .date-concert, #lineup-noms .all-btn {
    font-size: calc(1.15rem + 0.1vw);
  }
}
#lineup-noms li {
  display: inline-block;
}
#lineup-noms li a:not(.link_dark) {
  display: inline-block;
  color: #000000;
  font-family: "PP Neue Machina Inktrap Ulbold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
#lineup-noms li a:not(.link_dark):hover, #lineup-noms li a:not(.link_dark):focus, #lineup-noms li a:not(.link_dark):active {
  color: #fff;
}
#lineup-noms .title-concert-lg a {
  font-size: calc(2.45rem + 0.35vw);
}
#lineup-noms .title-concert-md a {
  font-size: calc(2.25rem + 0.1vw);
}
#lineup-noms .title-concert-sm a {
  font-size: calc(1.85rem + 0.1vw);
}
#lineup-noms .title-concert-xs a {
  font-size: calc(1.5rem + 0.1vw);
}
#lineup-noms .btn_dark {
  color: #fd9ec3;
  font-size: calc(1.85rem + 0.1vw);
}
#lineup-noms .btn_dark:hover, #lineup-noms .btn_dark:focus, #lineup-noms .btn_dark:active {
  color: #000000;
}

#video_intro iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banderole {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: repeat-x;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .banderole {
    height: 35px;
    background-size: 60px;
  }
}
@media only screen and (min-width: 576px) {
  .banderole {
    height: 50px;
    background-size: auto 35px;
  }
}

#newsletter {
  text-align: center;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  #newsletter .cardImg {
    padding-top: 62%;
  }
}
@media only screen and (min-width: 768px) {
  #newsletter .cardImg {
    padding-top: 450px;
  }
}

#galerie-home .swiper {
  margin-bottom: 10px;
}
#galerie-home .swiper-slide {
  width: auto;
}
#galerie-home img {
  height: 200px;
  width: auto;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #galerie-home img {
    height: 400px;
  }
}

/*

.banner-vid figure {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 2 !important;
}
.banner-vid figure img {
    width: 100% !important;
    height: auto !important;
}


.banner-vid figure.desktop {
    width: 70% !important;
    max-width: 700px !important;
}


.banner-vid figure.mobile {
    width: 95% !important;
    max-width: 500px !important;
}

@media (min-width: 769px) {
    .banner-vid figure.mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .banner-vid figure.desktop {
        display: none !important;
    }
}


  Desktop - Petite taille (comme avant) 
 @media (min-width: 769px) {
    .banderole {
        background-size: auto 35px; 
        height: 50px;
    }
}*/
/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Page */
/* -------------- */
#artiste .list-icone a {
  background-color: #000000;
  color: #e9d4ff;
  border: 2px solid #000000;
}
#artiste .list-icone a:hover, #artiste .list-icone a:focus, #artiste .list-icone a:active {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
}

.banner {
  min-height: 50vh;
}

/* -------------- */
/* Single */
/* -------------- */
.date-scene span {
  display: inline-block;
  margin: 0 0.5rem;
}

/* ---------------- */
/* Contenu flexible */
/* ---------------- */
@media only screen and (min-width: 992px) {
  #contenu .content-editor:nth-child(odd) div:first-of-type {
    order: 2;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #contenu .content-editor div:last-of-type {
    order: 1;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #contenu .content-editor div:first-of-type {
    order: 2;
  }
}
#contenu .content-editor ul {
  list-style: none;
  padding-left: 16px !important;
}
#contenu .content-editor ul li {
  position: relative;
}
#contenu .content-editor ul li:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-image: url("../medias/icone-puce.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
#contenu .content-editor .content-img figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btns-supp {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 3rem;
}
.btns-supp li {
  display: inline-block;
  margin: 5px;
}
.btns-supp li a {
  font-size: calc(1.5rem + 0.1vw) !important;
}

/* -------------- */
/* Fil d'ariane */
/* -------------- */
#breadcrumb ul {
  list-style: none;
  text-align: center;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li:not(:last-of-type):after {
  content: "•";
  padding: 0 1rem;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Cards */
/* -------------- */
#tickets .card-item article {
  background-color: #fd9ec3;
  border-radius: 1.6rem;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#tickets .card-item article:hover, #tickets .card-item article:focus, #tickets .card-item article:active {
  background-color: #c83446;
}
#tickets .card-item img {
  border-radius: 6px;
}
#tickets .card-item .content {
  margin-top: 1rem;
}

.card-item {
  position: relative;
}
.card-item .content-text {
  padding: calc(1rem + 0.5vw) 0;
}
.card-item .pattern-hover {
  position: absolute;
  top: 0;
  left: 0;
  fill: rgba(234, 228, 223, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-item:hover .pattern-hover, .card-item:focus .pattern-hover, .card-item:active .pattern-hover {
  opacity: 1;
}

.title {
  margin-bottom: 0;
}

.Xdate { /*.date */
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: start;
}
.Xdate img {
  flex: 0 0 auto;
  width: calc(1rem + 0.1vw);
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.concert-item .cardImg {
  padding-top: 65%;
}
.concert-item .cardImg:hover .pattern-hover, .concert-item .cardImg:focus .pattern-hover, .concert-item .cardImg:active .pattern-hover {
  opacity: 1;
}
.concert-item .content {
  position: relative;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #fe5c24;
  border-radius: 1.6rem;
  color: #e9d4ff;
}
.concert-item .title, .concert-item .date {
  font-size: calc(1.15rem + 0.1vw);
  font-family: "Integral CF", sans-serif !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 576px) {
  .concert-item .date {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .concert-item .date {
    font-size: calc(0.9rem + 0.1vw);
    text-align: left;
  }
}
.concert-item .pattern-hover {
  position: absolute;
  top: 0;
  left: 0;
  fill: rgba(234, 228, 223, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#porgramme .concert-item .content {
  background-color: #fe5c24;
  color: #e9d4ff;
}

#home .concert-item .content {
  background-color: #fd9ec3;
  color: #c83446;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Footer */
/* -------------- */
.tickets_footer {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: calc(2.25rem + 0.1vw) !important;
  padding-bottom: 0.4rem;
}
.tickets_footer:hover, .tickets_footer:focus, .tickets_footer:active {
  background-color: #000000 !important;
  color: #fff !important;
}

footer a:not(.link_white) {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
footer a:not(.link_white):hover, footer a:not(.link_white):focus, footer a:not(.link_white):active {
  color: #fd9ec3;
}
footer .list-icone li {
  margin-right: 0.75rem;
}
footer .list-icone a, footer .list-icone svg {
  height: 20px;
  width: 20px;
}
footer .list-icone a svg {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .list-icone a svg:hover, footer .list-icone a svg:focus, footer .list-icone a svg:active {
  color: #fd9ec3;
}

#logo-footer {
  width: calc(200px + 1vw);
  margin-bottom: 2rem;
  max-width: 100%;
}

.liste-partenaires {
  text-align: center;
}
.liste-partenaires li {
  position: relative;
}
.liste-partenaires img {
  max-width: 100%;
  width: calc(50px + 0.5vw);
  margin: 1rem;
}

#menu-langues-footer {
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}
#menu-langues-footer li {
  display: inline-block;
  padding: 0.35rem;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio]), textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 1.6rem;
  border: 2px solid #000000;
  padding: 0.1rem 0.8rem;
  line-height: inherit;
  background-color: transparent;
  color: #000000;
  -webkit-appearance: none;
  font-family: "Integral CF", sans-serif;
}
input:not([type=checkbox], [type=submit], [type=radio]):focus, input:not([type=checkbox], [type=submit], [type=radio]):active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  background-color: transparent;
  border: 2px solid #000000;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-bottom: 0.5rem;
  color: #000000;
  font-weight: normal;
  display: block;
}

input[type=checkbox], input[type=submit], input[type=radio] {
  display: inline-block;
  margin-right: 0.25rem;
}

.forminator-radio, .forminator-checkbox {
  margin-right: 0.5rem;
}

.forminator-required {
  color: #ec0058;
}

.forminator-error-message {
  font-weight: bold;
  color: #ec0058;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  border-radius: 1.6rem;
}
.forminator-response-message p {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.forminator-response-message.forminator-error {
  background-color: #ec0058;
  color: #fff;
}
.forminator-response-message.forminator-success {
  background-color: #00a438;
  color: #fff;
  padding: 1rem;
}

input[type=checkbox] {
  margin-right: 0.35rem;
}

::placeholder {
  text-transform: uppercase;
  color: #000000 !important;
  font-family: "Integral CF", sans-serif;
  font-weight: bold;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "Integral CF", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: uppercase;
}
.link svg {
  position: relative;
}

.btn_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #fd9ec3;
  color: #c83446;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000000;
  color: #fff;
  border-color: transparent;
}
.btn_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #fe5c24;
  color: #e9d4ff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000000;
  color: #fd9ec3;
  border-color: transparent;
}
.btn_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #fe5c24;
  color: #eae4df;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000000;
  color: #c83446;
  border-color: transparent;
}
.btn_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #000000;
  color: #fd9ec3;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff !important;
  color: #000000 !important;
  border-color: #000000;
}
.btn_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #eae4df;
  color: #000000;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #000000;
  border-color: transparent;
}
.btn_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #fff;
  color: #000000;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fd9ec3;
  color: #000000;
  border-color: transparent;
}
.btn_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_info {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #7ebdbf;
  color: #fff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_info:hover, .btn_info:focus, .btn_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #013eb1;
  color: #fff;
  border-color: #013eb1;
}
.btn_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_info svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_success {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #00a438;
  color: #fff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_success:hover, .btn_success:focus, .btn_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #038d31;
  color: #fff;
  border-color: #038d31;
}
.btn_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_success svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_warning {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #ff8800;
  color: #fff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_warning:hover, .btn_warning:focus, .btn_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #dc7500;
  color: #fff;
  border-color: #dc7500;
}
.btn_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_warning svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_danger {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #ec0058;
  color: #fff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_danger:hover, .btn_danger:focus, .btn_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.btn_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_danger svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #fd9ec3;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #fd9ec3;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fd9ec3;
  color: #c83446;
  border-color: #fd9ec3;
}
.btn_outline_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #fe5c24;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #fe5c24;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fe5c24;
  color: #fd9ec3;
  border-color: #fe5c24;
}
.btn_outline_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #fe5c24;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #fe5c24;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fe5c24;
  color: #c83446;
  border-color: #fe5c24;
}
.btn_outline_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #000000;
  color: #000000 !important;
  border-color: #000000;
}
.btn_outline_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #eae4df;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #eae4df;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #eae4df;
  color: #000000;
  border-color: #eae4df;
}
.btn_outline_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}
.btn_outline_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_info {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #7ebdbf;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #7ebdbf;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_info:hover, .btn_outline_info:focus, .btn_outline_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #7ebdbf;
  color: #fff;
  border-color: #7ebdbf;
}
.btn_outline_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_info svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_success {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #00a438;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #00a438;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_success:hover, .btn_outline_success:focus, .btn_outline_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #00a438;
  color: #fff;
  border-color: #00a438;
}
.btn_outline_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_success svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_warning {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #ff8800;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #ff8800;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_warning:hover, .btn_outline_warning:focus, .btn_outline_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ff8800;
  color: #fff;
  border-color: #ff8800;
}
.btn_outline_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_warning svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_danger {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #ec0058;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: transparent;
  color: #ec0058;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_danger:hover, .btn_outline_danger:focus, .btn_outline_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ec0058;
  color: #fff;
  border-color: #ec0058;
}
.btn_outline_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_danger svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.link_primary {
  color: #fd9ec3;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #000000;
}

.link_secondary {
  color: #fe5c24;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #000000;
}

.link_third {
  color: #fe5c24;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #000000;
}

.link_dark {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #000000;
}

.link_light {
  color: #eae4df;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_light svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #fff;
}

.link_white {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #fd9ec3;
}

.link_info {
  color: #7ebdbf;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_info svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_info:hover, .link_info:focus, .link_info:active {
  color: #013eb1;
}

.link_success {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_success svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_success:hover, .link_success:focus, .link_success:active {
  color: #000000;
}

.link_warning {
  color: #eae4df;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_warning svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_warning:hover, .link_warning:focus, .link_warning:active {
  color: #fff;
}

.link_danger {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
}
.link_danger svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_danger:hover, .link_danger:focus, .link_danger:active {
  color: #fd9ec3;
}

.btn_icone {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

#top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
  border-radius: 100%;
  background-color: #000000;
  color: #fff;
  width: 35px;
  height: 35px;
}
#top.is-visible {
  opacity: 1;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Ronquières festival 2026 - Scalp - 17.12.2025 */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.merch-slider:hover .swiper-wrapper, .merch-slider:focus .swiper-wrapper, .merch-slider:active .swiper-wrapper {
  animation-play-state: paused;
}

.slider-pagination {
  margin: auto;
  width: 100px !important;
  text-align: center;
  left: 0 !important;
  right: 0;
  position: relative;
  top: -2rem !important;
  z-index: 1;
  transform: translate(0) !important;
}
.slider-pagination .swiper-pagination-bullet {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background: #eae4df;
}
.slider-pagination .swiper-pagination-bullet-active-next, .slider-pagination .swiper-pagination-bullet-active-prev {
  opacity: 0.5 !important;
}

.galerie-defilante .slick-arrow {
  display: none !important;
}
.galerie-defilante.galerie-02 .slick-slide {
  float: right !important;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* FAQ */
/* -------------- */
body:not(.home) .accordion .accordion {
  padding-left: 1rem;
  border-left: 2px solid;
  margin-left: 0.35rem;
}

.accordion {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.accordion .sub-title, .accordion .title {
  margin-bottom: 0;
  line-height: 1.3;
  padding-top: 0.35rem;
}
.accordion .sub-title {
  font-size: calc(1.15rem + 0.1vw);
}
.accordion .title {
  font-size: calc(1.5rem + 0.1vw);
}
.accordion button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(1.5rem + 0.1vw);
  text-align: left;
  padding: 1.5rem 0;
  border-top: 2px solid #000000;
}
.accordion button.collapsed svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion button svg {
  width: 1.8rem;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.accordion .content {
  padding: 1rem 0;
}

.icone-faq-item {
  position: relative;
  width: 18px;
}
@media only screen and (min-width: 576px) {
  .icone-faq-item {
    width: 25px;
  }
}
.icone-faq-item span {
  display: block;
  background-color: #000000;
  position: absolute;
  width: 16px;
  height: 2px;
}
@media only screen and (min-width: 576px) {
  .icone-faq-item span {
    width: 20px;
    height: 3px;
  }
}
.icone-faq-item span:first-of-type {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collapsed .icone-faq-item span:first-of-type {
  transform: rotate(-90deg);
}

main.bg_dark .accordion * {
  color: #eae4df;
}
main.bg_dark .accordion .icone-faq-item {
  flex: 0 0 auto;
}
main.bg_dark .accordion .icone-faq-item span {
  background-color: #eae4df;
}

/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Marquee */
/* -------------- */
#marquee-container {
  position: relative;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
}
.marquee:hover {
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}
.marquee:hover .marquee__group {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  animation: scrollBanner linear infinite;
  padding-bottom: 0.3rem;
}

.marquee_banner {
  background-color: #000000;
  padding: 0;
}
.marquee_banner .marquee__group h5 {
  padding: 1rem 0.5rem 0.35rem 0.5rem;
  margin-bottom: 0;
}
.marquee_banner .marquee__group a, .marquee_banner .marquee__group h5 {
  font-family: "PP Neue Machina Inktrap Ulbold", sans-serif;
  color: #fd9ec3;
  font-size: calc(1.5rem + 0.1vw);
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .marquee_banner .marquee__group a, .marquee_banner .marquee__group h5 {
    font-size: calc(1.85rem + 0.1vw);
  }
}
.marquee_banner .marquee__group .picto img {
  position: relative;
  width: 18px;
  height: auto;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .marquee_banner .marquee__group .picto img {
    width: 25px;
    top: -2px;
  }
}

.marquee_merch {
  margin-top: 2rem;
}
.marquee_merch figure {
  position: relative;
  margin-right: 2rem;
}
.marquee_merch img {
  width: 250px;
}
@media only screen and (min-width: 576px) {
  .marquee_merch img {
    width: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .marquee_merch img {
    width: 600px;
  }
}

@keyframes scrollBanner {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0rem));
  }
}
/* Ronquières festival 2026 - Scalp - 17.12.2025 */
/* -------------- */
/* Btn */
/* -------------- */
.bg_primary .btn {
  color: #fd9ec3 !important;
}
.bg_secondary .btn {
  color: #fe5c24 !important;
}
.bg_dark .btn {
  color: #000000 !important;
}
.bg_third .btn {
  color: #fe5c24 !important;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #000000;
  color: inherit;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_ticket {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #000000;
  color: #fd9ec3;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_ticket:hover, .btn_ticket:focus, .btn_ticket:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff !important;
  color: #000000 !important;
  border-color: #000000;
}
.btn_ticket span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_ticket svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.XXhome .btn_ticket {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #000000;
  color: #fff;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.XXhome .btn_ticket:hover, .XXhome .btn_ticket:focus, .XXhome .btn_ticket:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.XXhome .btn_ticket span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.XXhome .btn_ticket svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.XXhome .btn_ticket:hover, .XXhome .btn_ticket:focus, .XXhome .btn_ticket:active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.XXhome .is-scrolled .btn_ticket {
  background-color: #fff !important;
  color: #000000 !important;
}
.XXhome .is-scrolled .btn_ticket:hover, .XXhome .is-scrolled .btn_ticket:focus, .XXhome .is-scrolled .btn_ticket:active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

body:not(.home) .XXbtn_ticket {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  padding: 0.3rem 1.3rem 0.6rem 1.3rem;
  line-height: inherit;
  border-radius: 2rem;
  font-size: calc(1rem + 0.1vw);
  font-weight: bold;
  font-family: "Integral CF", sans-serif;
  background-color: #fff;
  color: #000000;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:not(.home) .XXbtn_ticket:hover, body:not(.home) .XXbtn_ticket:focus, body:not(.home) .XXbtn_ticket:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
body:not(.home) .XXbtn_ticket span {
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.home) .XXbtn_ticket svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
body:not(.home) .XXbtn_ticket:hover, body:not(.home) .XXbtn_ticket:focus, body:not(.home) .XXbtn_ticket:active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* -------------- */
/* Pages color */
/* -------------- */
body {
  /* Par défaut */
}
body.page-template-default, body.page-template {
  /* Fond */
  background-color: #c83446;
}
body.page-template-default main:before, body.page-template main:before {
  background-image: url(../medias/RN_fond.jpg);
}
body.page-template-default, body.page-template {
  /* Header - footer */
}
body.page-template-default #logo-entete, body.page-template #logo-entete {
  color: #c83446;
}
body.page-template-default .tickets_footer, body.page-template-default #previous, body.page-template .tickets_footer, body.page-template #previous {
  color: #fd9ec3;
}
body.page-template-default header, body.page-template header {
  color: #c83446;
}
body.page-template-default header #logo, body.page-template-default header a, body.page-template-default header .dates, body.page-template header #logo, body.page-template header a, body.page-template header .dates {
  color: #c83446;
}
body.page-template-default header nav, body.page-template-default header .menu-container, body.page-template header nav, body.page-template header .menu-container {
  background-color: #eae4df;
}
body.page-template-default header #showMenu span, body.page-template-default header #showMenu span::before, body.page-template-default header #showMenu span::after, body.page-template-default header #showMenu.active span::before, body.page-template-default header #showMenu.active span::after, body.page-template header #showMenu span, body.page-template header #showMenu span::before, body.page-template header #showMenu span::after, body.page-template header #showMenu.active span::before, body.page-template header #showMenu.active span::after {
  background-color: #c83446;
}
body.page-template-default header #showMenu.active #quitMenu, body.page-template header #showMenu.active #quitMenu {
  background-color: rgba(234, 228, 223, 0.5);
}
body.page-template-default, body.page-template {
  /* Titre */
}
body.page-template-default .title-bg, body.page-template .title-bg {
  color: #c83446;
  background-color: #fd9ec3;
}
body {
  /*. Par défaut */
  /* Home - Tickets - FAQ */
}
body.home, body.page-template-faq {
  /* Fond */
  background-color: #c83446;
}
body.home main:before, body.page-template-faq main:before {
  background-image: url(../medias/RR_fond.jpg);
}
body.home, body.page-template-faq {
  /* Header - footer */
}
body.home #logo-entete, body.page-template-faq #logo-entete {
  color: #c83446;
}
body.home .tickets_footer, body.home #previous, body.page-template-faq .tickets_footer, body.page-template-faq #previous {
  color: #fd9ec3;
}
body.home header, body.page-template-faq header {
  color: #fd9ec3;
}
body.home header #logo, body.home header a, body.home header .dates, body.page-template-faq header #logo, body.page-template-faq header a, body.page-template-faq header .dates {
  color: #fd9ec3;
}
body.home header nav, body.home header .menu-container, body.page-template-faq header nav, body.page-template-faq header .menu-container {
  background-color: #c83446;
}
body.home header #showMenu span, body.home header #showMenu span::before, body.home header #showMenu span::after, body.home header #showMenu.active span::before, body.home header #showMenu.active span::after, body.page-template-faq header #showMenu span, body.page-template-faq header #showMenu span::before, body.page-template-faq header #showMenu span::after, body.page-template-faq header #showMenu.active span::before, body.page-template-faq header #showMenu.active span::after {
  background-color: #fd9ec3;
}
body.home header #showMenu.active #quitMenu, body.page-template-faq header #showMenu.active #quitMenu {
  background-color: rgba(200, 52, 70, 0.5);
}
body.home, body.page-template-faq {
  /* Titre */
}
body.home .title-bg, body.page-template-faq .title-bg {
  color: #fd9ec3;
  background-color: #000000;
}
body {
  /*. Home - Tickets - FAQ */
  /* Programme */
}
body.page-template-programme, body.concerts-template-default {
  /* Fond */
  background-color: #e9d4ff;
}
body.page-template-programme main:before, body.concerts-template-default main:before {
  background-image: url(../medias/OM_fond.jpg);
}
body.page-template-programme, body.concerts-template-default {
  /* Header - footer */
}
body.page-template-programme #logo-entete, body.concerts-template-default #logo-entete {
  color: #fe5c24;
}
body.page-template-programme .tickets_footer, body.page-template-programme #previous, body.concerts-template-default .tickets_footer, body.concerts-template-default #previous {
  color: #e9d4ff;
}
body.page-template-programme header, body.concerts-template-default header {
  color: #fe5c24;
}
body.page-template-programme header #logo, body.page-template-programme header a, body.page-template-programme header .dates, body.concerts-template-default header #logo, body.concerts-template-default header a, body.concerts-template-default header .dates {
  color: #fe5c24;
}
body.page-template-programme header nav, body.page-template-programme header .menu-container, body.concerts-template-default header nav, body.concerts-template-default header .menu-container {
  background-color: #e9d4ff;
}
body.page-template-programme header #showMenu span, body.page-template-programme header #showMenu span::before, body.page-template-programme header #showMenu span::after, body.page-template-programme header #showMenu.active span::before, body.page-template-programme header #showMenu.active span::after, body.concerts-template-default header #showMenu span, body.concerts-template-default header #showMenu span::before, body.concerts-template-default header #showMenu span::after, body.concerts-template-default header #showMenu.active span::before, body.concerts-template-default header #showMenu.active span::after {
  background-color: #fe5c24;
}
body.page-template-programme header #showMenu.active #quitMenu, body.concerts-template-default header #showMenu.active #quitMenu {
  background-color: rgba(233, 212, 255, 0.5);
}
body.page-template-programme, body.concerts-template-default {
  /* Titre */
}
body.page-template-programme .title-bg, body.concerts-template-default .title-bg {
  color: #e9d4ff;
  background-color: #fe5c24;
}
body {
  /*. Programme */
  /* News */
}
body.post-type-archive-news, body.single-news {
  /* Fond */
  background-color: #c83446;
}
body.post-type-archive-news main:before, body.single-news main:before {
  background-image: url(../medias/ON_fond.jpg);
}
body.post-type-archive-news, body.single-news {
  /* Header - footer */
}
body.post-type-archive-news #logo-entete, body.single-news #logo-entete {
  color: #fe5c24;
}
body.post-type-archive-news .tickets_footer, body.post-type-archive-news #previous, body.single-news .tickets_footer, body.single-news #previous {
  color: #fe5c24;
}
body.post-type-archive-news header, body.single-news header {
  color: #fe5c24;
}
body.post-type-archive-news header #logo, body.post-type-archive-news header a, body.post-type-archive-news header .dates, body.single-news header #logo, body.single-news header a, body.single-news header .dates {
  color: #fe5c24;
}
body.post-type-archive-news header nav, body.post-type-archive-news header .menu-container, body.single-news header nav, body.single-news header .menu-container {
  background-color: #eae4df;
}
body.post-type-archive-news header #showMenu span, body.post-type-archive-news header #showMenu span::before, body.post-type-archive-news header #showMenu span::after, body.post-type-archive-news header #showMenu.active span::before, body.post-type-archive-news header #showMenu.active span::after, body.single-news header #showMenu span, body.single-news header #showMenu span::before, body.single-news header #showMenu span::after, body.single-news header #showMenu.active span::before, body.single-news header #showMenu.active span::after {
  background-color: #fe5c24;
}
body.post-type-archive-news header #showMenu.active #quitMenu, body.single-news header #showMenu.active #quitMenu {
  background-color: rgba(234, 228, 223, 0.5);
}
body.post-type-archive-news, body.single-news {
  /* Titre */
}
body.post-type-archive-news .title-bg, body.single-news .title-bg {
  color: #eae4df;
  background-color: #fe5c24;
}
body {
  /*. News */
  /* Fond blanc */
}
body.page-template-partenaires {
  /* Fond */
  background-color: #fff;
}
body.page-template-partenaires main:before {
  background-image: none;
}
body.page-template-partenaires {
  /* Header - footer */
}
body.page-template-partenaires #logo-entete {
  color: #c83446;
}
body.page-template-partenaires .tickets_footer, body.page-template-partenaires #previous {
  color: #fd9ec3;
}
body.page-template-partenaires header {
  color: #c83446;
}
body.page-template-partenaires header #logo, body.page-template-partenaires header a, body.page-template-partenaires header .dates {
  color: #c83446;
}
body.page-template-partenaires header nav, body.page-template-partenaires header .menu-container {
  background-color: #eae4df;
}
body.page-template-partenaires header #showMenu span, body.page-template-partenaires header #showMenu span::before, body.page-template-partenaires header #showMenu span::after, body.page-template-partenaires header #showMenu.active span::before, body.page-template-partenaires header #showMenu.active span::after {
  background-color: #c83446;
}
body.page-template-partenaires header #showMenu.active #quitMenu {
  background-color: rgba(234, 228, 223, 0.5);
}
body.page-template-partenaires {
  /* Titre */
}
body.page-template-partenaires .title-bg {
  color: #c83446;
  background-color: #fd9ec3;
}
body {
  /*. Fond blanc  */
  /* Fond noir */
}
body.page-template-page-noire {
  /* Fond */
  background-color: #000000;
  color: #fff !important;
}
body.page-template-page-noire main:before {
  background-image: none;
}
body.page-template-page-noire {
  /* Header - footer */
}
body.page-template-page-noire #logo-entete {
  color: #c83446;
}
body.page-template-page-noire .tickets_footer, body.page-template-page-noire #previous {
  color: #fd9ec3;
}
body.page-template-page-noire header {
  color: #c83446;
}
body.page-template-page-noire header #logo, body.page-template-page-noire header a, body.page-template-page-noire header .dates {
  color: #c83446;
}
body.page-template-page-noire header nav, body.page-template-page-noire header .menu-container {
  background-color: #eae4df;
}
body.page-template-page-noire header #showMenu span, body.page-template-page-noire header #showMenu span::before, body.page-template-page-noire header #showMenu span::after, body.page-template-page-noire header #showMenu.active span::before, body.page-template-page-noire header #showMenu.active span::after {
  background-color: #c83446;
}
body.page-template-page-noire header #showMenu.active #quitMenu {
  background-color: rgba(234, 228, 223, 0.5);
}
body.page-template-page-noire {
  /* Titre */
}
body.page-template-page-noire .title-bg {
  color: #c83446;
  background-color: #fd9ec3;
}
body.page-template-page-noire .content-editor h1, body.page-template-page-noire .content-editor h2, body.page-template-page-noire .content-editor h3, body.page-template-page-noire .content-editor h4, body.page-template-page-noire .content-editor h5, body.page-template-page-noire .content-editor h6, body.page-template-page-noire .content-editor .h1, body.page-template-page-noire .content-editor .h2, body.page-template-page-noire .content-editor .h3, body.page-template-page-noire .content-editor .h4, body.page-template-page-noire .content-editor .h5, body.page-template-page-noire .content-editor .h6, body.page-template-page-noire .content-editor .title {
  color: #fd9ec3 !important;
}
body.page-template-page-noire .content-editor *:not(h1, h2, h3, h4, h5, h6) {
  font-size: calc(1.15rem + 0.1vw);
}
body {
  /*. Fond noir  */
}

/* Header */
@media (min-width: 1200px) {
  header .menu-item a:hover, header .menu-item a:focus, header .menu-item a:active {
    color: #000000 !important;
  }
}

/* .Header */
/* -------------- */
/* Body */
/* -------------- */
body main:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}

/* -------------- */
/* text */
/* -------------- */
.title-bg-container {
  margin-top: 5rem;
}

.title-bg {
  border-radius: 3rem;
  padding: 1rem 2rem 0.5rem 2rem;
  display: inline-block;
}
.title-bg h1, .title-bg h2, .title-bg h3 {
  margin-bottom: 0;
  line-height: 1;
}

.content-editor, .accordion .content {
  font-family: sans-serif !important;
}
.content-editor p, .content-editor span, .content-editor b, .accordion .content p, .accordion .content span, .accordion .content b {
  font-family: sans-serif !important;
}

/* -------------- */
/* Esapcements */
/* -------------- */
.p-m {
  padding: calc(1rem + 0.5vw);
}

/* -------------- */
/* Programme */
/* -------------- */
.filtres ul {
  background-color: #fe5c24;
  color: #e9d4ff;
  display: block;
  padding: 0.5rem;
  border-radius: 1.6rem;
  margin-top: 3rem;
}
.filtres ul li {
  display: inline-block;
  padding: 0 1rem;
}
.filtres ul a {
  color: #e9d4ff !important;
}
.filtres ul a:hover, .filtres ul a:focus, .filtres ul a:active {
  color: #000000 !important;
}/*# sourceMappingURL=style.css.map */