@charset "UTF-8";
/* Abbaye de Stavelot - 25.10.2025 */
/*----------*/
/* Settings */
/*---------*/
/*------*/
/* MENU */
/*------*/
/* BURGER */
/*------*/
/* Typo */
/*------*/
/* Colors */
/* TAG */
/**/
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
.fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
  opacity: 1;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
    -webkit-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
  }
}
@media (min-width: 991.98px) {
  .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .fadeScroll {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px) !important;
    -moz-transform: translateY(50px) !important;
    -ms-transform: translateY(50px) !important;
    transform: translateY(50pxpx) !important;
  }
}
/* Abbaye de Stavelot - 25.10.2025 */
/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.squareImg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: inherit;
  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;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
.squareImg:hover {
  opacity: 0.85;
}

.rectangleImg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  overflow: hidden;
  transition: background-size 300ms ease;
  -moz-transition: background-size 300ms ease;
  -ms-transition: background-size 300ms ease;
  -o-transition: background-size 300ms ease;
  -webkit-transition: background-size 300ms ease;
}
.rectangleImg:hover {
  opacity: 0.85;
}

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

/* Abbaye de Stavelot - 25.10.2025 */
/* -- MENU wordpress -- */
.menu-item-has-children:hover .sub-menu, .menu-item-has-children:focus .sub-menu, .menu-item-has-children:active .sub-menu {
  display: block;
}

header {
  background-color: transparent;
}
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-top: 1rem;
  padding-bottom: 1rem;
}
header a {
  text-transform: uppercase;
}
header .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .sub-menu li {
  display: block;
  width: 100%;
}
header .sub-menu a {
  display: block;
}
header .menu-item-has-children > 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;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#logo {
  width: 55px;
  height: auto;
}

header #showMenu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 25px;
  height: 50px;
  margin-left: 0.5rem;
  cursor: pointer;
  z-index: 100;
}
header #showMenu:hover span, header #showMenu:focus span, header #showMenu:active span {
  width: 25px;
}
header #showMenu span, header #showMenu span::before, header #showMenu span::after {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 0px;
}
header #showMenu span {
  flex: 0 0 auto;
  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;
  width: calc(25px - 5px);
}
header #showMenu span::before, header #showMenu span::after {
  position: absolute;
  left: 0;
  width: 25px;
  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: #de0024 !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 span, header #showMenu span::before, header #showMenu span::after {
  background-color: #de0024;
}
header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
  background-color: #de0024;
}
header .menu-container {
  top: -100%;
  background: #231a13;
  position: fixed;
  overflow: scroll;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
header .menu-container.open {
  top: 0px; /*
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;*/
}
header .menu-content {
  width: 500px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  position: relative;
  margin-top: 15vh;
}
header #menu-principal .menu-item {
  list-style: none;
  margin: 1rem 0;
}
header #menu-principal .menu-item a {
  color: #fff;
  font-size: calc(1.4rem + 0.035vw);
  padding: 0;
  display: block;
}
header #menu-principal .menu-item a:hover {
  color: #de0024;
}
header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children .sub-menu {
  display: none;
}
header .menu-item-has-children.active .sub-menu {
  display: block;
}

/* -- MENU écran -- */
@media (min-width: 1200px) {
  #logo {
    width: 65px;
    height: auto;
  }
}
/* -- .MENU écran -- */
/* Abbaye de Stavelot - 25.10.2025 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "Urbanist", sans-serif;
  color: #554b43;
}

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

a svg, button:not(#bottom, #top, #previous) svg {
  width: calc(1rem + 0.035vw);
  height: calc(1rem + 0.035vw);
}

.btn, .link {
  font-family: "Urbanist", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}
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%;
  font-weight: 400 !important;
}

@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: calc(1.75rem + 0.035vw);
  }
  h1 svg, .h1 svg {
    width: calc(1.75rem + 0.035vw);
    height: calc(1.75rem + 0.035vw);
  }
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(3rem + 0.035vw);
  }
  h1 svg, .h1 svg {
    width: calc(3rem + 0.035vw);
    height: calc(3rem + 0.035vw);
  }
}

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: calc(1.6rem + 0.035vw);
  }
  h2 svg, .h2 svg {
    width: calc(1.6rem + 0.035vw);
    height: calc(1.6rem + 0.035vw);
  }
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: calc(1.75rem + 0.035vw);
  }
  h2 svg, .h2 svg {
    width: calc(1.75rem + 0.035vw);
    height: calc(1.75rem + 0.035vw);
  }
}

@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: calc(1.4rem + 0.035vw);
  }
  h3 svg, .h3 svg {
    width: calc(1.4rem + 0.035vw);
    height: calc(1.4rem + 0.035vw);
  }
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: calc(1.6rem + 0.035vw);
  }
  h3 svg, .h3 svg {
    width: calc(1.6rem + 0.035vw);
    height: calc(1.6rem + 0.035vw);
  }
}

@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: calc(1.2rem + 0.035vw);
  }
  h4 svg, .h4 svg {
    width: calc(1.2rem + 0.035vw);
    height: calc(1.2rem + 0.035vw);
  }
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: calc(1.4rem + 0.035vw);
  }
  h4 svg, .h4 svg {
    width: calc(1.4rem + 0.035vw);
    height: calc(1.4rem + 0.035vw);
  }
}

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

.title_bold {
  font-weight: 700;
}
.title_primary {
  color: #de0024;
}

p {
  white-space: normal !important;
}

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

.text-shadow {
  text-shadow: 2px 1px 9px #000000;
  -wekit-text-shadow: 2px 1px 9px #000000;
  -moz-text-shadow: 2px 1px 9px #000000;
  -o-text-shadow: 2px 1px 9px #000000;
}

blockquote {
  opacity: 0.75;
  font-style: italic;
  padding: 1.5rem;
}
blockquote p:before, blockquote p:after {
  font-size: 130%;
  font-weight: bold;
}
blockquote p:before {
  content: "« ";
}
blockquote p:after {
  content: " »";
}
blockquote cite {
  text-align: right;
  display: block;
  font-weight: bold;
}

/* Abbaye de Stavelot - 25.10.2025 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
a[href^="mailto:"] {
  text-transform: lowercase !important;
}

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

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
  font-weight: 400;
}

main a, main a strong, main a span {
  color: #de0024;
}
main a:hover, main a:focus, main a strong:hover, main a strong:focus, main a span:hover, main a span:focus {
  color: #907d70;
}

.top-container {
  position: fixed;
  margin: auto;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 70px;
}
.top-container #top {
  opacity: 0;
}
.top-container #top.is-visible {
  opacity: 1;
}

@media (max-width: 580px) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}
.link {
  text-transform: uppercase;
}
.link svg {
  position: relative;
  top: -2px;
}

.btn {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
}
.btn:focus, .btn:hover, .btn:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn svg {
  position: relative;
  top: -3px;
}

.btn-primary {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #de0024;
  color: #fff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn-primary svg {
  position: relative;
  top: -3px;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #907d70;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(144, 125, 112, 0.35) !important;
}

.btn-secondary {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #907d70;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn-secondary svg {
  position: relative;
  top: -3px;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #de0024;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(222, 0, 36, 0.35) !important;
}

.btn-third {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #5faa5f;
  color: #fff;
}
.btn-third:focus, .btn-third:hover, .btn-third:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn-third svg {
  position: relative;
  top: -3px;
}
.btn-third:focus, .btn-third:hover, .btn-third:active, .btn-third:not(:disabled):not(.disabled):active, .btn-third:not(:disabled):not(.disabled):active:focus {
  background-color: #231a13;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(35, 26, 19, 0.35) !important;
}

.btn-light {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-light:focus, .btn-light:hover, .btn-light:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn-light svg {
  position: relative;
  top: -3px;
}
.btn-light:focus, .btn-light:hover, .btn-light:active, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus {
  background-color: #fff;
  color: #231a13;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35) !important;
}

.btn-dark {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #231a13;
  color: #fff;
}
.btn-dark:focus, .btn-dark:hover, .btn-dark:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn-dark svg {
  position: relative;
  top: -3px;
}
.btn-dark:focus, .btn-dark:hover, .btn-dark:active, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus {
  background-color: #907d70;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(144, 125, 112, 0.35) !important;
}

.btn-disabled {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  cursor: not-allowed;
  background-color: rgba(35, 26, 19, 0.5);
  color: #fff;
}
.btn-disabled:focus, .btn-disabled:hover, .btn-disabled:active {
  text-decoration: none;
  outline: 0 transparent;
}
.btn-disabled svg {
  position: relative;
  top: -3px;
}

.link-primary {
  text-transform: uppercase;
  color: #de0024;
}
.link-primary svg {
  position: relative;
  top: -2px;
}
.link-primary:focus, .link-primary:hover, .link-primary:active {
  color: #907d70;
}

.link-secondary {
  text-transform: uppercase;
  color: #907d70;
}
.link-secondary svg {
  position: relative;
  top: -2px;
}
.link-secondary:focus, .link-secondary:hover, .link-secondary:active {
  color: #de0024;
}

.link-third {
  text-transform: uppercase;
  color: #5faa5f;
}
.link-third svg {
  position: relative;
  top: -2px;
}
.link-third:focus, .link-third:hover, .link-third:active {
  color: #231a13;
}

.link-dark {
  text-transform: uppercase;
  color: #231a13;
}
.link-dark svg {
  position: relative;
  top: -2px;
}
.link-dark:focus, .link-dark:hover, .link-dark:active {
  color: #907d70;
}

.link-light {
  text-transform: uppercase;
  color: #fff;
}
.link-light svg {
  position: relative;
  top: -2px;
}
.link-light:focus, .link-light:hover, .link-light:active {
  color: rgb(255, 255, 255);
}

.btn-icone {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  padding: 0;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  display: block;
  text-align: center;
  border-radius: 0;
  color: #fff !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #907d70;
}
.list-icone a:focus, .list-icone a:hover, .list-icone a:active {
  color: #fff;
  background: #de0024;
}
.list-icone a svg {
  height: 18px;
  top: -2px;
  position: relative;
}

/* TAG */
.tag {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

.tag-primary {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #de0024;
  color: #fff;
}

.tag-secondary {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #907d70;
  color: #fff;
}

.tag-third {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #5faa5f;
  color: #fff;
}

.tag-dark {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #231a13;
  color: #fff;
}

.tag-light {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #EEECEA;
  color: #231a13;
}

/* Abbaye de Stavelot - 25.10.2025 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #231a13;
  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: 2rem;
  font-weight: 700;
}

.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 {
  display: none;
  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-right {
  right: 0;
}

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

.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;
  }
}
/* Abbaye de Stavelot - 25.10.2025 */
.slider-banner {
  margin-bottom: 0 !important;
}
.slider-banner .slide {
  height: 80vh;
  background-size: cover;
  position: relative;
  position: relative;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 200px;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.slider-banner .slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-banner .slide:after {
  background: #231a13;
  background: -moz-linear-gradient(180deg, rgba(35, 26, 19, 0.85) 0%, rgba(35, 26, 19, 0.45) 50%, rgba(35, 26, 19, 0.85) 100%);
  background: -webkit-linear-gradient(180deg, rgba(35, 26, 19, 0.85) 0%, rgba(35, 26, 19, 0.45) 50%, rgba(35, 26, 19, 0.85) 100%);
  background: linear-gradient(180deg, rgba(35, 26, 19, 0.85) 0%, rgba(35, 26, 19, 0.45) 50%, rgba(35, 26, 19, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231a13",endColorstr="#231a13",GradientType=1);
  opacity: 0.85;
}
.slider-banner article {
  margin-bottom: 0;
  margin-top: auto;
}
.slider-banner article, .slider-banner .slick-dots {
  z-index: 1;
  position: relative;
}
.slider-banner .slick-dots {
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  bottom: 150px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .slider-banner .slick-dots {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-banner .slick-dots {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-banner .slick-dots {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .slider-banner .slick-dots {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-banner .slick-dots {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.slider-banner .slick-dots li:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 14px;
  width: 30px;
  height: 1px;
  background: #fff;
}
.slider-banner .slick-dots li:first-child:before {
  width: 17px;
  left: -17px;
}
.slider-banner .slick-dots li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 14px;
  width: 17px;
  height: 1px;
  background: #fff;
}
.slider-banner .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 100%;
}
.slider-banner .slick-dots li, .slider-banner .slick-dots li button {
  width: 30px;
  height: 30px;
}
.slider-banner .slick-dots li button::before {
  font-family: slick;
  font-size: 10px;
  line-height: 33px;
  width: 30px;
  height: 30px;
  content: "•";
  opacity: 0.35;
  color: #fff;
}
.slider-banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.slider-banner .slick-dots li {
  margin: 0 15px;
}
.slider-banner h2 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .slider-banner h2 {
    font-size: calc(3rem + 0.035vw);
  }
}
.slider-banner a {
  font-size: calc(1.2rem + 0.035vw);
}

main:not(#home) .slick-dots li, main:not(#home) .slick-dots button, main:not(#home) .slick-dots button:before {
  width: 12px !important;
}
main:not(#home) .slick-dots li {
  margin-left: 0 !important;
  margin-right: 5px !important;
}
main:not(#home) .slick-dots button {
  padding: 0 !important;
}
main:not(#home) .slick-dots button:before {
  font-size: 9px !important;
  color: #de0024 !important;
}

.slider-4cards {
  position: relative;
}
.slider-4cards .slick-dots {
  margin-left: 15px;
}
.slider-4cards .slider-prev {
  right: 55px;
  position: absolute;
  top: 100%;
}
.slider-4cards .slider-next {
  right: 15px;
  position: absolute;
}
.slider-4cards .slider-next, .slider-4cards .slider-prev {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  padding: 0;
  background-color: #de0024;
  color: #fff;
  z-index: 2;
}
.slider-4cards .slider-next:focus, .slider-4cards .slider-next:hover, .slider-4cards .slider-prev:focus, .slider-4cards .slider-prev:hover {
  background-color: #5faa5f;
  color: #fff;
}

.slider-1slide .btn-prev, .slider-1slide .btn-next {
  top: 50%;
  position: absolute;
  z-index: 1;
}
.slider-1slide .btn-prev svg, .slider-1slide .btn-next svg {
  width: 2rem !important;
  height: 2rem !important;
  fill: #fff;
}
.slider-1slide .btn-next {
  right: 0;
}

.slider-galerie:hover, .slider-galerie-auto:hover {
  cursor: zoom-in;
}

.slider-galerie-auto {
  margin-bottom: 25px !important;
}
.slider-galerie-auto .slick-dots {
  background-color: #EEECEA;
}

.slider-galerie-nav {
  position: relative;
}
.slider-galerie-nav .slick-list {
  margin: 0 2rem;
  padding: 0 !important;
}
.slider-galerie-nav .btn-prev, .slider-galerie-nav .btn-next {
  top: calc(50% - 1rem);
  position: absolute;
  padding: 0;
  width: 2rem;
}
.slider-galerie-nav .btn-prev svg, .slider-galerie-nav .btn-next svg {
  width: 2rem !important;
  height: 2rem !important;
  fill: #de0024;
}
.slider-galerie-nav .btn-prev {
  text-align: left;
}
.slider-galerie-nav .btn-next {
  right: 0;
  text-align: right;
}
.slider-galerie-nav .slick-track {
  margin-left: 0;
  margin-right: auto;
}

/* Abbaye de Stavelot - 25.10.2025 */
form label {
  display: block;
}
form textarea, form input:not([type=checkbox], [type=submit]), form select {
  display: block;
  width: 100%;
  padding: 0.5rem;
}
form button {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #de0024;
  color: #fff;
}
form button:focus, form button:hover, form button:active {
  text-decoration: none;
  outline: 0 transparent;
}
form button svg {
  position: relative;
  top: -3px;
}
form button:focus, form button:hover, form button:active, form button:not(:disabled):not(.disabled):active, form button:not(:disabled):not(.disabled):active:focus {
  background-color: #907d70;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(144, 125, 112, 0.35) !important;
}
form input:not([type=checkbox], [type=submit]), form textarea {
  background-color: #fff;
  border: 1px solid rgba(35, 26, 19, 0.5);
  border-radius: 0;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -ms-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
}
form input:not([type=checkbox], [type=submit]):focus, form input:not([type=checkbox], [type=submit]):active, form textarea:focus, form textarea:active {
  border-color: #de0024;
  outline: transparent auto 0px;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.forminator-label--forminator-success {
  background: #5faa5f;
  padding: 1rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.forminator-label--forminator-success p {
  margin-bottom: 0;
}

.forminator-required {
  color: #de0024;
}

.forminator-error-message {
  display: block;
  padding: 0.5rem 1rem;
  background: #de0024;
  color: #fff;
}

.forminator-checkbox-label {
  margin-left: 0.3rem;
}

#showSearch {
  margin-left: 0.5rem;
  border: 0;
  outline: 0 transparent;
}
#showSearch .bi {
  color: #de0024;
  width: 20px;
  height: 20px;
}
#showSearch .bi-search {
  display: block;
}
#showSearch .bi-x-lg {
  display: none;
}
#showSearch.active .bi-search {
  display: none;
}
#showSearch.active .bi-x-lg {
  display: block;
}

#search-container {
  position: absolute;
  height: 0;
  width: 100%;
  opacity: 0;
  display: none;
  background: #231a13;
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-container.open {
  height: 155px;
  opacity: 1;
  display: block;
  z-index: 1030;
}
#search-container .wpas-advanced-search-form-container {
  color: #fff;
  padding: 2rem;
  border-radius: 0;
}

.wpas_form_container_1 .wpas_wrapper input[type=search] {
  border: 2px solid #EEECEA !important;
}

.wpas_margnifire_icon {
  background-color: #de0024 !important;
}
.wpas_margnifire_icon:hover, .wpas_margnifire_icon:focus {
  background-color: #907d70 !important;
}
.wpas_margnifire_icon .button_text_holder {
  font-family: "Urbanist", sans-serif;
}

/* Abbaye de Stavelot - 25.10.2025 */
/* Timeline */
.timeline {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  /* Commun */
}
.timeline:after {
  content: "";
  margin: auto;
  display: block;
  background-color: #231a13;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .timeline .content {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media only screen and (min-width: 768px) {
  .timeline {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .timeline .date, .timeline .content {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .timeline .point {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .timeline:not(:last-of-type) {
    margin-bottom: -100px;
  }
}
.timeline:nth-child(even) {
  /* Animation */
  /* Order */
}
.timeline:nth-child(even) .date.fadeElemTimeline.not-visible {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
.timeline:nth-child(even) .content.fadeElemTimeline.not-visible {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
@media only screen and (min-width: 768px) {
  .timeline:nth-child(even) .date {
    text-align: right;
  }
  .timeline:nth-child(even) .content div:before {
    left: -10px;
  }
}
.timeline:nth-child(odd) {
  /* Animation */
  /* Order */
}
.timeline:nth-child(odd) .date.fadeElemTimeline.not-visible {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.timeline:nth-child(odd) .content.fadeElemTimeline.not-visible {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
@media only screen and (min-width: 768px) {
  .timeline:nth-child(odd) .content {
    order: 1;
  }
  .timeline:nth-child(odd) .point {
    order: 2;
  }
  .timeline:nth-child(odd) .date {
    order: 3;
  }
  .timeline:nth-child(odd) .content div:before {
    right: -10px;
  }
}
.timeline .point span {
  display: block;
  background-color: #231a13;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: auto;
}
.timeline .content div {
  background-color: #EEECEA;
  padding: 1.5rem;
  position: relative;
}
.timeline .content h3 {
  color: #de0024;
}
.timeline .content figure {
  margin-bottom: 1.5rem;
}
.timeline .content figure, .timeline .content figcaption {
  text-align: center;
}
.timeline .content div:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #EEECEA;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .timeline .content div:before {
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .timeline .content div:before {
    top: calc(50% - 10px);
  }
}
.timeline .date, .timeline .date-content {
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .timeline .date-content {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .timeline .date, .timeline .point {
    display: none;
  }
  .timeline .date-content {
    display: block;
  }
  .timeline p, .timeline h3, .timeline .date-content {
    text-align: center;
  }
  .timeline h3 {
    margin-bottom: 1.5rem;
  }
}

/* Abbaye de Stavelot - 25.10.2025 */
/*----------*/
/*-- EXTEND --*/
/*----------*/
.small-container {
  width: 750px;
  margin: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shadow {
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list-no-style, header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

.bg-primary {
  background-color: #de0024;
  color: #fff;
}

.bg-secondary {
  background-color: #907d70;
  color: #fff;
}

.bg-third {
  background-color: #5faa5f;
  color: #fff;
}

.bg-light {
  background-color: #EEECEA;
  color: #231a13;
}

.bg-dark {
  background-color: #231a13;
  color: #fff;
}

.bg-secondary {
  background-color: #907d70;
  color: #fff;
}

/*----------------*/
/*-- Btn top --*/
/*----------------*/
.top-container {
  position: fixed;
  width: 35px;
  text-align: right;
  right: 7%;
  bottom: 70px;
  margin-right: 0;
  z-index: 1;
}
.top-container #top.is-visible {
  opacity: 1;
}
.top-container #top {
  opacity: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  padding: 0;
  background-color: #de0024;
  color: #fff;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1150px;
  }
}
/* Setting */
body {
  color: #554b43;
}

.tag {
  font-size: 0.9rem;
  display: inline-block;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #231a13;
}

.ticket {
  width: 20px;
  fill: #fff;
}

.tag-white {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  background-color: #fff;
  color: #554b43;
}

footer .horaire, header .horaire {
  font-weight: 800;
}
footer .horaire .open, header .horaire .open {
  color: #5faa5f;
}
footer .horaire .closed, header .horaire .closed {
  color: #de0024;
}
footer .horaire .soon, header .horaire .soon {
  color: #de8800;
}
footer .horaire {
  position: relative;
}
footer .horaire svg {
  position: absolute;
  top: 4px;
}
footer .horaire p {
  padding-left: 22px;
}
header .horaire svg {
  position: relative;
  top: -2px;
}

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

.rectangleImg {
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
}

#breadcrumb ul {
  list-style: none;
  padding-left: 0;
}
#breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
#breadcrumb li:not(:last-of-type):after {
  content: "|";
  padding-left: 5px;
}
#breadcrumb a {
  text-transform: uppercase;
  color: #de0024;
}
#breadcrumb a svg {
  position: relative;
  top: -2px;
}
#breadcrumb a:focus, #breadcrumb a:hover, #breadcrumb a:active {
  color: #907d70;
}

.wp-video {
  margin-top: 1rem;
}

.card {
  border: 0px;
  border-radius: 0;
  height: 100%;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #907d70;
  color: #fff;
  /* FORFAIT */
}
.card figure {
  overflow: hidden;
}
.card figure img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card figure:hover img, .card figure:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.card article {
  padding: 1.5rem;
}
.card article h4 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.card .info-supp {
  display: block;
  font-weight: 900;
  margin-top: 1rem;
}
.page-template-type-de-visiteur .card small, .single-forfait .card small {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(35, 26, 19, 0.75);
}
.page-template-type-de-visiteur .card h4, .single-forfait .card h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-template-type-de-visiteur .card ul, .single-forfait .card ul {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid rgba(35, 26, 19, 0.2);
  border-bottom: 1px solid rgba(35, 26, 19, 0.2);
  padding: 0.5rem 0;
}
.page-template-type-de-visiteur .card ul svg, .single-forfait .card ul svg {
  color: rgba(35, 26, 19, 0.45);
  margin-right: 3px;
}
.page-template-type-de-visiteur .card ul li, .single-forfait .card ul li {
  color: rgba(35, 26, 19, 0.75);
  font-weight: 800;
}
.page-template-type-de-visiteur .card ul .bi-currency-euro, .single-forfait .card ul .bi-currency-euro {
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 992px) {
  .card-image article:before {
    content: "";
    display: block;
    background-color: #EEECEA;
    height: 100%;
    width: 75px;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .card-image:nth-child(even) figure {
    -ms-flex-order: 2;
    order: 2;
  }
  .card-image:nth-child(even) article {
    -ms-flex-order: 1;
    order: 1;
  }
  .card-image:nth-child(even) article:before {
    right: -75px;
  }
  .card-image:nth-child(odd) article:before {
    left: -75px;
  }
}
.card-image figure img {
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 992px) {
  .card-image figure {
    padding-right: 0;
    padding-left: 0;
  }
}
.card-image article {
  background-color: #EEECEA;
  padding: 3rem 2rem;
  position: relative;
}
.card-image article .btn-primary {
  position: absolute;
  bottom: -20px;
  width: 250px;
  left: 2rem;
  display: block;
}
.card-image article .link-primary {
  padding-bottom: 1.5rem;
}

a svg.bi-chevron-right {
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover svg.bi-chevron-right, a:focus svg.bi-chevron-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* BOUTON DE NAVIGATION */
#previous {
  text-transform: uppercase;
  color: #231a13;
}
#previous svg {
  position: relative;
  top: -2px;
}
#previous:focus, #previous:hover, #previous:active {
  color: #907d70;
}
#previous svg {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  padding: 0;
  background-color: #de0024;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 6px;
}
#previous:hover svg, #previous:focus svg {
  background-color: #231a13;
  color: #fff;
}

#top {
  text-transform: uppercase;
  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;
  border: 0 solid transparent;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
  font-size: calc(1rem + 0.035vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  background-color: #907d70;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  padding: 0;
}
#top:focus, #top:hover, #top:active {
  text-decoration: none;
  outline: 0 transparent;
}
#top svg {
  position: relative;
  top: -3px;
}
#top:focus, #top:hover, #top:active, #top:not(:disabled):not(.disabled):active, #top:not(:disabled):not(.disabled):active:focus {
  background-color: #de0024;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(222, 0, 36, 0.35) !important;
}
#top svg {
  top: 0;
}

.bottom-container {
  text-align: center;
  top: -89px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.bottom-container svg {
  color: #fff;
}
.bottom-container #bottom {
  padding: 10px;
  z-index: 1;
  position: relative;
}
.bottom-container:after {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.35;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

/* Couleur icone */
.list-icone a {
  background-color: #907d70;
  color: #fff;
}
.list-icone a:focus, .list-icone a:hover, .list-icone a:active {
  background-color: #231a13;
  color: #fff;
}

/* Header */
header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav-ext {
  margin-bottom: 0;
}
header .nav-ext li {
  display: inline-block;
  margin-right: 0.5rem;
}
header a {
  color: #fff;
}
header a:hover, header a:focus {
  color: #907d70;
}
header .right small {
  color: #de0024;
  text-transform: uppercase;
  margin-left: 6px;
  font-weight: 800;
}
header #logo {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  header #logo {
    width: 65px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  header #logo {
    width: 55px;
    height: auto;
  }
}
header #logo .st0 {
  fill: #de0024;
}
header.is-scrolled {
  background-color: #fff;
}
header.is-scrolled .left a:not(.btn-primary), header.is-scrolled .left span:not(.closed, .soon, .open), header.is-scrolled #menu-menu-a-la-une a {
  color: #231a13;
}
header.is-scrolled .logo-container {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  header.is-scrolled .logo-container {
    height: 65px;
  }
}
@media only screen and (max-width: 768px) {
  header.is-scrolled .logo-container {
    height: 55px;
  }
}
header.is-scrolled #logo {
  fill: #231a13;
}
header.is-scrolled .tx {
  display: none;
}
header.is-scrolled #menu-langues a {
  color: #231a13;
}
header #menu .d-block {
  margin: 1.5rem;
  text-align: center;
}
header #menu .btn-primary {
  display: block;
  margin-top: 1rem;
}

#menu-langues {
  margin: 0 0.75rem;
}
#menu-langues a {
  color: #fff;
  text-transform: uppercase;
}
#menu-langues .sub-menu a {
  white-space: nowrap;
}

#menu-visiter .sub-menu, #menu-langues .sub-menu {
  background-color: #907d70;
  padding: 0.5rem;
  position: absolute;
  width: auto;
}
#menu-visiter .sub-menu a, #menu-langues .sub-menu a {
  color: #fff !important;
  padding: 0.5rem;
  font-size: calc(1rem + 0.035vw);
}
#menu-visiter .sub-menu a:hover, #menu-visiter .sub-menu a:focus, #menu-langues .sub-menu a:hover, #menu-langues .sub-menu a:focus {
  color: #231a13;
}

#menu-visiter {
  background-color: #de0024;
  color: #fff;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
}
#menu-visiter .menu-item-has-children > a:hover, #menu-visiter .menu-item-has-children > a:focus {
  color: #fff !important;
}

#menu-principal .sub-menu a {
  font-size: 1.1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 1rem !important;
}
@media only screen and (max-width: 576px) {
  #menu-principal {
    padding: 0 !important;
    margin-top: 90px !important;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #menu-principal {
    width: 500px;
    text-align: left;
    margin: 15vh auto auto 50px;
  }
  #menu-principal .sub-menu {
    position: absolute;
    right: -100%;
    top: -27px;
  }
  #menu-principal .menu-item-has-children > a:after {
    content: "+";
    border-top: 0 solid;
  }
  #menu-principal .menu-item-has-children > a:hover:after {
    content: "-";
    border-top: 0 solid;
  }
}
@media only screen and (min-width: 1200px) {
  #menu-principal {
    margin: 15vh auto auto 100px;
  }
}

/* Home */
#home {
  background-color: #EEECEA;
}

#intro {
  height: 80vh;
}

#alert {
  z-index: 1;
  position: relative;
  background-color: #de0024;
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#alert h5 {
  margin-bottom: 0;
}

.mid-container {
  margin-left: auto;
  padding: 5rem 30px;
}
@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: 570px;
  }
}
@media only screen and (min-width: 1400px) {
  .mid-container {
    padding: 150px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mid-container {
    max-width: 100%;
    padding: 5rem 7%;
    margin: auto;
  }
}

#a-la-une {
  background-color: #231a13;
  color: #fff;
  z-index: 1;
  position: relative;
}
#a-la-une .content-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
}
#a-la-une .no-img {
  background-image: url(../medias/sigle.svg) !important;
  background-size: auto;
  background-color: #fff;
  opacity: 0.05;
}

#au-choix .squareImg, #au-choix .rectangleImg, #inter-nav .squareImg, #inter-nav .rectangleImg {
  position: relative;
}
#au-choix .squareImg:after, #au-choix .rectangleImg:after, #inter-nav .squareImg:after, #inter-nav .rectangleImg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#au-choix .squareImg:after, #au-choix .rectangleImg:after, #inter-nav .squareImg:after, #inter-nav .rectangleImg:after {
  background-color: #231a13;
  opacity: 0.65;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#au-choix .squareImg:hover:after, #au-choix .squareImg:focus:after, #au-choix .rectangleImg:hover:after, #au-choix .rectangleImg:focus:after, #inter-nav .squareImg:hover:after, #inter-nav .squareImg:focus:after, #inter-nav .rectangleImg:hover:after, #inter-nav .rectangleImg:focus:after {
  opacity: 0.85;
}
#au-choix .no-img:after, #inter-nav .no-img:after {
  opacity: 1 !important;
}
#au-choix .row > div:first-child .squareImg:after, #inter-nav .row > div:first-child .squareImg:after {
  background-color: #de0024;
}
#au-choix .row > div:nth-child(2) .squareImg:after, #inter-nav .row > div:nth-child(2) .squareImg:after {
  background-color: #907d70;
}
#au-choix .row > div:nth-child(3) .squareImg:after, #inter-nav .row > div:nth-child(3) .squareImg:after {
  background-color: #231a13;
}
#au-choix .row > div:last-child .squareImg:after, #inter-nav .row > div:last-child .squareImg:after {
  background-color: #5faa5f;
}
#au-choix .list-pages a, #inter-nav .list-pages a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#au-choix .list-pages span, #inter-nav .list-pages span {
  color: #fff;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem;
}
#au-choix .squareImg span, #inter-nav .squareImg span {
  font-size: calc(1.4rem + 0.035vw);
}
@media only screen and (min-width: 992px) {
  #au-choix .squareImg span, #inter-nav .squareImg span {
    font-size: calc(1.6rem + 0.035vw);
  }
  #au-choix .squareImg span svg, #inter-nav .squareImg span svg {
    width: calc(1.6rem + 0.035vw);
    height: calc(1.6rem + 0.035vw);
  }
}
@media only screen and (min-width: 1200px) {
  #au-choix .squareImg span, #inter-nav .squareImg span {
    font-size: calc(1.75rem + 0.035vw);
  }
  #au-choix .squareImg span svg, #inter-nav .squareImg span svg {
    width: calc(1.75rem + 0.035vw);
    height: calc(1.75rem + 0.035vw);
  }
}
#au-choix .squareImg span svg, #inter-nav .squareImg span svg {
  width: calc(1.4rem + 0.035vw);
  height: calc(1.4rem + 0.035vw);
}
@media only screen and (min-width: 768px) {
  #au-choix .rectangleImg span, #inter-nav .rectangleImg span {
    font-size: calc(1.4rem + 0.035vw);
  }
  #au-choix .rectangleImg span svg, #inter-nav .rectangleImg span svg {
    width: calc(1.4rem + 0.035vw);
    height: calc(1.4rem + 0.035vw);
  }
}
@media only screen and (min-width: 992px) {
  #au-choix .rectangleImg span, #inter-nav .rectangleImg span {
    font-size: calc(1.6rem + 0.035vw);
  }
  #au-choix .rectangleImg span svg, #inter-nav .rectangleImg span svg {
    width: calc(1.6rem + 0.035vw);
    height: calc(1.6rem + 0.035vw);
  }
}
@media only screen and (max-width: 768px) {
  #au-choix .rectangleImg span, #inter-nav .rectangleImg span {
    font-size: calc(1.4rem + 0.035vw);
  }
  #au-choix .rectangleImg span svg, #inter-nav .rectangleImg span svg {
    width: calc(1.4rem + 0.035vw);
    height: calc(1.4rem + 0.035vw);
  }
}

#news h2 {
  color: #5faa5f;
  font-weight: 800;
  font-size: calc(1.6rem + 0.035vw);
}
@media only screen and (min-width: 1200px) {
  #news h2 {
    font-size: calc(3rem + 0.035vw);
  }
}
@media only screen and (min-width: 768px) {
  #news h2 {
    font-size: calc(1.75rem + 0.035vw);
  }
}
#news .col-12:first-of-type .card {
  background-color: #de0024;
  color: #fff;
}
#news .col-12:last-of-type .card {
  background-color: #231a13;
  color: #fff;
}

/* BANNER */
.banner {
  height: 350px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .banner {
    height: 500px;
  }
}
.banner .bg-img {
  background-size: cover;
  min-height: 35vh;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-position: center;
}
@media only screen and (min-width: 576px) {
  .banner .bg-img {
    height: 620px;
  }
}
.banner .text {
  height: 350px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .banner .text {
    height: 500px;
  }
}
.banner .text h1 {
  text-align: center;
  margin: auto;
  color: #fff;
  z-index: 1;
  padding-top: 1.5rem;
}
.banner .text:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .text:after {
  background: #231a13;
  background: -moz-linear-gradient(180deg, #231a13 0%), rgba(35, 26, 19, 0.25) 100%;
  background: -webkit-linear-gradient(180deg, #231a13 0%, rgba(35, 26, 19, 0.25) 100%);
  background: linear-gradient(180deg, #231a13 0%, rgba(35, 26, 19, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231a13",endColorstr="#231a13",GradientType=1);
  opacity: 0.85;
}
.banner.little {
  height: 300px !important;
  min-height: 20vh !important;
  position: relative;
}
.banner.little:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner.little:after {
  background: #231a13;
  background: -moz-linear-gradient(180deg, #231a13 0%), rgba(35, 26, 19, 0.25) 100%;
  background: -webkit-linear-gradient(180deg, #231a13 0%, rgba(35, 26, 19, 0.25) 100%);
  background: linear-gradient(180deg, #231a13 0%, rgba(35, 26, 19, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231a13",endColorstr="#231a13",GradientType=1);
  opacity: 0.85;
}
.banner.little .bg-img {
  height: 350px !important;
  min-height: 20vh !important;
}

/* PAGES */
#expo h2.title, #expo h3.title, #expo aside h4, #expo aside h4 small, #musee h2.title, #musee h3.title, #musee aside h4, #musee aside h4 small {
  font-weight: 800;
}
#expo h3.title, #musee h3.title {
  color: #de0024;
  font-size: calc(1.2rem + 0.035vw);
}
#expo aside article, #musee aside article {
  padding: 1.5rem 1.5rem 0 1.5rem;
  background-color: #EEECEA;
}
#expo aside article h4, #musee aside article h4 {
  font-size: calc(1.2rem + 0.035vw);
  text-transform: inherit;
}
#expo aside article ul, #musee aside article ul {
  padding-left: 20px;
}
#expo aside article .btn-primary, #musee aside article .btn-primary {
  position: relative;
  top: 24px;
  width: 100%;
}

#salle .slider-galerie-nav, #expo .slider-galerie-nav, #musee .slider-galerie-nav {
  background-color: #EEECEA;
}
#salle.archive .slider-galerie-nav, #salle.a_venir .slider-galerie-nav, #expo.archive .slider-galerie-nav, #expo.a_venir .slider-galerie-nav, #musee.archive .slider-galerie-nav, #musee.a_venir .slider-galerie-nav {
  background-color: #fff;
}

.archive-expo .title {
  margin-bottom: 1.5rem;
}
.archive-expo .title:before {
  content: "";
  height: 2px;
  background-color: #de0024;
  width: 100px;
  display: block;
  margin: 0 auto 3rem auto;
}

.salle-liste-nombre {
  list-style: none;
  background-color: #EEECEA;
  padding: 1.5rem;
}
.salle-liste-nombre li {
  color: #554b43;
}
.salle-liste-nombre li:not(:first-child) {
  margin-top: 0.5rem;
}
.salle-liste-nombre li:not(:last-child) {
  border-bottom: 1px solid rgba(35, 26, 19, 0.25);
  padding-bottom: 0.75rem;
}
.salle-liste-nombre svg {
  width: 2.5rem;
  padding: 5px;
  fill: #fff;
  margin-right: 0.25rem;
  border-radius: 100%;
  background-color: rgba(35, 26, 19, 0.25);
}

#inter-nav {
  background-color: #EEECEA;
}

.pdfs-list {
  list-style: none;
  padding-left: 0;
}
.pdfs-list li {
  display: inline-block;
  position: relative;
}
.pdfs-list figcaption {
  text-align: center;
}

/* CONTACT */
.personne-contact figure {
  margin-bottom: 1.5rem;
}
.personne-contact figure .photo2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.personne-contact figure:hover .photo2 {
  opacity: 1;
}
.personne-contact h5 {
  color: #907d70;
  font-weight: 800;
}

#footer {
  background-color: #231a13;
  color: #fff;
}
#footer .horaire {
  color: #5faa5f;
  text-transform: uppercase;
}
#footer .horaire p {
  margin-bottom: 0;
}
#footer ul a {
  text-transform: uppercase;
  color: #907d70;
}
#footer ul a svg {
  position: relative;
  top: -2px;
}
#footer ul a:focus, #footer ul a:hover, #footer ul a:active {
  color: #de0024;
}
#footer small a {
  text-transform: inherit;
}
#footer .sub-menu {
  display: none;
}
#footer .logos img {
  background-color: #fff;
  border-radius: 3px;
  padding: 2px;
}

#newsletter {
  background-color: #de0024;
  color: #fff;
}
#newsletter .form-control {
  border-color: transparent !important;
}
#newsletter .content-img {
  background-position: center;
}
#newsletter .mid-container {
  position: relative;
}
#newsletter .mid-container * {
  position: relative;
  z-index: 1;
}
#newsletter .mid-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../medias/sigle.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}

/* lANGUES */
/* PIKA */
.page-template-contact .infos_horaire, .page-id-28952 .infos_horaire {
  display: none;
}

.pika-cnstell-lendar {
  width: 100% !important;
  margin: 1rem 0 !important;
}

main .pika-cnstell-table th, main .pika-cnstell-label {
  background: transparent;
  color: #231a13 !important;
  font-weight: bold;
}
main button.pika-cnstell-next:before, main button.pika-cnstell-prev:before {
  color: #231a13 !important;
}

footer .pika-cnstell-table th, footer .pika-cnstell-label {
  background: transparent;
  color: #ffffff !important;
  font-weight: bold;
}
footer button.pika-cnstell-next:before, footer button.pika-cnstell-prev:before {
  color: #ffffff !important;
}

.pika-cnstell-table td .pika-cnstell-button {
  border-color: #231a13 !important;
}

.is-available .pika-cnstell-button {
  background: #5faa5f !important;
}

.is-not-available .pika-cnstell-button {
  background: #de0024 !important;
}

.is-disabled .pika-cnstell-button {
  color: #907d70 !important;
  background: #EEECEA !important;
}

/* FIN PIKA *//*# sourceMappingURL=style.css.map */