body.custom-background {
  background-color: #fff !important;
}

.slr-navbar {
  margin-bottom: 0 !important;
  background-color: white;
  padding: 1.5rem 0;
  transition: 0.2s all ease-in-out;
  height: auto;
}
.slr-navbar.hide {
  padding: 1rem 0;
}
.slr-navbar.hide .slr-navbar-main {
  background-color: transparent !important;
  padding: 0;
}
.slr-navbar-main {
  background-color: transparent;
  padding: 0;
}
.slr-navbar-main:hover {
  background-color: transparent !important;
}
.slr-navbar-main > svg line {
  stroke: #450C1C;
}
.slr-navbar-main__logo svg {
  height: 5rem;
}
.slr-navbar-list li {
  position: static;
  height: auto;
}
.slr-navbar-list li:last-child a {
  color: var(--slr-primary, #450C1C);
  font-weight: 700;
}
.slr-navbar-list li a, .slr-navbar-list li span {
  color: #707070;
}
.slr-navbar-list li a::after, .slr-navbar-list li span::after {
  display: none;
}

.wplp-presentation {
  position: relative;
}
@media all and (min-width: 992px) {
  .wplp-presentation {
    margin-bottom: 8rem;
  }
}
.wplp-presentation--visuels {
  height: 25rem;
}
@media all and (min-width: 992px) {
  .wplp-presentation--visuels {
    width: 80%;
    height: 60rem;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
}
.wplp-presentation--visuels_img {
  height: 25rem !important;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 992px) {
  .wplp-presentation--visuels_img {
    width: 80%;
    height: 60rem !important;
  }
}
.wplp-presentation--informations {
  background-color: var(--slr-primary, #450C1C);
  color: white;
}
@media all and (min-width: 992px) {
  .wplp-presentation--informations {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    z-index: 2;
  }
}
@media all and (min-width: 1400px) {
  .wplp-presentation--informations {
    width: 40%;
  }
}
@media all and (min-width: 1600px) {
  .wplp-presentation--informations {
    width: 30%;
  }
}
.wplp-presentation--informations_item_nb {
  font-size: 1.8rem;
}
.wplp-presentation--informations_item_text {
  font-size: 1.2rem;
}
.wplp-presentation--informations_nom {
  letter-spacing: 0.3rem;
  font-size: 1.8rem;
}
@media all and (min-width: 992px) {
  .wplp-presentation--informations_nom {
    font-size: 2.6rem;
  }
}
.wplp-presentation--informations svg path {
  fill: white;
}
.wplp-presentation--informations svg line {
  stroke: white;
}

.wplp-slick .slick-dots {
  bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .wplp-slick .slick-dots {
    right: 5rem;
    width: auto;
  }
}
.wplp-slick .slick-dots li {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.wplp-slick .slick-dots li.slick-active {
  width: 1.5rem !important;
}
.wplp-slick .slick-dots li.slick-active > button {
  width: 1.5rem !important;
}
.wplp-slick .slick-dots li.slick-active > button::before {
  opacity: 1;
  background-color: var(--slr-primary, #450C1C);
}
.wplp-slick .slick-dots li > button {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.wplp-slick .slick-dots li > button::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  opacity: 1;
  background-color: white;
  border: 0.3rem solid white;
  border-radius: 0.75rem;
}

.wplp-h3, .wplp-h2 {
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .wplp-h3, .wplp-h2 {
    font-size: 2.4rem;
  }
}

.wplp-h2 {
  color: var(--slr-primary, #450C1C);
}

.wplp-h3 {
  color: white;
}

.wplp-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
@media all and (min-width: 992px) {
  .wplp-btn {
    width: auto;
    padding: 0.5rem 2rem;
    display: inline-flex;
  }
}
@media all and (min-width: 992px) {
  .wplp-btn svg {
    margin-left: 2rem;
  }
}
.wplp-btn svg * {
  transition: 0.2 all ease-in-out;
}
.wplp-btn:hover {
  text-decoration: none;
}
.wplp-btn-white {
  background-color: white;
  color: var(--slr-primary, #450C1C);
  border: 0.2rem solid var(--slr-primary, #450C1C);
}
.wplp-btn-white:hover {
  color: white;
  background-color: var(--slr-primary, #450C1C);
  border-color: white;
}
.wplp-btn-white:hover svg * {
  stroke: white;
}
.wplp-btn-white svg * {
  stroke: var(--slr-primary, #450C1C);
}
.wplp-btn-primary {
  background-color: var(--slr-primary, #450C1C);
  color: white;
  border: 0.2rem solid var(--slr-primary, #450C1C);
}
.wplp-btn-primary:hover {
  background-color: white;
  color: var(--slr-primary, #450C1C);
}
.wplp-btn-primary:hover svg * {
  stroke: var(--slr-primary, #450C1C);
}

.wplp-columns {
  position: relative;
}
@media all and (min-width: 992px) {
  .wplp-columns {
    margin-bottom: 8rem;
  }
}
.wplp-columns_img {
  height: 30rem;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 992px) {
  .wplp-columns_img {
    position: absolute;
    left: 0;
    height: 100%;
  }
}
@media all and (min-width: 1600px) {
  .wplp-columns_img {
    width: 35%;
  }
}

.slr-accordion:not(.hide) {
  border-bottom-color: transparent;
}
.slr-accordion:not(.hide) .slr-accordion--title svg {
  transform: rotate(180deg);
}
.slr-accordion:not(.hide) .slr-accordion--title::after {
  height: 2.5rem;
  transform: rotate(-135deg);
}
.slr-accordion--body {
  max-height: 999.9rem;
}
.slr-accordion--title svg {
  transition: 0.2s all ease-in-out;
}
.slr-accordion--title::before {
  display: none;
}
.slr-accordion--title::after {
  width: 2.5rem;
  background-color: transparent;
  border-right: 4px solid var(--slr-primary, #450C1C);
  border-bottom: 4px solid var(--slr-primary, #450C1C);
  transform: rotate(45deg) translateX(-12px);
}
.slr-accordion--title:target, .slr-accordion--title:active {
  outline: none;
}
@media all and (min-width: 992px) {
  .slr-accordion--room {
    width: calc(50% - 1rem);
  }
}
@media all and (min-width: 1400px) {
  .slr-accordion--room {
    width: calc(33.3333% - 1rem);
  }
}
.slr-accordion--room__head span {
  stroke: var(--slr-primary, #450C1C);
}
.slr-accordion--room__head svg * {
  stroke: var(--slr-primary, #450C1C);
}

.wplp-conditions {
  background-color: var(--slr-primary, #450C1C);
  color: white;
}
@media all and (min-width: 992px) {
  .wplp-conditions {
    position: sticky;
    top: 8rem;
  }
}

.wplp-gmaps {
  position: relative;
}
.wplp-gmaps--map {
  height: 35rem;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .wplp-gmaps--map {
    height: 50rem;
  }
}
.wplp-gmaps--infos {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: relative;
  background-color: white;
}
@media all and (min-width: 992px) {
  .wplp-gmaps--infos {
    position: absolute;
    top: 10rem;
  }
}

.wplp-contact {
  background: var(--slr-primary, #450C1C);
  color: white;
}
@media all and (min-width: 992px) {
  .wplp-contact {
    background: var(--slr-primary, #450C1C);
    background: linear-gradient(90deg, var(--slr-primary, #450C1C) 80%, white 80%);
    position: relative;
  }
}
.wplp-contact--bg {
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 992px) {
  .wplp-contact--bg {
    width: 25rem;
    height: 25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}
@media all and (min-width: 1400px) {
  .wplp-contact--bg {
    width: 40rem;
    height: 40rem;
  }
}
@media all and (min-width: 1600px) {
  .wplp-contact--bg {
    right: 10%;
  }
}
@media all and (min-width: 992px) {
  .wplp-contact--content {
    width: 80%;
  }
}
@media all and (min-width: 992px) {
  .wplp-contact--content .wpcf7 {
    width: 80%;
  }
}
.wplp-contact input[type=text], .wplp-contact input[type=email], .wplp-contact input[type=tel], .wplp-contact textarea, .wplp-contact select {
  background-color: transparent;
  border: 0.2rem solid white;
  border-radius: 0;
  color: white;
}
.wplp-contact input[type=text]::placeholder, .wplp-contact input[type=email]::placeholder, .wplp-contact input[type=tel]::placeholder, .wplp-contact textarea::placeholder, .wplp-contact select::placeholder {
  color: white;
}
.wplp-contact input[type=text]:active, .wplp-contact input[type=text]:focus, .wplp-contact input[type=email]:active, .wplp-contact input[type=email]:focus, .wplp-contact input[type=tel]:active, .wplp-contact input[type=tel]:focus, .wplp-contact textarea:active, .wplp-contact textarea:focus, .wplp-contact select:active, .wplp-contact select:focus {
  outline: none;
}
.wplp-contact .slr-location--date {
  background-position: 1.5rem center;
  padding-left: 5.5rem;
  border-radius: 0;
}
.wplp-contact input[type=text]:read-only {
  background-color: var(--slr-primary, #450C1C);
  color: rgba(255, 255, 255, 0.5);
  filter: brightness(115%);
  border-color: var(--slr-primary, #450C1C);
}
.wplp-contact hr {
  height: 0.2rem;
  opacity: 1;
}
.wplp-contact button[type=submit] {
  background-color: white;
  color: var(--slr-primary, #450C1C);
  border-radius: 0;
  font-weight: 700;
}
.wplp-contact button[type=submit]::after {
  background-color: var(--slr-primary, #450C1C);
}
.wplp-contact button[type=submit]::before {
  border-color: var(--slr-primary, #450C1C);
}

@media all and (min-width: 992px) {
  .slr-list--outlineTriangle {
    padding-left: 0;
  }
}

.wplp-list--chevrons {
  list-style-type: none;
}
.wplp-list--chevrons li {
  margin-bottom: 1rem;
  position: relative;
}
.wplp-list--chevrons li::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  border-color: var(--slr-primary, #450C1C);
  content: "";
  display: inline-block;
  height: 0.45em;
  position: absolute;
  top: 50%;
  vertical-align: top;
  width: 0.45em;
  transform: translateY(-50%) rotate(45deg);
  left: -2rem;
}

@media all and (min-width: 992px) {
  .wplp-composition {
    margin-bottom: 8rem;
  }
}
