body,
html {
  margin: 0;
  padding: 0;
  font-family: "Courier New", serif;
  font-weight: 500;
  color: #231F20;
  background-color: #fefefe;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.prevent-scroll {
  overflow: hidden;
}

header a {
  color: #fefefe;
  border-bottom: transparent;
  font-weight: bold;
}
header li {
  transition: all 0.25s;
}
header li.active a {
  color: #e5902b !important;
}

/* General */
.scroll-animate {
  opacity: 0;
}

a {
  transition: all 0.25s;
  border-bottom: 1px solid #e5902b;
}
a .active, a:hover {
  color: #e5902b;
}

b, strong, .font-bold {
  font-weight: 600;
}

.background-opacity, .background-opacity-darker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 25, 25, 0.293);
}

.background-opacity-darker {
  background-color: rgba(27, 25, 25, 0.493);
}

/* Home */
#home {
  color: #fefefe;
}
#home img {
  margin-left: 50%;
  transform: translateX(-50%);
}
#home h1 {
  background-color: #e5902b;
  color: #fefefe;
  display: inline-block;
  padding: 1rem 2rem;
}
#home .home__temp {
  background-color: #fefefe;
  border: 4px solid #e5902b;
  color: #e5902b;
  width: fit-content;
  margin: 0 auto;
}

/* About */
.about__horaire {
  color: #fefefe;
  text-align: center;
}
.about__horaire .about__horaire-title {
  color: #e5902b;
}

.type_payment a {
  color: #e5902b;
  border: 2px solid #e5902b;
}
.type_payment a:hover {
  color: #fefefe;
  background-color: #e5902b;
}
.type_payment h1 {
  color: #e5902b;
}

/* Background */
#event, #reservation, footer {
  background-color: #e8e2d0;
}

/* Gallery */
#gallery img {
  aspect-ratio: 16/16;
  object-fit: cover;
}

footer h1 {
  color: #e5902b;
}

/* Event */
.events-list {
  max-width: 1200px;
}
.events-list .event-list__info {
  position: relative;
  display: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 1.2rem;
  color: #fefefe;
}
.events-list .event-list__info.is-active {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.events-list .event-list__info .event-list__flyer {
  width: auto;
}
.events-list .event-list__info .background-opacity-darker {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.events-list .event-list__info h1 {
  font-size: 60px;
  color: #e5902b;
  text-align: center;
  line-height: 45px;
}
.events-list .event-list__info h2 {
  color: #fefefe;
  font-size: 30px;
  text-align: center;
}
.events-list .event-list__info .slideshow {
  width: 100%;
  height: 800px;
}
.events-list .slideshow__arrows {
  background-color: #e5902b;
  font-size: 25px;
  user-select: none;
}
.events-list .slideshow__arrows div {
  transition: all 0.25s;
}
.events-list .slideshow__arrows div:hover {
  color: #fefefe;
  cursor: pointer;
}

/* Reservation */
.reservation__email {
  color: #e5902b;
  word-wrap: break-word;
}

/* Partner */
#partner a {
  border-bottom: 0 !important;
}

/* Slideshow */

/*# sourceMappingURL=style-frontend.css.map */
