@charset "UTF-8";
/* Les Solidarités 2026 - 15.10.2025 */
/* Hover */
/*------*/
/* Colors */
/*------*/
/*------*/
/* 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 */
/* text */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* Les Solidarités 2026 - 15.10.2025 */
header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger) {
  color: #ec626b;
}
main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):hover, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):focus, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):active {
  color: #FFEA37;
}

/*----------*/
/*-- padding --*/
/*----------*/
.p-m {
  padding: 1.75rem;
}

.px-m {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-m {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.ps-m {
  padding-left: 1.75rem;
}

.pe-m {
  padding-right: 1.75rem;
}

.pt-m {
  padding-top: 1.75rem;
}

.pb-m {
  padding-bottom: 1.75rem;
}

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

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

.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: #ec626b;
  color: #fff;
}
.bg_primary svg {
  color: #fff;
}

.bg_secondary {
  background-color: #FFEA37;
  color: #00323F;
}
.bg_secondary svg {
  color: #00323F;
}

.bg_third {
  background-color: #0f8235;
  color: #fff;
}
.bg_third svg {
  color: #fff;
}

.bg_dark {
  background-color: #202950;
  color: #fff;
}
.bg_dark svg {
  color: #fff;
}

.bg_light {
  background-color: #fdedcb;
  color: #202950;
}
.bg_light svg {
  color: #202950;
}

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

.bg_info {
  background-color: #0f8235;
  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: #ec626b;
}

.fill-secondary {
  fill: #FFEA37;
}

.fill-third {
  fill: #0f8235;
}

.fill-dark {
  fill: #202950;
}

.fill-light {
  fill: #fdedcb;
}

.fill-white {
  fill: #fff;
}

.fill-info {
  fill: #0f8235;
}

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

.fill-warning {
  fill: #ff8800;
}

.fill-danger {
  fill: #ec0058;
}

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

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #FFEA37;
  color: #00323F;
}
.tag_secondary svg {
  color: #00323F;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #0f8235;
  color: #fff;
}
.tag_third svg {
  color: #fff;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #202950;
  color: #fff;
}
.tag_dark svg {
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  border-radius: 2px;
  display: inline-block;
  background-color: #fdedcb;
  color: #202950;
}
.tag_light svg {
  color: #202950;
}

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

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

.tag_success {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  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: 800;
  padding: 0.25rem 0.75rem;
  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: 800;
  padding: 0.25rem 0.75rem;
  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, .small-container {
    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%);
}

/* Les Solidarités 2026 - 15.10.2025 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "hagrid-text", sans-serif;
  color: #202950;
}

body, p, span, a, .link, button.link {
  font-size: 17px;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "hagrid", sans-serif;
  text-transform: inherit;
  font-weight: 800;
}
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: 44px;
}
h1 svg, .h1 svg {
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    hyphens: auto;
    line-height: 1;
    font-size: calc(44px - 1.5vw);
  }
  h1 svg, .h1 svg {
    width: calc(44px - 1.5vw);
    height: calc(44px - 1.5vw);
  }
}

h2, .h2 {
  font-size: 42px;
}
h2 svg, .h2 svg {
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h2, .h2 {
    hyphens: auto;
    line-height: 1;
    font-size: calc(42px - 1vw);
  }
  h2 svg, .h2 svg {
    width: calc(42px - 1vw);
    height: calc(42px - 1vw);
  }
}

h3, .h3 {
  font-size: 32px;
}
h3 svg, .h3 svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    hyphens: auto;
    font-size: calc(32px - 0.5vw);
  }
  h3 svg, .h3 svg {
    width: calc(32px - 0.5vw);
    height: calc(32px - 0.5vw);
  }
}

h4, .h4 {
  font-size: 22px;
}
h4 svg, .h4 svg {
  width: 22px;
  height: 22px;
}

h5, .h5, h6, .h6 {
  font-size: 18px;
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: 18px;
  height: 18px;
}

p {
  white-space: normal !important;
}

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

.text_primary {
  color: #ec626b;
}

.text_secondary {
  color: #FFEA37;
}

.text_third {
  color: #0f8235;
}

.text_dark {
  color: #202950;
}

.text_light {
  color: #fdedcb;
}

.text_white {
  color: #fff;
}

.text_info {
  color: #0f8235;
}

.text_success {
  color: #00a438;
}

.text_warning {
  color: #ff8800;
}

.text_danger {
  color: #ec0058;
}

/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* Navbar */
/* -------------- */
header {
  background-color: #fdedcb;
  -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: 1rem 0;
}
header.is-scrolled {
  background-color: #fdedcb;
}
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;
}

/* -------------- */
/* Burger */
/* -------------- */
header #showMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 100;
  padding: 0;
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  display: block;
  width: 100%;
  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: 10px;
  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: 10px;
  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, header #showMenu.active span::after {
  background-color: #202950 !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;
  height: 100%;
  background: rgba(15, 130, 53, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  animation: 300ms ease-in opacityAnim;
  width: 10%;
}
@media only screen and (min-width: 576px) {
  header #showMenu.active #quitMenu {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  header #showMenu.active #quitMenu {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  header #showMenu.active #quitMenu {
    width: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  header #showMenu.active #quitMenu {
    width: 65%;
  }
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  background-color: #202950;
}
header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
  background-color: #202950;
}

@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Menu */
/* -------------- */
header a {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "hagrid", sans-serif;
}
header .menu-container {
  top: 0;
  background: #FFEA37;
  position: fixed;
  overflow: scroll;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
  right: -100%;
  z-index: 1;
  width: 90%;
}
@media only screen and (min-width: 576px) {
  header .menu-container {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  header .menu-container {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  header .menu-container {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  header .menu-container {
    width: 35%;
  }
}
header .menu-container.open {
  right: 0;
}
header .menu-content {
  padding: 2rem;
  margin-top: 5vh;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 103;
}
header .menu-content a {
  font-size: 22px;
  margin: 0;
  padding: 1rem 0rem;
  display: block;
  color: #202950;
}
header .menu-content a:hover, header .menu-content a:focus, header .menu-content a:active {
  color: #0f8235;
}

/* -------------- */
/* Sous-menu */
/* -------------- */
.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: "hagrid-text", sans-serif;
  font-weight: 300;
}

.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: 1rem;
  font-size: 18px;
}
.menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
  display: block;
}

/* -------------- */
/* Logo */
/* -------------- */
#logo {
  -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)) {
  header:not(.is-scrolled) #logo {
    width: calc(140px + 20px);
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header:not(.is-scrolled) #logo {
    width: calc(180px + 20px);
    height: auto;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header.is-scrolled #logo {
    width: 140px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header.is-scrolled #logo {
    width: 180px;
    height: auto;
  }
}

/* -------------- */
/* Style */
/* -------------- */
.home header {
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .list-icone a {
  background-color: #0f8235;
  color: #fff;
}
header .list-icone a svg {
  color: #fff;
}
header .list-icone a:hover, header .list-icone a:focus, header .list-icone a:active {
  background-color: #202950;
  color: #fff;
}
header .list-icone a:hover svg, header .list-icone a:focus svg, header .list-icone a:active svg {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  header .menu-content {
    width: 400px;
  }
  header #menu .btn-ticket {
    width: 400px;
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  header .menu-content {
    padding: 0 2rem;
    margin-bottom: 0;
  }
  header #menu .btn-ticket {
    padding: 1rem 2rem;
  }
}

/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* Home */
/* -------------- */
#banner {
  position: relative;
  background-color: #202950;
  background-image: url(../medias/2026/header-fond.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  #banner {
    min-height: 65vh;
  }
}
#banner .logos-partenaires img {
  width: 200px;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  #banner .logos-partenaires img {
    width: 130px;
  }
}
@media only screen and (min-width: 576px) {
  #banner .logos-partenaires {
    position: absolute;
    width: 100%;
  }
}
#banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(32, 41, 80, 0) 0%, rgba(32, 41, 80, 0.7) 100%);
}

.banner-logo {
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 576px) {
  .banner-logo figcaption {
    font-size: 22px;
  }
}
.banner-logo img {
  width: 650px;
}
.banner-logo figure {
  padding: 0 2rem;
}
.banner-logo figcaption {
  color: #FFEA37;
  font-family: "hagrid-text", sans-serif;
}

#home {
  position: relative;
}
#home .container {
  position: relative;
  z-index: 1;
}
#home:after {
  z-index: 0;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 300px;
  height: 300px;
  background-size: 150%;
  background-position: top right;
}
@media only screen and (min-width: 768px) {
  #home:after {
    width: 400px;
    height: 400px;
    background-size: 120%;
  }
}

#news {
  position: relative;
}
#news:before {
  z-index: 0;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 200px;
  height: 317px;
  background-size: 130%;
  background-position: bottom right;
}
@media only screen and (min-width: 992px) {
  #news:before {
    width: 400px;
    height: 600px;
    background-size: 110%;
    background-position: right center;
  }
}

#inter-nav {
  background-color: #FFEA37;
  /* li:nth-child(odd) a{
     @include link_secondary;
     color: $thirdHover;
   }
   li:nth-child(even) a{
     @include link_dark;
   }
   li:nth-child(2n+1) a{
     @include link_secondary;
   }
   li:nth-child(2n+2) a{
     @include link_primary;
   }

   li:nth-child(3n+3) a{
     @include link_third;
   }*/
}
#inter-nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
#inter-nav li {
  display: inline-block;
}
#inter-nav li a {
  color: #fdedcb;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
#inter-nav li a svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
#inter-nav li a:hover, #inter-nav li a:focus, #inter-nav li a:active {
  color: #fff;
}
#inter-nav li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.25rem 0 0.5rem;
}

/* -------------- */
/* Marquee */
/* -------------- */
.marquee {
  background-color: #fdedcb;
  display: flex;
  overflow: hidden;
  user-select: none;
  padding: 1.5rem 0 1.3rem 0;
}
.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;
}
.marquee .marquee__group h5:after {
  content: "";
  margin: 0 0.75rem;
  width: 35px;
  height: 30px;
  background-image: url(../medias/2026/separateurmarquee.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.marquee .marquee__group.concerts {
  padding-right: 3rem;
}
.marquee .marquee__group.concerts h5:last-of-type:after {
  content: "...";
  padding: 0 0.5rem 0 1rem;
  color: #FFEA37;
}
.marquee .marquee__group.concerts h5:nth-child(even) a {
  color: #ec626b;
}
.marquee .marquee__group.concerts h5:nth-child(odd) a {
  color: #0f8235;
}
.marquee .marquee__group.message h5:nth-child(odd) {
  color: #ec626b;
}
.marquee .marquee__group.message h5:nth-child(even) {
  color: #0f8235;
}
.marquee .marquee__group h5 {
  margin-bottom: 0;
}
.marquee .marquee__group a, .marquee .marquee__group h5 {
  font-family: "hagrid", sans-serif;
  color: #0f8235;
  font-size: 32px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .marquee .marquee__group a, .marquee .marquee__group h5 {
    font-size: 42px;
  }
}
.marquee .marquee__group a {
  position: relative;
}
.marquee .marquee__group a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.marquee:hover .concerts h5:nth-child(even) a {
  color: #0f8235;
}
.marquee:hover .concerts h5:nth-child(even) a:before {
  background-color: #0f8235;
}
.marquee:hover .concerts h5:nth-child(odd) a {
  color: #ec626b;
}
.marquee:hover .concerts h5:nth-child(odd) a:before {
  background-color: #ec626b;
}
.marquee:hover .concerts a:hover {
  transform: scale(1.2);
}
.marquee:hover .concerts a:hover:before {
  left: 0;
  right: 0;
}

@keyframes scrollBanner {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0rem));
  }
}
/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* Page */
/* -------------- */
body:not(.home) main {
  min-height: calc(100vh - 700px);
  position: relative;
}
body:not(.home) main .container {
  position: relative;
  z-index: 1;
}
body:not(.home) main:after {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
body:not(.home) h1 {
  color: #ec626b;
  margin-bottom: 1.5rem;
}

#page h1 {
  text-align: center;
  margin-bottom: 3rem !important;
}

#page div a, #page article a, #single div a, #single article a {
  color: #0f8235;
}
#page div a:hover, #page div a:focus, #page div a:active, #page article a:hover, #page article a:focus, #page article a:active, #single div a:hover, #single div a:focus, #single div a:active, #single article a:hover, #single article a:focus, #single article a:active {
  color: #FFEA37;
}
#page .list-icone a, #single .list-icone a {
  background-color: #202950;
  color: #fff;
}
#page .list-icone a svg, #single .list-icone a svg {
  color: #fff;
}
#page .list-icone a:hover, #page .list-icone a:focus, #page .list-icone a:active, #single .list-icone a:hover, #single .list-icone a:focus, #single .list-icone a:active {
  background-color: #ec626b;
  color: #fff;
}
#page .list-icone a:hover svg, #page .list-icone a:focus svg, #page .list-icone a:active svg, #single .list-icone a:hover svg, #single .list-icone a:focus svg, #single .list-icone a:active svg {
  color: #fff;
}
#page aside, #single aside {
  background-color: #FFEA37;
  color: #00323F;
  padding: 1.5rem;
  border-radius: 1rem;
}
#page aside svg, #single aside svg {
  color: #00323F;
}
#page aside .title, #single aside .title {
  color: #202950;
}
#page aside ul, #single aside ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#page aside ul a, #single aside ul a {
  color: #202950;
}
#page aside ul a:hover, #page aside ul a:focus, #page aside ul a:active, #single aside ul a:hover, #single aside ul a:focus, #single aside ul a:active {
  color: rgba(32, 41, 80, 0.5);
}
#page aside ul a small, #single aside ul a small {
  font-weight: 300;
}
#page aside ul li:not(:last-of-type), #single aside ul li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
}

#previous {
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
  text-transform: uppercase;
  color: #ec626b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#previous svg {
  width: 40px;
}
#previous:hover, #previous:focus, #previous:active {
  color: #0f8235;
}

.bread-crumb {
  margin-bottom: 3rem;
}
.bread-crumb ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding: 1rem !important;
  background-color: #FFEA37;
  border-radius: 1rem;
}
.bread-crumb li {
  display: inline-block;
}
.bread-crumb li.active {
  font-weight: 800;
  color: rgba(32, 41, 80, 0.5);
  text-transform: inherit;
  font-family: "hagrid-text", sans-serif;
}
.bread-crumb a {
  font-weight: 800;
  color: #202950;
  text-transform: inherit;
  font-family: "hagrid-text", sans-serif;
}
.bread-crumb a:after {
  content: "";
  background-image: url(../medias/separateurFilDariane.svg);
  background-position: center;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0.5rem 0 0.65rem;
  position: relative;
  top: 2px;
}

/* -------------- */
/* News */
/* -------------- */
.single-news .post-date {
  margin-top: 1.5rem;
  display: block;
  color: #ec626b;
}
.wp-block-button__link {
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #0f8235;
  color: #fff !important;
  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;
  margin: 1.5rem 0;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #FFEA37;
  color: #202950 !important;
  border-color: transparent;
}
.wp-block-button__link span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-button__link svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

/* -------------- */
/* Radio */
/* -------------- */
.radio .podcast {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.3rem;
}
.radio .date {
  color: #0f8235;
  margin-top: 1rem;
}

/* -------------- */
/* Concerts */
/* -------------- */
.tag_date {
  font-family: "hagrid", sans-serif;
  text-transform: uppercase;
  background: #FFEA37;
  padding: 5px 0.5rem 5px 0.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  line-height: 22px;
  border-radius: 5px;
}

.single-concerts h1 {
  margin-bottom: 0.5rem !important;
  margin-top: 1.5rem;
}

.infos-concert span {
  font-size: 18px;
  color: #ec626b;
}
.infos-concert .scene, .infos-concert .cat {
  display: block;
  font-weight: 800;
}

/* -------------- */
/* partenaire */
/* -------------- */
#partenaires-list ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* -------------- */
/* Contact */
/* -------------- */
.contact-item h4, .contact-item h6 {
  text-transform: uppercase;
}
.contact-item h6 {
  font-family: "hagrid-text", sans-serif;
  font-size: 18px;
}

/* -------------- */
/* Editor */
/* -------------- */
.wp-block-heading, h1, h2, h3, h4, h5, h6, .h1, .h2, .single-news h1, .h3, .h4, .h5, .h6, .title {
  text-transform: uppercase;
}
.wp-block-heading span, .wp-block-heading strong, h1 span, h1 strong, h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong, h5 span, h5 strong, h6 span, h6 strong, .h1 span, .h1 strong, .h2 span, .single-news h1 span, .h2 strong, .single-news h1 strong, .h3 span, .h3 strong, .h4 span, .h4 strong, .h5 span, .h5 strong, .h6 span, .h6 strong, .title span, .title strong {
  text-transform: uppercase;
}

/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* Cards */
/* -------------- */
.card-item {
  position: relative;
  height: 100%;
  background: #0f8235;
  border-radius: 1rem;
}
.card-item figure {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  display: block;
  overflow: hidden;
}
.card-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.post-type-archive-concerts .card-item, .post-type-archive-galeries .card-item {
  text-align: center;
}
.card-item figure {
  border: 3px solid #0f8235;
  background-color: #fff;
}
.card-item article {
  background-color: #0f8235;
  position: relative;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.card-item h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: inherit;
}
.card-item h3 svg {
  width: 18px;
  height: 18px;
}
.card-item:hover, .card-item:focus, .card-item:active {
  -webkit-box-shadow: 5px 5px 0px 0px #ec626b;
  box-shadow: 5px 5px 0px 0px #ec626b;
}
.card-item .exclu {
  position: absolute;
  top: 39px;
  right: -52px;
  transform: rotate(45deg);
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "hagrid", sans-serif;
  font-weight: 700;
  background: #FFEA37;
  color: #202950;
  width: 200px;
  padding-top: 4px;
}

.exclu-single {
  font-size: 22px;
  font-family: "hagrid", sans-serif;
  font-weight: 700;
  background: #FFEA37;
  color: #202950;
  text-transform: uppercase;
  padding: 5px 0.5rem 2px 0.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  letter-spacing: 0.07rem;
  line-height: 22px;
}

.cardImg {
  padding-top: 62.5%;
}

/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* Footer */
/* -------------- */
@media only screen and (max-width: calc(576px - 0.2px)) {
  .btn-ticket-fixe {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .btn-ticket-fixe a {
    display: block;
    border-radius: 0 !important;
    width: 100% !important;
    padding: 0.5rem !important;
  }
}
@media only screen and (min-width: 576px) {
  .btn-ticket-fixe {
    bottom: 2rem;
    right: 2rem;
  }
}

footer {
  /*background: $gradient-sauv;
  background: $gradient;*/
  background: #202950;
  position: relative;
}
footer .title {
  color: #fdedcb;
}
footer:before, footer:after {
  content: "";
  display: block;
  width: calc(100% - 300px);
  height: 100%;
  background-size: 100%;
  background-position: top;
  position: absolute;
  top: 0;
  bottom: auto;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 576px) {
  footer:before, footer:after {
    background-position: top center;
    width: 120px;
  }
  footer:before {
    left: 0;
  }
  footer:after {
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  footer:before, footer:after {
    width: 300px;
    top: auto;
    bottom: 0;
    background-position: bottom center;
  }
  footer:before {
    left: 0;
  }
  footer:after {
    right: 0;
  }
}
footer #sib_signup_form_1 input.sib-email-area.fadeScrollLeft {
  border-color: #fff;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer a {
  color: #fdedcb;
  text-transform: uppercase;
  font-size: 18px;
}
footer a:hover, footer a:focus, footer a:active {
  color: #FFEA37;
}
footer .list-icone a {
  background-color: #FFEA37;
  color: #00323F;
}
footer .list-icone a svg {
  color: #00323F;
}
footer .list-icone a:hover, footer .list-icone a:focus, footer .list-icone a:active {
  background-color: #0f8235;
  color: #fff;
}
footer .list-icone a:hover svg, footer .list-icone a:focus svg, footer .list-icone a:active svg {
  color: #fff;
}
footer small {
  font-family: "hagrid-text", sans-serif;
  font-size: 13px;
  color: #fff;
}
footer small a {
  font-size: 13px;
}

.logo_footer {
  width: 300px;
}

/* Les Solidarités 2026 - 15.10.2025 */
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio]), textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 1rem;
  border: 3px solid #202950;
  padding: 1.1rem;
  line-height: 1.1;
  background-color: #fff;
  color: #202950;
  -webkit-appearance: none;
}
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 {
  border: 3px solid #FFEA37;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-bottom: 0.5rem;
  color: #ec626b;
  font-weight: 300;
  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: 700;
  color: #ec0058;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.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;
}

/* Les Solidarités 2026 - 15.10.2025 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "hagrid-text", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
@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: inherit;
}
.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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #ec626b;
  color: #fff !important;
  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: #0f8235;
  color: #fff !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #FFEA37;
  color: #00323F !important;
  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: #0f8235;
  color: #fff !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #0f8235;
  color: #fff !important;
  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: #FFEA37;
  color: #202950 !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #202950;
  color: #fff !important;
  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: rgba(32, 41, 80, 0.5);
  color: #fff !important;
  border-color: transparent;
}
.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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #fdedcb;
  color: #202950 !important;
  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: #202950 !important;
  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: 3px;
  border-style: solid;
  border-color: #fff;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #fff;
  color: #202950 !important;
  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: #ec626b;
  color: #fff !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #0f8235;
  color: #fff !important;
  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 !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #00a438;
  color: #fff !important;
  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 !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #ff8800;
  color: #fff !important;
  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 !important;
  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: 3px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: #ec0058;
  color: #fff !important;
  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: #202950;
  color: #fff !important;
  border-color: #202950;
}
.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: 3px;
  border-style: solid;
  border-color: #ec626b;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #ec626b !important;
  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: #ec626b;
  color: #fff !important;
  border-color: #ec626b;
}
.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: 3px;
  border-style: solid;
  border-color: #FFEA37;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #FFEA37 !important;
  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: #FFEA37;
  color: #fff !important;
  border-color: #FFEA37;
}
.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: 3px;
  border-style: solid;
  border-color: #0f8235;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #0f8235 !important;
  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: #0f8235;
  color: #202950 !important;
  border-color: #0f8235;
}
.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: 3px;
  border-style: solid;
  border-color: #202950;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #202950 !important;
  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: #202950;
  color: #fff !important;
  border-color: #202950;
}
.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: 3px;
  border-style: solid;
  border-color: #fdedcb;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #fdedcb !important;
  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: #fdedcb;
  color: #202950 !important;
  border-color: #fdedcb;
}
.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: 3px;
  border-style: solid;
  border-color: #fff;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #fff !important;
  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: #202950 !important;
  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: 3px;
  border-style: solid;
  border-color: #0f8235;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #0f8235 !important;
  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: #0f8235;
  color: #fff !important;
  border-color: #0f8235;
}
.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: 3px;
  border-style: solid;
  border-color: #00a438;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #00a438 !important;
  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 !important;
  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: 3px;
  border-style: solid;
  border-color: #ff8800;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #ff8800 !important;
  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 !important;
  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: 3px;
  border-style: solid;
  border-color: #ec0058;
  padding: 1rem 1.1rem 0.8rem 1.1rem !important;
  line-height: inherit;
  border-radius: 1rem;
  font-size: 18px;
  font-weight: 800;
  font-family: "hagrid-text", sans-serif;
  background-color: transparent;
  color: #ec0058 !important;
  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 !important;
  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: #ec626b;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #0f8235;
}

.link_secondary {
  color: #FFEA37;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #0f8235;
}

.link_third {
  color: #0f8235;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #FFEA37;
}

.link_dark {
  color: #202950;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #ec626b;
}

.link_light {
  color: #fdedcb;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", 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: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #0f8235;
}

.link_info {
  color: #0f8235;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", 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: #202950;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_success svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_success:hover, .link_success:focus, .link_success:active {
  color: #ec626b;
}

.link_warning {
  color: #fdedcb;
  text-transform: inherit;
  font-weight: 700;
  font-family: "hagrid-text", 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: inherit;
  font-weight: 700;
  font-family: "hagrid-text", sans-serif;
}
.link_danger svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_danger:hover, .link_danger:focus, .link_danger:active {
  color: #0f8235;
}

.btn_icone {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(37px - 50%);
  width: calc(37px - 50%);
  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: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(37px - 50%);
  width: calc(37px - 50%);
  margin: auto;
  position: relative;
}

#top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
  border-radius: 100%;
  background-color: #ec626b;
  color: #fff;
  width: 35px;
  height: 35px;
  z-index: 3;
}
#top:hover, #top:focus, #top:active {
  background-color: #FFEA37;
  color: #fff;
}
#top.is-visible {
  opacity: 1;
}

/* Les Solidarités 2026 - 15.10.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;
  }
}
/* Les Solidarités 2026 - 15.10.2025 */
/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* FAQ */
/* -------------- */
.c-accordion__item {
  border-bottom: 1px solid #0f8235;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.c-accordion__item .c-accordion__title:after {
  color: #202950;
  content: "+";
  font-size: 22px;
}

.c-accordion__title, .c-accordion__title strong {
  font-weight: 700 !important;
  font-family: "hagrid-text", sans-serif;
  font-size: 17px;
}

/* Les Solidarités 2026 - 15.10.2025 */
/* -------------- */
/* Marquee */
/* -------------- */
.marquee {
  background-color: #fdedcb;
  display: flex;
  overflow: hidden;
  user-select: none;
  padding: 1.5rem 0 1.3rem 0;
}
.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;
}
.marquee .marquee__group.concerts {
  padding-right: 3rem;
}
.marquee .marquee__group.concerts h5:nth-child(even) a {
  color: #ec626b;
}
.marquee .marquee__group.concerts h5:nth-child(odd) a {
  color: #0f8235;
}
.marquee .marquee__group.message h5:nth-child(odd) {
  color: #ec626b;
}
.marquee .marquee__group.message h5:nth-child(even) {
  color: #0f8235;
}
.marquee .marquee__group h5 {
  margin-bottom: 0;
}
.marquee .marquee__group a, .marquee .marquee__group h5 {
  font-family: "hagrid", sans-serif;
  color: #0f8235;
  font-size: 32px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .marquee .marquee__group a, .marquee .marquee__group h5 {
    font-size: 42px;
  }
}

@keyframes scrollBanner {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0rem));
  }
}
/* -------------- */
/* Style */
/* -------------- */
/* -------------- */
/* Popup */
/* -------------- */
.hide_popup {
  display: none;
}

#popUpLive {
  position: fixed;
  background: rgba(32, 41, 80, 0.4);
  top: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 1rem;
}
#popUpLive article {
  padding: 1.5rem;
  border: 2px solid #202950;
  background-color: #ceedfc;
  width: 550px;
  max-width: 100%;
  margin: 15vh auto auto auto;
  position: relative;
}
#popUpLive .btn-dark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  background-color: #202950;
}

/* FACEWP */
.facetwp-facet {
  margin-bottom: 0 !important;
}
.facetwp-facet .facetwp-checkbox {
  background: none;
  border: 3px solid #202950;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.facetwp-facet .facetwp-checkbox.checked {
  background-image: none;
  background-color: #202950;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .facetwp-facet .facetwp-checkbox {
    display: inline-block;
    margin-right: 1rem;
  }
}
.facetwp-facet .facetwp-counter {
  font-size: 10px;
  position: relative;
  top: -2px;
}/*# sourceMappingURL=style.css.map */