@charset "UTF-8";
.content-liens-utiles:has(.bloc-liens-utiles) {
  position: relative;
}
@media screen and (min-width: 1001px) and (max-width: 1700px) {
  .content-liens-utiles:has(.bloc-liens-utiles) .entry-content > *:not(.alignfull):not(.alignwide), .content-liens-utiles:has(.bloc-liens-utiles) .entry-content > .alignfull > *, .content-liens-utiles:has(.bloc-liens-utiles) .entry-content > .alignwide > * {
    box-sizing: border-box;
    padding-right: calc(350px - (100vw - var(--wp--style--global--content-size)) / 2) !important;
  }
}
@media screen and (min-width: 1001px) {
  .content-liens-utiles:has(.bloc-liens-utiles) .conteneur-liens-utiles {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .content-liens-utiles:has(.bloc-liens-utiles) .conteneur-liens-utiles {
    width: calc(100% - 48px);
  }
}

.bloc-liens-utiles {
  position: sticky;
  top: 6rem;
  width: 280px;
  padding: 24px;
  background: #23224B;
}
.bloc-liens-utiles .bloc-liens-utiles__titre {
  color: #F18619;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}
.bloc-liens-utiles .bloc-liens-utiles__titre::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F18619;
  margin-right: 12px;
}
.bloc-liens-utiles .bloc-liens-utiles__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 1.8rem;
  max-height: 220px;
  overflow-y: auto;
}
.bloc-liens-utiles .bloc-liens-utiles__container .bloc-liens-utiles__lien {
  color: #FFFBF8;
  display: block;
  text-decoration: underline;
}
.bloc-liens-utiles .bloc-liens-utiles__container .bloc-liens-utiles__lien:hover {
  color: #F18619;
}

@media (max-width: 1000px) {
  .content-liens-utiles {
    flex-direction: column;
  }
  .bloc-liens-utiles {
    width: 100%;
  }
  .bloc-liens-utiles a {
    font-size: 16px;
    text-decoration: underline;
  }
}
.bloc-magazine__list--compact {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.bloc-magazine__list--compact .bloc-magazine__cover--small {
  display: flex;
  justify-content: center;
}
.bloc-magazine__list--compact .bloc-magazine__cover--small img {
  max-height: 250px;
}
.bloc-magazine__list--compact .bloc-magazine__content--compact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-magazine__list--compact .bloc-magazine__content--compact .bloc-magazine__title--small {
  color: #23224B;
  font-weight: 800;
  text-align: center;
  font-size: 20px;
}
.bloc-magazine__list--compact .bloc-magazine__content--compact a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #23224B;
  gap: 1rem;
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .bloc-magazine__list--compact {
    justify-content: center;
  }
}
.bloc-cinema__container {
  display: flex;
  gap: 2rem;
  padding: 2rem 1rem 2rem 1rem;
  background-color: #F3F2F2;
}
.bloc-cinema__container .bloc-cinema__image-container img {
  max-height: 320px;
  max-width: 320px;
}
.bloc-cinema__container .bloc-cinema__categories {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bloc-cinema__container .bloc-cinema__categories span {
  font-size: 16px;
  font-weight: 400;
  color: #23224B;
}
.bloc-cinema__container .bloc-cinema__categories svg:last-child {
  display: none;
}
.bloc-cinema__container .bloc-cinema__title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  margin: 1rem 0;
}
.bloc-cinema__container .bloc-cinema__trailer a {
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 1rem;
  align-items: center;
  color: #23224B;
}
.bloc-cinema__container .bloc-cinema__trailer a:hover {
  color: #F18619;
}
.bloc-cinema__container .bloc-cinema__showtimes .bloc-cinema__showtimes-label {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background-color: #F18619;
  color: #E8E1DB;
  font-weight: 400;
}
.bloc-cinema__container .bloc-cinema__showtimes .bloc-cinema__showtimes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bloc-cinema__container .bloc-cinema__showtimes .bloc-cinema__showtimes-list .bloc-cinema__showtime {
  padding: 0.5rem 1rem;
  background-color: #F18619;
  color: #E8E1DB;
  font-weight: 400;
}

@media (max-width: 768px) {
  .bloc-cinema__container {
    flex-direction: column;
  }
  .bloc-cinema__image-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fond-vert .btn-action {
  background: #B8C828;
}

.is-style-fond-bleu .btn-action {
  background: #23224B;
}

@media print {
  .bloc-partage-wrapper {
    display: none !important;
  }
}

.bloc-partage {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}

.btn-action {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  border: none;
  width: 40px;
  height: 40px;
}
.btn-action:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.btn-action:active {
  transform: translateY(0);
}

.btn-partage-container {
  position: relative;
}
.btn-partage-container .partage-menu {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  padding: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  top: 1.18rem;
  left: -3.1rem;
}
.btn-partage-container .partage-menu .partageRS {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  background-color: transparent;
}
.btn-partage-container .partage-menu .partageRS:hover {
  transform: scale(1.1);
}

@media print {
  .no-print,
  header,
  aside,
  .bloc-partage-wrapper {
    display: none !important;
  }
}
@media print {
  /* Forcer l'affichage des images lazy-loaded */
  img[data-src] {
    content: attr(data-src) !important;
  }
  /* S'assurer que toutes les images sont visibles */
  img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  /* Forcer les images lazy à se charger */
  img[loading=lazy] {
    opacity: 1 !important;
  }
  /* Images ACF spécifiques */
  .acf-image img,
  .wp-image {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 480px) {
  .wp-block-group.alignfull:has(.fixe-mobile) {
    position: relative;
  }
  .wp-block-group.alignfull:has(.fixe-mobile) .yoast-breadcrumbs {
    margin-bottom: 70px;
    margin-top: -20px;
  }
  .bloc-partage-wrapper.fixe-mobile {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .bloc-partage-wrapper.fixe-mobile .bloc-partage {
    flex-direction: column;
  }
  .bloc-partage-wrapper.fixe-mobile .btn-action {
    width: 30px;
    height: 30px;
  }
  .bloc-partage-wrapper.fixe-mobile .btn-action svg {
    width: 18px;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.menu-lcdz {
  position: unset;
}

@media (max-width: 1024px) {
  .menu-desktop {
    display: none !important;
  }
  .contact-desktop {
    display: none !important;
  }
  .burger-container {
    display: block !important;
  }
  .btn-nav {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (min-width: 1025px) {
  .menu-desktop {
    display: flex !important;
  }
  .contact-desktop {
    display: flex;
  }
  .burger-container {
    display: none !important;
  }
  .burger-menu {
    display: none !important;
  }
}
.menu-level-1 {
  display: flex;
  align-items: center;
  position: relative;
}
.menu-level-1 .menu-items-level-1 {
  display: flex;
  margin: 0;
  gap: 2rem;
  padding-right: 2rem;
  align-items: center;
}
.menu-level-1 .menu-items-level-1 li {
  list-style: none;
  text-align: center;
  position: relative;
  max-width: 160px;
}
.menu-level-1 .menu-items-level-1 li.active::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAuNzM2NTIgMC4zMDY1OTVIRTE0LjYxMzhWNy44OTYyMkgwLjczNjMyOEwwLjczNjUyIDAuMzA2NTk1WiIgZmlsbD0iI0UyNzYyMyIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F18619;
}
.menu-level-1 .menu-items-level-1 li a {
  color: #23224B;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.menu-dropdown {
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
}
.menu-dropdown::after {
  content: "";
  display: var(--after-display);
  width: 267px;
  height: 101px;
  background-image: url("data:image/svg+xml,%3Csvg width='267' height='101' viewBox='0 0 267 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.5521 0.619152V100.5H0.937988L49.5521 0.619152Z' fill='%2323224B'/%3E%3Crect x='88.5854' y='0.619141' width='178.423' height='99.8809' fill='%23B8C828'/%3E%3Crect x='56.1265' y='0.619141' width='24.1127' height='99.8809' fill='%23F18619'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 13rem;
}
.menu-block.menu4-ouvert .menu-dropdown:after {
  display: none;
}
.menu-dropdown .menu-dropdown-container {
  display: grid;
  grid-template-columns: 0.1fr 0.7fr 0.7fr 1fr 0.1fr;
  gap: 3rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container {
  grid-column: 2;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container .menu-items-level-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container .menu-items-level-2 .menu-item-level-2 {
  list-style: none;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container .menu-items-level-2 .menu-item-level-2.active {
  padding-left: 2rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container .menu-items-level-2 .menu-item-level-2.active a {
  color: #B8C828;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container .menu-items-level-2 .menu-item-level-2 a {
  color: #23224B;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  width: 20rem;
  display: flex;
  justify-content: space-between;
}
.menu-dropdown .menu-dropdown-container .menu-level-2-container .menu-level-2-title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 2rem;
  margin: 0;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container {
  grid-column: 3;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-level-3 {
  margin-top: 4.7rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-items-level-3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-item-level-3 {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-item-level-3.active {
  padding-left: 2rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-item-level-3.active a {
  color: #B8C828;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-item-level-3:not(.has-submenu)::before {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  background-color: #F18619;
  position: absolute;
  left: -2rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container .menu-item-level-3:not(.has-submenu):hover::before {
  display: block;
}
.menu-dropdown .menu-dropdown-container .menu-level-3-container a {
  color: #23224B;
  font-size: 16px;
  text-decoration: none;
  width: 20rem;
  display: flex;
  justify-content: space-between;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container {
  grid-column: 4/5;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container .menu-level-4 {
  margin-top: 4.7rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container .menu-level-4-title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 2rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container .menu-items-level-4 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  padding-right: 1rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container .menu-item-level-4 {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  list-style: none;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container .menu-item-level-4::before {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  background-color: #F18619;
  position: absolute;
  left: -2rem;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container .menu-item-level-4:hover::before {
  display: block;
}
.menu-dropdown .menu-dropdown-container .menu-level-4-container a {
  color: #23224B;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.menu-close {
  display: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.nav-btn-menu {
  display: flex;
  gap: 2px;
}
.nav-btn-menu .btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background-color: rgba(35, 34, 75, 0.0509803922);
}
.nav-btn-menu .btn-nav:hover path {
  fill: #F18619;
}

.burger-container {
  display: none;
  position: relative;
  z-index: 1000;
}

.burger-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  gap: 5px;
}
@media (max-width: 480px) {
  .burger-button {
    width: 40px;
    height: 40px;
  }
}
.burger-button.active .close-icon {
  display: flex !important;
}
.burger-button.active .burger-icon {
  display: none !important;
}

.burger-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-x: hidden;
}
.burger-menu.active {
  transform: translateX(0);
}

.burger-menu-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.burger-level-1 {
  display: none;
}
.burger-level-1.slide-in {
  display: block;
  animation: slideInLeft 0.3s ease;
}

.burger-items-level-1 {
  list-style: none;
  padding: 0 1.2rem;
  margin: 3rem 0 3rem 0;
}
.burger-items-level-1 .burger-item-level-1 .burger-link-level-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 20px;
  font-weight: 800;
  color: #23224B;
  text-decoration: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.burger-items-level-1 .burger-item-level-1 .burger-link-level-1 .burger-arrow {
  color: #F18619;
  transition: transform 0.3s ease;
}

.burger-level-2,
.burger-level-3,
.burger-level-4 {
  padding-top: 1rem;
  display: none;
}
.burger-level-2.slide-in,
.burger-level-3.slide-in,
.burger-level-4.slide-in {
  display: block;
  animation: slideInLeft 0.3s ease;
}

.burger-level-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.burger-level-header .burger-back-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #23224B;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem;
}
.burger-level-header .burger-back-button svg {
  color: #F18619;
}
.burger-level-header .burger-level-title {
  color: #23224B;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.burger-items-level-2,
.burger-items-level-3,
.burger-items-level-4 {
  list-style: none;
  padding: 0 2rem;
  margin: 0;
}
.burger-items-level-2 li .burger-link-level-2,
.burger-items-level-2 li .burger-link-level-3,
.burger-items-level-2 li .burger-link-level-4,
.burger-items-level-3 li .burger-link-level-2,
.burger-items-level-3 li .burger-link-level-3,
.burger-items-level-3 li .burger-link-level-4,
.burger-items-level-4 li .burger-link-level-2,
.burger-items-level-4 li .burger-link-level-3,
.burger-items-level-4 li .burger-link-level-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 18px;
  font-weight: 600;
  color: #23224B;
  text-decoration: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.burger-nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0;
}
.burger-nav-buttons .burger-btn-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  background-color: #f8f9fa;
  border: none;
  color: #23224B;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.burger-nav-buttons .burger-btn-nav:hover {
  background-color: #e9ecef;
}
.burger-nav-buttons .burger-btn-nav svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.burger-contact {
  margin-top: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding: 1.2rem;
}
.burger-contact .burger-contact-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #23224B;
}
@media screen and (max-width: 480px) {
  .burger-contact .burger-contact-link {
    font-size: 16px;
  }
}

.burger-search-container {
  margin: 1rem;
}
.burger-search-container .burger-search-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.burger-search-container .burger-search-form .burger-search-field {
  padding: 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}
.burger-search-container .burger-search-form .burger-search-field:focus {
  outline: none;
  border-color: #F18619;
}
.burger-search-container .burger-search-form .burger-search-submit {
  padding: 1rem;
  background-color: #23224B;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-container {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.search-container .search-form {
  display: flex;
  gap: 0.5rem;
}
.search-container .search-form .search-field {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.search-container .search-form .search-field:focus {
  outline: none;
  border-color: #F18619;
}
.search-container .search-form .search-submit {
  padding: 0.5rem 1rem;
  background: #23224B;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in {
  animation: slideInLeft 0.3s ease;
}

@media (max-width: 768px) {
  .burger-items-level-1 .burger-link-level-1 {
    font-size: 16px;
    padding: 1.2rem 0;
  }
  .burger-level-header .burger-level-title {
    font-size: 18px;
  }
}
.menu-dropdown.active .menu-dropdown-container {
  height: 30rem;
  overflow-y: auto;
  max-height: 30rem;
}

@media screen and (max-width: 781px) {
  footer.wp-block-template-part {
    text-align: center;
  }
  footer.wp-block-template-part .wp-block-social-links, footer.wp-block-template-part .bloc-img-footer {
    justify-content: center;
  }
  footer.wp-block-template-part .wp-block-column:not(:first-of-type) h3 {
    margin-block-start: 40px !important;
  }
}

/* Menu Footer */
.menu-footer-block {
  color: white;
  margin-left: 2.8rem;
}

.menu-footer-nav {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 781px) {
  .menu-footer-nav {
    justify-content: center;
  }
}

.menu-footer-title {
  margin-top: 0;
}

.menu-footer-block h2,
.menu-footer-block .menu-footer-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 781px) {
  .menu-footer-block h2,
  .menu-footer-block .menu-footer-title {
    font-size: 18px;
  }
}

.menu-footer-list {
  gap: 10px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}

.menu-footer-item {
  margin-bottom: 10px;
}

.menu-footer-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 800;
  transition: opacity 0.3s ease;
}

.menu-footer-link:hover {
  opacity: 0.8;
}

.menu-footer-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0; /* Empêche l'icône de rétrécir */
}

.menu-footer-icon img {
  width: 15px;
  height: 15px;
  display: block;
}
.menu-footer-icon svg {
  margin-left: 3px;
  margin-right: 3px;
}

.menu-footer-text {
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 781px) {
  .menu-footer-list {
    grid-template-columns: 1fr; /* 1 colonne sur mobile */
    gap: 15px;
    max-height: 10rem;
  }
  .menu-footer-block {
    padding: 50px 0 20px;
    margin: 0;
  }
  .menu-footer-nav {
    text-align: left;
  }
  .menu-footer-link {
    font-size: 12px;
  }
  footer {
    text-align: center;
  }
  footer .bloc-img-footer {
    justify-content: center;
  }
  footer .wp-block-social-links {
    justify-content: center;
  }
}
.menu-footer-secondaire-block {
  margin-top: 30px;
}
.menu-footer-secondaire-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu-footer-secondaire-item:not(:last-of-type) a:after {
  content: "|";
  margin: 0 15px;
}
@media screen and (max-width: 781px) {
  .menu-footer-secondaire-item:not(:last-of-type) a:after {
    margin: 0 10px;
  }
}
.menu-footer-secondaire-link {
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 781px) {
  .menu-footer-secondaire-link {
    font-size: 15px;
  }
}
.menu-footer-secondaire-link:hover {
  color: var(--wp--preset--color--custom-orange);
  text-decoration: none;
}

.bloc-liste-evenement--grille {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .bloc-liste-evenement--grille {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .bloc-liste-evenement--grille {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
}

.bloc-evenement-teaser {
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bloc-evenement-teaser:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.bloc-evenement-teaser .bloc-event-teaser--img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
}
.bloc-evenement-teaser .bloc-event-teaser--date {
  color: white;
  font-size: 14px;
  font-weight: 800;
  padding: 0.5rem 1rem;
  background-color: #23224B;
  align-self: flex-start;
}
.bloc-evenement-teaser .bloc-event-teaser--date small {
  font-size: 12px;
  font-weight: 500;
}
.bloc-evenement-teaser .bloc-event-teaser--tag {
  color: #F18619;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.bloc-evenement-teaser .bloc-event-teaser--tag::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.9707 4.61719C6.9707 5.67188 6.12695 6.49219 5.0957 6.49219C4.04102 6.49219 3.2207 5.67188 3.2207 4.61719C3.2207 3.58594 4.04102 2.74219 5.0957 2.74219C6.12695 2.74219 6.9707 3.58594 6.9707 4.61719ZM5.0957 5.74219C5.70508 5.74219 6.2207 5.25 6.2207 4.61719C6.2207 4.00781 5.70508 3.49219 5.0957 3.49219C4.46289 3.49219 3.9707 4.00781 3.9707 4.61719C3.9707 5.25 4.46289 5.74219 5.0957 5.74219ZM9.5957 4.61719C9.5957 6.67969 6.85352 10.3125 5.63477 11.8359C5.35352 12.1875 4.81445 12.1875 4.5332 11.8359C3.31445 10.3125 0.595703 6.67969 0.595703 4.61719C0.595703 2.13281 2.58789 0.117188 5.0957 0.117188C7.58008 0.117188 9.5957 2.13281 9.5957 4.61719ZM5.0957 0.867188C3.00977 0.867188 1.3457 2.55469 1.3457 4.61719C1.3457 4.99219 1.46289 5.48438 1.7207 6.11719C1.97852 6.72656 2.33008 7.38281 2.75195 8.03906C3.54883 9.32812 4.48633 10.5703 5.0957 11.3203C5.68164 10.5703 6.61914 9.32812 7.41602 8.03906C7.83789 7.38281 8.18945 6.72656 8.44727 6.11719C8.70508 5.48438 8.8457 4.99219 8.8457 4.61719C8.8457 2.55469 7.1582 0.867188 5.0957 0.867188Z' fill='%23F18619'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}
.bloc-evenement-teaser .bloc-event-teaser--title {
  font-size: 18px;
  font-weight: 800;
  color: #23224B;
  margin-top: 0;
}
.bloc-evenement-teaser .bloc-event-teaser--lien {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #23224B;
  text-decoration: none;
  margin-top: auto;
  position: relative;
  padding-left: 1rem;
}
.bloc-evenement-teaser .bloc-event-teaser--lien::before {
  content: "";
  width: 9px;
  height: 8px;
  background-color: #F18619;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  transform: translateY(50%);
}

.bloc-liste-actu--grille {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  position: relative;
  z-index: 0;
  margin-bottom: 105px;
}
@media (max-width: 1024px) {
  .bloc-liste-actu--grille {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .bloc-liste-actu--grille {
    margin-bottom: 70px;
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
}

.bloc-actu-teaser {
  max-width: 300px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body.search-results .bloc-actu-teaser {
  height: calc(100% - 3rem);
}
.bloc-actu-teaser:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.bloc-actu-teaser .bloc-actu-teaser--img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
}
.bloc-actu-teaser .bloc-actu-teaser--date {
  color: #F18619;
  font-size: 14px;
  font-weight: 800;
  align-self: flex-start;
}
.bloc-actu-teaser .bloc-actu-teaser--date small {
  font-size: 12px;
  font-weight: 500;
}
.bloc-actu-teaser .bloc-actu-teaser--title {
  font-size: 18px;
  font-weight: 800;
  color: #23224B;
  margin-top: 0;
}
.bloc-actu-teaser .bloc-actu-teaser--lien {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #23224B;
  text-decoration: none;
  margin-top: auto;
  position: relative;
  padding-left: 1rem;
}
.bloc-actu-teaser .bloc-actu-teaser--lien::before {
  content: "";
  width: 9px;
  height: 8px;
  background-color: #F18619;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  transform: translateY(50%);
}

.bloc-resultat-teaser--loupe {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.bloc-resultat-teaser--loupe svg {
  height: 3rem;
  width: 3rem;
}

.last-post-block {
  display: contents;
}
.last-post-block .last-post-block__header {
  justify-content: center;
  display: flex;
}
.last-post-block .last-post-block__header h2 {
  position: relative;
  z-index: 1;
}
.last-post-block .last-post-block__header h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #B8C828;
  position: absolute;
  top: 0;
  left: -9px;
  z-index: -1;
}
.last-post-block .last-post-block__container {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 0;
  justify-content: center;
  margin: 4rem 0;
}
@media screen and (max-width: 600px) {
  .last-post-block .last-post-block__container {
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .last-post-block .last-post-block__container .bloc-actu-teaser {
    width: calc(50% - 64px);
  }
}
.last-post-block .last-post-block__container .svg-gauche-vert {
  top: -40px;
  left: -45px;
}
@media screen and (max-width: 600px) {
  .last-post-block .last-post-block__container .svg-gauche-vert {
    top: -20px;
    left: -35px;
  }
}
.last-post-block .last-post-block__container .svg-gauche-orange {
  left: -40px;
  bottom: -35px;
}
@media screen and (max-width: 600px) {
  .last-post-block .last-post-block__container .svg-gauche-orange {
    left: -35px;
    bottom: -25px;
  }
}
.last-post-block .last-post-block__container .svg-droit-bleu {
  right: -25px;
  bottom: -35px;
}
@media screen and (max-width: 600px) {
  .last-post-block .last-post-block__container .svg-droit-bleu {
    right: -20px;
    bottom: -25px;
  }
}

@media screen and (min-width: 1025px) {
  .last-post-block--post .last-post-block__container .bloc-actu-teaser {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .last-post-block--post .last-post-block__container {
    flex-wrap: wrap;
  }
}

.last-post-block--evenement .last-post-block__container .bloc-evenement-teaser {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .last-post-block--evenement .last-post-block__container .bloc-evenement-teaser {
    width: 100%;
  }
}

.service-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 5rem 1rem;
  gap: 3rem;
}
@media screen and (max-width: 600px) {
  .service-container {
    gap: 40px 30px;
    margin-top: 10px;
  }
}
.service-container .service-item {
  position: relative;
}
.service-container .service-item::before {
  content: "";
  width: 130px;
  height: 90px;
  background-color: #FFEBD7;
  position: absolute;
  z-index: -1;
  top: 1.4rem;
  left: -2rem;
}
@media screen and (max-width: 600px) {
  .service-container .service-item::before {
    top: 15px;
    left: -15px;
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .service-container .service-item .service-image {
    padding-left: 10px;
  }
  .service-container .service-item .service-image img {
    max-height: 25px;
  }
}
.service-container .service-item .service-title {
  margin: 5px 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .service-container .service-item .service-title {
    font-size: 16px;
  }
}
.service-container .service-item .service-content {
  position: relative;
  top: 0;
  transition: top 0.4s ease;
  text-decoration: none;
}
.service-container .service-item:hover .service-content {
  top: 1rem;
  transition: top 0.4s ease;
}

@media (max-width: 768px) {
  .service-container {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .service-container {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
.event-link {
  position: relative;
  padding-left: 1rem;
}
.event-link::before {
  content: "";
  width: 9px;
  height: 8px;
  background-color: #F18619;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  transform: translateY(50%);
}
.event-link:hover {
  color: #23224B;
}

.event-link-blanc {
  position: relative;
  padding-left: 1rem;
}
.event-link-blanc::before {
  content: "";
  width: 9px;
  height: 8px;
  background-color: #ffffff;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  transform: translateY(50%);
}
.event-link-blanc:hover {
  color: #F18619 !important;
}

.events-container--desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.events-container--desktop .event-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 480px;
}
.events-container--desktop .event-featured .event-image {
  z-index: 1;
}
.events-container--desktop .event-featured .event-image img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 290px;
  max-height: 290px;
  object-fit: cover;
}
.events-container--desktop .event-featured .event-content {
  width: 350px;
  max-height: 248.137px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #F18619;
  display: flex;
  flex-direction: column;
  padding: 6rem 1rem 1rem 2rem;
  position: relative;
  top: -5rem;
}
.events-container--desktop .event-featured .event-content a {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
}
.events-container--desktop .event-featured .event-content .event-title {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.events-container--desktop .event-featured .event-content .intro-event {
  display: flex;
  gap: 1rem;
}
.events-container--desktop .event-featured .event-content .intro-event .event-tag {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
}
.events-container--desktop .event-featured .event-content .intro-event .event-date {
  color: white;
  font-size: 14px;
  font-weight: 800;
  padding: 0.5rem 1rem;
  background-color: #23224B;
  align-self: flex-start;
}
.events-container--desktop .events-list .events-grid {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.events-container--desktop .events-list .event-item {
  display: flex;
  gap: 1.5rem;
}
.events-container--desktop .events-list .event-item img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.events-container--desktop .events-list .event-item .event-info .intro-event {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.events-container--desktop .events-list .event-item .event-info .intro-event .event-date {
  color: white;
  font-size: 14px;
  font-weight: 800;
  padding: 0.5rem 1rem;
  background-color: #23224B;
  align-self: flex-start;
}
.events-container--desktop .events-list .event-item .event-info .intro-event .event-tag-small {
  color: #F18619;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-style: italic;
}
.events-container--desktop .events-list .event-item .event-info .event-title-small a {
  text-decoration: none;
}
.events-container--desktop .events-list .event-item .event-info a {
  text-decoration: none;
}

.events-container--mobile {
  display: none;
}
.events-container--mobile .events-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 980px) {
  .events-container--desktop {
    display: none;
  }
  .events-container--mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .events-container--mobile .events-mobile-grid {
    grid-template-columns: 1fr;
  }
}
.bloc-accueil-actu-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.bloc-accueil-actu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25rem;
  row-gap: 3rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .bloc-accueil-actu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .bloc-accueil-actu-list {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    row-gap: 30px;
  }
}
.bloc-accueil-actu-list .svg-gauche-vert {
  top: -25px;
}
@media screen and (max-width: 600px) {
  .bloc-accueil-actu-list .svg-gauche-vert {
    top: -5px;
  }
}
@media screen and (max-width: 600px) {
  .bloc-accueil-actu-list .svg-gauche-orange, .bloc-accueil-actu-list .svg-droit-bleu {
    bottom: 0;
  }
}

.bloc-accueil-actu {
  max-height: 450px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bloc-accueil-actu:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.bloc-accueil-actu .bloc-actu-teaser--img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
}
.bloc-accueil-actu .bloc-actu-teaser--date {
  color: #F18619;
  font-size: 14px;
  font-weight: 800;
  align-self: flex-start;
}
.bloc-accueil-actu .bloc-actu-teaser--date small {
  font-size: 12px;
  font-weight: 500;
}
.bloc-accueil-actu .bloc-actu-teaser--title {
  font-size: 18px;
  font-weight: 800;
  color: #23224B;
  margin-top: 0;
}
.bloc-accueil-actu .bloc-actu-teaser--lien {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #23224B;
  text-decoration: none;
  margin-top: auto;
  position: relative;
  padding-left: 1rem;
}
.bloc-accueil-actu .bloc-actu-teaser--lien::before {
  content: "";
  width: 9px;
  height: 8px;
  background-color: #F18619;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  transform: translateY(50%);
}

.wp-block-column:has(.bloc-vie-culturelle) {
  overflow-wrap: normal;
  word-break: normal;
}

.vie-culturelle-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 420px) {
  .vie-culturelle-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.vie-culturelle-item {
  position: relative;
}
.vie-culturelle-item .vie-culturelle-content {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.vie-culturelle-item .vie-culturelle-text {
  padding-left: 1rem;
}
.vie-culturelle-item .vie-culturelle-text .vie-culturelle-lien {
  font-size: 18px;
  font-weight: 700;
  width: 115px;
}
.vie-culturelle-item::before {
  content: "";
  z-index: -2;
  width: 4rem;
  height: 4rem;
  background-color: #8BA41D;
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
}
.vie-culturelle-item::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI2NiIgdmlld0JveD0iMCAwIDc2IDY2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNzUuNSAwSDE3LjVMMCA2Nkw3NS41IDU0VjBaIiBmaWxsPSIjQjhDODI4Ii8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: absolute;
  top: 1rem;
  left: 0;
}
.vie-culturelle-item:hover::after {
  clip-path: none;
  top: -0.6rem;
  left: 0.9rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDg4IDc4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNODggMEgwVjc4SDg4VjBaIiBmaWxsPSIjQjhDODI4Ii8+Cjwvc3ZnPg==");
}

.filter-dropdown.hidden {
  display: none;
}

.map-filters {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .map-filters {
    margin-bottom: 1rem;
  }
}

#interactive-map {
  min-height: 690px;
}
@media screen and (max-width: 1024px) {
  #interactive-map {
    min-height: 370px;
  }
}

.interactive-map-container {
  position: relative;
  min-height: 690px;
}
.interactive-map-container .map-colonne-left {
  box-sizing: border-box;
  padding-right: 510px;
}
.interactive-map-container .map-colonne-left .h1-maps {
  margin-top: 0;
  font-size: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .interactive-map-container .map-colonne-left .h1-maps {
    font-size: 28px;
  }
}
.interactive-map-container .map-colonne-left .entries-header h3 {
  margin-bottom: 0;
}
.interactive-map-container .map-colonne-left .alm-listing {
  max-height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.interactive-map-container .map-colonne-left .alm-listing::-webkit-scrollbar {
  display: none;
}

#filter-toggle {
  display: flex;
  gap: 0.5rem;
  background-color: #23224B;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem;
}

.map-container {
  width: calc((100vw - 1000px) / 2 + 490px);
}
@media screen and (min-width: 1025px) {
  .map-container {
    position: absolute;
    top: 0;
    right: calc((100vw - 1000px) / 2 * -1);
  }
}
@media screen and (max-width: 1024px) {
  .map-container {
    margin-bottom: 20px;
  }
}

.filter-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1rem;
  background-color: #23224B;
  z-index: 2000;
}
.filter-dropdown .btn-closed {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.filter-dropdown .btn-closed a {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff0f0;
  margin-left: auto;
  cursor: pointer;
}
.filter-dropdown .filter-btn {
  font-size: 14px;
  font-style: italic;
  color: #F18619;
  padding: 0.5rem;
  border: 1px solid #F18619;
  background-color: unset;
}
.filter-dropdown .filter-cat {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.filter-dropdown .active {
  background-color: #F18619;
  color: #fff0f0;
}

.maps-teaser-item {
  background-color: #F3F2F2;
  padding: 2rem 2rem 1rem;
  margin-bottom: 1rem;
}
.maps-teaser-item .maps-teaser-header {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1rem;
}
.maps-teaser-item .maps-teaser-header h3 {
  margin: 0;
}
.maps-teaser-item .maps-teaser-header .category-badge {
  padding: 0.2rem;
  border: 1px solid #F18619;
  color: #F18619;
  font-size: 14px;
  font-style: italic;
}
.maps-teaser-item .address-text {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}
.maps-teaser-item .contact-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}
.maps-teaser-item .horaires-text {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}
.maps-teaser-item .maps-teaser-actions {
  padding-top: 1rem;
}
.maps-teaser-item .maps-teaser-actions a {
  color: #F18619;
  font-size: 18px;
  font-weight: 800;
  border: 1px solid #F18619;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-left: 10px solid #F18619;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  background-color: transparent;
}
.maps-teaser-item .maps-teaser-actions a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F18619;
  transition: width 0.5s ease;
  z-index: -1;
}
.maps-teaser-item .maps-teaser-actions a:hover {
  color: white;
  z-index: 1;
}
.maps-teaser-item .maps-teaser-actions a:hover::before {
  width: 100%;
}

.custom-marker {
  background: none !important;
  border: none !important;
}

.custom-marker svg {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.custom-marker:hover svg {
  transform: scale(1.3);
}
.custom-marker:hover svg circle {
  fill: #23224B;
}
.custom-marker:hover svg path {
  fill: #F18619;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
}

.leaflet-popup h4 {
  margin: 0 0 0.5rem 0;
  color: #333;
}

/* Style général du cercle cluster */
.marker-cluster {
  background-color: #F18619;
  border-radius: 50%;
  color: #23224B;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
}

/* Petits clusters */
.marker-cluster-small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.marker-cluster-small div {
  background-color: #F18619;
}

/* Moyens clusters */
.marker-cluster-medium {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}
.marker-cluster-medium div {
  background-color: #F18619;
}

/* Grands clusters */
.marker-cluster-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.marker-cluster-large div {
  background-color: #F18619;
}

path.leaflet-interactive {
  fill: rgba(255, 140, 0, 0.8) !important;
  stroke: #ff8c00 !important;
  stroke-width: 2px !important;
}

.marker-hovered svg {
  transform: scale(1.3) !important;
}
.marker-hovered svg circle {
  fill: #23224B !important;
}
.marker-hovered svg path {
  fill: #F18619 !important;
}

.entry-highlighted {
  background-color: #E8E7ED !important;
  transform: translateX(4px);
  transition: all 0.3s ease;
}

.custom-marker svg {
  transition: all 0.3s ease;
}

.maps-teaser-item {
  transition: all 0.3s ease;
  cursor: pointer;
}
.maps-teaser-item:hover {
  background-color: #EBEBF2;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.maps-teaser-item .maps-teaser-actions a {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .interactive-map-container .map-container {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .interactive-map-container .map-colonne-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .interactive-map-container .alm-listing {
    max-height: 20rem;
  }
  #filter-toggle {
    font-size: 13px;
    padding: 0.4rem;
  }
  .filter-dropdown .filter-btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .interactive-map-container .h1-maps {
    font-size: 1.8rem;
  }
  .maps-teaser-item {
    padding: 1rem;
  }
  .maps-teaser-item .maps-teaser-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .maps-teaser-item .maps-teaser-actions a {
    font-size: 14px;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .maps-teaser-item {
    font-size: 14px;
  }
  .filter-dropdown {
    padding: 1rem 1rem 0.5rem 0.5rem;
  }
  .filter-dropdown .btn-closed a {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .grid-mobile {
    display: flex !important;
    flex-direction: column;
  }
  h3:has(+ .bloc-magazine) {
    text-align: center;
  }
  .bloc-magazine__container {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.bloc-magazine__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 8px;
}
.bloc-magazine__image {
  max-width: 14.375rem;
}
.bloc-magazine__image img {
  width: 100%;
  height: auto;
}
.bloc-magazine__content {
  padding-left: 20px;
}
.bloc-magazine__subtitle {
  color: #F18619;
  font-size: 14px;
  font-weight: 500;
}
.bloc-magazine__title {
  font-size: 24px;
  font-weight: 800;
  color: #23224B;
}
.bloc-magazine__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bloc-magazine__download--compact {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.bloc-magazine__all-catalogs {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid #F18619;
  border-left: 10px solid #F18619;
  color: #F18619;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}
.bloc-magazine__all-catalogs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F18619;
  transition: width 0.5s ease;
  z-index: -1;
}
.bloc-magazine__all-catalogs:hover {
  color: white;
  z-index: 1;
}
.bloc-magazine__all-catalogs:hover::before {
  width: 100%;
}

nav:focus,
[role=navigation]:focus,
h1[tabindex="-1"]:focus,
h2[tabindex="-1"]:focus,
h3[tabindex="-1"]:focus,
h4[tabindex="-1"]:focus,
h5[tabindex="-1"]:focus,
h6[tabindex="-1"]:focus,
[role=heading]:focus,
form:not([disabled]):focus,
button:not([disabled]):focus,
[role=button]:not([disabled]):focus,
img:focus,
picture:focus,
svg:focus {
  border: 1px dotted grey !important;
}

.block-editor-media-placeholder__url-input-container {
  display: none;
}

.onetap-toggle {
  display: none;
}

main a:not([class]) {
  color: #23224B !important;
  text-decoration: underline;
}

.wp-block-post-featured-image :where(img) {
  max-height: 400px;
}

*:focus {
  outline: none !important;
}

main {
  padding-top: 145px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 0;
    padding-top: 80px !important;
  }
}

time.date-exergue {
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  time.date-exergue {
    font-size: 16px;
  }
}

.date-modification:not(:has(time)) {
  display: none;
}

footer {
  margin-top: 0;
}

h2.wp-block-heading {
  position: relative;
  z-index: 2;
}
h2.wp-block-heading::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: #B8C828;
  position: absolute;
  top: 0;
  left: -9px;
  z-index: -1;
}

h2.is-style-text-subtitle {
  margin: 0;
}
h2.is-style-text-subtitle::before {
  display: none;
}

@media (max-width: 425px) {
  h2.wp-block-heading::before {
    width: 29px;
    height: 29px;
  }
}
.wp-block-group.has-background .yoast-breadcrumbs a {
  color: #FFFFFF !important;
}

.yoast-breadcrumbs a {
  text-decoration: none;
}
.yoast-breadcrumbs span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.wp-block-button .wp-block-button__link {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-left: 10px solid #F18619;
  color: #F18619;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  background-color: transparent;
}
.wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F18619;
  transition: width 0.5s ease;
  z-index: -1;
}
.wp-block-button .wp-block-button__link:hover {
  color: white;
  z-index: 1;
}
.wp-block-button .wp-block-button__link:hover::before {
  width: 100%;
}

.wp-block-button.is-style-bouton-vert .wp-block-button__link {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-left: 10px solid;
  border-color: #B8C828;
  color: #B8C828;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.wp-block-button.is-style-bouton-vert .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #B8C828;
  transition: width 0.5s ease;
  z-index: -1;
}
.wp-block-button.is-style-bouton-vert .wp-block-button__link:hover {
  color: white;
  z-index: 1;
}
.wp-block-button.is-style-bouton-vert .wp-block-button__link:hover::before {
  width: 100%;
}

.alm-btn-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
.alm-btn-wrap .wp-block-button__link {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid #F18619;
  border-left: 10px solid #F18619;
  color: #F18619;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.alm-btn-wrap .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F18619;
  transition: width 0.5s ease;
  z-index: -1;
}
.alm-btn-wrap .wp-block-button__link:hover {
  color: white;
  background-color: unset;
  z-index: 1;
}
.alm-btn-wrap .wp-block-button__link:hover::before {
  width: 100%;
}

.liste-reseaux-sociaux {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-right: 2rem;
}

.sbi_photo_wrap img {
  border-radius: 15px;
}

.wp-site-blocks a:not(.wp-block-button__link):not(.wp-element-button):not(.maps-teaser-locate-btn):not(.bloc-magazine__all-catalogs) {
  z-index: 0;
}
.wp-site-blocks a:not(.wp-block-button__link):not(.wp-element-button):not(.maps-teaser-locate-btn):not(.bloc-magazine__all-catalogs)::before {
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wp-site-blocks a:not(.wp-block-button__link):not(.wp-element-button):not(.maps-teaser-locate-btn):not(.bloc-magazine__all-catalogs):hover::before {
  width: 125px !important;
  height: 25px !important;
  z-index: -1 !important;
  top: -14px !important;
}

.wp-block-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #B8C828;
}

.bloc-caracteristiques-evenement {
  display: flex;
  align-items: center;
}
.bloc-caracteristiques-evenement--date {
  background-color: #23224B;
  color: #FFF;
  font-size: 18px;
  padding: 10px 10px 5px;
  font-weight: 700;
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .bloc-caracteristiques-evenement--date {
    font-size: 16px;
  }
}
.bloc-caracteristiques-evenement--date small {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .bloc-caracteristiques-evenement--date small {
    font-size: 14px;
  }
}
.bloc-caracteristiques-evenement--tag {
  color: #F18619;
  font-style: italic;
  display: flex;
  align-items: center;
}
.bloc-caracteristiques-evenement--tag::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.9707 4.61719C6.9707 5.67188 6.12695 6.49219 5.0957 6.49219C4.04102 6.49219 3.2207 5.67188 3.2207 4.61719C3.2207 3.58594 4.04102 2.74219 5.0957 2.74219C6.12695 2.74219 6.9707 3.58594 6.9707 4.61719ZM5.0957 5.74219C5.70508 5.74219 6.2207 5.25 6.2207 4.61719C6.2207 4.00781 5.70508 3.49219 5.0957 3.49219C4.46289 3.49219 3.9707 4.00781 3.9707 4.61719C3.9707 5.25 4.46289 5.74219 5.0957 5.74219ZM9.5957 4.61719C9.5957 6.67969 6.85352 10.3125 5.63477 11.8359C5.35352 12.1875 4.81445 12.1875 4.5332 11.8359C3.31445 10.3125 0.595703 6.67969 0.595703 4.61719C0.595703 2.13281 2.58789 0.117188 5.0957 0.117188C7.58008 0.117188 9.5957 2.13281 9.5957 4.61719ZM5.0957 0.867188C3.00977 0.867188 1.3457 2.55469 1.3457 4.61719C1.3457 4.99219 1.46289 5.48438 1.7207 6.11719C1.97852 6.72656 2.33008 7.38281 2.75195 8.03906C3.54883 9.32812 4.48633 10.5703 5.0957 11.3203C5.68164 10.5703 6.61914 9.32812 7.41602 8.03906C7.83789 7.38281 8.18945 6.72656 8.44727 6.11719C8.70508 5.48438 8.8457 4.99219 8.8457 4.61719C8.8457 2.55469 7.1582 0.867188 5.0957 0.867188Z' fill='%23F18619'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  vertical-align: middle;
}

.bloc-marche-public {
  margin-top: 40px;
}
.bloc-marche-public--btnLireAvisComplet {
  position: relative;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #23224B;
  text-decoration: none;
  margin-top: auto;
  padding-left: 1rem;
  cursor: pointer;
}
.bloc-marche-public--btnLireAvisComplet:before {
  content: "";
  width: 9px;
  height: 8px;
  background-color: #F18619;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  transform: translateY(50%);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bloc-marche-public--btnLireAvisComplet:hover {
  color: #23224B;
}
.bloc-marche-public--btnLireAvisComplet:hover:before {
  width: 125px !important;
  height: 25px !important;
  z-index: -1 !important;
  top: -14px !important;
}
.bloc-marche-public--avisComplet {
  display: none;
}

.svg-gauche-vert {
  position: absolute;
  top: -50px;
  left: -30px;
  width: 514.013px;
  height: 114px;
  background-color: #B8C828;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .svg-gauche-vert {
    top: -20px;
    left: -35px;
    width: 190.248px;
    height: 114px;
  }
}

.svg-gauche-orange {
  position: absolute;
  left: -40px;
  bottom: -60px;
  width: 169px;
  height: 193.391px;
  background-color: #F18619;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .svg-gauche-orange {
    left: -35px;
    bottom: -25px;
    width: 89.207px;
    height: 137.095px;
  }
}

.svg-droit-bleu {
  position: absolute;
  right: -30px;
  bottom: -60px;
  width: 173.045px;
  height: 355.978px;
  background-color: #23224B;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .svg-droit-bleu {
    right: -20px;
    bottom: -25px;
    width: 100.957px;
    height: 207.684px;
  }
}

.hero-accueil {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero-accueil {
    min-height: 450px !important;
  }
}
.hero-accueil:after {
  position: absolute;
  right: 0;
  bottom: -45px;
  content: url("../img/decoration-hero-accueil.svg");
}
@media screen and (max-width: 600px) {
  .hero-accueil:after {
    bottom: -25px;
    content: url("../img/decoration-hero-accueil-mobile.svg");
  }
}

@media screen and (max-width: 600px) {
  .titre-centre-mobile {
    width: fit-content;
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .section-carte {
    position: relative;
    text-align: center;
    padding-top: 45px !important;
    padding-bottom: 90px !important;
    min-height: 0 !important;
  }
  .section-carte .wp-block-columns {
    flex-direction: column-reverse;
  }
  .section-carte h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .section-carte h2 + p {
    margin-top: 5px;
  }
  .section-carte h2 + p + p {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 5px;
  }
  .section-carte .wp-block-buttons {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .section-rs {
    background-size: 50% !important;
  }
}

/*# sourceMappingURL=main.css.map */
