@charset "UTF-8";

@font-face {
  font-family: "Gotham";
  font-display: swap;
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  font-display: swap;
  src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  font-display: swap;
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Constantia";
  font-display: swap;
  src: url("../fonts/Constantia.woff2") format("woff2"), url("../fonts/Constantia.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

#scrollBtn::before,
.swiper-button-next::before,
.swiper-button-prev::before,
.qs-datepicker .qs-arrow:after,
.select__value:after,
[class*=icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=icon-]:before {
  display: block;
}

.icon-google:before {
  content: url("../img/icons/google.svg");
}

.icon-tripadvisor:before {
  content: url("../img/icons/tripadvisor-color.svg");
}

.icon-info:before {
  content: url("../img/icons/info.svg");
}

.icon-lovely:before {
  content: "\e932";
}

.icon-target:before {
  content: "\e933";
}

.icon-search:before {
  content: "\e931";
}

.icon-happy:before {
  content: "\e909";
}

.icon-phone-fill:before {
  content: "\e90a";
}

.icon-location-round:before {
  content: "\e90c";
}

.icon-sun:before {
  content: "\e912";
}

.icon-time:before {
  content: "\e927";
}

.icon-unlock:before {
  content: "\e92d";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-bus:before {
  content: "\e904";
}

.icon-cake:before {
  content: "\e905";
}

.icon-call:before {
  content: "\e906";
}

.icon-car:before {
  content: "\e907";
}

.icon-chat:before {
  content: "\e908";
}

.icon-collaboration:before {
  content: "\e90b";
}

.icon-date:before {
  content: "\e916";
}

.icon-detail:before {
  content: "\e90d";
}

.icon-emoji-happy:before {
  content: "\e90e";
}

.icon-epidemic-prevention:before {
  content: "\e90f";
}

.icon-flag:before {
  content: "\e910";
}

.icon-game:before {
  content: "\e911";
}

.icon-lightning:before {
  content: "\e921";
}

.icon-like:before {
  content: "\e913";
}

.icon-like-dislike:before {
  content: "\e914";
}

.icon-location:before {
  content: "\e915";
}

.icon-maximize:before {
  content: "\e917";
}

.icon-medal-star:before {
  content: "\e918";
}

.icon-message:before {
  content: "\e919";
}

.icon-message-question:before {
  content: "\e91a";
}

.icon-messages:before {
  content: "\e91b";
}

.icon-new-user:before {
  content: "\e91c";
}

.icon-people:before {
  content: "\e91d";
}

.icon-photo:before {
  content: "\e91e";
}

.icon-pin:before {
  content: "\e91f";
}

.icon-puzzle:before {
  content: "\e920";
}

.icon-rating-star:before {
  content: "\e937";
}

.icon-rings:before {
  content: "\e922";
}

.icon-rocket:before {
  content: "\e923";
}

.icon-settings:before {
  content: "\e924";
}

.icon-star:before {
  content: "\e925";
}

.icon-stress:before {
  content: "\e926";
}

.icon-teacher:before {
  content: "\e928";
}

.icon-tram:before {
  content: "\e929";
}

.icon-timer:before {
  content: "\e92a";
}

.icon-two-users:before {
  content: "\e92b";
}

.icon-unicorn:before {
  content: "\e92c";
}

.icon-user:before {
  content: "\e92e";
}

.icon-video:before {
  content: "\e92f";
}

.icon-wallet-money:before {
  content: "\e930";
}

:root {
  --main-text-color: #190b30;
  --secondary-text-color: #ffffff;
  --fiolet-color: #481c49;
  --fiolet-light-color: #ccb1cd;
  --yellow-color: #c09f47;
  --yellow-light-color: #edd595;
  --grey-color: #6b6b6b;
  --background-light-color: #ffffff;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  background-color: var(--background-light-color);
  color: var(--main-text-color);
  font-family: "Gotham";
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.125rem;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Gotham";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  outline: none;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 0.5rem;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: var(--yellow-color);
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: var(--fiolet-color);
  /* color of the scroll thumb */
  border-radius: 0.5rem;
  /* roundness of the scroll thumb */
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.loaded body .preloader {
  opacity: 0;
  max-height: 0;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@property --firstColor {
  syntax: "<color>";
  initial-value: #ccb1cd;
  inherits: false;
}

@property --secondColor {
  syntax: "<color>";
  initial-value: #481c49;
  inherits: false;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 2.25rem;
  -webkit-box-shadow: 0 1.4375rem 1.9375rem -3.75rem rgba(48, 21, 65, 0.4);
          box-shadow: 0 1.4375rem 1.9375rem -3.75rem rgba(48, 21, 65, 0.4);
  -webkit-filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
  border-radius: 6.25rem;
  background-image: -o-linear-gradient(355.07deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
  background-image: linear-gradient(94.93deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
  font-size: 1.125rem;
  color: var(--secondary-text-color);
  font-weight: 700;
  position: relative;
  transition: --firstColor 0.3s ease-in 0s, --secondColor 0.3s ease-in 0s;
}

.button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  -webkit-box-shadow: 0 1.4375rem 1.9375rem -3.75rem rgba(48, 21, 65, 0.4);
          box-shadow: 0 1.4375rem 1.9375rem -3.75rem rgba(48, 21, 65, 0.4);
  -webkit-filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
  border: 3px solid var(--yellow-color);
  border-radius: 6.25rem;
}

.button._fw {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0.8125rem 1.25rem;
  background: #ffffff;
  border-radius: 0.3125rem;
  height: 3.1875rem;
  line-height: 1.4;
  outline: 0;
  outline: none;
}

.input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey-color);
  opacity: 1;
  /* Firefox */
}

.input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey-color);
  opacity: 1;
  /* Firefox */
}

.input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey-color);
  opacity: 1;
  /* Firefox */
}

.input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey-color);
  opacity: 1;
  /* Firefox */
}

.input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey-color);
  opacity: 1;
  /* Firefox */
}

.input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--grey-color);
}

.input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--grey-color);
}

.input__datepicker {
  background-image: url("../img/icons/input/date.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4375rem) center;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label:before {
  background-image: url("../img/icons/checkbox.svg");
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  border: 0.0625rem solid #c09f47;
  border-radius: 0.3125rem;
}

.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.1875rem;
  padding: 0.8125rem 0.625rem 0.8125rem 1.25rem;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "\e900";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--yellow-color);
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 3.0625rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.8125rem 1.25rem;
  color: inherit;
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  -o-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
}

.select__option._select-selected {
  background-color: var(--yellow-color);
  color: var(--secondary-text-color);
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

.qs-datepicker-container {
  margin: 0.625rem 0rem;
  font-size: 0.8125rem;
  position: absolute;
  width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 23px 31px -60px rgba(48, 21, 65, 0.4);
          box-shadow: 0px 23px 31px -60px rgba(48, 21, 65, 0.4);
  border-radius: 0.5rem;
  color: var(--main-text-color);
  padding: 1.5rem;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 1.5rem auto 0;
  display: none;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 1em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto 1.5rem;
  cursor: pointer;
  background: hsla(0deg, 0%, 50.2%, 0.4);
  display: none;
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-weight: 700;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  margin-bottom: 1.5rem;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "\e900";
  background-position: center;
  color: var(--yellow-color);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qs-datepicker .qs-arrow.qs-right:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  color: var(--main-text-color);
  font-size: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.qs-datepicker .qs-month-year:hover {
  color: var(--yellow-color);
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  aspect-ratio: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 8px;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
  background: var(--fiolet-light-color);
  color: #fff;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: var(--fiolet-color);
  color: #fff;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  color: var(--grey-color);
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: var(--yellow-color);
  color: #fff;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: 0px 14px 30px 1px rgba(65, 50, 21, 0.4);
          box-shadow: 0px 14px 30px 1px rgba(65, 50, 21, 0.4);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: --firstSwiperColor 0.3s ease-in 0s, --secondSwiperColor 0.3s ease-in 0s;
  background-image: -o-linear-gradient(355.07deg, var(--yellow-light-color) 0.97%, var(--yellow-color) 105.17%);
  background-image: linear-gradient(94.93deg, var(--yellow-light-color) 0.97%, var(--yellow-color) 105.17%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border: 3px solid var(--yellow-color);
  border-radius: 50%;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  font-size: 1.5rem;
  color: #ffffff;
}

.swiper-button-next {
  right: 2.75rem;
  left: auto;
}

.swiper-button-next::before {
  content: "\e902";
}

.swiper-button-prev {
  left: 2.75rem;
  right: auto;
}

.swiper-button-prev::before {
  content: "\e901";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3.5rem;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  border-radius: 6.25rem;
  background: var(--fiolet-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  margin-right: 14px;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  width: 2.1875rem;
  opacity: 1;
  background: var(--yellow-color);
}

@property --firstSwiperColor {
  syntax: "<color>";
  initial-value: #edd595;
  inherits: false;
}

@property --secondSwiperColor {
  syntax: "<color>";
  initial-value: #c09f47;
  inherits: false;
}

body::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(72, 28, 73, 0.5)), to(rgba(72, 28, 73, 0.5)));
  background: -o-linear-gradient(bottom, rgba(72, 28, 73, 0.5), rgba(72, 28, 73, 0.5));
  background: linear-gradient(0deg, rgba(72, 28, 73, 0.5), rgba(72, 28, 73, 0.5));
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  background-color: transparent;
  font-size: 1.75rem;
  padding: 0.5rem;
  top: 0.625rem;
  right: 0.9375rem;
  line-height: 1;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popup__reservation {
  max-width: 63.125rem;
}

.popup__success {
  max-width: 37.1875rem;
}

.reservation-popup__wrapper {
  padding: 5.25rem 6.5rem;
  position: relative;
}

.no-webp .reservation-popup__wrapper::before{
  background-image: url("../img/decorations/popup-bg.png"); }

.reservation-popup__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}

.reservation-popup__title {
  margin-bottom: 2.5rem;
}

.reservation-popup__body {
  max-width: 37.1875rem;
}

.reservation-popup__form .select__value {
  background-repeat: no-repeat;
  background-position: 0.625rem center;
  padding-left: 2.75rem;
}

.reservation-popup__form--datepicker .input {
  background-image: url("../img/icons/input/date.svg");
  background-repeat: no-repeat;
  background-position: 0.625rem center;
  padding-left: 2.75rem;
}

.reservation-popup__form--time .select__value {
  background-image: url("../img/icons/input/time.svg");
}

.reservation-popup__form--persons .select__value {
  background-image: url("../img/icons/input/people.svg");
}

.reservation-popup__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}

.reservation-popup__label {
  display: inline-block;
  font-family: "Constantia";
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.reservation-popup__input {
  background-image: url("../img/icons/input/phone.svg");
  background-repeat: no-repeat;
  background-position: 0.625rem center;
  padding-left: 2.75rem;
}

.reservation-popup__row {
  margin-bottom: 2.8125rem;
}

.reservation-popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservation-popup__button {
  margin: 0rem 4.375rem 0rem 0.625rem;
}

.success-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3.5rem 6.5rem 4.25rem;
  position: relative;
}

.no-webp .success-popup__wrapper::before{
  background-image: url("../img/decorations/success-popup-bg.png"); }

.success-popup__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}

.success-popup__title {
  margin-bottom: 1.5rem;
}

.success-popup__text {
  margin-bottom: 2.8125rem;
}

.success-popup__button {
  margin: 0.625rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg-contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.team-request__image,
.potter-scenery__image,
.padlock-how-long__img,
.main-quest__image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select__content {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.main-address__rating--stars,
.main-address__rating,
.main-address__wrapper,
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.game06-reserver__bottom,
.game06-occasions__images,
.everyone-row-06__head,
.presentation-paper-06__head,
.activity-famille,
.famille-main__wrapper,
.error__wrapper,
.cadeau-price__wrapper,
.cadeau-ocassions-block,
.team-main__wrapper,
.enfants-information__main,
.enfants-activity__wrapper,
.steampunk-gallery__wrapper,
.steampunk-reservation__wrapper,
.steampunk-age__wrapper,
.potter-gallery__wrapper,
.potter-reservation__wrapper,
.potter-scenario__images,
.potter-access__wrapper,
.tournage-price__wrapper,
.rent-tournage__contacts--tile,
.rent-tournage__head,
.quest-reservation__main,
.padlocks-occasions__block,
.padlocks-content,
.puzzles__wrapper,
.purpose-type__head,
.occasions-type,
.mission-card__wrapper,
.main-location,
.main-section__content,
.footer-contacts__item,
.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.purpose-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.actions-header__item-call,
.menu__phone-call {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__link,
.menu__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Constantia";
  font-weight: 700;
  line-height: 1.1;
}

b {
  display: block;
}

.title {
  font-size: 4.0625rem;
}

.subtitle {
  font-size: 2.5rem;
}

.heading {
  font-size: 1.875rem;
}

.constantia {
  font-family: "Constantia";
}

.fiolet-color {
  color: var(--fiolet-color);
}

.yellow-color {
  color: var(--yellow-color);
}

.grey-color {
  color: var(--grey-color);
}

.black-color {
  color: var(--main-text-color);
}

.white-color {
  color: var(--secondary-text-color);
}

.link-light {
  color: var(--yellow-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline !important;
}

.link-dark {
  color: var(--fiolet-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline !important;
}

.text-with-line {
  display: block;
  font-size: 1.25rem;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 1.5rem;
}

.text-with-line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.3125rem;
  left: 0;
  top: 0;
  background-color: var(--fiolet-color);
}

#scrollBtn {
  position: fixed;
  right: 7%;
  bottom: 5.3125rem;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: 0px 14px 30px 1px rgba(65, 50, 21, 0.4);
          box-shadow: 0px 14px 30px 1px rgba(65, 50, 21, 0.4);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: --firstSwiperColor 0.3s ease-in 0s, --secondSwiperColor 0.3s ease-in 0s, transform 0.25s ease-in 0s;
  background-image: -o-linear-gradient(355.07deg, var(--yellow-light-color) 0.97%, var(--yellow-color) 105.17%);
  background-image: linear-gradient(94.93deg, var(--yellow-light-color) 0.97%, var(--yellow-color) 105.17%);
}

#scrollBtn.show {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#scrollBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border: 3px solid var(--yellow-color);
  border-radius: 50%;
}

#scrollBtn::before {
  font-size: 1.5rem;
  color: #ffffff;
}

.contain-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  position: relative;
  z-index: 5;
}

.logo__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logo__image {
  width: 8.5rem;
  height: 4.375rem;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
}

.breadcrumbs__item:before {
  content: "/";
  padding: 0 0.75rem;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.breadcrumbs__link {
  color: var(--yellow-color);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tariffs-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0rem 1.875rem;
}

.tariffs-item:nth-child(odd) .tariffs-item__wrapper::before {
  background-position: center;
}

.tariffs-item__wrapper {
  padding: 2.8125rem 1.5625rem 3.5rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: var(--background-light-color);
}

.no-webp .tariffs-item__wrapper::before{
  background-image: url("../img/main/tarrifs-item-background.png"); }

.tariffs-item__wrapper::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.5;
  z-index: 0;
}

.tariffs-item__content {
  position: relative;
  z-index: 1;
}

.tariffs-item__info {
  margin-bottom: 0.625rem;
}

.tariffs-item__info > * {
  display: block;
}

.tariffs-item__price--heading > span {
  font-size: 1.25rem;
}

.routing-types {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.routing-types__text {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.25rem;
}

.routing-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.routing-type__icon {
  font-size: 5.25rem;
  margin-right: 1.125rem;
}

.routing-type__title {
  margin-bottom: 1.125rem;
}

.gallery-slider__slider {
  overflow: visible;
  position: relative;
}

.review-section {
  position: relative;
  z-index: 1;
}

.review-section::before {
  content: "";
  position: absolute;
  width: 1000vw;
  height: 15rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--fiolet-color);
  z-index: -1;
}

.review-section__slider {
  position: relative;
}

.review-slider {
  overflow: visible;
  overflow-x: clip;
}

.review-slider__slide {
  min-height: 24.0625rem;
}

.review-slider__btn {
  display: none;
  width: 3.75rem;
  height: 3.75rem;
}

.review-slide__wrapper {
  height: 100%;
  padding: 3rem 1.875rem;
  position: relative;
  -webkit-box-shadow: 0px 53px 36px -26px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 53px 36px -26px rgba(0, 0, 0, 0.24);
}

.review-slide__wrapper::before,
.review-slide__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .review-slide__wrapper::before{
  background-image: url("../img/decorations/yellow-page-background.png"); }

.review-slide__wrapper::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.no-webp .review-slide__wrapper::after{
  background-image: url("../img/decorations/quotes.png"); }

.review-slide__wrapper::after {
  width: 6.875rem;
  aspect-ratio: 1.3;
  bottom: -2.5rem;
  right: 2.5rem;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 5px 33px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 5px 33px rgba(0, 0, 0, 0.3));
  z-index: 0;
}

.review-slide__title {
  margin-bottom: 0.875rem;
}

.comments-block {
  margin-bottom: -17.1875rem;
}

.comments-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-block__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 1.5rem;
}

.comments-block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.comments-block__card:nth-child(2) {
  -webkit-transform: translate(-118%, -17%);
      -ms-transform: translate(-118%, -17%);
          transform: translate(-118%, -17%);
}

.comments-block__card:nth-child(3) {
  -webkit-transform: translate(12%, -81%);
      -ms-transform: translate(12%, -81%);
          transform: translate(12%, -81%);
}

.comment-card {
  max-width: 33.125rem;
}

.comment-card__wrapper {
  position: relative;
  margin-right: 2.625rem;
}

.no-webp .comment-card__wrapper::before{
  background-image: url("../img/decorations/yellow-page-background.png"); }

.comment-card__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.comment-card__title {
  padding: 1.875rem 2.75rem 0;
}

.comment-card__text {
  position: relative;
  padding: 2.625rem 2.375rem 4.375rem;
  margin: 1.75rem -2.5rem 0rem 1.75rem;
}

.no-webp .comment-card__text::before{
  background-image: url("../img/decorations/comment-bg.png"); }

.comment-card__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-filter: drop-shadow(-7px 8px 16px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(-7px 8px 16px rgba(0, 0, 0, 0.4));
}

.comment-card__text::after {
  content: attr(count);
  position: absolute;
  bottom: 2.5rem;
  right: 1.875rem;
  opacity: 0.5;
  font-family: "Constantia";
  line-height: 1;
  z-index: -1;
  font-size: 8.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c09f47), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: var(--yellow-color);
}

.checklist-block__wrapper {
  margin-top: 1.25rem;
  margin-right: 1rem;
  padding: 3.875rem 2.5rem;
  position: relative;
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.no-webp .checklist-block__wrapper::before{
  background-image: url("../img/tournage/tournage-checklist-bg.png"); }

.checklist-block__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.checklist-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.25rem;
}

.checklist-block__item:last-child {
  margin-bottom: 0;
}

.checklist-block__square {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  aspect-ratio: 1;
  margin-right: 1rem;
  border: 3px solid var(--yellow-color);
  position: relative;
}

.checklist-block__square::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.375rem;
  left: 0.375rem;
  background-image: url("../img/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advantages-section {
  position: relative;
}

.no-webp .advantages-section::before{
  background-image: url("../img/decorations/advantages-bg.png"); }

.advantages-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.advantages-section__wrapper {
  padding: 7.5rem 0rem 8.125rem 0rem;
  position: relative;
}

.no-webp .advantages-section__wrapper::before{
  background-image: url("../img/decorations/steampunk-glasses-2.png"); }

.advantages-section__wrapper::before {
  content: "";
  position: absolute;
  width: 44%;
  aspect-ratio: 1;
  bottom: -12.1875rem;
  right: 0.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.advantages-section__content {
  text-align: center;
  margin-bottom: 3.75rem;
}

.advantages-section__title {
  margin-bottom: 1.5rem;
}

.advantages-section__text {
  margin: 0 auto;
  max-width: 50rem;
}

.advantages-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages-section__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 2.1875rem;
}

.advantages-section__column:last-child {
  margin-right: 0;
}

.advantages-section__item {
  margin-bottom: 3.125rem;
}

.advantages-section__item:last-child {
  margin-bottom: 0;
}

.advantages-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages-item__icon {
  font-size: 2.5rem;
  margin-right: 1.125rem;
}

.advantages-item__title {
  margin-bottom: 1.5rem;
}

.quest-game06__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quest-game06__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 1.875rem;
}

.quest-game06__col:last-child {
  margin-right: 0;
}

.quest-game06__title {
  margin-bottom: 1.5rem;
}

.quest-game06__text {
  margin-bottom: 3.4375rem;
}

.quest-game06__images {
  position: relative;
}

.quest-game06__image {
  max-width: 31.25rem;
}

.quest-game06__image img {
  border: 0.9375rem solid #ffffff;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.quest-game06__image--left {
  -webkit-transform: matrix(-1, -0.06, -0.06, 1, 0, 0) translate(2.8125rem);
      -ms-transform: matrix(-1, -0.06, -0.06, 1, 0, 0) translate(2.8125rem);
          transform: matrix(-1, -0.06, -0.06, 1, 0, 0) translate(2.8125rem);
}

.quest-game06__image--right {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-15.41deg) translate(6.875rem, 1.5625rem);
      -ms-transform: rotate(-15.41deg) translate(6.875rem, 1.5625rem);
          transform: rotate(-15.41deg) translate(6.875rem, 1.5625rem);
  position: absolute;
}

.quest-game06__comment {
  position: relative;
}

.quest-game06__comment--potter::after,
.quest-game06__comment--potter::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.no-webp .quest-game06__comment--potter::before{
  background-image: url("../img/decorations/harry-potter-compass.png"); }

.quest-game06__comment--potter::before {
  width: 8.75rem;
  aspect-ratio: 1;
  bottom: -75px;
  right: 40px;
  -webkit-filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
}

.no-webp .quest-game06__comment--potter::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.quest-game06__comment--potter::after {
  top: -25%;
  left: -5%;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  width: 200%;
  aspect-ratio: 1.15;
  z-index: -2;
}

.quest-game06__comment .comment-card__title {
  padding: 2.75rem 2.75rem 0;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 4.375rem;
  z-index: 5;
  min-width: 20rem;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125rem 0;
  min-height: 7.5rem;
  position: relative;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5rem;
          flex: 0 0 8.5rem;
  margin: 0 1.5rem;
}

.header__actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__phone {
  display: none;
}

.menu__phone-call {
  font-size: 1.5rem;
  font-weight: 500;
}

.menu__phone-call > i {
  font-size: 1.375rem;
  margin-right: 0.25rem;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-right: 1.75rem;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  width: 0;
  height: 0.25rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  background-color: var(--yellow-color);
}

.menu__item._active .menu__link {
  color: var(--yellow-color);
}

.menu__item:not(._active):not(.menu__item-spoller):hover:after {
  width: 2.5rem;
}

.menu__item-mobile {
  display: none;
}

.menu__item-spoller {
  cursor: pointer;
}

.menu__link {
  text-align: center;
  color: var(--fiolet-color);
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu__arrow {
  margin: 0 0 0 0.25rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.5rem;
  color: var(--fiolet-color);
}

.menu__sub-list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 1.5rem 0 0 1.5rem;
}

.menu__sub-item:not(:last-child) {
  margin: 0 0 0.75rem 0;
}

.menu__sub-link {
  color: var(--yellow-color);
  line-height: 120%;
}

.menu__sub-link li {
  margin: .5rem 0;
}

.actions-header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.actions-header__item {
  color: var(--fiolet-color);
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.actions-header__item-link {
  position: relative;
  margin-right: 3.5rem;
}

.actions-header__item-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  width: 0;
  height: 0.25rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  transition: width ease 0.3s;
  background-color: var(--yellow-color);
}

.actions-header__item-link._active {
  color: var(--secondary-text-color);
}

.actions-header__item-link:not(._active):hover:after {
  width: 2.5rem;
}

.actions-header__item-call {
  font-weight: 500;
  font-style: italic;
}

.actions-header__item-call > i {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 3.75rem 0;
  position: relative;
}

.no-webp .footer::before{
  background-image: url("../img/decorations/footer-background.png"); }

.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 370%;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.main-footer__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.main-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.125rem;
          flex: 0 0 13.125rem;
  margin: 0 1.5rem;
}

.main-footer__logo .logo__image {
  width: 13.125rem;
  height: 6.75rem;
}

.main-footer__social {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.main-footer__copyright {
  text-align: right;
}

.footer-contacts__item {
  margin-bottom: 0.625rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-contacts__item:last-child {
  margin-bottom: 0;
}

.footer-contacts__item > i {
  font-size: 1.5rem;
  margin-right: 1.375rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}

.social__item {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1.875rem;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.social__item:last-child {
  margin-right: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fiolet-color);
  z-index: 999;
  max-height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s, max-height 0s 0.5s;
  -o-transition: opacity 0.5s, max-height 0s 0.5s;
  transition: opacity 0.5s, max-height 0s 0.5s;
}

.preloader__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner__folding-cube {
  width: 3rem;
  height: 3rem;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

.spinner__cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.spinner__cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--yellow-color);
  -webkit-animation: sk-cube-angle 2.4s infinite linear both;
          animation: sk-cube-angle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.spinner__cube--2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
      -ms-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.spinner__cube--2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.spinner__cube--3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
      -ms-transform: scale(1.1) rotate(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.spinner__cube--3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.spinner__cube--4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
      -ms-transform: scale(1.1) rotate(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.spinner__cube--4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-cube-angle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-cube-angle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.main-section {
  position: relative;
  padding-top: 9.375rem;
  margin-bottom: 10rem;
}

.main-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 46.875rem;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.2)), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
}

.main-section__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -29%;
}

.no-webp .main-section__wrapper::before{
  background-image: url("../img/decorations/main-background-map.png"); }

.main-section__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 27.5rem;
  bottom: 0;
  left: 0;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.main-section__quest {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.main-section__quest:first-child {
  margin-left: 2.5rem;
}

.main-section__quest:last-child,
.main-section__quest:nth-last-child(2) {
  margin-right: 5.625rem;
  margin-top: -2.5rem;
}

.main-section__content {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 100%;
  max-width: 38.125rem;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section__title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.main-section__text {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 27.5rem;
}

.main-section__button {
  margin-bottom: 1.75rem;
}

.main-quest {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.main-quest__figure {
  position: relative;
  height: 100%;
  width: 100%;
}

.main-quest__figcaption {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
}

.main-quest-figcaption__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.75rem;
}

.main-quest-figcaption__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.875rem;
}

.main-quest-figcaption__info {
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.5rem;
}

.main-quest-figcaption__info:last-child {
  margin-bottom: 0;
}

.main-quest-figcaption__info > i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}

.main-quest-figcaption__button {
  z-index: 1;
  margin: 0.625rem;
}

.main-location {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

.main-location::after {
  content: "";
  position: absolute;
  width: 145%;
  height: 100%;
  top: 1.5625rem;
  left: -2.5rem;
  background-image: url("../img/decorations/main-map-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-location__info {
  text-align: center;
  font-size: 1.25rem;
  max-width: 15.625rem;
  margin-bottom: 3.5rem;
}

.main-location__address {
  margin-bottom: 4.0625rem;
}

.main-location__parking {
  position: relative;
  left: 5.5rem;
}

.main-location__parking::after {
  content: url("../img/icons/parking.svg");
  position: absolute;
  top: 0.25rem;
  left: -2rem;
}

.main-address {
  position: relative;
}

.main-address::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 2.5rem;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-image: url("../img/icons/map-pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-address__wrapper {
  padding: 0.625rem;
  background: rgba(204, 177, 205, 0.5);
  border-radius: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
}

.main-address__text {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

.main-address__rating > i {
  margin-right: 0.375rem;
}

.main-address__rating > span {
  margin-right: 0.375rem;
}

.main-address__rating--stars > i {
  font-size: 1.125rem;
}

.about {
  position: relative;
}

.no-webp .about::before{
  background-image: url("../img/decorations/footer-background.png"); }

.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.about__wrapper {
  position: relative;
}

.no-webp .about__page{
  background-image: url("../img/decorations/wrinkled page-with-logo.png"); }

.about__page {
  margin-bottom: 7.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 4.6875rem 0rem 4.6875rem 4.6875rem;
  position: relative;
  z-index: 1;
}

.about__decorations {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.4375rem;
          flex: 0 0 28.4375rem;
  position: relative;
}

.no-webp .about__decorations::before{
  background-image: url("../img/main/flying-ball-orange.png"); }

.about__decorations::before {
  content: "";
  position: absolute;
  width: 25.3125rem;
  height: 11.875rem;
  top: -4.0625rem;
  right: -5.9375rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.about__image {
  position: absolute;
  z-index: 0;
  right: -3.4375rem;
  bottom: -5.625rem;
  width: 28.4375rem;
  height: 30rem;
}

.about__title {
  margin: 0rem 0rem 1.125rem 0rem;
  margin-right: -12.5rem;
}

.about__text {
  margin: 0rem 0rem 3.25rem 0rem;
}

.about__subtitle {
  margin: 0rem 0rem 1rem 0rem;
}

.about__subtext {
  margin: 0rem 0rem 1.75rem 0rem;
}

.about__benefits {
  max-width: 63.125rem;
  margin-left: auto;
  padding-bottom: 6.25rem;
}

.about-benefits {
  position: relative;
}

.about-benefits__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.25rem;
}

.about-benefits__image {
  position: absolute;
  width: 40.625rem;
  height: 38.75rem;
  top: -25%;
  left: -50%;
  opacity: 0.7;
  z-index: -1;
}

.benefits-item__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0rem 0rem 0.75rem 0rem;
}

.benefits-item__icon {
  font-size: 2.5rem;
  margin: 0rem 1.5rem 0rem 0rem;
}

.missions {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.2)), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  margin-bottom: 7.1875rem;
  padding-top: 4.375rem;
}

.missions__content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5.625rem;
}

.missions__title {
  margin-bottom: 1.125rem;
}

.missions-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.75rem;
  place-items: center;
}

.mission-card {
  width: 100%;
  max-width: 30.625rem;
  height: 100%;
  min-height: 43.125rem;
}

.mission-card__wrapper {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.875rem 4.6875rem;
  -webkit-box-shadow: 0 8.125rem 5.9375rem -5.375rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 8.125rem 5.9375rem -5.375rem rgba(0, 0, 0, 0.5);
  position: relative;
}

.no-webp .mission-card__wrapper::before{
  background-image: url("../img/main/mission-page-card.png"); }

.mission-card__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.no-webp .mission-card__wrapper::after{
  background-image: url("../img/main/mission-background-card.png"); }

.mission-card__wrapper::after {
  content: "";
  position: absolute;
  width: 40rem;
  height: 105%;
  top: -3.125rem;
  left: -4.0625rem;
  border-radius: 1.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.mission-card__title {
  text-align: center;
  margin-bottom: 1.75rem;
}

.mission-card__image {
  margin-bottom: 1.25rem;
  width: auto;
  height: 100%;
  max-height: 13.875rem;
}

.mission-card__text {
  text-align: center;
  margin-bottom: 1.875rem;
}

.occasions {
  margin-bottom: 1.25rem;
}

.occasions__wrapper {
  position: relative;
}

.no-webp .occasions__wrapper::before, .no-webp .occasions__wrapper::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.occasions__wrapper::before,
.occasions__wrapper::after {
  content: "";
  position: absolute;
  width: 160%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.occasions__wrapper::before {
  top: -25%;
  right: -75%;
}

.occasions__wrapper::after {
  bottom: -7%;
  left: -75%;
}

.occasions__content {
  margin-bottom: 3.75rem;
}

.occasions__title {
  margin-bottom: 1.125rem;
  max-width: 62.5rem;
}

.occasions__text {
  max-width: 50rem;
}

.occasions-types__item {
  margin-bottom: 6.25rem;
}

.occasions-type > div:first-child {
  margin-right: 3.75rem;
}

.no-webp .occasions-type:nth-child(2) .occasions-type__image::after{
  background-image: url("../img/decorations/harry-potter-chess.png"); }

.occasions-type:nth-child(2) .occasions-type__image::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
}

.no-webp .occasions-type:nth-child(3) .occasions-type__image::after{
  background-image: url("../img/decorations/map-decoration.png"); }

.occasions-type:nth-child(3) .occasions-type__image::after {
  right: -80%;
  top: -90%;
  opacity: 0.4;
}

.occasions-type__title {
  margin-bottom: 0.875rem;
  line-height: 1.4;
}

.occasions-type__text {
  padding-bottom: 4.5rem;
  margin-right: 1.5rem;
}

.occasions-type__image {
  position: relative;
}

.occasions-type__image::after,
.occasions-type__image::before {
  content: "";
  position: absolute;
  width: 230%;
  height: 230%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.occasions-type__image .evg-image,
.occasions-type__image .anniversary-image {
  border: 0.9375rem solid #ffffff;
}

.occasions-type__image .evg-image {
  -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
          transform: rotate(9deg);
  -webkit-box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
          box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
}

.no-webp .occasions-type__image .evg-image::after{
  background-image: url("../img/decorations/mini-tape.png"); }

.occasions-type__image .evg-image::after {
  content: "";
  position: absolute;
  width: 5.25rem;
  height: 7.5rem;
  top: -6.25rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.occasions-type__image .anniversary-image {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.occasions-type__image .team-image {
  -webkit-box-shadow: -26px 0px 22px -13px rgba(0, 0, 0, 0.25);
          box-shadow: -26px 0px 22px -13px rgba(0, 0, 0, 0.25);
}

.occasions-type__image .team-image::after,
.occasions-type__image .team-image::before {
  content: "";
  position: absolute;
  width: 18.125rem;
  height: 4.125rem;
  left: 50%;
  -webkit-transform: translate(-40%);
      -ms-transform: translate(-40%);
          transform: translate(-40%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .occasions-type__image .team-image::after{
  background-image: url("../img/decorations/long-tape-2.png"); }

.occasions-type__image .team-image::after {
  bottom: -1.875rem;
}

.no-webp .occasions-type__image .team-image::before{
  background-image: url("../img/decorations/long-tape-1.png"); }

.occasions-type__image .team-image::before {
  top: -1.875rem;
}

.tariffs {
  position: relative;
  padding-bottom: 4.75rem;
}

.tariffs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9.6875rem;
  bottom: 0;
  left: 0;
  background-color: var(--fiolet-color);
  z-index: -1;
}

.tariffs__content {
  text-align: center;
  margin-bottom: 3rem;
}

.tariffs__title {
  max-width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.tariffs__text {
  max-width: 50rem;
  margin: 0 auto;
}

.tariffs__cards {
  position: relative;
}

.tariffs__cards::before {
  content: "";
  display: none;
  position: absolute;
  width: calc(100% + 2.5rem);
  height: 9.6875rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: -1.25rem;
  background-color: var(--fiolet-color);
  z-index: -1;
}

.routing {
  margin-bottom: 9.375rem;
}

.routing__wrapper {
  position: relative;
}

.no-webp .routing__wrapper::before, .no-webp .routing__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.routing__wrapper::before,
.routing__wrapper::after {
  content: "";
  position: absolute;
  width: 160%;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.routing__wrapper::before {
  top: -10%;
  right: -50%;
}

.routing__wrapper::after {
  bottom: -65%;
  left: -75%;
}

.routing__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.routing__content {
  padding-top: 9.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  margin-bottom: 5.625rem;
}

.routing__title {
  margin-bottom: 1.125rem;
}

.routing__text {
  max-width: 43.75rem;
}

.routing__image {
  position: relative;
  z-index: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.25rem;
          flex: 0 0 26.25rem;
}

.routing__image img {
  position: absolute;
  width: 265%;
  height: auto;
  top: -3.75rem;
  left: calc(50% - 3.125rem);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.routing__types {
  margin-bottom: 2.5rem;
}

.routing__map {
  position: relative;
}

.no-webp .routing__map::after{
  background-image: url("../img/decorations/routing-stick.png"); }

.routing__map::after {
  content: "";
  position: absolute;
  width: 31.5625rem;
  height: 25rem;
  right: -12.5rem;
  bottom: -6.25rem;
  -webkit-transform: rotate(-81deg);
      -ms-transform: rotate(-81deg);
          transform: rotate(-81deg);
  -webkit-filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.routing__map--image {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.routing__steps {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.no-webp .routing__steps::before, .no-webp .routing__steps::after{
  background-image: url("../img/decorations/steps.png"); }

.routing__steps::before,
.routing__steps::after {
  content: "";
  position: absolute;
  width: 29.6875rem;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.routing__steps::before {
  top: -25%;
  right: -25%;
}

.routing__steps::after {
  bottom: -52%;
  left: -28%;
  -webkit-transform: rotate(97deg) scale(-1, 1);
      -ms-transform: rotate(97deg) scale(-1, 1);
          transform: rotate(97deg) scale(-1, 1);
}

.main-reservation__title {
  margin-bottom: 1.125rem;
  max-width: 56.25rem;
}

.main-reservation-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.main-reservation-infos__button {
  margin-top: 2.625rem;
  margin-left: 0.625rem;
}

.purpose {
  margin-bottom: 1rem;
}

.purpose__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purpose__content {
  padding-top: 11.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  margin-bottom: 5.625rem;
}

.purpose__title {
  margin-bottom: 1.5rem;
}

.purpose__text {
  max-width: 43.75rem;
}

.purpose__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5rem;
          flex: 0 0 32.5rem;
}

.purpose__image img {
  position: absolute;
  width: 175%;
  height: auto;
  top: -2.5rem;
  left: calc(50% + 7.5rem);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.purpose-types {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0rem -1.75rem -3.5rem 0rem;
}

.purpose-types__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
  padding: 0rem 1.75rem 3.5rem 0rem;
}

.purpose-type__head {
  margin-bottom: 1.125rem;
}

.purpose-type__title {
  line-height: 1.4;
}

.purpose-type__icon {
  font-size: 4.75rem;
  margin-right: 1.125rem;
}

.puzzles {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.75rem;
}

.no-webp .puzzles::before{
  background-image: url("../img/enigme/puzzle-background.png"); }

.puzzles::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.puzzles__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  margin-bottom: 5.625rem;
  padding-right: 2.25rem;
}

.puzzles__breadcrumbs {
  margin-bottom: 1.875rem;
}

.puzzles__title {
  margin-bottom: 1.5rem;
}

.puzzles__text {
  max-width: 30.625rem;
}

.puzzles__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5rem;
          flex: 0 0 32.5rem;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  margin-top: 3rem;
  padding: 1rem 0rem 7.8125rem 1.75rem;
}

.puzzles__image img {
  -webkit-filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
}

.puzzles__image::after,
.puzzles__image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

.no-webp .puzzles__image::after{
  background-image: url("../img/decorations/mini-tape.png"); }

.puzzles__image::after {
  width: 2.25rem;
  height: 3.125rem;
  top: -0.125rem;
  left: 4.375rem;
  -webkit-transform: rotate(-5deg) scale(-1, 1);
      -ms-transform: rotate(-5deg) scale(-1, 1);
          transform: rotate(-5deg) scale(-1, 1);
  background-size: contain;
  background-position: center;
}

.no-webp .puzzles__image::before{
  background-image: url("../img/decorations/long-tape-1.png"); }

.puzzles__image::before {
  width: 10rem;
  height: 2.75rem;
  bottom: 7.75rem;
  right: -2.25rem;
  -webkit-transform: rotate(-23deg) scale(-1, 1);
      -ms-transform: rotate(-23deg) scale(-1, 1);
          transform: rotate(-23deg) scale(-1, 1);
}

.no-webp .puzzles__image--paper::before{
  background-image: url("../img/decorations/torn-piece-of-paper.png"); }

.puzzles__image--paper::before {
  content: "";
  position: absolute;
  aspect-ratio: 2.3;
  width: calc(100% + 2.25rem);
  bottom: 1.875rem;
  left: calc(50% + 0.9375rem);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.puzzles__types {
  margin-bottom: 2.5rem;
}

.puzzles__map {
  position: relative;
}

.no-webp .puzzles__map::after{
  background-image: url("../img/decorations/puzzles-stick.png"); }

.puzzles__map::after {
  content: "";
  position: absolute;
  width: 31.5625rem;
  height: 25rem;
  right: -12.5rem;
  bottom: -6.25rem;
  -webkit-transform: rotate(-81deg);
      -ms-transform: rotate(-81deg);
          transform: rotate(-81deg);
  -webkit-filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
  border-radius: 1.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.puzzles__map--image {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.puzzles__steps {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.no-webp .puzzles__steps::before, .no-webp .puzzles__steps::after{
  background-image: url("../img/decorations/steps.png"); }

.puzzles__steps::before,
.puzzles__steps::after {
  content: "";
  position: absolute;
  width: 29.6875rem;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.puzzles__steps::before {
  top: -25%;
  right: -25%;
}

.puzzles__steps::after {
  bottom: -52%;
  left: -28%;
  -webkit-transform: rotate(97deg) scale(-1, 1);
      -ms-transform: rotate(97deg) scale(-1, 1);
          transform: rotate(97deg) scale(-1, 1);
}

.quests {
  position: relative;
  padding-top: 8rem;
}

.no-webp .quests::before{
  background-image: url("../img/enigme/quest-background.png"); }

.quests::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.quests__section {
  padding-bottom: 5.625rem;
}

.quests__divider {
  height: 4.5rem;
  max-width: 34.375rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.875rem;
}

.no-webp .quests__divider::before{
  background-image: url("../img/decorations/quests-divider.png"); }

.quests__divider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.quests__main {
  position: relative;
}

.quests__content {
  max-width: 56.25rem;
  margin-bottom: 3.5rem;
}

.quests__title {
  margin-bottom: 1.125rem;
}

.quests__text {
  max-width: 37.5rem;
}

.no-webp .quests__decorations::before{
  background-image: url("../img/decorations/harry-potter-wordmark.png"); }

.quests__decorations::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 44.0625rem;
  height: auto;
  aspect-ratio: 7/2.4;
  right: -10.625rem;
  bottom: -4.375rem;
  background-size: cover;
  z-index: -1;
}

.quests__image {
  position: absolute;
  z-index: -1;
  width: 38.125rem;
  height: auto;
  aspect-ratio: 6.1/5.4;
  right: -5.625rem;
  bottom: -11.875rem;
  -webkit-transform: rotate(-51deg);
      -ms-transform: rotate(-51deg);
          transform: rotate(-51deg);
  -webkit-filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
}

.quests-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.quests-articles__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.quests-articles__item:first-child {
  padding-right: 1.25rem;
}

.quests-articles__item:last-child {
  margin-right: 0;
  margin-top: -9.375rem;
}

.article-quest__text--center {
  max-width: 27.1875rem;
  margin: 0 auto;
}

.article-quest__image {
  margin-bottom: 2rem;
}

.article-quest__image--main {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.article-quest__image--secondary {
  aspect-ratio: 1.6;
}

.article-quest__title {
  line-height: 1.2;
  margin-bottom: 1.125rem;
}

.article-quest__button {
  margin-left: 0.5rem;
  margin-top: 2.125rem;
}

.padlocks {
  padding-top: 4.6875rem;
  margin-bottom: 8.75rem;
}

.padlocks__title {
  text-align: center;
  margin-bottom: 3rem;
}

.padlocks-content {
  position: relative;
}

.padlocks-content::before,
.padlocks-content::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.no-webp .padlocks-content::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.padlocks-content::after {
  top: -90%;
  left: -75%;
  width: 170%;
  height: auto;
  aspect-ratio: 1.15;
}

.no-webp .padlocks-content::before{
  background-image: url("../img/decorations/padlock-sign.png"); }

.padlocks-content::before {
  bottom: -96%;
  right: -66%;
  aspect-ratio: 1.5;
  width: 145%;
}

.padlocks-content__infos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 1.875rem;
}

.padlocks-content__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5rem;
          flex: 0 0 37.5rem;
  margin-top: 3.625rem;
  -webkit-transform: rotate(7deg) translate(4.6875rem);
      -ms-transform: rotate(7deg) translate(4.6875rem);
          transform: rotate(7deg) translate(4.6875rem);
  padding-bottom: 4.6875rem;
}

.padlocks-content__image img {
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.4));
}

.padlocks-content__image::after,
.padlocks-content__image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}

.no-webp .padlocks-content__image::before{
  background-image: url("../img/decorations/paper-clip.png"); }

.padlocks-content__image::before {
  width: 1.875rem;
  height: 6.5625rem;
  top: -4.375rem;
  right: 10.75rem;
  -webkit-transform: rotate(22deg);
      -ms-transform: rotate(22deg);
          transform: rotate(22deg);
  background-size: contain;
  background-position: center;
}

.no-webp .padlocks-content__image::after{
  background-image: url("../img/decorations/paper-check-out.png"); }

.padlocks-content__image::after {
  aspect-ratio: 0.872;
  width: calc(100% - 3.125rem);
  height: auto;
  top: -2.0625rem;
  left: -2.5625rem;
  background-size: contain;
  background-position: center;
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.4));
  z-index: -1;
}

.padlocks-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.padlock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.padlock-info__icon {
  font-size: 2.5rem;
  margin-right: 1.5rem;
}

.padlocks-occasions {
  position: relative;
}

.no-webp .padlocks-occasions::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.padlocks-occasions::before {
  content: "";
  position: absolute;
  top: -7%;
  left: -50%;
  width: 125%;
  height: auto;
  aspect-ratio: 1.1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.padlocks-occasions__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.padlocks-occasions__content {
  padding-top: 3.5rem;
  padding-right: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  z-index: 2;
}

.padlocks-occasions__title {
  margin-bottom: 0.875rem;
  line-height: 1.2;
}

.padlocks-occasions__text + .text-with-line {
  margin: 1.25rem 0;
}

.padlock-event {
  margin-bottom: 2.5rem;
}

.padlock-event__img {
  -ms-flex-preferred-size: 37.1875rem;
      flex-basis: 37.1875rem;
  -webkit-transform: rotate(-7deg) translate(-4.375rem);
      -ms-transform: rotate(-7deg) translate(-4.375rem);
          transform: rotate(-7deg) translate(-4.375rem);
  padding-bottom: 4.6875rem;
  margin-right: 1.25rem;
}

.padlock-event__img img {
  -webkit-filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
}

.padlock-event__img::after,
.padlock-event__img::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

.no-webp .padlock-event__img::after{
  background-image: url("../img/decorations/long-tape-1.png"); }

.padlock-event__img::after {
  width: 14.375rem;
  height: 3.4375rem;
  top: -0.625rem;
  left: -5rem;
  -webkit-transform: rotate(-31deg);
      -ms-transform: rotate(-31deg);
          transform: rotate(-31deg);
}

.no-webp .padlock-event__img::before{
  background-image: url("../img/decorations/long-tape-1.png"); }

.padlock-event__img::before {
  width: 11.625rem;
  height: 3.4375rem;
  bottom: 5.8125rem;
  right: -1.625rem;
  -webkit-transform: rotate(-32deg);
      -ms-transform: rotate(-32deg);
          transform: rotate(-32deg);
}

.no-webp .padlock-event__paper::before{
  background-image: url("../img/decorations/torn-piece-of-paper.png"); }

.padlock-event__paper::before {
  content: "";
  position: absolute;
  aspect-ratio: 2.3;
  width: calc(100% + 3.375rem);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.padlock-how-long {
  margin-bottom: 3.625rem;
}

.padlock-how-long__img {
  -ms-flex-preferred-size: 37.1875rem;
      flex-basis: 37.1875rem;
  margin-left: 1.25rem;
  -webkit-transform: scale(2.05) translate(1.5rem, 1.25rem);
      -ms-transform: scale(2.05) translate(1.5rem, 1.25rem);
          transform: scale(2.05) translate(1.5rem, 1.25rem);
}

.padlock-solving {
  position: relative;
}

.padlock-solving__img {
  -ms-flex-preferred-size: 34.6875rem;
      flex-basis: 34.6875rem;
  margin-right: 4.375rem;
  -webkit-transform: rotate(11deg);
      -ms-transform: rotate(11deg);
          transform: rotate(11deg);
}

.padlock-solving__img img {
  border: 1.875rem solid #ffffff;
  border-bottom-width: 4.625rem;
  -webkit-box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
          box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
}

.no-webp .padlock-solving__img::before{
  background-image: url("../img/decorations/map-decoration.png"); }

.padlock-solving__img::before {
  content: "";
  position: absolute;
  width: 210%;
  aspect-ratio: 1.35;
  height: auto;
  left: calc(50% - 6.25rem);
  top: calc(50% + 3.75rem);
  -webkit-transform: translate(-50%, -50%) rotate(-11deg);
      -ms-transform: translate(-50%, -50%) rotate(-11deg);
          transform: translate(-50%, -50%) rotate(-11deg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  z-index: -2;
}

.quest-reservation {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.quest-reservation__main {
  margin-bottom: 4.375rem;
}

.quest-reservation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  max-width: 50rem;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  -webkit-transform: translateX(6.25rem);
      -ms-transform: translateX(6.25rem);
          transform: translateX(6.25rem);
  margin-bottom: 1.75rem;
}

.quest-reservation__title {
  margin-bottom: 1.5rem;
}

.quest-reservation__text {
  max-width: 36.875rem;
  margin-bottom: 2.25rem;
}

.quest-reservation__button {
  margin-left: 0.625rem;
}

.quest-reservation__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
  max-width: 30rem;
  position: relative;
}

.no-webp .quest-reservation__images::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.quest-reservation__images::after {
  content: "";
  position: absolute;
  width: 350%;
  height: auto;
  top: -180%;
  left: -70%;
  aspect-ratio: 1.1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.quest-reservation__decoration {
  position: absolute;
  left: -79%;
  top: -108%;
  width: 350%;
  height: auto;
  aspect-ratio: 1.6;
  z-index: -1;
}

.quest-reservation-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.quest-reservation-card {
  position: relative;
  padding: 2.5rem;
}

.quest-reservation-card::after,
.quest-reservation-card::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
}

.quest-reservation-card::before {
  z-index: 0;
  aspect-ratio: 1.2;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(14px 17px 29px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(14px 17px 29px rgba(0, 0, 0, 0.25));
}

.no-webp .quest-reservation-card::after{
  background-image: url("../img/enigme/quest-reservation-card-bg.png"); }

.quest-reservation-card::after {
  width: 100%;
  background-position: right;
  z-index: -1;
  background-size: 80% 100%;
}

.no-webp .quest-reservation-card.qrc-location::before{
  background-image: url("../img/enigme/quest-reservation-map.png"); }

.quest-reservation-card.qrc-location .quest-reservation-card__text::before {
  background-image: url("../img/decorations/pin.svg");
}

.no-webp .quest-reservation-card.qrc-decorations::before{
  background-image: url("../img/enigme/quest-reservation-camera.png"); }

.quest-reservation-card.qrc-decorations .quest-reservation-card__text::before {
  background-image: url("../img/decorations/edit.svg");
}

.no-webp .quest-reservation-card.qrc-parking::before{
  background-image: url("../img/enigme/quest-reservation-car.png"); }

.quest-reservation-card.qrc-parking .quest-reservation-card__text::before {
  background-image: url("../img/decorations/parking.svg");
}

.no-webp .quest-reservation-card.qrc-friends::before{
  background-image: url("../img/enigme/quest-reservation-photos.png"); }

.quest-reservation-card.qrc-friends .quest-reservation-card__text::before {
  background-image: url("../img/decorations/heart.svg");
}

.quest-reservation-card__text {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 58%;
          flex: 1 1 58%;
  max-width: 58%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.quest-reservation-card__text::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tournage-main {
  position: relative;
  padding: 8rem 0rem 12.5rem 0rem;
  margin-bottom: -7.5rem;
}

.tournage-main::before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.tournage-main__background {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tournage-main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.75rem;
          flex: 0 1 43.75rem;
  max-width: 43.75rem;
}

.tournage-main__breadcrumbs {
  margin-bottom: 1.875rem;
}

.tournage-main__title {
  margin-bottom: 1.5rem;
}

.tournage-main__text {
  max-width: 36.875rem;
  margin-bottom: 1.75rem;
}

.tournage-main__button {
  margin-left: 0.625rem;
}

.tournage-location {
  margin-bottom: 4.6875rem;
}

.tournage-location__wrapper {
  position: relative;
}

.tournage-location__wrapper::before,
.tournage-location__wrapper::after {
  content: "";
  position: absolute;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .tournage-location__wrapper::after{
  background-image: url("../img/decorations/reservation-knight.png"); }

.tournage-location__wrapper::after {
  top: -20%;
  right: -91%;
  width: 155%;
  aspect-ratio: 1.25;
  z-index: -2;
}

.no-webp .tournage-location__wrapper::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.tournage-location__wrapper::before {
  top: -30%;
  left: -43%;
  width: 110%;
  aspect-ratio: 1.1;
  z-index: -1;
}

.tournage-location__content {
  text-align: center;
  margin-bottom: 1.875rem;
}

.tournage-location__title {
  margin-bottom: 1.5rem;
}

.tournage-location__text {
  font-size: 1.25rem;
  max-width: 50rem;
  margin: 0 auto;
}

.tournage-location-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}

.tournage-location-card {
  padding: 2.8125rem 1.875rem;
  position: relative;
  -webkit-box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
}

.no-webp .tournage-location-card::before{
  background-image: url("../img/tournage/tournage-location-card.png"); }

.tournage-location-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tournage-location-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 1.125rem;
}

.tournage-location-card__title {
  line-height: 1.2;
  font-size: 1.5625rem;
}

.tournage-location-card__icon {
  font-size: 3.125rem;
  margin-right: 0.75rem;
}

.tournage-location-card__text {
  position: relative;
  padding-right: 0.75rem;
}

.tournage-causes {
  margin-bottom: -5rem;
}

.tournage-causes__wrapper {
  position: relative;
}

.tournage-causes__wrapper::before,
.tournage-causes__wrapper::after {
  content: "";
  position: absolute;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .tournage-causes__wrapper::before{
  background-image: url("../img/decorations/clouds.png"); }

.tournage-causes__wrapper::before {
  width: 150%;
  aspect-ratio: 1.3;
  top: -45%;
  right: -25%;
  z-index: -2;
}

.no-webp .tournage-causes__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.tournage-causes__wrapper::after {
  top: 25%;
  left: -40%;
  width: 170%;
  aspect-ratio: 1.15;
  z-index: -3;
}

.tournage-causes__content {
  text-align: center;
  margin-bottom: 1.875rem;
}

.tournage-causes__title {
  margin-bottom: 1.5rem;
}

.tournage-causes__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 1.875rem 0.3fr 1.875rem 1fr 1.875rem 1fr;
  grid-template-columns: 1.7fr 0.3fr 1fr 1fr;
  -ms-grid-rows: auto 3.75rem auto;
      grid-template-areas: "tc-item-1 tc-item-1 tc-item-2 tc-item-2" "tc-item-3 tc-image tc-image tc-image";
  gap: 3.75rem 1.875rem;
}

.tournage-causes__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: tc-item-1;
}

.tournage-causes__item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: tc-item-2;
}

.tournage-causes__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: tc-item-3;
}

.tournage-causes__item--image {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: tc-image;
  -webkit-transform: rotate(4.6deg) translateY(-1.25rem);
      -ms-transform: rotate(4.6deg) translateY(-1.25rem);
          transform: rotate(4.6deg) translateY(-1.25rem);
  padding-right: 6.875rem;
  position: relative;
}

.tournage-causes__item--image img {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.no-webp .tournage-causes__item--image::before{
  background-image: url("../img/tournage/clapperboard.png"); }

.tournage-causes__item--image::before {
  content: "";
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  top: -5.0625rem;
  right: -6.4375rem;
  -webkit-transform: rotate(-11deg);
      -ms-transform: rotate(-11deg);
          transform: rotate(-11deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.cause-tournage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cause-tournage__icon {
  font-size: 3rem;
  margin-right: 1rem;
}

.tournage-support {
  margin-bottom: 5rem;
}

.tournage-support__wrapper {
  padding: 7.1875rem 6.5625rem 5.9375rem;
  position: relative;
}

.tournage-support__wrapper::before,
.tournage-support__wrapper::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .tournage-support__wrapper::after{
  background-image: url("../img/decorations/steampunk-chess-decoration.png"); }

.tournage-support__wrapper::after {
  width: 200%;
  height: auto;
  aspect-ratio: 1.5;
  top: -30%;
  right: -90%;
  opacity: 0.9;
  z-index: -3;
}

.no-webp .tournage-support__wrapper::before{
  background-image: url("../img/tournage/tournage-support-bg.png"); }

.tournage-support__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.tournage-support__content {
  margin-bottom: 2.875rem;
}

.tournage-support__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.no-webp .tournage-support__body::before{
  background-image: url("../img/tournage/tournage-stamp.png"); }

.tournage-support__body::before {
  content: "";
  position: absolute;
  width: 48%;
  height: auto;
  aspect-ratio: 1.45;
  bottom: -3.4375rem;
  right: 1.25rem;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.tournage-support__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.tournage-support__col.stc-left {
  margin-right: 1.875rem;
}

.tournage-support__col.stc-right {
  padding-bottom: 23%;
}

.support-tournage-col__image {
  margin-bottom: 3.125rem;
  -webkit-transform: rotate(2.35deg) translateX(-2.1875rem);
      -ms-transform: rotate(2.35deg) translateX(-2.1875rem);
          transform: rotate(2.35deg) translateX(-2.1875rem);
  position: relative;
  margin-left: -5.625rem;
  margin-top: 2.8125rem;
}

.support-tournage-col__image img {
  border: 0.9375rem solid #ffffff;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.no-webp .support-tournage-col__image::before{
  background-image: url("../img/tournage/lieu-de-tournage-back.png"); }

.support-tournage-col__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.9375rem;
  left: -3.75rem;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
  border: 0.9375rem solid #ffffff;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.support-tournage-col__text {
  margin-bottom: 2.5rem;
}

.support-tournage-col__text:last-child {
  margin-bottom: 0;
}

.tournage-rent {
  margin-bottom: 5.625rem;
}

.tournage-rent__content {
  max-width: 50rem;
  margin-bottom: 1.125rem;
}

.tournage-rent__title {
  margin-bottom: 1.5rem;
}

.tournage-rent__text {
  max-width: 30.625rem;
}

.tournage-rent__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.75rem;
}

.tournage-rent__item--image {
  display: none;
  position: relative;
  z-index: -3;
}

.rent-tournage {
  position: relative;
  counter-increment: index;
}

.rent-tournage::after {
  content: counters(index, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0.625rem;
  opacity: 0.5;
  font-family: "Constantia";
  line-height: 1;
  font-size: 8.75rem;
  color: var(--yellow-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#c09f47), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.rent-tournage__head {
  position: relative;
  padding: 1.625rem 0;
  min-height: 9.6875rem;
  margin-bottom: 2.25rem;
}

.rent-tournage__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--yellow-color);
  opacity: 0.6;
}

.rent-tournage__title {
  max-width: 14.375rem;
}

.rent-tournage__contacts {
  margin-bottom: 1.5rem;
}

.rent-tournage__contacts--tile {
  margin-bottom: 0.625rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.rent-tournage__contacts--tile:last-child {
  margin-bottom: 0;
}

.rent-tournage__contacts--tile > i {
  font-size: 1.5rem;
  margin-right: 1.375rem;
}

.tournage-price {
  margin-bottom: 10rem;
}

.tournage-price__wrapper {
  position: relative;
}

.no-webp .tournage-price__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.tournage-price__wrapper::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -30%;
  width: 170%;
  height: auto;
  aspect-ratio: 1.15;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.tournage-price__image {
  position: absolute;
  width: 130%;
  height: auto;
  aspect-ratio: 1.35;
  top: -35%;
  left: -75%;
  opacity: 0.8;
  z-index: -1;
}

.tournage-price__masonry {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 2.25rem;
}

.tournage-price__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-top: 1.5rem;
}

.tournage-price__title {
  margin-bottom: 1.5rem;
}

.tournage-price__text {
  margin-bottom: 1rem;
}

.tournage-price__text + .text-with-line {
  margin-bottom: 1rem;
}

.tournage-price__button {
  margin-top: 1.125rem;
  margin-left: 0.625rem;
}

.masonry-tournage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.masonry-tournage__item {
  aspect-ratio: 0.93;
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.masonry-tournage__item:nth-child(odd) {
  -webkit-transform: translateY(4.375rem);
      -ms-transform: translateY(4.375rem);
          transform: translateY(4.375rem);
}

.tournage-reservation {
  margin-bottom: 3.125rem;
}

.tournage-reservation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tournage-reservation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 1rem;
}

.tournage-reservation__checklist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.tournage-reservation__title {
  margin-bottom: 1.5rem;
}

.tournage-reservation__text {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.tournage-reservation__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.375rem;
}

.tournage-reservation__address--icon {
  font-size: 2.25rem;
  margin-right: 0.75rem;
}

.tournage-reservation__address--text {
  font-size: 1.25rem;
}

.tournage-reservation__button {
  margin-left: 0.625rem;
}

.potter-main {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.75rem;
  margin-bottom: 5rem;
}

.no-webp .potter-main::after{
  background-image: url("../img/decorations/hogwarts-sign.png"); }

.potter-main::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}

.potter-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.potter-main__container {
  position: relative;
}

.potter-main__background {
  width: 205%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.potter-main__breadcrumbs {
  margin-bottom: 2.875rem;
}

.potter-main__content {
  text-align: center;
  margin-bottom: 2.5rem;
}

.potter-main__title {
  margin-bottom: 1.5rem;
}

.potter-main__text {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 2.375rem;
}

.potter-main__button {
  margin: 0 0.625rem;
}

.potter-main__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.potter-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.potter-background__item {
  position: relative;
  margin: 0 -3.125rem;
}

.potter-background__item--dragon {
  -webkit-transform: translate(4.375rem, -0.9375rem);
      -ms-transform: translate(4.375rem, -0.9375rem);
          transform: translate(4.375rem, -0.9375rem);
  z-index: 1;
}

.potter-background__item--sign {
  opacity: 0.7;
  -webkit-transform: translate(-2.5rem, 0.9375rem);
      -ms-transform: translate(-2.5rem, 0.9375rem);
          transform: translate(-2.5rem, 0.9375rem);
  z-index: 0;
}

.potter-images {
  margin: 0 -8.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  position: relative;
}

.no-webp .potter-images::after{
  background-image: url("../img/decorations/routing-stick.png"); }

.potter-images::after {
  content: "";
  position: absolute;
  width: 39%;
  aspect-ratio: 1.1;
  right: 8%;
  top: -2%;
  -webkit-filter: drop-shadow(19px 19px 33px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(19px 19px 33px rgba(0, 0, 0, 0.25));
  -webkit-transform: matrix(-0.04, -1, -1, 0.04, 0, 0);
      -ms-transform: matrix(-0.04, -1, -1, 0.04, 0, 0);
          transform: matrix(-0.04, -1, -1, 0.04, 0, 0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.potter-images__item {
  position: relative;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.potter-images__item:nth-child(1) {
  z-index: 0;
  -webkit-transform: rotate(-1.29deg) translate(4.0625rem, -1.25rem);
      -ms-transform: rotate(-1.29deg) translate(4.0625rem, -1.25rem);
          transform: rotate(-1.29deg) translate(4.0625rem, -1.25rem);
}

.potter-images__item:nth-child(2) {
  z-index: 1;
  -webkit-transform: rotate(-9.46deg) translate(-2.1875rem, 0);
      -ms-transform: rotate(-9.46deg) translate(-2.1875rem, 0);
          transform: rotate(-9.46deg) translate(-2.1875rem, 0);
}

.potter-images__item:nth-child(3) {
  z-index: 2;
  -webkit-transform: rotate(19.15deg) translate(-5.625rem, -1.25rem);
      -ms-transform: rotate(19.15deg) translate(-5.625rem, -1.25rem);
          transform: rotate(19.15deg) translate(-5.625rem, -1.25rem);
}

.potter-images__item img {
  border: 0.9375rem solid #ffffff;
}

.potter-access {
  margin-bottom: 4.375rem;
}

.potter-access__wrapper {
  position: relative;
}

.no-webp .potter-access__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.potter-access__wrapper::before {
  content: "";
  z-index: -1;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 170%;
  height: auto;
  aspect-ratio: 1.15;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.potter-access__image {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.9375rem;
          flex: 0 0 35.9375rem;
  max-width: 35.9375rem;
  -webkit-transform: rotate(-22.15deg);
      -ms-transform: rotate(-22.15deg);
          transform: rotate(-22.15deg);
  margin-right: -5rem;
  margin-bottom: 1.25rem;
}

.potter-access__image img {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.potter-access__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 2.25rem;
}

.potter-access__title {
  margin-bottom: 1.5rem;
  margin-right: -2.25rem;
}

.potter-access__text {
  max-width: 36.875rem;
}

.potter-access__text + .text-with-line {
  max-width: 36.875rem;
  margin: 1.25rem 0;
}

.potter-wizard {
  margin-bottom: 5rem;
}

.potter-wizard__content {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 3.75rem;
  text-align: center;
}

.potter-wizard__title {
  margin-bottom: 1.5rem;
}

.wizard-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}

.wizard-infos__icon {
  display: inline-block;
  font-size: 4.625rem;
  margin-bottom: 1rem;
}

.potter-scenario {
  margin-bottom: 5rem;
}

.potter-scenario__container {
  position: relative;
}

.no-webp .potter-scenario__container::before{
  background-image: url("../img/decorations/reservation-knight.png"); }

.potter-scenario__container::before {
  content: "";
  position: absolute;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -70%;
  right: -75%;
  width: 160%;
  aspect-ratio: 1.25;
  z-index: -2;
}

.potter-scenario__wrapper {
  padding: 5.1875rem 0rem 6.0625rem 6.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
}

.potter-scenario__wrapper::before,
.potter-scenario__wrapper::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.no-webp .potter-scenario__wrapper::before{
  background-image: url("../img/decorations/scenario-bg.png"); }

.potter-scenario__wrapper::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.no-webp .potter-scenario__wrapper::after{
  background-image: url("../img/decorations/harry-potter-wordmark.png"); }

.potter-scenario__wrapper::after {
  width: 33.125rem;
  height: auto;
  aspect-ratio: 7/2.4;
  right: 2.1875rem;
  top: 3.75rem;
}

.potter-scenario__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 2.5rem;
}

.potter-scenario__title {
  margin-bottom: 1.5rem;
}

.potter-scenario__images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding-top: 1.25rem;
  position: relative;
}

.no-webp .potter-scenario__images::after{
  background-image: url("../img/decorations/harry-potter-compass.png"); }

.potter-scenario__images::after {
  content: "";
  position: absolute;
  width: 8.125rem;
  aspect-ratio: 1;
  bottom: -3.4375rem;
  left: 5.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
}

.potter-scenario__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  border: 0.9375rem solid #ffffff;
  border-bottom-width: 3.375rem;
  -webkit-box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
          box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
}

.potter-scenario__img--left {
  -webkit-transform: rotate(6.37deg) translate(20px, 0);
      -ms-transform: rotate(6.37deg) translate(20px, 0);
          transform: rotate(6.37deg) translate(20px, 0);
}

.potter-scenario__img--right {
  -webkit-transform: rotate(-4.54deg) translate(-35px, 3.75rem);
      -ms-transform: rotate(-4.54deg) translate(-35px, 3.75rem);
          transform: rotate(-4.54deg) translate(-35px, 3.75rem);
}

.potter-reservation {
  margin-bottom: 3.125rem;
}

.potter-reservation__wrapper {
  margin-left: -1.875rem;
}

.potter-reservation__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.3125rem;
          flex: 0 0 25.3125rem;
  max-width: 25.3125rem;
  margin-top: 1.875rem;
}

.potter-reservation__image img {
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.potter-reservation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding-left: 2.8125rem;
  position: relative;
}

.potter-reservation__title {
  margin-bottom: 1.5rem;
}

.potter-reservation__text {
  margin-bottom: 1.25rem;
}

.potter-reservation__text:last-child {
  margin-bottom: 0;
}

.potter-reservation__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30.625rem;
  margin-top: 1.875rem;
  font-size: 1rem;
}

.potter-reservation__attention > i {
  margin-right: 0.75rem;
  width: 2.375rem;
}

.potter-schedule {
  position: relative;
  padding: 1.5rem 0;
}

.no-webp .potter-schedule::before{
  background-image: url("../img/harry-potter/harry-potter-schedule-bg.png"); }

.potter-schedule::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}

.potter-schedule__wrapper {
  padding: 1rem 1.25rem 0;
  background: rgba(255, 255, 255, 0.61);
  border: 0.1875rem solid var(--yellow-color);
  -webkit-backdrop-filter: blur(0.6875rem);
          backdrop-filter: blur(0.6875rem);
}

.no-webp .potter-gallery{
  background-image: url("../img/harry-potter/harry-potter-gallery-bg.png"); }

.potter-gallery {
  padding: 11.875rem 0rem 7.8125rem;
  margin-bottom: 3.125rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.potter-gallery::before,
.potter-gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.125rem;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.potter-gallery::after {
  top: unset;
  bottom: 0;
}

.potter-gallery__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1.875rem;
}

.potter-gallery__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  max-width: 65%;
  max-height: 33.75rem;
}

.potter-reviews {
  position: relative;
  margin-bottom: 5rem;
}

.potter-reviews__wrapper {
  position: relative;
}

.potter-reviews__wrapper::after,
.potter-reviews__wrapper::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1;
  top: 60%;
  content: "";
  z-index: -2;
}

.no-webp .potter-reviews__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.potter-reviews__wrapper::after {
  right: -40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-webp .potter-reviews__wrapper::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.potter-reviews__wrapper::before {
  left: -25%;
  -webkit-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
          transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
}

.potter-reviews__content {
  max-width: 48.125rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.potter-routing {
  margin-bottom: 4.75rem;
}

.potter-routing__wrapper {
  position: relative;
}

.no-webp .potter-routing__wrapper::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.potter-routing__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: -10%;
  left: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.potter-routing__content {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  text-align: center;
}

.potter-routing__title {
  margin-bottom: 1.5rem;
}

.potter-routing__steps {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.no-webp .potter-routing__steps::before, .no-webp .potter-routing__steps::after{
  background-image: url("../img/decorations/steps.png"); }

.potter-routing__steps::before,
.potter-routing__steps::after {
  content: "";
  position: absolute;
  width: 32.8125rem;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.potter-routing__steps::before {
  top: -30%;
  right: -25%;
  -webkit-transform: rotate(170deg) scale(-1, 1);
      -ms-transform: rotate(170deg) scale(-1, 1);
          transform: rotate(170deg) scale(-1, 1);
}

.potter-routing__steps::after {
  bottom: -30%;
  left: -30%;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.potter-comments {
  position: relative;
  margin-bottom: 5rem;
}

.potter-comments__wrapper {
  position: relative;
  z-index: 1;
}

.potter-comments__content {
  max-width: 48.125rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.potter-scenery {
  margin-bottom: 3.125rem;
}

.potter-scenery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.potter-scenery__image {
  -webkit-transform: scale(2.35) translateX(-3.75rem);
      -ms-transform: scale(2.35) translateX(-3.75rem);
          transform: scale(2.35) translateX(-3.75rem);
  z-index: -1;
}

.potter-scenery__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.75rem;
          flex: 0 0 43.75rem;
  max-width: 43.75rem;
}

.potter-scenery__title {
  margin-bottom: 1.5rem;
}

.potter-scenery__text + .text-with-line {
  max-width: 36.875rem;
  margin: 1.25rem 0;
}

.potter-occasions__wrapper {
  position: relative;
}

.no-webp .potter-occasions__wrapper::before{
  background-image: url("../img/decorations/harry-potter-train.png"); }

.potter-occasions__wrapper::before {
  content: "";
  position: absolute;
  aspect-ratio: 0.75;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: -55%;
  right: -35%;
  width: 43.75rem;
}

.potter-occasions__content {
  max-width: 63.125rem;
  text-align: center;
  margin: 0rem auto 2.5rem;
}

.potter-occasions__title {
  margin-bottom: 1.5rem;
}

.potter-occasions__types {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.potter-occasion-type__icon {
  display: inline-block;
  font-size: 4.625rem;
  margin-bottom: 1rem;
}

.steampunk-main {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.75rem;
  margin-bottom: 5rem;
}

.steampunk-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.steampunk-main__container {
  position: relative;
}

.steampunk-main__background {
  width: 205%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.steampunk-main__wrapper {
  position: relative;
}

.no-webp .steampunk-main__wrapper::before{
  background-image: url("../img/decorations/clouds.png"); }

.steampunk-main__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 2.75;
  left: 0;
  top: 0;
  opacity: 0.5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.steampunk-main__breadcrumbs {
  margin-bottom: 2.875rem;
}

.steampunk-main__content {
  text-align: center;
  margin-bottom: 2.5rem;
}

.steampunk-main__title {
  margin-bottom: 1.5rem;
}

.steampunk-main__text {
  max-width: 50.625rem;
  margin: 0 auto;
  margin-bottom: 2.375rem;
}

.steampunk-main__button {
  margin: 0 0.625rem;
}

.steampunk-main__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steampunk-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.steampunk-background__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  position: relative;
}

.steampunk-background__item--cypher {
  -webkit-transform: translate(1.25rem, 0);
      -ms-transform: translate(1.25rem, 0);
          transform: translate(1.25rem, 0);
  z-index: 1;
}

.steampunk-background__item--mecanisation {
  -webkit-transform: translate(1.25rem, 5rem);
      -ms-transform: translate(1.25rem, 5rem);
          transform: translate(1.25rem, 5rem);
  z-index: 0;
  width: 39.0625rem;
}

.steampunk-images {
  margin: 0 -8.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  position: relative;
}

.no-webp .steampunk-images::after{
  background-image: url("../img/decorations/steampunk-clock.png"); }

.steampunk-images::after {
  content: "";
  position: absolute;
  width: 37%;
  aspect-ratio: 1.1;
  left: 1%;
  top: -27%;
  -webkit-transform: rotate(-15.55deg);
      -ms-transform: rotate(-15.55deg);
          transform: rotate(-15.55deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.steampunk-images__item {
  position: relative;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.steampunk-images__item:nth-child(1) {
  z-index: 0;
  -webkit-transform: rotate(-9.46deg) translate(4.375rem, -1.875rem);
      -ms-transform: rotate(-9.46deg) translate(4.375rem, -1.875rem);
          transform: rotate(-9.46deg) translate(4.375rem, -1.875rem);
}

.steampunk-images__item:nth-child(2) {
  z-index: 1;
  -webkit-transform: translate(-2.1875rem, 0);
      -ms-transform: translate(-2.1875rem, 0);
          transform: translate(-2.1875rem, 0);
}

.steampunk-images__item:nth-child(3) {
  z-index: 2;
  -webkit-transform: rotate(19.15deg) translate(-5rem, 0.625rem);
      -ms-transform: rotate(19.15deg) translate(-5rem, 0.625rem);
          transform: rotate(19.15deg) translate(-5rem, 0.625rem);
}

.steampunk-images__item img {
  border: 0.9375rem solid #ffffff;
}

.steampunk-age {
  margin-bottom: 4.375rem;
}

.steampunk-age__wrapper {
  position: relative;
}

.no-webp .steampunk-age__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.steampunk-age__wrapper::before {
  content: "";
  z-index: -1;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 170%;
  height: auto;
  aspect-ratio: 1.15;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.steampunk-age__image {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.375rem;
          flex: 0 0 44.375rem;
  max-width: 44.375rem;
  margin-right: -5rem;
  margin-top: 10rem;
  opacity: 0.8;
}

.no-webp .steampunk-age__image::before{
  background-image: url("../img/decorations/map-decoration.png"); }

.steampunk-age__image::before {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 130%;
  width: 130%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.steampunk-age__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 1.875rem;
}

.steampunk-age__title {
  margin-bottom: 1.5rem;
  margin-right: -15.625rem;
}

.steampunk-age__text {
  max-width: 36.875rem;
}

.steampunk-age__text + .text-with-line {
  max-width: 36.875rem;
  margin: 1.25rem 0;
}

.steampunk-scenario {
  margin-bottom: 6.5625rem;
}

.steampunk-scenario__wrapper {
  position: relative;
}

.steampunk-scenario__wrapper::before,
.steampunk-scenario__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .steampunk-scenario__wrapper::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.steampunk-scenario__wrapper::after {
  background-size: cover;
  bottom: -60%;
  left: -70%;
  width: 125%;
  aspect-ratio: 1.25;
  z-index: -2;
}

.no-webp .steampunk-scenario__wrapper::before{
  background-image: url("../img/decorations/padlock-sign.png"); }

.steampunk-scenario__wrapper::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -3;
  top: 0;
  right: 0;
  aspect-ratio: 1.5;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 165%;
}

.steampunk-scenario__content {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 2.25rem;
  text-align: center;
}

.steampunk-scenario-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.1875rem 6.6875rem 6.0625rem 0rem;
  position: relative;
  -webkit-box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
}

.no-webp .steampunk-scenario-page__wrapper::before{
  background-image: url("../img/decorations/scenario-bg.png"); }

.steampunk-scenario-page__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.steampunk-scenario-page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 2.5rem;
}

.steampunk-scenario-page__title {
  margin-bottom: 1.5rem;
}

.steampunk-scenario-page__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 3.75rem;
  margin-left: -13.75rem;
}

.no-webp .steampunk-scenario-page__image::after{
  background-image: url("../img/decorations/handprint.png"); }

.steampunk-scenario-page__image::after {
  content: "";
  position: absolute;
  width: 17.1875rem;
  aspect-ratio: 0.8;
  top: -8.4375rem;
  right: 5.3125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
  -webkit-transform: rotate(-38.53deg);
      -ms-transform: rotate(-38.53deg);
          transform: rotate(-38.53deg);
}

.steampunk-reservation {
  margin-bottom: 8.125rem;
}

.steampunk-reservation__wrapper {
  margin-right: -0.625rem;
}

.steampunk-reservation__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.3125rem;
          flex: 0 0 25.3125rem;
  max-width: 25.3125rem;
  margin-top: -1.875rem;
}

.steampunk-reservation__image img {
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.steampunk-reservation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  position: relative;
}

.steampunk-reservation__title {
  margin-bottom: 1.5rem;
}

.steampunk-reservation__text {
  margin-bottom: 1.25rem;
}

.steampunk-reservation__text:last-child {
  margin-bottom: 0;
}

.steampunk-reservation__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 45rem;
  margin-top: 1.875rem;
  font-size: 1rem;
}

.steampunk-reservation__attention > i {
  margin-right: 0.75rem;
  width: 2.375rem;
}

.steampunk-schedule {
  position: relative;
  padding: 1.5rem 0;
}

.no-webp .steampunk-schedule::before{
  background-image: url("../img/steampunk/steampunk-schedule-bg.png"); }

.steampunk-schedule::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}

.steampunk-schedule__wrapper {
  padding: 1rem 1.25rem 0;
  background: rgba(255, 255, 255, 0.61);
  border: 0.1875rem solid var(--yellow-color);
  -webkit-backdrop-filter: blur(0.6875rem);
          backdrop-filter: blur(0.6875rem);
}

.no-webp .steampunk-gallery{
  background-image: url("../img/steampunk/steampunk-gallery-bg.png"); }

.steampunk-gallery {
  padding: 11.875rem 0rem 7.8125rem;
  margin-bottom: 3.125rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.steampunk-gallery::before,
.steampunk-gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.125rem;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.steampunk-gallery::after {
  top: unset;
  bottom: 0;
}

.steampunk-gallery__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1.875rem;
}

.steampunk-gallery__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  max-width: 65%;
  max-height: 33.75rem;
}

.steampunk-routing {
  margin-bottom: 4.75rem;
}

.steampunk-routing__wrapper {
  position: relative;
}

.no-webp .steampunk-routing__wrapper::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.steampunk-routing__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: -10%;
  left: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.steampunk-routing__content {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  text-align: center;
}

.steampunk-routing__title {
  margin-bottom: 1.5rem;
}

.steampunk-routing__tire {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.no-webp .steampunk-routing__tire::before{
  background-image: url("../img/decorations/tire-track.png"); }

.steampunk-routing__tire::before {
  content: "";
  position: absolute;
  width: 36.875rem;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 25%;
  left: -25%;
}

.steampunk-reviews {
  position: relative;
  margin-bottom: 5rem;
}

.steampunk-reviews__wrapper {
  position: relative;
  z-index: 1;
}

.steampunk-reviews__content {
  max-width: 48.125rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.steampunk-comments {
  padding-top: 4.6875rem;
}

.steampunk-comments__wrapper {
  position: relative;
}

.no-webp .steampunk-comments__wrapper::before{
  background-image: url("../img/decorations/steampunk-chess-decoration.png"); }

.steampunk-comments__wrapper::before {
  content: "";
  position: absolute;
  aspect-ratio: 1.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: -65%;
  width: 130%;
  z-index: -2;
  opacity: 0.7;
}

.steampunk-comments .comments-block__card:nth-child(2) {
  -webkit-transform: translate(-118%, -6%);
      -ms-transform: translate(-118%, -6%);
          transform: translate(-118%, -6%);
}

.steampunk-comments .comments-block__card:nth-child(3) {
  -webkit-transform: translate(12%, -131%);
      -ms-transform: translate(12%, -131%);
          transform: translate(12%, -131%);
}

.steampunk-about {
  padding-top: 0.625rem;
  margin-bottom: 1.875rem;
}

.steampunk-about__wrapper {
  position: relative;
}

.no-webp .steampunk-about__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.steampunk-about__wrapper::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  top: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 170%;
  height: auto;
  aspect-ratio: 1.15;
}

.steampunk-about__title {
  max-width: 48.125rem;
  margin: 0 auto;
  text-align: center;
}

.steampunk-about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steampunk-about-block:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.steampunk-about-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.steampunk-about-block__title {
  padding-top: 5.625rem;
  margin-bottom: 0.875rem;
}

.steampunk-about-block__image {
  position: relative;
}

.steampunk-about-block__image::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180%;
  height: auto;
  aspect-ratio: 1.45;
  opacity: 0.4;
}

.steampunk-about-block__image--recalling {
  margin: 2.5rem 3rem 0rem -12.5rem;
  padding: 0rem 0rem 0rem 13.75rem;
  opacity: 0.8;
  -webkit-transform: rotate(-9.7deg);
      -ms-transform: rotate(-9.7deg);
          transform: rotate(-9.7deg);
}

.no-webp .steampunk-about-block__image--recalling::before{
  background-image: url("../img/decorations/map-decoration.png"); }

.steampunk-about-block__image--genre {
  margin: 0rem 1.25rem 0rem -3.125rem;
}

.no-webp .steampunk-about-block__image--genre::before{
  background-image: url("../img/decorations/steampunk-sphere.png"); }

.steampunk-about-block__image--genre::before {
  left: 75%;
}

.steampunk-occasions {
  padding: 9.375rem 0 5.3125rem;
  position: relative;
}

.steampunk-occasions__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5rem;
          flex: 1 1 37.5rem;
  max-width: 37.5rem;
}

.steampunk-occasions__title {
  margin-bottom: 1.5rem;
}

.steampunk-occasions__background {
  position: absolute;
  height: 160%;
  width: 100%;
  top: -8.125rem;
  right: -6.25rem;
  z-index: -3;
}

.enfants-main {
  position: relative;
  padding-top: 6.875rem;
  margin-bottom: 0.9375rem;
}

.enfants-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.enfants-main__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enfants-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  max-width: 43.75rem;
  margin-bottom: 5.625rem;
  padding-right: 6.25rem;
}

.enfants-main__breadcrumbs {
  margin-bottom: 5.25rem;
}

.enfants-main__title {
  margin-bottom: 1.5rem;
}

.enfants-main__text {
  font-size: 1.25rem;
}

.enfants-main__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32.5rem;
          flex: 1 1 32.5rem;
  margin: -3.75rem -8.125rem 0rem -14.375rem;
}

.enfants-principle {
  margin-bottom: 6.25rem;
}

.enfants-principle__wrapper {
  position: relative;
}

.enfants-principle__wrapper::before,
.enfants-principle__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -2;
}

.no-webp .enfants-principle__wrapper::before{
  background-image: url("../img/decorations/reservation-knight.png"); }

.enfants-principle__wrapper::before {
  top: -13%;
  left: -87%;
  width: 155%;
  aspect-ratio: 1.25;
}

.no-webp .enfants-principle__wrapper::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.enfants-principle__wrapper::after {
  top: -10%;
  right: -65%;
  width: 150%;
  height: auto;
  aspect-ratio: 1.1;
}

.enfants-principle__page {
  padding: 4.75rem 6.625rem 6.25rem;
  position: relative;
}

.no-webp .enfants-principle__page::before{
  background-image: url("../img/enfants/enfants-principle-bg.png"); }

.enfants-principle__page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.enfants-principle__content {
  margin-bottom: 2.875rem;
}

.enfants-principle__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enfants-principle__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 1.875rem;
}

.enfants-principle__column:last-child {
  margin-right: 0;
}

.enfants-principle__image {
  margin: 2.25rem 3.125rem 5.375rem -9.375rem;
  -webkit-transform: rotate(-10.77deg);
      -ms-transform: rotate(-10.77deg);
          transform: rotate(-10.77deg);
}

.enfants-principle__image img {
  -webkit-box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
          box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
  border: 0.9375rem solid #ffffff;
}

.enfants-principle__text {
  margin-bottom: 2.1875rem;
}

.enfants-principle__text:last-child {
  margin-bottom: 0;
}

.enfants-principle__decoration {
  -webkit-transform: rotate(22.51deg);
      -ms-transform: rotate(22.51deg);
          transform: rotate(22.51deg);
  padding: 1.5625rem;
  margin-top: -2.5rem;
  margin-bottom: -7.5rem;
}

.enfants-activity {
  position: relative;
  padding-bottom: 12.5rem;
}

.no-webp .enfants-activity::before{
  background-image: url("../img/decorations/footer-background.png"); }

.enfants-activity::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.enfants-activity__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40.625rem;
          flex: 1 1 40.625rem;
  max-width: 40.625rem;
  padding-right: 3.125rem;
}

.enfants-activity__title {
  margin-bottom: 1.5rem;
}

.enfants-activity__image {
  max-width: 35.625rem;
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
  margin-left: 3.125rem;
  margin-top: 0.625rem;
}

.enfants-activity__image img {
  -webkit-filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
}

.enfants-activity__image::after,
.enfants-activity__image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  height: 3.125rem;
  -webkit-transform: matrix(-0.92, -0.39, -0.39, 0.92, 0, 0);
      -ms-transform: matrix(-0.92, -0.39, -0.39, 0.92, 0, 0);
          transform: matrix(-0.92, -0.39, -0.39, 0.92, 0, 0);
}

.no-webp .enfants-activity__image::after{
  background-image: url("../img/decorations/long-tape-1.png"); }

.enfants-activity__image::after {
  width: 9.375rem;
  bottom: -2.1875rem;
  left: -3.125rem;
}

.no-webp .enfants-activity__image::before{
  background-image: url("../img/decorations/long-tape-2.png"); }

.enfants-activity__image::before {
  width: 11.625rem;
  top: -0.3125rem;
  right: -2.1875rem;
}

.no-webp .enfants-activity__paper::before{
  background-image: url("../img/decorations/torn-piece-of-paper.png"); }

.enfants-activity__paper::before {
  content: "";
  position: absolute;
  aspect-ratio: 2.3;
  width: calc(100% + 3.125rem);
  bottom: -4rem;
  left: calc(50% + 0.375rem);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.no-webp .enfants-activity__clock::before{
  background-image: url("../img/decorations/steampunk-clock.png"); }

.enfants-activity__clock::before {
  content: "";
  position: absolute;
  width: 115%;
  height: 100%;
  bottom: 0.3125rem;
  right: -9.375rem;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: -2;
}

.enfants-quests {
  padding: 7.1875rem 0rem 3.75rem;
  position: relative;
}

.enfants-quests::before,
.enfants-quests::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.enfants-quests::before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.2)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.no-webp .enfants-quests::after{
  background-image: url("../img/decorations/footer-background.png"); }

.enfants-quests::after {
  bottom: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: -2;
}

.enfants-quests__content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.625rem;
}

.enfants-quests__title {
  padding: 0 3.75rem;
  margin-bottom: 1.5rem;
}

.enfants-quests__block {
  margin-bottom: 1.25rem;
}

.enfants-quests__block:last-child {
  margin-bottom: 0;
}

.quest-enfants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.quest-enfants::after,
.quest-enfants::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.no-webp .quest-enfants::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.quest-enfants::after {
  top: 50%;
  left: -60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 135%;
  aspect-ratio: 1.15;
  z-index: -2;
}

.no-webp .quest-enfants::before{
  background-image: url("../img/decorations/harry-potter-express.png"); }

.quest-enfants::before {
  top: -18%;
  left: -65%;
  width: 100%;
  aspect-ratio: 1.25;
  z-index: -1;
}

.quest-enfants:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.no-webp .quest-enfants:nth-child(even)::before{
  background-image: url("../img/steampunk/steampunk-cypher.png"); }

.quest-enfants:nth-child(even)::before {
  top: -27%;
  left: unset;
  right: -43%;
}

.no-webp .quest-enfants:nth-child(even)::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.quest-enfants:nth-child(even)::after {
  left: unset;
  right: -60%;
}

.quest-enfants:nth-child(even) .quest-enfants__content {
  padding-left: 0;
  padding-right: 6.25rem;
  padding-top: 4.0625rem;
}

.quest-enfants:nth-child(even) .quest-enfants__images {
  margin-right: 0;
  margin-left: 6.875rem;
}

.quest-enfants:nth-child(even) .quest-enfants__image img {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.quest-enfants:nth-child(even) .quest-enfants__image--top {
  -webkit-transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0) translateX(-1.5625rem);
      -ms-transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0) translateX(-1.5625rem);
          transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0) translateX(-1.5625rem);
}

.quest-enfants:nth-child(even) .quest-enfants__image--bottom {
  -webkit-transform: matrix(-0.97, -0.24, -0.24, 0.97, 0, 0) translate(10.625rem, -5rem);
      -ms-transform: matrix(-0.97, -0.24, -0.24, 0.97, 0, 0) translate(10.625rem, -5rem);
          transform: matrix(-0.97, -0.24, -0.24, 0.97, 0, 0) translate(10.625rem, -5rem);
}

.quest-enfants__images {
  max-width: 26.25rem;
}

.quest-enfants__image img {
  border: 0.9375rem solid #ffffff;
  border-bottom-width: 3rem;
}

.quest-enfants__image--top {
  -webkit-transform: rotate(7.83deg) translateX(-1.5625rem);
      -ms-transform: rotate(7.83deg) translateX(-1.5625rem);
          transform: rotate(7.83deg) translateX(-1.5625rem);
}

.quest-enfants__image--bottom {
  -webkit-transform: rotate(-13.79deg) translate(10.625rem, -5rem);
      -ms-transform: rotate(-13.79deg) translate(10.625rem, -5rem);
          transform: rotate(-13.79deg) translate(10.625rem, -5rem);
}

.quest-enfants__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  max-width: 50rem;
  padding-top: 6.25rem;
  padding-left: 12.5rem;
}

.quest-enfants__title {
  margin-bottom: 1.25rem;
}

.quest-enfants__text {
  margin-bottom: 2.5rem;
}

.quest-enfants__button {
  margin-left: 0.625rem;
}

.enfants-celebration {
  position: relative;
  padding-top: 7.8125rem;
  margin-bottom: 6.875rem;
}

.enfants-celebration::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.enfants-celebration__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enfants-celebration__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32.5rem;
          flex: 1 1 32.5rem;
  margin: 0rem -10.625rem 0rem;
  z-index: -1;
}

.no-webp .enfants-celebration__image::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.enfants-celebration__image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -2;
  top: 60%;
  left: 50%;
  width: 155%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1.25;
  z-index: -1;
}

.enfants-celebration__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  max-width: 43.75rem;
  padding-left: 6.875rem;
}

.enfants-celebration__title {
  margin-bottom: 1.5rem;
}

.enfants-celebration__baloons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.no-webp .enfants-celebration__baloons::after, .no-webp .enfants-celebration__baloons::before{
  background-image: url("../img/decorations/baloon.png"); }

.enfants-celebration__baloons::after,
.enfants-celebration__baloons::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  height: 20rem;
  aspect-ratio: 0.6;
  opacity: 0.7;
}

.enfants-celebration__baloons::after {
  bottom: 11.875rem;
  left: 1.25rem;
  -webkit-transform: rotate(-39.19deg);
      -ms-transform: rotate(-39.19deg);
          transform: rotate(-39.19deg);
}

.enfants-celebration__baloons::before {
  top: -11.875rem;
  right: 6.5625rem;
}

.enfants-session {
  margin-bottom: 6.5625rem;
}

.enfants-session__wrapper {
  position: relative;
}

.no-webp .enfants-session__wrapper::before, .no-webp .enfants-session__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.enfants-session__wrapper::before,
.enfants-session__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1.25;
  z-index: -2;
}

.enfants-session__wrapper::before {
  top: -5%;
  left: -35%;
  width: 90%;
}

.enfants-session__wrapper::after {
  top: -65%;
  right: -50%;
  width: 120%;
}

.enfants-session__content {
  text-align: center;
  max-width: 63.125rem;
  margin: 0 auto 1.75rem;
}

.enfants-session__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.session-enfants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 2.5rem;
  counter-increment: index;
}

.session-enfants::before {
  content: counters(index, ".", decimal-leading-zero);
  position: absolute;
  top: -35%;
  right: 0;
  opacity: 0.5;
  font-family: "Constantia";
  line-height: 1;
  font-size: 8.75rem;
  color: var(--yellow-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#c09f47), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.session-enfants__icon {
  font-size: 3rem;
  margin-right: 1.125rem;
}

.enfants-information {
  margin-bottom: 3.125rem;
}

.enfants-information__content {
  position: relative;
  margin-bottom: 3.125rem;
}

.no-webp .enfants-information__content::after{
  background-image: url("../img/decorations/harry-potter-glasses.png"); }

.enfants-information__content::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: -3.75rem;
  -webkit-transform: rotate(16.38deg);
      -ms-transform: rotate(16.38deg);
          transform: rotate(16.38deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 2.75;
  z-index: -2;
}

.enfants-information__title {
  max-width: 55.625rem;
}

.enfants-information__checklist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.enfants-information__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-left: 1rem;
}

.enfants-information__text {
  margin-bottom: 1.25rem;
}

.enfants-information__text:last-child {
  margin-bottom: 0;
}

.enfants-information__contacts {
  margin-bottom: 1.625rem;
}

.enfants-information__button {
  margin-top: 1.25rem;
  margin-left: 0.625rem;
}

.contacts-enfants__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

.contacts-enfants__item:last-child {
  margin-bottom: 0;
}

.contacts-enfants__icon {
  font-size: 2.25rem;
  margin-right: 0.75rem;
}

.contacts-enfants__text {
  font-size: 1.25rem;
}

.team-main {
  position: relative;
  padding-top: 7.8125rem;
  margin-bottom: 1.875rem;
}

.team-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.team-main__wrapper {
  position: relative;
}

.no-webp .team-main__wrapper::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.team-main__wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  top: -10%;
  right: -55%;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 120%;
  aspect-ratio: 1.1;
}

.team-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  margin-bottom: 5.625rem;
  padding-right: 5rem;
}

.team-main__breadcrumbs {
  margin-bottom: 1.875rem;
}

.team-main__title {
  margin-bottom: 1.5rem;
}

.team-main__text {
  font-size: 1.25rem;
  max-width: 37.5rem;
  margin-bottom: 2.5rem;
}

.team-main__button {
  margin: 0 0.625rem;
}

.team-main__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32.5rem;
          flex: 1 1 32.5rem;
  margin: -12.5rem -3.125rem 0rem;
  -webkit-transform: rotate(4.11deg);
      -ms-transform: rotate(4.11deg);
          transform: rotate(4.11deg);
}

.team-main__image img {
  -webkit-filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
}

.team-main__image::after,
.team-main__image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

.no-webp .team-main__image::after{
  background-image: url("../img/decorations/mini-tape.png"); }

.team-main__image::after {
  width: 3.5625rem;
  height: 5.25rem;
  top: -2.8125rem;
  right: 1.875rem;
  -webkit-transform: matrix(1, -0.07, -0.07, 1, 0, 0);
      -ms-transform: matrix(1, -0.07, -0.07, 1, 0, 0);
          transform: matrix(1, -0.07, -0.07, 1, 0, 0);
  background-size: contain;
  background-position: center;
}

.no-webp .team-main__image::before{
  background-image: url("../img/decorations/long-tape-1.png"); }

.team-main__image::before {
  width: 11.25rem;
  height: 4.375rem;
  bottom: -1.875rem;
  left: -1.875rem;
  -webkit-transform: rotate(20.66deg);
      -ms-transform: rotate(20.66deg);
          transform: rotate(20.66deg);
}

.no-webp .team-main__image--paper::before{
  background-image: url("../img/decorations/torn-piece-of-paper-2.png"); }

.team-main__image--paper::before {
  content: "";
  position: absolute;
  aspect-ratio: 1.85;
  width: calc(100% + 2.5rem);
  bottom: -6.25rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
  z-index: -1;
}

.team-about {
  padding-bottom: 1.875rem;
  position: relative;
}

.no-webp .team-about::before{
  background-image: url("../img/decorations/footer-background.png"); }

.team-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.team-about__title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.team-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-about__column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 1.875rem;
}

.team-about__column:last-child {
  margin-right: 0;
}

.team-about__sign {
  position: relative;
  z-index: -1;
  margin: -7.5rem 3.125rem -5rem -1.875rem;
}

.team-games {
  position: relative;
  padding: 7.1875rem 0 8.125rem;
}

.team-games::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 46.875rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.team-games__wrapper {
  position: relative;
}

.no-webp .team-games__wrapper::before{
  background-image: url("../img/team-building/steampunk-hat.png"); }

.team-games__wrapper::before {
  content: "";
  position: absolute;
  width: 23.375rem;
  aspect-ratio: 1;
  top: -16.5625rem;
  right: 1.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.team-games__content {
  max-width: 50rem;
  margin-bottom: 2.8125rem;
}

.team-games__title {
  margin-bottom: 1.5rem;
}

.team-games__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 4.6875rem;
}

.team-games__row:last-child {
  margin-bottom: 0;
}

.team-games__row::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.no-webp .team-games__row--posters::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.team-games__row--posters::before {
  width: 120%;
  aspect-ratio: 1.1;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.team-games__row--posters .team-games__column {
  padding-right: 3.75rem;
}

.team-games__row--posters .team-games__image {
  -ms-flex-preferred-size: 35.625rem;
      flex-basis: 35.625rem;
  max-width: 35.625rem;
  opacity: 0.8;
  margin: -0.625rem auto 1.5625rem auto;
  padding: 0rem 0.625rem 0rem 1.25rem;
}

.team-games__row--bomb {
  margin-left: -1.875rem;
}

.no-webp .team-games__row--bomb::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.team-games__row--bomb::before {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  aspect-ratio: 1.15;
}

.team-games__row--bomb .team-games__column {
  padding: 1.25rem 0rem 0rem 1.875rem;
}

.team-games__row--bomb .team-games__image {
  -webkit-transform: scale(1.65) translateX(-0.625rem);
      -ms-transform: scale(1.65) translateX(-0.625rem);
          transform: scale(1.65) translateX(-0.625rem);
}

.team-games__row--texts {
  margin-left: -1.875rem;
}

.team-games__row--texts .team-games__column {
  padding-left: 1.875rem;
}

.team-games__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.team-games__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  z-index: -1;
}

.games-column__title {
  margin-bottom: 0.875rem;
  line-height: 1.2;
}

.team-request {
  padding-top: 7.5rem;
}

.team-request__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.375rem;
}

.team-request__image {
  -webkit-transform: scale(2.25) translate(-2.1875rem, -1.25rem);
      -ms-transform: scale(2.25) translate(-2.1875rem, -1.25rem);
          transform: scale(2.25) translate(-2.1875rem, -1.25rem);
  z-index: -1;
  position: relative;
}

.no-webp .team-request__image::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.team-request__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1.15;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.team-request__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50rem;
          flex: 0 0 50rem;
  max-width: 50rem;
}

.team-request__title {
  margin-bottom: 1.5rem;
}

.team-request__form {
  max-width: 63.125rem;
  margin: 0 auto;
}

.team-form {
  position: relative;
}

.no-webp .team-form::before{
  background-image: url("../img/team-building/flying-broom.png"); }

.team-form::before {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1.6;
  bottom: -6.25rem;
  right: -19.0625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.team-form__wrapper {
  position: relative;
  padding: 3.875rem 4.625rem 4.25rem;
}

.no-webp .team-form__wrapper::before{
  background-image: url("../img/team-building/team-form-bg.png"); }

.team-form__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.team-form__content {
  text-align: center;
  max-width: 28.125rem;
  margin: 0 auto 1.875rem;
}

.team-form__title {
  margin-bottom: 1.5rem;
}

.team-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

.team-form__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 1.875rem;
}

.team-form__column:last-child {
  margin-right: 0;
}

.team-form__row {
  margin-bottom: 1.25rem;
}

.team-form__row:last-child {
  margin-bottom: 0;
}

.team-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.625rem;
}

.team-form__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: inline-block;
  padding-right: 0.5rem;
}

.team-form__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.team-form__checkbox {
  margin-right: 1.25rem;
}

.team-form__checkbox:last-child {
  margin-right: 0;
}

.team-form__button {
  margin: 2.5rem auto 0rem;
  -ms-grid-column-align: center;
      justify-self: center;
}

.cadeau-main {
  position: relative;
  padding-top: 7.8125rem;
  margin-bottom: 0.9375rem;
}

.cadeau-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.cadeau-main__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-webp .cadeau-main__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.cadeau-main__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1.25;
  z-index: -2;
  right: -30%;
  top: -10%;
  width: 100%;
}

.cadeau-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 2 43.75rem;
          flex: 1 2 43.75rem;
  max-width: 43.75rem;
  margin-bottom: 5.625rem;
}

.cadeau-main__breadcrumbs {
  margin-bottom: 2.25rem;
}

.cadeau-main__title {
  margin-bottom: 1.5rem;
}

.cadeau-main__text {
  max-width: 37.5rem;
  font-size: 1.25rem;
}

.cadeau-main__images {
  display: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.5rem;
          flex: 0 1 32.5rem;
  z-index: -1;
}

.cadeau-main__image {
  z-index: -1;
  position: absolute;
}

.cadeau-main__image--card {
  -webkit-transform: translate(-0.625rem, 5rem);
      -ms-transform: translate(-0.625rem, 5rem);
          transform: translate(-0.625rem, 5rem);
  margin-right: -3.125rem;
}

.cadeau-main__image--map {
  -webkit-transform: translate(-2.1875rem, 6.875rem);
      -ms-transform: translate(-2.1875rem, 6.875rem);
          transform: translate(-2.1875rem, 6.875rem);
  margin-right: -6.875rem;
  z-index: -2;
}

.cadeau-main__image--glasses {
  -webkit-transform: translate(-13.125rem, 13.125rem);
      -ms-transform: translate(-13.125rem, 13.125rem);
          transform: translate(-13.125rem, 13.125rem);
  margin-right: -5rem;
}

.cadeau-ocassions {
  position: relative;
  padding-bottom: 5rem;
}

.no-webp .cadeau-ocassions::before{
  background-image: url("../img/decorations/footer-background.png"); }

.cadeau-ocassions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.cadeau-ocassions__content {
  max-width: 56.25rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.cadeau-ocassions__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.no-webp .cadeau-ocassions__grid::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.cadeau-ocassions__grid::before {
  content: "";
  top: 50%;
  left: -50%;
  -webkit-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
          transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
  width: 110%;
  aspect-ratio: 1.15;
  z-index: -2;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cadeau-ocassions__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 2.0625rem;
}

.cadeau-ocassions__card:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.cadeau-ocassions__attention {
  display: block;
  width: 100%;
  text-align: center;
  padding: 2.5rem 0;
  position: relative;
}

.no-webp .cadeau-ocassions__attention::before{
  background-image: url("../img/decorations/clouds.png"); }

.cadeau-ocassions__attention::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 500%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -2;
}

.cadeau-ocassion-card {
  position: relative;
  padding: 2.5rem;
}

.cadeau-ocassion-card::after,
.cadeau-ocassion-card::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.cadeau-ocassion-card::before {
  z-index: 0;
  aspect-ratio: 0.75;
  background-position: center;
  background-size: contain;
}

.no-webp .cadeau-ocassion-card::after{
  background-image: url("../img/decorations/white-paper-bg.png"); }

.cadeau-ocassion-card::after {
  width: 100%;
  height: 100%;
  background-position: right;
  z-index: -1;
  background-size: 80% 100%;
}

.cadeau-ocassion-card:nth-child(even)::after {
  background-position: left;
}

.cadeau-ocassion-card:nth-child(even)::before {
  left: unset;
  right: 0;
}

.cadeau-ocassion-card:nth-child(even) .cadeau-ocassion-card__text {
  margin-right: auto;
  margin-left: initial;
}

.cadeau-ocassion-card:nth-child(even) .cadeau-ocassion-card__text::before {
  right: -7.5rem;
}

.no-webp .cadeau-ocassion-card:first-child::before{
  background-image: url("../img/carte-cadeau/cadeu-photos.png"); }

.no-webp .cadeau-ocassion-card:last-child::before{
  background-image: url("../img/decorations/steampunk-cub.png"); }

.cadeau-ocassion-card__text {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 58%;
          flex: 1 1 58%;
  max-width: 58%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.cadeau-ocassions-block__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5rem;
          flex: 0 0 37.5rem;
  max-width: 37.5rem;
  padding-top: 2.25rem;
}

.cadeau-ocassions-block__title {
  margin-bottom: 0.875rem;
}

.cadeau-ocassions-block__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem 0rem 0rem 3.75rem;
  margin-right: 2.8125rem;
  -webkit-transform: rotate(7.83deg);
      -ms-transform: rotate(7.83deg);
          transform: rotate(7.83deg);
}

.no-webp .cadeau-ocassions-block__image::before{
  background-image: url("../img/decorations/steampunk-circle-sign.png"); }

.cadeau-ocassions-block__image::before {
  content: "";
  position: absolute;
  width: 130%;
  aspect-ratio: 1;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-7.83deg);
      -ms-transform: translate(-50%, -50%) rotate(-7.83deg);
          transform: translate(-50%, -50%) rotate(-7.83deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -2;
}

.cadeau-ocassions-block__image img {
  border: 1.125rem solid #ffffff;
  border-bottom-width: 4rem;
}

.cadeau-buying {
  padding-top: 6.25rem;
  position: relative;
}

.cadeau-buying::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 46.875rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.cadeau-buying__container {
  position: relative;
}

.no-webp .cadeau-buying__container::before{
  background-image: url("../img/decorations/owl.png"); }

.cadeau-buying__container::before {
  content: "";
  position: absolute;
  width: 24.6875rem;
  aspect-ratio: 1;
  top: -12.5rem;
  left: -17.5rem;
  -webkit-transform: rotate(-24.07deg);
      -ms-transform: rotate(-24.07deg);
          transform: rotate(-24.07deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.cadeau-buying__wrapper::after,
.cadeau-buying__wrapper::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1;
  top: 60%;
  content: "";
  z-index: -2;
}

.no-webp .cadeau-buying__wrapper::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.cadeau-buying__wrapper::after {
  right: -40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-webp .cadeau-buying__wrapper::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.cadeau-buying__wrapper::before {
  left: -25%;
  -webkit-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
          transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
}

.cadeau-buying__content {
  max-width: 63.125rem;
  margin: 0 auto;
  text-align: center;
}

.cadeau-buying__title {
  margin-bottom: 1.5rem;
}

.cadeau-buying__text {
  max-width: 50rem;
  margin: 0 auto;
}

.cadeau-buying__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.4375rem 0 9.6875rem;
}

.no-webp .cadeau-buying__grid::before{
  background-image: url("../img/decorations/stick-2.png"); }

.cadeau-buying__grid::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 0.2;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.cadeau-buying__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 11.25rem;
}

.cadeau-buying__column:last-child {
  margin: 0;
}

.cadeau-buying__article {
  margin-bottom: 5.3125rem;
}

.cadeau-buying__article:last-child {
  margin-bottom: 0;
}

.buying-cadeau-article {
  position: relative;
}

.buying-cadeau-article::after {
  content: attr(count);
  position: absolute;
  left: -2.5rem;
  top: -5.625rem;
  font-family: "Constantia";
  line-height: 1;
  z-index: -1;
  font-size: 8.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c09f47), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, #c09f47 0%, rgba(192, 159, 71, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: var(--yellow-color);
}

.buying-cadeau-article__title {
  line-height: 1.2;
  margin-bottom: 0.875rem;
}

.cadeau-formulas {
  margin-bottom: 7.1875rem;
}

.cadeau-formulas__content {
  text-align: center;
  max-width: 63.125rem;
  margin: 0 auto 3.4375rem;
}

.cadeau-formulas__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0rem -2rem -4.6875rem 0rem;
}

.cadeau-formulas__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
  padding-right: 2rem;
  padding-bottom: 4.6875rem;
}

.cadeau-price__wrapper {
  padding: 1.25rem 2.375rem 2.6875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.cadeau-price__wrapper::before,
.cadeau-price__wrapper::after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0.9375rem;
}

.no-webp .cadeau-price__wrapper::before{
  background-image: url("../img/carte-cadeau/cadeau-price-bg.png"); }

.cadeau-price__wrapper::before {
  height: 100%;
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.no-webp .cadeau-price__wrapper::after{
  background-image: url("../img/carte-cadeau/cadeau-price-decoration.png"); }

.cadeau-price__wrapper::after {
  -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
          transform: rotate(-14deg);
  aspect-ratio: 1.4;
  z-index: -2;
}

.cadeau-price__title {
  line-height: 1.4;
  margin-bottom: 0.375rem;
}

.cadeau-price__count {
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.cadeau-price__text {
  text-align: center;
  margin-bottom: 2.5rem;
}

.cadeau-using {
  margin-bottom: 2.5rem;
}

.cadeau-using__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.no-webp .cadeau-using__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.cadeau-using__wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1.25;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: -2;
  left: -35%;
  top: -20%;
  width: 100%;
}

.cadeau-using__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  max-width: 50rem;
}

.cadeau-using__title {
  margin-bottom: 1.5rem;
}

.cadeau-using__text {
  margin-bottom: 2.5rem;
}

.cadeau-using__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 26.25rem;
          flex: 1 1 26.25rem;
  z-index: -1;
  margin: -0.625rem -14.375rem 0rem -7.5rem;
}

.cadeau-using-attention__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.cadeau-using-attention__icon {
  font-size: 2.5rem;
  margin-right: 1.5rem;
}

.cadeau-using-attention__text {
  padding-left: 3.75rem;
}

.cadeau-reasons {
  position: relative;
}

.no-webp .cadeau-reasons::before{
  background-image: url("../img/decorations/advantages-bg.png"); }

.cadeau-reasons::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.cadeau-reasons__wrapper {
  padding: 7.5rem 0rem 8.125rem 0rem;
  position: relative;
}

.no-webp .cadeau-reasons__wrapper::before{
  background-image: url("../img/decorations/harry-potter-hat.png"); }

.cadeau-reasons__wrapper::before {
  content: "";
  position: absolute;
  width: 33%;
  aspect-ratio: 1.25;
  bottom: -2.8125rem;
  left: 4.0625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-28deg);
      -ms-transform: rotate(-28deg);
          transform: rotate(-28deg);
  z-index: 0;
}

.cadeau-reasons__content {
  max-width: 63.125rem;
  text-align: center;
  margin: 0 auto 3.75rem;
}

.cadeau-reasons__title {
  margin-bottom: 1.5rem;
}

.cadeau-reasons__text {
  margin: 0 auto;
  max-width: 50rem;
}

.cadeau-reasons__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cadeau-reasons__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 2.1875rem;
}

.cadeau-reasons__column:last-child {
  margin-right: 0;
}

.cadeau-reasons__item {
  margin-bottom: 3.125rem;
}

.cadeau-reasons__item:last-child {
  margin-bottom: 0;
}

.cadeau-reason-item {
  position: relative;
}

.cadeau-reason-item::after {
  content: attr(count);
  position: absolute;
  right: 0rem;
  top: -5rem;
  font-family: "Constantia";
  line-height: 1;
  z-index: -1;
  font-size: 8.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cadeau-reason-item__title {
  max-width: 31.25rem;
  margin-bottom: 1.5rem;
}

.cadeau-reserver {
  padding-top: 6.875rem;
}

.cadeau-reserver__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.no-webp .cadeau-reserver__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.cadeau-reserver__wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1.25;
  z-index: -2;
  right: -30%;
  top: -20%;
  width: 100%;
}

.cadeau-reserver__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5rem;
          flex: 1 1 37.5rem;
  max-width: 37.5rem;
}

.cadeau-reserver__title {
  margin-bottom: 1.5rem;
}

.cadeau-reserver__text {
  margin-bottom: 2.5rem;
}

.cadeau-reserver__button {
  margin-left: 0.625rem;
}

.cadeau-reserver__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 38.75rem;
          flex: 1 1 38.75rem;
  z-index: -1;
  margin: -2.5rem -19.375rem -7.5rem -11.875rem;
}

.error {
  position: relative;
}

.error::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.2)), to(rgba(192, 159, 71, 0)));
  background: -o-linear-gradient(top, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  background: linear-gradient(180deg, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.no-webp .error::after{
  background-image: url("../img/404/404-bg.png"); }

.error::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 54.375rem;
  top: 1.875rem;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -2;
}

.error__content {
  padding: 23.75rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  max-width: 43.75rem;
  position: relative;
}

.error__content::before,
.error__content::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.no-webp .error__content::before{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.error__content::before {
  top: 5%;
  right: -50%;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 200%;
  aspect-ratio: 1.1;
}

.no-webp .error__content::after{
  background-image: url("../img/decorations/steps-dark.png"); }

.error__content::after {
  height: 36.875rem;
  aspect-ratio: 0.4;
  left: -33%;
  bottom: -1%;
  -webkit-transform: rotate(-47deg);
      -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.error__title {
  margin-bottom: 2.625rem;
}

.error__button {
  margin: 0 0.625rem;
}

.error__image {
  z-index: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5rem;
          flex: 0 0 32.5rem;
  -webkit-transform: scale(2) translate(0, -2.1875rem);
      -ms-transform: scale(2) translate(0, -2.1875rem);
          transform: scale(2) translate(0, -2.1875rem);
}

.adulte-main {
  position: relative;
  padding-top: 6.875rem;
  margin-bottom: 2.8125rem;
}

.adulte-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.adulte-main__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adulte-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.75rem;
          flex: 1 1 43.75rem;
  max-width: 43.75rem;
  margin-bottom: 5.625rem;
  padding-right: 6.25rem;
}

.adulte-main__breadcrumbs {
  margin-bottom: 5.25rem;
}

.adulte-main__title {
  margin-bottom: 1.5rem;
}

.adulte-main__text {
  font-size: 1.25rem;
}

.adulte-main__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32.5rem;
          flex: 1 1 32.5rem;
  margin: 0rem -9.375rem 0rem -13.125rem;
  position: relative;
}

.no-webp .adulte-main__image::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.adulte-main__image::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1.25;
  z-index: -2;
  right: -15%;
  top: -15%;
  width: 150%;
}

.adulte-principe {
  padding-bottom: 16.875rem;
  position: relative;
}

.no-webp .adulte-principe::before{
  background-image: url("../img/decorations/footer-background.png"); }

.adulte-principe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.adulte-principe__wrapper {
  position: relative;
}

.adulte-principe__wrapper::before,
.adulte-principe__wrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -2;
}

.no-webp .adulte-principe__wrapper::before{
  background-image: url("../img/decorations/reservation-knight.png"); }

.adulte-principe__wrapper::before {
  top: -20%;
  left: -45%;
  width: 115%;
  aspect-ratio: 1.25;
}

.no-webp .adulte-principe__wrapper::after{
  background-image: url("../img/decorations/pocket-watch.png"); }

.adulte-principe__wrapper::after {
  top: 13%;
  left: -21%;
  width: 22.1875rem;
  height: auto;
  aspect-ratio: 0.8;
}

.adulte-principe__page {
  position: relative;
  padding: 4.6875rem 6.25rem 5.625rem;
}

.no-webp .adulte-principe__page::before{
  background-image: url("../img/decorations/advantages-bg.png"); }

.adulte-principe__page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.adulte-principe__content {
  max-width: 56.25rem;
  margin-bottom: 2.8125rem;
}

.adulte-principe__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.adulte-principe__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-transform: rotate(-10.77deg);
      -ms-transform: rotate(-10.77deg);
          transform: rotate(-10.77deg);
  margin: 1.875rem 0rem -11.25rem -7.5rem;
  padding-right: 3.75rem;
}

.adulte-principe__image img {
  -webkit-box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
          box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
  border: 0.9375rem solid #ffffff;
}

.adulte-principe__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding-left: 1.25rem;
}

.adulte-quests {
  padding: 7.1875rem 0rem 3.75rem;
  position: relative;
}

.adulte-quests::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.2)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.2) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.adulte-quests__content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4.375rem;
}

.adulte-quests__title {
  padding: 0 3.75rem;
  margin-bottom: 1.5rem;
}

.adulte-quests__body {
  margin-bottom: 4.0625rem;
}

.adulte-quests__block {
  margin-bottom: 7.5rem;
}

.adulte-quests__block:last-child {
  margin-bottom: 0;
}

.adulte-quests__attention {
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
}

.quest-adulte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.quest-adulte:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.quest-adulte:nth-child(odd) .quest-adulte__text {
  padding-left: 0;
  padding-right: 0.625rem;
}

.quest-adulte:nth-child(odd) .quest-adulte__images {
  margin-right: -1.25rem;
  margin-left: 1.25rem;
}

.no-webp .quest-adulte:nth-child(odd) .quest-adulte__images::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.quest-adulte:nth-child(odd) .quest-adulte__images::after {
  left: unset;
  top: 75%;
  right: -80%;
}

.no-webp .quest-adulte:nth-child(odd) .quest-adulte__images::before{
  background-image: url("../img/decorations/harry-potter-express.png"); }

.quest-adulte:nth-child(odd) .quest-adulte__images::before {
  top: -60%;
  left: unset;
  right: -50%;
}

.quest-adulte__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 1.875rem;
  margin-left: -1.875rem;
}

.quest-adulte__images::after,
.quest-adulte__images::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.no-webp .quest-adulte__images::after{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.quest-adulte__images::after {
  top: 100%;
  left: -90%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 225%;
  aspect-ratio: 1.15;
  z-index: -2;
}

.no-webp .quest-adulte__images::before{
  background-image: url("../img/steampunk/steampunk-cypher.png"); }

.quest-adulte__images::before {
  top: -71%;
  left: -48%;
  width: 125%;
  aspect-ratio: 1.25;
  z-index: -1;
}

.quest-adulte__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.quest-adulte__image--left {
  -webkit-transform: rotate(7.83deg);
      -ms-transform: rotate(7.83deg);
          transform: rotate(7.83deg);
}

.quest-adulte__image--right {
  -webkit-transform: rotate(-13.79deg) translate(-0.9375rem, 0.625rem);
      -ms-transform: rotate(-13.79deg) translate(-0.9375rem, 0.625rem);
          transform: rotate(-13.79deg) translate(-0.9375rem, 0.625rem);
}

.quest-adulte__image img {
  border: 0.75rem solid #ffffff;
  border-bottom-width: 2.375rem;
}

.quest-adulte__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding-top: 3.75rem;
  padding-left: 0.625rem;
}

.adulte-ocassions {
  padding-bottom: 10rem;
}

.adulte-ocassions__wrapper {
  position: relative;
}

.no-webp .adulte-ocassions__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.adulte-ocassions__wrapper::before {
  content: "";
  z-index: -2;
  top: 60%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: auto;
  aspect-ratio: 1.15;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.adulte-ocassions__content {
  max-width: 56.25rem;
  margin-bottom: 1.875rem;
}

.adulte-ocassions__title {
  margin-bottom: 1.5rem;
}

.adulte-ocassions-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adulte-ocassions-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5rem;
          flex: 1 1 37.5rem;
}

.adulte-ocassions-block__text {
  margin-bottom: 1.25rem;
}

.adulte-ocassions-block__text:last-child {
  margin-bottom: 0;
}

.adulte-ocassions-block__images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 38.75rem;
          flex: 1 1 38.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.adulte-ocassions-block__images::before,
.adulte-ocassions-block__images::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.no-webp .adulte-ocassions-block__images::before{
  background-image: url("../img/decorations/reservation-knight.png"); }

.adulte-ocassions-block__images::before {
  top: -38%;
  right: -80%;
  width: 155%;
  aspect-ratio: 1.25;
  z-index: -2;
}

.no-webp .adulte-ocassions-block__images::after{
  background-image: url("../img/decorations/clouds.png"); }

.adulte-ocassions-block__images::after {
  top: -130%;
  right: -110%;
  width: 200%;
  aspect-ratio: 2.15;
}

.adulte-ocassions-block__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 1.875rem;
}

.adulte-ocassions-block__image:first-child {
  -webkit-transform: translateY(4.375rem);
      -ms-transform: translateY(4.375rem);
          transform: translateY(4.375rem);
}

.adulte-ocassions-block__image img {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.adulte-tariffs {
  position: relative;
  padding: 8.125rem 0rem 4.6875rem 0rem;
}

.adulte-tariffs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9.6875rem;
  bottom: 0;
  left: 0;
  background-color: var(--fiolet-color);
  z-index: -1;
}

.adulte-tariffs__wrapper {
  position: relative;
}

.no-webp .adulte-tariffs__wrapper::before{
  background-image: url("../img/decorations/steps.png"); }

.adulte-tariffs__wrapper::before {
  content: "";
  position: absolute;
  width: 30.3125rem;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: -42%;
  left: -31%;
  -webkit-transform: rotate(84deg) scale(-1, 1);
      -ms-transform: rotate(84deg) scale(-1, 1);
          transform: rotate(84deg) scale(-1, 1);
}

.adulte-tariffs__content {
  text-align: center;
  margin-bottom: 3rem;
}

.adulte-tariffs__title {
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.adulte-tariffs__text {
  max-width: 50rem;
  margin: 0 auto;
}

.adulte-tariffs__body {
  position: relative;
}

.adulte-tariffs__body::before {
  content: "";
  display: none;
  position: absolute;
  width: calc(100% + 2.5rem);
  height: 9.6875rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: -1.25rem;
  background-color: var(--fiolet-color);
  z-index: -1;
}

.adulte-reserver {
  padding-top: 3.75rem;
}

.adulte-reserver__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.no-webp .adulte-reserver__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.adulte-reserver__wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1.25;
  z-index: -2;
  right: -30%;
  top: -20%;
  width: 100%;
}

.adulte-reserver__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5rem;
          flex: 1 1 37.5rem;
  max-width: 37.5rem;
}

.adulte-reserver__title {
  margin-right: -15.625rem;
  margin-bottom: 1.5rem;
}

.adulte-reserver__text {
  margin-bottom: 2.5rem;
}

.adulte-reserver__button {
  margin-left: 0.625rem;
}

.adulte-reserver__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 38.75rem;
          flex: 1 1 38.75rem;
  z-index: -1;
  margin: 1.5625rem -26.25rem -7.5rem -2.5rem;
}

.famille-main {
  position: relative;
  padding-top: 8.125rem;
  margin-bottom: 0.9375rem;
}

.famille-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.375rem;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
  background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  z-index: -1;
}

.no-webp .famille-main::after{
  background-image: url("../img/famille/famille-main-bg.png"); }

.famille-main::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}

.famille-main__wrapper {
  position: relative;
}

.famille-main__images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 38.75rem;
          flex: 1 1 38.75rem;
  max-width: 38.75rem;
  margin-right: 0.625rem;
}

.famille-main__image img {
  border: 0.9375rem solid #ffffff;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.famille-main__image--left {
  -webkit-transform: rotate(-1.29deg);
      -ms-transform: rotate(-1.29deg);
          transform: rotate(-1.29deg);
  margin: 3% 23% 0 -3%;
}

.famille-main__image--right {
  -webkit-transform: rotate(-9.46deg);
      -ms-transform: rotate(-9.46deg);
          transform: rotate(-9.46deg);
  margin: -25% 5% 0 15%;
}

.famille-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5rem;
          flex: 1 1 37.5rem;
  max-width: 37.5rem;
}

.famille-main__breadcrumbs {
  margin-bottom: 2rem;
}

.famille-main__title {
  margin-bottom: 1.5rem;
}

.famille-main__text {
  margin-bottom: 2.5rem;
}

.famille-main__button {
  margin-left: 0.625rem;
}

.famille-activity {
  padding: 8.4375rem 0 12.8125rem;
  position: relative;
}

.no-webp .famille-activity::before{
  background-image: url("../img/famille/famille-activity-bg.png"); }

.famille-activity::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.famille-activity__content {
  max-width: 53.75rem;
  text-align: center;
  margin: 0 auto 1.875rem;
}

.famille-activity__title {
  margin-bottom: 1.5rem;
}

.famille-activity__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}

.activity-famille {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activity-famille__circle {
  background: #ffffff;
  -webkit-box-shadow: 0px 38px 59px -28px rgba(25, 8, 31, 0.68);
          box-shadow: 0px 38px 59px -28px rgba(25, 8, 31, 0.68);
  border-radius: 50%;
  padding: 2rem;
  max-width: 6.875rem;
  aspect-ratio: 1;
  margin-bottom: 1.125rem;
}

.activity-famille__icon {
  font-size: 3rem;
}

.activity-famille__text {
  text-align: center;
}

.famille-quests {
  padding-top: 2.8125rem;
  margin-bottom: 7.5rem;
  position: relative;
}

.no-webp .famille-quests::before{
  background-image: url("../img/famille/famille-quests-bg.png"); }

.famille-quests::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.famille-quests__content {
  max-width: 50rem;
  margin: 0 auto 2.8125rem;
  text-align: center;
}

.famille-quests__title {
  margin-bottom: 1.5rem;
}

.famille-quests__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.famille-quests__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 1.5625rem;
}

.famille-quests__item:last-child {
  margin: 0;
}

.quest-famille {
  position: relative;
}

.quest-famille::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 190%;
  aspect-ratio: 1.25;
  z-index: -1;
  opacity: 0.8;
}

.no-webp .quest-famille:first-child::before{
  background-image: url("../img/steampunk/steampunk-cypher.png"); }

.quest-famille:first-child::before {
  top: -47%;
  left: -81%;
}

.no-webp .quest-famille:last-child::before{
  background-image: url("../img/decorations/harry-potter-knight.png"); }

.quest-famille:last-child::before {
  top: -45%;
  right: -100%;
}

.quest-famille__top {
  margin-bottom: 1.125rem;
}

.quest-famille__top--potter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.quest-famille__image {
  position: relative;
  max-width: 20.9375rem;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  margin: 0 auto 6.875rem;
}

.quest-famille__image--steampunk {
  -webkit-transform: rotate(-3.88deg) translateX(-0.625rem);
      -ms-transform: rotate(-3.88deg) translateX(-0.625rem);
          transform: rotate(-3.88deg) translateX(-0.625rem);
}

.quest-famille__image--potter {
  -webkit-transform: rotate(4.09deg) translateX(0.625rem);
      -ms-transform: rotate(4.09deg) translateX(0.625rem);
          transform: rotate(4.09deg) translateX(0.625rem);
}

.quest-famille__image img {
  -webkit-filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(-2px 6px 21px rgba(0, 0, 0, 0.48));
}

.quest-famille__image::after,
.quest-famille__image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

.no-webp .quest-famille__image::after{
  background-image: url("../img/decorations/mini-tape.png"); }

.quest-famille__image::after {
  width: 1.4375rem;
  height: 2.0625rem;
  top: -0.625rem;
  left: 1.875rem;
  -webkit-transform: rotate(-5deg) scale(-1, 1);
      -ms-transform: rotate(-5deg) scale(-1, 1);
          transform: rotate(-5deg) scale(-1, 1);
  background-size: contain;
  background-position: center;
}

.no-webp .quest-famille__image::before{
  background-image: url("../img/decorations/long-tape-1.png"); }

.quest-famille__image::before {
  width: 6.875rem;
  height: 1.875rem;
  bottom: 0;
  right: -1.5625rem;
  -webkit-transform: rotate(-23deg) scale(-1, 1);
      -ms-transform: rotate(-23deg) scale(-1, 1);
          transform: rotate(-23deg) scale(-1, 1);
}

.no-webp .quest-famille__image--paper::before{
  background-image: url("../img/decorations/torn-piece-of-paper.png"); }

.quest-famille__image--paper::before {
  content: "";
  position: absolute;
  aspect-ratio: 2.3;
  width: calc(100% + 2.875rem);
  bottom: -4.0625rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.quest-famille__title {
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.quest-famille__text {
  margin-bottom: 1.125rem;
}

.quest-famille__text:last-child {
  margin-bottom: 0;
}

.famille-about {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 3.75rem;
}

.no-webp .famille-about::before{
  background-image: url("../img/famille/famille-about-bg.png"); }

.famille-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 57.1875rem;
  left: 0;
  bottom: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.famille-about__main {
  margin-bottom: 3.125rem;
}

.famille-about__content {
  max-width: 45.625rem;
  margin-bottom: 1.5rem;
}

.famille-about__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.famille-about__item {
  position: relative;
}

.famille-about__image {
  position: absolute;
  width: 170%;
  aspect-ratio: 1.5;
  left: -3.75rem;
  bottom: -7.1875rem;
  z-index: -1;
}

.no-webp .famille-about__image::after{
  background-image: url("../img/decorations/routing-stick.png"); }

.famille-about__image::after {
  content: "";
  position: absolute;
  width: 42%;
  aspect-ratio: 1.25;
  top: 25%;
  left: 5%;
  -webkit-filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.25));
  -webkit-transform: matrix(0.99, -0.11, -0.11, -0.99, 0, 0);
      -ms-transform: matrix(0.99, -0.11, -0.11, -0.99, 0, 0);
          transform: matrix(0.99, -0.11, -0.11, -0.99, 0, 0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about-famille-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-famille-item__icon {
  font-size: 2.5rem;
  margin-right: 1.5rem;
}

.info-famille {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-famille__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  margin-right: 1.875rem;
}

.info-famille__col:last-child {
  margin: 0;
}

.info-famille__text {
  margin-bottom: 2.1875rem;
}

.info-famille__text:last-child {
  margin-bottom: 0;
}

.info-famille__image {
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  margin-right: 2.5rem;
  margin-left: -0.625rem;
}

.info-famille__image img {
  border: 0.9375rem solid #ffffff;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.info-famille__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-famille__button {
  margin-left: 0.625rem;
}

.famille-comment__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.famille-comment__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  max-width: 50rem;
  margin-bottom: 3.75rem;
}

.famille-comment__title {
  margin-bottom: 1.5rem;
}

.famille-comment__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 26.25rem;
          flex: 1 1 26.25rem;
  margin: 2.25rem -9.375rem -8.75rem 0rem;
}

.no-webp .famille-comment__image::before{
  background-image: url("../img/decorations/padlock-sign.png"); }

.famille-comment__image::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  top: -17%;
  right: -140%;
  aspect-ratio: 1.5;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 270%;
}

.famille-comment__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  max-width: 50rem;
}

.famille-comment__types {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 1.875rem;
}

.comment-famille__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}

.comment-famille__icon {
  font-size: 3rem;
  margin-right: 0.625rem;
}

.comment-famille__title {
  line-height: 1.4;
}

.game06-main {
  position: relative;
  padding: 8rem 0rem 12.5rem 0rem;
  margin-bottom: 1.25rem;
}

.game06-main__background {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 120rem;
  min-height: 51.25rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.game06-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.game06-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 53.75rem;
          flex: 1 1 53.75rem;
  max-width: 53.75rem;
}

.game06-main__breadcrumbs {
  margin-bottom: 1.875rem;
}

.game06-main__title {
  margin-bottom: 1.5rem;
}

.game06-main__text {
  padding-right: 30%;
  margin-bottom: 1.75rem;
}

.game06-main__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22.5rem;
          flex: 1 0 22.5rem;
  -webkit-transform: rotate(-39.14deg);
      -ms-transform: rotate(-39.14deg);
          transform: rotate(-39.14deg);
  margin: 15.9375rem 5.9375rem -4.6875rem -13.75rem;
  position: relative;
  z-index: -1;
}

.no-webp .game06-main__image::before{
  background-image: url("../img/decorations/harry-potter-compass.png"); }

.game06-main__image::before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 1;
  bottom: -35%;
  right: 14%;
  -webkit-transform: rotate(39.14deg);
      -ms-transform: rotate(39.14deg);
          transform: rotate(39.14deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
}

.game06-main__image img {
  -webkit-box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 100px 80px -60px rgba(0, 0, 0, 0.4);
}

.game06-presentation {
  margin-bottom: 7.8125rem;
}

.game06-presentation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.no-webp .game06-presentation__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.game06-presentation__wrapper::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 75%;
  left: 20%;
  width: 85%;
  aspect-ratio: 1.15;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  z-index: -3;
}

.game06-presentation__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 26.25rem;
          flex: 1 1 26.25rem;
  margin: 0.625rem 1.25rem 0rem -1.25rem;
  position: relative;
}

.no-webp .game06-presentation__image::before{
  background-image: url("../img/decorations/steampunk-glasses.png"); }

.game06-presentation__image::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 105%;
  aspect-ratio: 1.4;
  bottom: -60%;
  right: -2%;
  -webkit-filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(13px 11px 22px rgba(0, 0, 0, 0.25));
}

.game06-presentation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50rem;
          flex: 1 1 50rem;
  max-width: 50rem;
}

.game06-presentation__title {
  margin-bottom: 1.5rem;
}

.game06-presentation__text {
  margin-bottom: 1.5rem;
}

.game06-presentation__text:last-child {
  margin-bottom: 0;
}

.game06-presentation__paper {
  margin-bottom: 1.5rem;
}

.presentation-paper-06__wrapper {
  padding: 1.6875rem 1.5rem 4.1875rem 2.0625rem;
  position: relative;
  z-index: 1;
}

.no-webp .presentation-paper-06__wrapper::before{
  background-image: url("../img/decorations/torn-piece-of-paper.png"); }

.presentation-paper-06__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(-7px 8px 16px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-7px 8px 16px rgba(0, 0, 0, 0.25));
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.presentation-paper-06__head {
  margin-bottom: 0.75rem;
}

.presentation-paper-06__icon {
  font-size: 2.75rem;
  padding-right: 1rem;
}

.presentation-paper-06__text {
  padding-left: 3.75rem;
}

.game06-everyone {
  margin-bottom: 8.125rem;
}

.game06-everyone__content {
  max-width: 63.125rem;
  text-align: center;
  margin: 0 auto 3.125rem;
}

.game06-everyone__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.game06-everyone__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.0625rem;
          flex: 0 0 24.0625rem;
}

.game06-everyone__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 1.875rem;
}

.game06-everyone__row {
  margin-bottom: 1.875rem;
}

.game06-everyone__row:last-child {
  margin-bottom: 0;
}

.everyone-card-06__wrapper {
  padding: 5.4375rem 2.5rem 2.5rem;
  height: 100%;
  position: relative;
}

.no-webp .everyone-card-06__wrapper::before{
  background-image: url("../img/game06/everyone-card-bg.png"); }

.everyone-card-06__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.everyone-card-06__circle {
  position: absolute;
  top: -2.8125rem;
  left: 1.875rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 32px 43px -10px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 32px 43px -10px rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  padding: 1.5rem;
  max-width: 6.75rem;
  aspect-ratio: 1;
}

.everyone-card-06__icon {
  font-size: 3.75rem;
}

.everyone-row-06__head {
  margin-bottom: 0.75rem;
}

.everyone-row-06__icon {
  font-size: 3.75rem;
  margin-right: 1rem;
}

.game06-potter {
  padding-bottom: 6.25rem;
}

.game06-potter__wrapper .quest-game06__images {
  position: relative;
}

.no-webp .game06-potter__wrapper .quest-game06__images::before{
  background-image: url("../img/decorations/platform-ticket-decoration.png"); }

.game06-potter__wrapper .quest-game06__images::before {
  bottom: -45%;
  left: -70%;
  width: 170%;
  content: "";
  position: absolute;
  aspect-ratio: 1.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.game06-steampunk {
  padding-top: 3.125rem;
  position: relative;
}

.no-webp .game06-steampunk::before{
  background-image: url("../img/steampunk/steampunk-gallery-bg.png"); }

.game06-steampunk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.game06-steampunk__wrapper .quest-game06__image--left {
  -webkit-transform: matrix(-1, -0.06, -0.06, 1, 0, 0) translate(0.625rem, 0.625rem);
      -ms-transform: matrix(-1, -0.06, -0.06, 1, 0, 0) translate(0.625rem, 0.625rem);
          transform: matrix(-1, -0.06, -0.06, 1, 0, 0) translate(0.625rem, 0.625rem);
}

.game06-steampunk__wrapper .quest-game06__image--right {
  -webkit-transform: rotate(-15.41deg) translate(8.75rem, 2.8125rem);
      -ms-transform: rotate(-15.41deg) translate(8.75rem, 2.8125rem);
          transform: rotate(-15.41deg) translate(8.75rem, 2.8125rem);
}

.game06-occasions {
  padding-top: 9.375rem;
  margin-bottom: 8.4375rem;
  position: relative;
}

.no-webp .game06-occasions::before{
  background-image: url("../img/game06/game06-occasions-bg.png"); }

.game06-occasions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.game06-occasions__content {
  max-width: 56.25rem;
  text-align: center;
  margin: 0 auto 1.875rem;
}

.game06-occasions__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 6.5rem;
}

.no-webp .game06-occasions__body::before{
  background-image: url("../img/decorations/scenario-bg.png"); }

.game06-occasions__body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 80px 55px -40px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.game06-occasions__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.game06-occasions__images {
  padding-left: 2.8125rem;
  margin: -5.625rem -18.75rem;
}

.game06-occasions__image img {
  max-width: 17.5rem;
  aspect-ratio: 0.9;
  border: 0.9375rem solid #ffffff;
  border-bottom-width: 3.375rem;
  -webkit-box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
          box-shadow: -11px 20px 22px rgba(0, 0, 0, 0.25);
}

.game06-occasions__image--top {
  -webkit-transform: rotate(-10.26deg) translate(108%, 0%);
      -ms-transform: rotate(-10.26deg) translate(108%, 0%);
          transform: rotate(-10.26deg) translate(108%, 0%);
}

.game06-occasions__image--center {
  -webkit-transform: rotate(15.85deg) translate(0%, 55%);
      -ms-transform: rotate(15.85deg) translate(0%, 55%);
          transform: rotate(15.85deg) translate(0%, 55%);
  max-width: 30.9375rem;
}

.game06-occasions__image--bottom {
  -webkit-transform: rotate(16.01deg) translate(-71%, 47%);
      -ms-transform: rotate(16.01deg) translate(-71%, 47%);
          transform: rotate(16.01deg) translate(-71%, 47%);
}

.game06-reviews {
  position: relative;
  margin-bottom: 6.5625rem;
}

.game06-reviews__wrapper {
  position: relative;
}

.game06-reviews__wrapper::after,
.game06-reviews__wrapper::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150%;
  aspect-ratio: 1.25;
  top: 60%;
  content: "";
  z-index: -2;
}

.no-webp .game06-reviews__wrapper::after{
  background-image: url("../img/decorations/yellow-decoration.png"); }

.game06-reviews__wrapper::after {
  right: -75%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-webp .game06-reviews__wrapper::before{
  background-image: url("../img/decorations/yellow-red-decoration.png"); }

.game06-reviews__wrapper::before {
  left: -70%;
  -webkit-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
          transform: translateY(-50%) matrix(1, 0, 0, -1, 0, 0);
}

.game06-reviews__content {
  max-width: 63.125rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.game06-reserver {
  margin-bottom: 7.5rem;
}

.game06-reserver__content {
  text-align: center;
  max-width: 56.25rem;
  margin: 0 auto 1.5rem;
}

.game06-reserver__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.game06-reserver__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.game06-reserver__images {
  position: relative;
  margin-right: 1.875rem;
}

.game06-reserver__image img {
  border: 0.9375rem solid #ffffff;
  -webkit-filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-11px 20px 22px rgba(0, 0, 0, 0.25));
}

.game06-reserver__image--small {
  position: absolute;
  aspect-ratio: 0.9;
  width: 47%;
  right: 17%;
  bottom: -15%;
}

.game06-reserver__image--small img {
  border-width: 0.625rem;
}

.game06-reserver__text {
  margin-bottom: 1.25rem;
}

.game06-reserver__text:last-child {
  margin-bottom: 0;
}

.game06-reserver__button {
  margin: 1.25rem 1.5rem 0.625rem 0.625rem;
}

.game06-reserver__attention {
  display: inline-block;
}

@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) format("woff2"), url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.no-webp .lg-outer .lg-item:not(.lg-start-end-progress){
  background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) no-repeat scroll center center transparent; }

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  -o-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 39.99875em) {
  .gallery-slider__btn {
    top: unset;
    bottom: -3.75rem;
    width: 3.75rem;
    height: 3.75rem;
  }

  .gallery-slider__btn--prev {
    left: 31%;
  }

  .gallery-slider__btn--next {
    right: 31%;
  }

  .review-slider__pagination {
    display: none;
  }
}

@media (min-width: 61.99875em) {
  .gallery-slider__slider {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
            clip-path: inset(-100vw -100vw -100vw 0);
  }

  .quest-game06__body--steampunk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .quest-game06__body--steampunk .quest-game06__col:first-child {
    margin-right: 0;
  }

  .quest-game06__body--steampunk .quest-game06__col:last-child {
    margin-right: 1.875rem;
  }

  .menu__item-spoller {
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
  }

  .menu__sub-list {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0, 0.625rem);
        -ms-transform: translate(0, 0.625rem);
            transform: translate(0, 0.625rem);
    visibility: hidden;
    min-width: 11.25rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    padding: 1rem;
    z-index: 5;
    background-color: #ffffff;
  }

  .quest-reservation-card:nth-child(even)::after {
    background-position: left;
  }

  .quest-reservation-card:nth-child(even)::before {
    left: unset;
    right: 0;
  }

  .quest-reservation-card:nth-child(even) .quest-reservation-card__text {
    margin-right: auto;
    margin-left: initial;
  }

  .quest-reservation-card:nth-child(even) .quest-reservation-card__text::before {
    right: -7.5rem;
  }

  .potter-gallery__title > .yellow-color {
    color: var(--secondary-text-color);
  }

  .cadeau-main__images--computers {
    display: block;
  }

  .cadeau-main__images--computers::before,
  .cadeau-main__images--computers::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
  }

  .no-webp .cadeau-main__images--computers::after{
    background-image: url("../img/decorations/steps.png"); }

  .cadeau-main__images--computers::after {
    top: 15%;
    right: -30%;
    width: 29.6875rem;
    aspect-ratio: 1/1;
    z-index: -3;
  }

  .no-webp .cadeau-main__images--computers::before{
    background-image: url("../img/decorations/reservation-knight.png"); }

  .cadeau-main__images--computers::before {
    top: -5%;
    left: -40%;
    width: 200%;
    aspect-ratio: 1.25;
  }
}

@media (min-width: 78.75em) {
  .occasions-type__image .evg-image,
  .occasions-type__image .anniversary-image {
    width: 35rem;
  }

  .occasions-type__image .evg-image,
  .occasions-type__image .anniversary-image {
    height: 25rem;
  }

  .occasions-type__image .team-image {
    height: 36.5625rem;
  }

  .occasions-type__image .team-image {
    width: 29rem;
  }

  .quests-articles__item {
    margin-right: 7.5rem;
  }

  .padlocks__content {
    margin-bottom: 13.125rem;
  }

  .quest-reservation-card::before {
    width: 13.75rem;
  }

  .tournage-causes__item--image::before {
    width: 21.875rem;
  }

  .steampunk-occasions__background {
    max-width: 84.375rem;
  }

  .enfants-information__content::after {
    width: 27.1875rem;
  }

  .cadeau-ocassion-card::before {
    width: 14.375rem;
  }
}

@media (max-width: 20em) {
  .occasions-type__image .evg-image,
  .occasions-type__image .anniversary-image {
    width: 9.375rem;
  }

  .occasions-type__image .evg-image,
  .occasions-type__image .anniversary-image {
    height: 8.125rem;
  }

  .occasions-type__image .team-image {
    height: 17.1875rem;
  }

  .occasions-type__image .team-image {
    width: 14.375rem;
  }

  .quests-articles__item {
    margin-right: 1.875rem;
  }

  .padlocks__content {
    margin-bottom: 0.0000000625rem;
  }

  .quest-reservation-card::before {
    width: 5.625rem;
  }

  .tournage-causes__item--image::before {
    width: 13.4375rem;
  }

  .steampunk-occasions__background {
    max-width: -50rem;
  }

  .enfants-information__content::after {
    width: 0.0000000625rem;
  }

  .cadeau-ocassion-card::before {
    width: 5.625rem;
  }
}

@media (max-width: 78.75em) {
  .comments-block__card:nth-child(2) {
    -webkit-transform: translate(-106%, -17%);
        -ms-transform: translate(-106%, -17%);
            transform: translate(-106%, -17%);
  }

  .comments-block__card:nth-child(3) {
    -webkit-transform: translate(3%, -81%);
        -ms-transform: translate(3%, -81%);
            transform: translate(3%, -81%);
  }

  .quest-game06__images {
    margin-right: 3.125rem;
  }

  .header__logo {
    margin: 0 0.75rem;
  }

  .menu__item {
    margin-right: 1.25rem;
  }

  .actions-header__item-link {
    margin-right: 1rem;
  }

  .main-footer__logo {
    margin: 0 0.75rem;
  }

  .padlocks-content__infos {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }

  .padlocks-content__image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .padlocks-occasions__image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .padlocks-occasions__content {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }

  .quest-reservation__content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .tournage-location-cards {
    gap: 1.5rem;
  }

  .potter-access__image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .potter-access__content {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }

  .potter-scenery__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5rem;
            flex: 0 0 37.5rem;
    max-width: 37.5rem;
  }

  .steampunk-age__image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 0;
  }

  .steampunk-age__content {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }

  .steampunk-comments .comments-block__card:nth-child(2) {
    -webkit-transform: translate(-106%, -6%);
        -ms-transform: translate(-106%, -6%);
            transform: translate(-106%, -6%);
  }

  .steampunk-comments .comments-block__card:nth-child(3) {
    -webkit-transform: translate(3%, -131%);
        -ms-transform: translate(3%, -131%);
            transform: translate(3%, -131%);
  }

  .team-games__wrapper::before {
    display: none;
  }

  .team-request__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5rem;
            flex: 0 0 37.5rem;
    max-width: 37.5rem;
  }

  .cadeau-ocassions-block__content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .cadeau-ocassions-block__image {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }

  .cadeau-buying__container::before {
    display: none;
  }

  .cadeau-using__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .cadeau-reserver__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .adulte-reserver__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .famille-comment__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }

  .famille-comment__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }

  .famille-comment__body {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }

  .game06-occasions__body {
    padding: 5.25rem;
  }

  .game06-occasions__text {
    padding-right: 3.125rem;
  }
}

@media (max-width: 61.99875em) {
  .reservation-popup__wrapper {
    padding: 3rem;
  }

  .reservation-popup__body {
    max-width: none;
  }

  .reservation-popup__grid {
    gap: 1.25rem;
  }

  .reservation-popup__button {
    margin: 0rem 3.125rem 0rem 0.625rem;
  }

  .success-popup__wrapper {
    padding: 3rem;
  }

  .title {
    font-size: 2.8125rem;
  }

  .subtitle {
    font-size: 1.875rem;
  }

  #scrollBtn {
    right: 1.25rem;
  }

  .logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .logo__image {
    width: 6.875rem;
    height: 3.5625rem;
  }

  .tariffs-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.125rem;
  }

  .tariffs-item__wrapper {
    padding: 2.8125rem;
  }

  .tariffs-item__info > * {
    display: inline-block;
  }

  .tariffs-item__price--heading {
    font-size: 2.5rem;
  }

  .routing-types {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .routing-types__text {
    max-width: none;
    text-align: left;
    grid-column: auto;
    justify-self: flex-end;
    margin-top: auto;
  }

  .routing-type__title {
    margin-bottom: 0.5rem;
  }

  .review-section::before {
    height: 9.0625rem;
  }

  .review-slider__slide {
    padding: 0 3.375rem;
    min-height: auto;
  }

  .review-slide__wrapper {
    padding: 4.125rem 3.4375rem;
  }

  .comments-block {
    margin-bottom: 6rem;
  }

  .comments-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .comments-block__title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .comments-block__body {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }

  .comments-block__card {
    margin-bottom: 1.875rem;
  }

  .comments-block__card:last-child {
    margin-bottom: 0;
  }

  .comments-block__card:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .comments-block__card:nth-child(3) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .comment-card {
    max-width: none;
  }

  .comment-card__wrapper {
    margin-right: 4.375rem;
  }

  .comment-card__title {
    padding: 1.875rem 1rem 0;
  }

  .comment-card__text {
    margin-right: -4.375rem;
  }

  .checklist-block__wrapper {
    margin: 0;
  }

  .advantages-section__wrapper {
    padding: 6.5625rem 0rem 6.875rem 0rem;
  }

  .advantages-section__wrapper::before {
    width: 21.25rem;
    bottom: -10.9375rem;
    right: 4.375rem;
  }

  .advantages-section__content {
    margin-bottom: 1.875rem;
  }

  .advantages-section__text {
    max-width: none;
  }

  .advantages-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages-section__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }

  .advantages-section__column:last-child {
    margin-bottom: 0;
  }

  .advantages-section__item {
    margin-bottom: 2.5rem;
  }

  .quest-game06__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .quest-game06__col {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1.875rem;
  }

  .quest-game06__text {
    margin-bottom: 0;
  }

  .quest-game06__images {
    margin: 2.5rem 12.5rem 0rem 1.875rem;
  }

  .quest-game06__image {
    max-width: none;
  }

  .quest-game06__image--left {
    -webkit-transform: matrix(-1, -0.06, -0.06, 1, 0, 0);
        -ms-transform: matrix(-1, -0.06, -0.06, 1, 0, 0);
            transform: matrix(-1, -0.06, -0.06, 1, 0, 0);
  }

  .quest-game06__image--right {
    -webkit-transform: rotate(-15.41deg) translate(9.375rem, 2.5rem);
        -ms-transform: rotate(-15.41deg) translate(9.375rem, 2.5rem);
            transform: rotate(-15.41deg) translate(9.375rem, 2.5rem);
  }

  .quest-game06__comment--potter::before {
    display: none;
  }

  .quest-game06__comment--potter::after {
    width: 180%;
    top: -110%;
    left: -25%;
  }

  .quest-game06__comment .comment-card__wrapper {
    margin-right: 2.1875rem;
  }

  .quest-game06__comment .comment-card__text {
    margin-left: 1.5625rem;
    margin-right: -2.5rem;
  }

  .header__body {
    min-height: 5rem;
    padding: 0.3125rem 0;
  }

  .header__menu {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.875rem;
            flex: 0 0 6.875rem;
    margin: 0;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    padding: 9.6875rem 1.25rem 3.4375rem 1.25rem;
    z-index: 2;
  }

  .no-webp .menu__body::before{
    background-image: url("../img/decorations/menu-background.png"); }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .menu__body.menu-open {
    left: 0;
  }

  .menu__body.menu-open::before {
    left: 0;
  }

  .menu__phone {
    display: block;
    position: relative;
    margin-top: 3.125rem;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__item {
    margin-bottom: 2.625rem;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }

  .menu__item::after {
    display: none;
  }

  .menu__item-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu__link {
    font-size: 1.375rem;
  }

  .menu__arrow._spoller-active {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .menu__sub-list {
    margin-left: 1.25rem;
  }

  .menu__sub-link:not(:last-child) {
    margin: 0 0 1.5rem 0;
  }

  .menu__sub-link {
    font-size: 1.125rem;
  }

  .actions-header__item-link {
    display: none;
  }

  .actions-header__item-call {
    margin-right: 1.875rem;
  }

  .actions-header__item-call > i {
    font-size: 1.75rem;
  }

  .icon-menu {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    padding: 0.75rem;
    -webkit-box-shadow: 0 0.75rem 1.375rem rgba(48, 21, 65, 0.4);
            box-shadow: 0 0.75rem 1.375rem rgba(48, 21, 65, 0.4);
    background: -o-linear-gradient(355.07deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
    background: linear-gradient(94.93deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }

  .icon-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    border: 3px solid var(--yellow-color);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    border-radius: 50%;
  }

  .icon-menu__wrap {
    margin: 0 auto;
    width: 0.875rem;
    height: 0.75rem;
    position: relative;
  }

  .icon-menu__wrap span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    right: 0;
    position: absolute;
    width: 75%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--secondary-text-color);
  }

  .icon-menu__wrap span:first-child {
    top: 0;
    width: 100%;
  }

  .icon-menu__wrap span:last-child {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .icon-menu.menu-open {
    background: var(--secondary-text-color);
  }

  .icon-menu.menu-open::after {
    opacity: 0;
  }

  .icon-menu.menu-open span {
    background-color: var(--fiolet-color);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu.menu-open span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu.menu-open span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer {
    padding: 5rem 0;
  }

  .footer::before {
    height: 100%;
  }

  .main-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-footer__contacts {
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .main-footer__logo {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .main-footer__social {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1.75rem;
  }

  .main-section {
    padding-top: 7.8125rem;
  }

  .main-section__wrapper {
    margin: 0;
  }

  .main-section__wrapper::before {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    background-position: 0 75%;
  }

  .main-section__quest {
    padding-top: 6.875rem;
  }

  .main-section__quest:first-child {
    margin-left: 0;
  }

  .main-section__quest:first-child .main-quest__image {
    -webkit-transform: translate(-26%) scale(2);
        -ms-transform: translate(-26%) scale(2);
            transform: translate(-26%) scale(2);
  }

  .main-section__quest:last-child,
  .main-section__quest:nth-last-child(2) {
    margin-right: 0;
    margin-top: 0;
  }

  .main-section__quest:last-child .main-quest__image,
  .main-section__quest:nth-last-child(2) .main-quest__image {
    -webkit-transform: translate(18%, -16%) scale(2);
        -ms-transform: translate(18%, -16%) scale(2);
            transform: translate(18%, -16%) scale(2);
  }

  .main-section__content {
    max-width: none;
  }

  .main-section__text {
    max-width: none;
    font-size: 1.125rem;
  }

  .main-quest__figure {
    height: 36.25rem;
  }

  .main-quest__figcaption {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    bottom: -5rem;
    padding: 0.625rem;
  }

  .main-quest-figcaption__title {
    font-size: 2.5rem;
  }

  .about__content {
    padding: 3.875rem 2.5rem;
    min-height: 40.3125rem;
  }

  .about__decorations {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .about__decorations::before {
    width: 18.25rem;
    height: 8.625rem;
    top: 15.625rem;
    right: 9.375rem;
  }

  .about__image {
    width: 23.375rem;
    height: 23.375rem;
    bottom: -3rem;
    right: -2.125rem;
  }

  .about__title {
    margin-right: 0rem;
  }

  .about__subtext {
    max-width: 50%;
  }

  .about__benefits {
    max-width: none;
  }

  .about-benefits__content {
    grid-gap: 2rem 1.125rem;
  }

  .about-benefits__image {
    display: none;
  }

  .missions__content {
    margin-bottom: 2.25rem;
  }

  .missions__title {
    margin-bottom: 0.75rem;
  }

  .missions-cards {
    grid-gap: 1.25rem;
  }

  .mission-card {
    min-height: auto;
    max-width: none;
  }

  .mission-card__wrapper {
    padding: 3rem 1.75rem;
  }

  .mission-card__wrapper::after {
    display: none;
  }

  .mission-card__title {
    font-size: 2.5rem;
  }

  .mission-card__image {
    max-height: 10.5rem;
    margin-bottom: 0.75rem;
  }

  .mission-card__text {
    margin-bottom: 1.5rem;
  }

  .occasions__content {
    margin-bottom: 2.5rem;
  }

  .occasions-types__item {
    margin-bottom: 1.25rem;
  }

  .occasions-type > div:first-child {
    margin-right: 1.875rem;
  }

  .occasions-type:nth-child(2) {
    margin-left: -1.875rem;
    margin-right: 0;
  }

  .occasions-type:nth-child(2) .occasions-type__image {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  .occasions-type:nth-child(3) {
    margin-right: -3.125rem;
  }

  .occasions-type {
    margin-right: -5rem;
  }

  .occasions-type__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .occasions-type__title {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .occasions-type__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .occasions-type__image .evg-image,
  .occasions-type__image .anniversary-image {
    border-width: 0.5625rem;
  }

  .occasions-type__image .evg-image::after {
    width: 3.375rem;
    height: 4.875rem;
    top: -4rem;
  }

  .occasions-type__image .team-image {
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .occasions-type__image .team-image::after,
  .occasions-type__image .team-image::before {
    width: 15.3125rem;
    height: 2.625rem;
  }

  .occasions-type__image .team-image::after {
    bottom: -1.25rem;
  }

  .occasions-type__image .team-image::before {
    top: -1.25rem;
  }

  .tariffs::before {
    display: none;
  }

  .tariffs__content {
    margin-bottom: 2.25rem;
  }

  .tariffs__title {
    max-width: none;
  }

  .tariffs__text {
    max-width: none;
  }

  .tariffs__cards::before {
    display: block;
  }

  .routing {
    margin-bottom: 5.625rem;
  }

  .routing__wrapper::before {
    top: -25%;
  }

  .routing__wrapper::after {
    left: -50%;
  }

  .routing__content {
    margin-right: -50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-top: 0;
    margin-bottom: 3.75rem;
  }

  .routing__text {
    max-width: none;
  }

  .routing__image img {
    top: -8.4375rem;
    left: calc(50% - 4.6875rem);
    width: 250%;
  }

  .routing__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }

  .routing__types {
    max-width: 50%;
    margin-bottom: 3.75rem;
  }

  .routing__types .routing-type__icon {
    font-size: 3.25rem;
    margin-right: 1rem;
  }

  .routing__map::after {
    display: none;
  }

  .routing__map--image {
    aspect-ratio: 730/600;
    overflow: hidden;
  }

  .routing__map--image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 67% center;
       object-position: 67% center;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .routing__steps::before {
    display: none;
  }

  .routing__steps::after {
    bottom: -40%;
    left: 38%;
    -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
            transform: rotate(75deg);
  }

  .main-reservation {
    margin-bottom: 4.375rem;
  }

  .main-reservation__title {
    max-width: none;
  }

  .main-reservation-infos__button {
    margin-top: 1.75rem;
  }

  .purpose__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .purpose__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 0;
    margin-bottom: 7.5rem;
  }

  .purpose__title {
    margin-bottom: 1rem;
  }

  .purpose__text {
    max-width: none;
  }

  .purpose__image img {
    top: -9.0625rem;
    left: calc(50% + 0.9375rem);
    width: 125%;
    position: relative;
  }

  .purpose__image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0;
    max-width: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: -10.625rem;
  }

  .purpose-types {
    margin: 0rem -1.125rem -2.5rem 0rem;
  }

  .purpose-types__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0rem 1.125rem 2.5rem 0rem;
  }

  .purpose-types__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .purpose-type__icon {
    font-size: 3.375rem;
  }

  .puzzles {
    padding-top: 6.5rem;
  }

  .no-webp .puzzles::before{
    background-image: url("../img/enigme/puzzle-background-mobile.png"); }

  .puzzles__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .puzzles__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }

  .puzzles__breadcrumbs {
    margin-bottom: 3rem;
  }

  .puzzles__text {
    max-width: none;
  }

  .puzzles__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25rem;
            flex: 1 1 25rem;
    max-width: 25rem;
    padding-left: 2.25rem;
    margin-top: 0;
  }

  .puzzles__image::after {
    width: 1.5625rem;
    height: 2.25rem;
  }

  .puzzles__image::before {
    width: 7.5rem;
    height: 2.125rem;
    right: -1.75rem;
  }

  .puzzles__image--paper::before {
    bottom: 3.125rem;
    width: calc(100% + 1rem);
  }

  .puzzles__types {
    max-width: 50%;
    margin-bottom: 3.75rem;
  }

  .puzzles__map::after {
    display: none;
  }

  .puzzles__map--image {
    aspect-ratio: 730/600;
    overflow: hidden;
  }

  .puzzles__map--image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 67% center;
       object-position: 67% center;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .puzzles__steps::before {
    display: none;
  }

  .puzzles__steps::after {
    bottom: -40%;
    left: 38%;
    -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
            transform: rotate(75deg);
  }

  .quests {
    padding-top: 4.75rem;
  }

  .quests__section:first-child {
    padding-bottom: 3.75rem;
  }

  .quests__content {
    max-width: none;
    margin-bottom: 6.25rem;
  }

  .quests__decorations::before {
    width: 31.25rem;
    right: 1rem;
    bottom: 31%;
    aspect-ratio: 5/1.6;
  }

  .quests__image {
    display: none;
  }

  .quests-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .quests-articles__item:first-child {
    padding-right: 0;
  }

  .quests-articles__item:last-child {
    margin-top: 0;
    margin-bottom: 6.875rem;
  }

  .quests-articles__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .article-quest__text--center {
    max-width: none;
  }

  .article-quest__image {
    aspect-ratio: 1.85 !important;
  }

  .padlocks {
    margin-bottom: 6.5625rem;
  }

  .padlocks__title {
    margin-bottom: 2.25rem;
  }

  .padlocks__content {
    margin-bottom: 9.0625rem;
  }

  .padlocks-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .padlocks-content::after {
    top: -50%;
    left: -80%;
    width: 230%;
  }

  .padlocks-content::before {
    bottom: -38%;
    right: -66%;
    width: 190%;
  }

  .padlocks-content__infos {
    margin-bottom: 5.625rem;
    padding-right: 0;
  }

  .padlocks-content__image {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
    margin-top: 0;
    margin-left: 5.3125rem;
    padding-bottom: 0;
  }

  .padlocks-content__image::before {
    width: 1.4375rem;
    height: 5.125rem;
    right: 7.1875rem;
    top: -3.75rem;
  }

  .padlocks-content__image::after {
    width: calc(100% - 1.25rem);
    left: -2.1875rem;
  }

  .padlocks-infos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.125rem 1.25rem;
  }

  .padlocks-occasions::before {
    top: 0;
    left: -40%;
    width: 230%;
  }

  .padlocks-occasions__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .padlocks-occasions__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .padlocks-occasions__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .padlock-event {
    margin-bottom: 6.25rem;
  }

  .padlock-event__img {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    padding: 0;
    margin-right: 0;
    margin-left: 7.8125rem;
    -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  .padlock-event__img::after {
    width: 11.25rem;
    height: 2.8125rem;
    left: -4.0625rem;
  }

  .padlock-event__img::before {
    width: 10rem;
    height: 2.375rem;
    bottom: 1rem;
    right: -1rem;
  }

  .padlock-event__paper::before {
    bottom: -3.75rem;
  }

  .padlock-how-long {
    margin-bottom: -7.1875rem;
  }

  .padlock-how-long__img {
    -webkit-transform: scale(1.5) translate(-1rem, 0.25rem);
        -ms-transform: scale(1.5) translate(-1rem, 0.25rem);
            transform: scale(1.5) translate(-1rem, 0.25rem);
  }

  .padlock-solving__img {
    margin: 3.4375rem 0 0 6rem;
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }

  .padlock-solving__img img {
    margin: 1.25rem 0 0 0rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    border-width: 1.0625rem;
    border-bottom-width: 2.625rem;
  }

  .padlock-solving__img::before {
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.875rem);
  }

  .quest-reservation__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.75rem;
  }

  .quest-reservation__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 0rem;
  }

  .quest-reservation__text {
    max-width: none;
  }

  .quest-reservation__images {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }

  .quest-reservation__images::after {
    width: 310%;
  }

  .quest-reservation__images::after {
    top: -100%;
    left: -90%;
  }

  .quest-reservation__decoration {
    width: 310%;
    left: -60%;
    top: -65%;
  }

  .quest-reservation-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 1.25rem;
  }

  .quest-reservation-card::before {
    width: 45%;
  }

  .quest-reservation-card::after {
    background-size: 75% 100%;
  }

  .quest-reservation-card__text {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    padding-left: 1.5rem;
  }

  .tournage-main {
    padding: 6.5rem 0rem 0rem 0rem;
    margin-bottom: 5.625rem;
  }

  .no-webp .tournage-main::before{
    background-image: url("../img/tournage/tournage-main-bg-tablet.png"); }

  .tournage-main::before {
    display: block;
    background-position: 15%;
  }

  .tournage-main__background {
    display: none;
  }

  .tournage-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }

  .tournage-main__breadcrumbs {
    margin-bottom: 3rem;
  }

  .tournage-main__text {
    max-width: 50%;
  }

  .tournage-location__wrapper::after {
    top: 11%;
    right: -105%;
    width: 225%;
  }

  .tournage-location__wrapper::before {
    top: -50%;
    left: -65%;
    width: 185%;
  }

  .tournage-location__content {
    text-align: left;
  }

  .tournage-location__text {
    max-width: none;
  }

  .tournage-location-cards {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tournage-location-card {
    padding: 2.8125rem;
  }

  .tournage-location-card__icon {
    margin-right: 0.5rem;
  }

  .tournage-causes {
    margin-bottom: -2.5rem;
  }

  .tournage-causes__wrapper::before {
    top: -70%;
    right: -25%;
    width: 230%;
  }

  .tournage-causes__wrapper::after {
    top: -5%;
    left: -60%;
    width: 210%;
  }

  .tournage-causes__content {
    text-align: left;
  }

  .tournage-causes__main {
    gap: 3rem 1.25rem;
    -ms-grid-columns: 2fr 0fr 1fr 1fr;
    grid-template-columns: 2fr 0fr 1fr 1fr;
  }

  .tournage-causes__item--image {
    padding-right: 0rem;
    padding-left: 1.875rem;
    aspect-ratio: 1.1;
  }

  .tournage-causes__item--image::before {
    top: -6.5625rem;
    right: -4.375rem;
  }

  .cause-tournage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cause-tournage__icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .tournage-support {
    margin-bottom: 10rem;
  }

  .tournage-support__wrapper {
    padding: 5.25rem 1.625rem 1.25rem;
    margin: 0 -1.25rem;
  }

  .tournage-support__wrapper::after {
    display: none;
  }

  .tournage-support__content {
    margin-bottom: 1.5rem;
  }

  .tournage-support__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tournage-support__body::before {
    display: none;
  }

  .tournage-support__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tournage-support__col.stc-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
  }

  .tournage-support__col.stc-right {
    padding-bottom: 0;
    margin-right: -1.25rem;
    margin-bottom: 2.5rem;
  }

  .tournage-support__col.stc-right > .support-tournage-col__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 1.25rem;
  }

  .tournage-support__col.stc-right > .support-tournage-col__text:last-child {
    margin-right: 0;
  }

  .support-tournage-col__image {
    -webkit-transform: rotate(2.35deg);
        -ms-transform: rotate(2.35deg);
            transform: rotate(2.35deg);
    margin: 4.0625rem 1.5625rem -10.625rem 6.5625rem;
  }

  .support-tournage-col__image::before {
    border-width: 0.5625rem;
  }

  .support-tournage-col__text {
    margin-bottom: 0;
  }

  .tournage-rent {
    margin-bottom: 4.375rem;
  }

  .tournage-rent__content {
    max-width: none;
  }

  .tournage-rent__text {
    max-width: none;
  }

  .tournage-rent__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0rem 1.75rem;
  }

  .tournage-rent__item--image {
    display: block;
    -webkit-transform: scale(2.8) translate(2.8125rem, 0.9375rem);
        -ms-transform: scale(2.8) translate(2.8125rem, 0.9375rem);
            transform: scale(2.8) translate(2.8125rem, 0.9375rem);
  }

  .rent-tournage__title {
    max-width: none;
  }

  .tournage-price {
    margin-bottom: 8.75rem;
  }

  .tournage-price__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tournage-price__wrapper::after {
    top: -5%;
    left: -60%;
    width: 210%;
  }

  .tournage-price__image {
    width: 200%;
    top: 30%;
    left: -35%;
  }

  .tournage-price__masonry {
    margin: 0 4rem;
  }

  .tournage-price__content {
    padding-top: 0;
    margin-bottom: 1.25rem;
  }

  .masonry-tournage {
    gap: 1.75rem;
  }

  .tournage-reservation {
    margin-bottom: 1.875rem;
  }

  .tournage-reservation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tournage-reservation__content {
    margin-right: 0;
    margin-bottom: 3.75rem;
  }

  .tournage-reservation__text {
    font-size: inherit;
    margin-bottom: 1.5rem;
  }

  .tournage-reservation__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tournage-reservation__address {
    margin-bottom: 0rem;
  }

  .tournage-reservation__button {
    margin-right: 3.375rem;
  }

  .potter-main {
    padding-top: 6.5rem;
    margin-bottom: 14.75rem;
  }

  .potter-main::after {
    width: 55%;
    aspect-ratio: 1;
    height: auto;
    left: -4.6875rem;
  }

  .potter-main__breadcrumbs {
    margin-bottom: 3rem;
  }

  .potter-main__text {
    max-width: none;
  }

  .potter-background__item {
    margin: 0 -5rem;
  }

  .potter-background__item--dragon {
    -webkit-transform: translate(8.125rem, 4.6875rem);
        -ms-transform: translate(8.125rem, 4.6875rem);
            transform: translate(8.125rem, 4.6875rem);
    margin: 0 -28.75rem;
  }

  .potter-background__item--sign {
    -webkit-transform: translate(-0.3125rem, 3.4375rem) scale(0.7);
        -ms-transform: translate(-0.3125rem, 3.4375rem) scale(0.7);
            transform: translate(-0.3125rem, 3.4375rem) scale(0.7);
  }

  .potter-images::after {
    display: none;
  }

  .potter-images {
    margin: 0 -23.75rem;
  }

  .potter-images__item:nth-child(1) {
    -webkit-transform: rotate(-1.29deg) translate(17.5rem, 12.1875rem);
        -ms-transform: rotate(-1.29deg) translate(17.5rem, 12.1875rem);
            transform: rotate(-1.29deg) translate(17.5rem, 12.1875rem);
  }

  .potter-images__item:nth-child(2) {
    -webkit-transform: rotate(-9.46deg) translate(-0.9375rem, 0);
        -ms-transform: rotate(-9.46deg) translate(-0.9375rem, 0);
            transform: rotate(-9.46deg) translate(-0.9375rem, 0);
    z-index: 2;
  }

  .potter-images__item:nth-child(3) {
    -webkit-transform: rotate(19.15deg) translate(-15.9375rem, 17.1875rem);
        -ms-transform: rotate(19.15deg) translate(-15.9375rem, 17.1875rem);
            transform: rotate(19.15deg) translate(-15.9375rem, 17.1875rem);
    z-index: 1;
  }

  .potter-access {
    margin-bottom: 5.625rem;
  }

  .potter-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .potter-access__wrapper::before {
    top: -50%;
    left: -80%;
    width: 230%;
  }

  .potter-access__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: none;
    -webkit-transform: rotate(-8.43deg);
        -ms-transform: rotate(-8.43deg);
            transform: rotate(-8.43deg);
    margin: 0rem 0rem 0rem -2.8125rem;
  }

  .potter-access__content {
    padding-right: 0;
    margin-bottom: 3.125rem;
  }

  .potter-access__title {
    margin-right: 0rem;
  }

  .potter-access__text {
    max-width: none;
  }

  .potter-access__text + .text-with-line {
    max-width: none;
  }

  .potter-wizard {
    margin-bottom: 9.375rem;
  }

  .potter-wizard__content {
    max-width: none;
    text-align: left;
  }

  .wizard-infos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .wizard-infos__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wizard-infos__icon {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 3.75rem;
  }

  .potter-scenario {
    margin-bottom: 3.75rem;
  }

  .potter-scenario__container::before {
    top: -50%;
    right: -50%;
  }

  .potter-scenario__wrapper {
    padding: 3.875rem 0rem 4.3125rem 3.25rem;
  }

  .potter-scenario__wrapper::after {
    width: 21.5625rem;
    right: 1.25rem;
    top: 10rem;
  }

  .potter-scenario__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 11.625rem;
  }

  .potter-scenario__images {
    position: absolute;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 16rem;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .potter-scenario__images::after {
    left: unset;
    bottom: unset;
    right: 1.25rem;
    top: 9.375rem;
  }

  .potter-scenario__img {
    border-width: 0.875rem;
    border-bottom-width: 3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }

  .potter-scenario__img--left {
    -webkit-transform: rotate(6.37deg) translate(40%, 105%);
        -ms-transform: rotate(6.37deg) translate(40%, 105%);
            transform: rotate(6.37deg) translate(40%, 105%);
  }

  .potter-scenario__img--right {
    -webkit-transform: rotate(17.87deg) translate(-55%, -150%);
        -ms-transform: rotate(17.87deg) translate(-55%, -150%);
            transform: rotate(17.87deg) translate(-55%, -150%);
  }

  .potter-reservation {
    margin-bottom: 1.25rem;
  }

  .potter-reservation__wrapper {
    margin-left: 0;
  }

  .potter-reservation__image {
    display: none;
  }

  .potter-reservation__content {
    padding-left: 0;
  }

  .potter-schedule::before {
    background-size: cover;
  }

  .potter-gallery {
    padding: 3.4375rem 0rem 4.0625rem;
    margin-bottom: 5.3125rem;
  }

  .potter-gallery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .potter-gallery__content {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }

  .potter-gallery__slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .potter-reviews__wrapper::after {
    width: 180%;
    left: -15%;
  }

  .potter-reviews__wrapper::before {
    width: 165%;
  }

  .potter-reviews__content {
    max-width: none;
    margin-bottom: 1.75rem;
  }

  .potter-routing {
    margin-bottom: 4rem;
  }

  .potter-routing__wrapper::before {
    width: 180%;
    top: -10%;
    left: 30%;
  }

  .potter-routing__content {
    max-width: none;
    margin-bottom: 1.625rem;
  }

  .potter-routing__types.routing-types {
    margin-bottom: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.625rem;
  }

  .potter-routing__steps::before {
    display: none;
  }

  .potter-routing__steps::after {
    width: 23.75rem;
    bottom: -15%;
    left: 65%;
    -webkit-transform: rotate(130deg) scale(-1, 1);
        -ms-transform: rotate(130deg) scale(-1, 1);
            transform: rotate(130deg) scale(-1, 1);
  }

  .potter-comments__content {
    max-width: none;
    margin-bottom: 1.75rem;
  }

  .potter-scenery {
    margin-bottom: 4.75rem;
  }

  .potter-scenery__image {
    display: none;
  }

  .potter-scenery__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }

  .potter-scenery__text + .text-with-line {
    max-width: none;
  }

  .potter-occasions__wrapper::before {
    top: unset;
    bottom: -25%;
    right: 0;
    width: 50%;
  }

  .potter-occasions__content {
    max-width: none;
    margin-bottom: 3.375rem;
  }

  .potter-occasions__title {
    margin-right: 0rem;
  }

  .potter-occasions__types {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .potter-occasion-type__icon {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 3.75rem;
  }

  .steampunk-main {
    padding-top: 6.5rem;
    margin-bottom: 15rem;
  }

  .steampunk-main__breadcrumbs {
    margin-bottom: 3rem;
  }

  .steampunk-main__text {
    max-width: none;
  }

  .steampunk-background__item {
    margin: 0 -5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }

  .steampunk-background__item {
    margin: 0 3.75rem;
  }

  .steampunk-background__item--cypher {
    -webkit-transform: translate(3.75rem, 16.25rem);
        -ms-transform: translate(3.75rem, 16.25rem);
            transform: translate(3.75rem, 16.25rem);
  }

  .steampunk-background__item--mecanisation {
    -webkit-transform: translate(-13.125rem, 16.25rem);
        -ms-transform: translate(-13.125rem, 16.25rem);
            transform: translate(-13.125rem, 16.25rem);
  }

  .steampunk-images::after {
    display: none;
  }

  .steampunk-images {
    margin: 0 -23.75rem;
  }

  .steampunk-images__item:nth-child(1) {
    -webkit-transform: rotate(-9.46deg) translate(18.75rem, 16.25rem);
        -ms-transform: rotate(-9.46deg) translate(18.75rem, 16.25rem);
            transform: rotate(-9.46deg) translate(18.75rem, 16.25rem);
  }

  .steampunk-images__item:nth-child(2) {
    -webkit-transform: translate(0.9375rem, 0);
        -ms-transform: translate(0.9375rem, 0);
            transform: translate(0.9375rem, 0);
    z-index: 2;
  }

  .steampunk-images__item:nth-child(3) {
    -webkit-transform: rotate(19.15deg) translate(-10rem, 15.9375rem);
        -ms-transform: rotate(19.15deg) translate(-10rem, 15.9375rem);
            transform: rotate(19.15deg) translate(-10rem, 15.9375rem);
    z-index: 1;
  }

  .steampunk-age {
    margin-bottom: 5.625rem;
  }

  .steampunk-age__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .steampunk-age__wrapper::before {
    top: 50%;
    left: 55%;
    width: 230%;
  }

  .steampunk-age__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 2.5rem;
  }

  .steampunk-age__content {
    padding-right: 0;
    margin-bottom: 2.25rem;
  }

  .steampunk-age__title {
    margin-right: 0rem;
  }

  .steampunk-age__text {
    max-width: none;
  }

  .steampunk-age__text + .text-with-line {
    max-width: none;
  }

  .steampunk-scenario {
    margin-bottom: 3.75rem;
  }

  .steampunk-scenario__wrapper::after {
    bottom: -25%;
  }

  .steampunk-scenario__wrapper::before {
    top: 20%;
    width: 165%;
  }

  .steampunk-scenario__content {
    max-width: none;
    margin-bottom: 1.875rem;
  }

  .steampunk-scenario-page__wrapper {
    padding: 3.875rem 3.125rem 4.3125rem 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .steampunk-scenario-page__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .steampunk-scenario-page__image {
    margin-top: 0rem;
    margin-left: 0;
    padding: 0 2.5rem;
    margin-bottom: -9.375rem;
  }

  .steampunk-scenario-page__image::after {
    right: -2.5rem;
    top: -3.125rem;
  }

  .steampunk-reservation {
    margin-bottom: 1.25rem;
  }

  .steampunk-reservation__wrapper {
    margin-right: 0;
  }

  .steampunk-reservation__image {
    display: none;
  }

  .steampunk-schedule::before {
    background-size: cover;
  }

  .steampunk-gallery {
    padding: 3.4375rem 0rem 4.0625rem;
    margin-bottom: 5.3125rem;
  }

  .steampunk-gallery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .steampunk-gallery__content {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }

  .steampunk-gallery__slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .steampunk-routing {
    margin-bottom: 4rem;
  }

  .steampunk-routing__wrapper::before {
    width: 180%;
    top: -10%;
    left: 30%;
  }

  .steampunk-routing__content {
    max-width: none;
    margin-bottom: 1.625rem;
  }

  .steampunk-routing__types.routing-types {
    margin-bottom: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.625rem;
  }

  .steampunk-routing__tire::before {
    display: none;
  }

  .steampunk-reviews__content {
    max-width: none;
    margin-bottom: 1.75rem;
  }

  .steampunk-comments {
    padding-top: 0rem;
  }

  .steampunk-comments__wrapper::before {
    width: 190%;
    left: -50%;
  }

  .steampunk-comments .comments-block__card:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .steampunk-comments .comments-block__card:nth-child(3) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .steampunk-about {
    padding-top: 1.875rem;
    margin-bottom: 6.875rem;
  }

  .steampunk-about__wrapper::before {
    top: 5%;
    width: 350%;
  }

  .steampunk-about__title {
    max-width: none;
    margin-bottom: 3.4375rem;
  }

  .steampunk-about__block {
    margin-bottom: 4.375rem;
  }

  .steampunk-about-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .steampunk-about-block__content {
    margin-bottom: 2.5rem;
  }

  .steampunk-about-block__title {
    padding-top: 0;
    font-size: 2.5rem;
  }

  .steampunk-about-block__image--recalling {
    margin: 0;
    padding: 0 5rem;
  }

  .steampunk-about-block__image--recalling::before {
    left: 35%;
  }

  .steampunk-about-block__image--genre {
    margin: -1.25rem 0rem 0rem 0rem;
    padding: 0 3.125rem;
  }

  .steampunk-about-block__image--genre::before {
    left: 50%;
    width: 120%;
    opacity: 1;
  }

  .steampunk-occasions {
    padding: 0rem;
    margin-bottom: -16.875rem;
  }

  .steampunk-occasions__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .steampunk-occasions__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }

  .steampunk-occasions__background {
    position: static;
    max-width: none;
    width: auto;
    margin: -5.625rem -12.5rem 0rem;
  }

  .enfants-main {
    padding-top: 6.875rem;
    margin-bottom: 4.0625rem;
  }

  .enfants-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .enfants-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-right: 0;
    margin-bottom: 0;
  }

  .enfants-main__breadcrumbs {
    margin-bottom: 1.875rem;
  }

  .enfants-main__image {
    margin: -3.125rem -1.25rem 0rem -3.75rem;
  }

  .enfants-principle {
    margin-bottom: 16.875rem;
  }

  .enfants-principle__wrapper::before,
  .enfants-principle__wrapper::after {
    display: none;
  }

  .enfants-principle__page {
    padding: 6.5rem 1.375rem 0rem;
    margin: 0 -1.25rem;
  }

  .enfants-principle__content {
    margin-bottom: 1.25rem;
  }

  .enfants-principle__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .enfants-principle__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.25rem !important;
    margin-bottom: 2.25rem;
  }

  .enfants-principle__column:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .enfants-principle__image {
    margin: 2.5rem 0rem -12.5rem 0rem;
    padding: 0 5rem;
  }

  .enfants-principle__text {
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0;
  }

  .enfants-principle__decoration {
    display: none;
  }

  .enfants-activity {
    padding-bottom: 10.9375rem;
  }

  .enfants-activity::before {
    height: 100%;
  }

  .enfants-activity__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .enfants-activity__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-right: 0;
    margin-bottom: 4.375rem;
  }

  .enfants-activity__image {
    max-width: none;
    margin: 0rem 2.1875rem 0rem 0rem;
  }

  .enfants-quests {
    padding: 6.25rem 0rem 8rem;
  }

  .enfants-quests__content {
    max-width: none;
    margin-bottom: 3.75rem;
  }

  .enfants-quests__block {
    margin-bottom: 5.625rem;
  }

  .quest-enfants {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .quest-enfants::after {
    width: 180%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -20%;
    left: -25%;
  }

  .quest-enfants::before {
    top: -17%;
    left: -73%;
    width: 165%;
    max-width: 75rem;
  }

  .quest-enfants:nth-child(even)::before {
    width: 135%;
    top: -5%;
    right: -39%;
    max-width: 62.5rem;
  }

  .quest-enfants:nth-child(even)::after {
    right: -25%;
    top: -25%;
  }

  .quest-enfants__images {
    margin-right: 6.25rem;
    margin-bottom: -2.5rem;
  }

  .quest-enfants__content {
    padding: 0 !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .quest-enfants__title {
    font-size: 2.5rem;
  }

  .quest-enfants__button {
    margin: 0 0.625rem;
  }

  .enfants-celebration {
    padding-top: 5.3125rem;
    margin-bottom: 4.0625rem;
  }

  .enfants-celebration__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .enfants-celebration__image {
    margin: 0rem -1.5625rem 0rem -4.6875rem;
  }

  .enfants-celebration__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-left: 0;
    margin-bottom: 1.875rem;
  }

  .enfants-celebration__baloons::after {
    bottom: -2.5rem;
    left: 5.3125rem;
  }

  .enfants-celebration__baloons::before {
    top: -3.75rem;
    right: 1.5625rem;
  }

  .enfants-session__wrapper::before,
  .enfants-session__wrapper::after {
    width: 150% !important;
  }

  .enfants-session__wrapper::before {
    top: 45%;
    left: -60%;
  }

  .enfants-session__wrapper::after {
    top: -5%;
    right: -90%;
  }

  .enfants-session__content {
    margin-bottom: 2.5rem;
  }

  .enfants-session__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .session-enfants::before {
    top: -25%;
  }

  .enfants-information {
    margin-bottom: 0rem;
  }

  .enfants-information__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .enfants-information__checklist {
    margin: 0rem 3.75rem 2.5rem;
  }

  .enfants-information__description {
    margin-left: 0;
  }

  .team-main {
    padding-top: 5.3125rem;
    margin-bottom: 12.1875rem;
  }

  .team-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .team-main__wrapper::before {
    top: unset;
    bottom: -70%;
    right: 50%;
    width: 200%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .team-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 4.375rem;
  }

  .team-main__breadcrumbs {
    margin-bottom: 3rem;
  }

  .team-main__text {
    max-width: none;
    margin-bottom: 1.875rem;
  }

  .team-main__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 2.25rem;
    margin: 0rem 5.375rem 0rem 2.625rem;
  }

  .team-main__image::before {
    left: 0.3125rem;
  }

  .team-main__image--paper::before {
    left: calc(50% + 1.25rem);
    width: calc(100% + 0.625rem);
  }

  .team-about {
    padding-bottom: 0rem;
  }

  .team-about::before {
    height: 100%;
  }

  .team-about__title {
    text-align: left;
  }

  .team-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team-about__column {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .team-about__sign {
    margin: -6.25rem 2.5rem -3.875rem;
  }

  .team-games {
    padding-top: 5.3125rem;
  }

  .team-games__content {
    max-width: none;
  }

  .team-games__row {
    margin-bottom: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .team-games__row--posters::before {
    width: 200%;
    right: 50%;
  }

  .team-games__row--posters .team-games__column {
    padding: 0;
  }

  .team-games__row--posters .team-games__image {
    padding: 0;
    margin: 0rem auto 1.5625rem auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .team-games__row--bomb::before {
    width: 200%;
  }

  .team-games__row--bomb {
    margin-left: 0;
  }

  .team-games__row--bomb .team-games__column {
    padding: 0;
  }

  .team-games__row--bomb .team-games__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: -6.25rem -5rem -3.75rem;
  }

  .team-games__row--texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }

  .team-games__row--texts .team-games__column {
    padding-left: 0;
    margin-bottom: 1.25rem;
  }

  .team-games__row--texts .team-games__column:last-child {
    margin-bottom: 0;
  }

  .games-column__title {
    font-size: 2.5rem;
  }

  .team-request__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .team-request__image::before {
    width: 150%;
  }

  .team-request__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: -11.25rem -5rem;
  }

  .team-request__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }

  .team-form::before {
    width: 31.25rem;
    bottom: -7.1875rem;
    right: -5.625rem;
  }

  .team-form__wrapper {
    padding: 3.25rem 1.25rem;
  }

  .team-form__wrapper {
    margin: 0 -1.25rem;
  }

  .team-form__title {
    font-size: 2.5rem;
  }

  .team-form__footer {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team-form__info {
    padding-right: 0;
    margin-bottom: 1rem;
  }

  .team-form__checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .team-form__checkbox {
    margin-bottom: 0.625rem;
  }

  .team-form__checkbox:last-child {
    margin-bottom: 0;
  }

  .team-form__button {
    margin-top: 1.25rem;
  }

  .cadeau-main {
    padding-top: 5.3125rem;
    margin-bottom: 0;
  }

  .cadeau-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-main__wrapper::after {
    width: 150%;
    right: -30%;
    top: 40%;
  }

  .cadeau-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .cadeau-main__breadcrumbs {
    margin-bottom: 3rem;
  }

  .cadeau-main__text {
    max-width: none;
  }

  .cadeau-main__images {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .cadeau-main__images--responsive {
    display: block;
    margin: -5rem -4.375rem 0rem -2.5rem;
  }

  .cadeau-ocassions {
    padding-bottom: 7.5rem;
  }

  .cadeau-ocassions__content {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-ocassions__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-ocassions__grid::before {
    width: 120%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -20%;
    left: -25%;
  }

  .cadeau-ocassions__card {
    margin-right: 0;
    margin-bottom: 3.125rem;
  }

  .cadeau-ocassion-card {
    padding: 2.1875rem;
  }

  .cadeau-ocassion-card::before {
    width: 32%;
    top: -1.875rem;
  }

  .cadeau-ocassion-card::after {
    background-size: 85% 100%;
  }

  .cadeau-ocassion-card:nth-child(even)::before {
    top: -3.125rem;
  }

  .cadeau-ocassion-card__text {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }

  .cadeau-ocassions-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-ocassions-block__content {
    padding-top: 0.9375rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-bottom: 3.4375rem;
  }

  .cadeau-ocassions-block__title {
    font-size: 2.5rem;
  }

  .cadeau-ocassions-block__image {
    padding: 0rem 3.75rem 0rem 6.25rem;
  }

  .cadeau-ocassions-block__image::before {
    width: 110%;
  }

  .cadeau-buying__wrapper::after {
    width: 180%;
    left: -15%;
  }

  .cadeau-buying__wrapper::before {
    width: 165%;
  }

  .cadeau-buying__content {
    max-width: none;
  }

  .cadeau-buying__text {
    max-width: none;
  }

  .cadeau-buying__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.4375rem 0 5.3125rem;
  }

  .cadeau-buying__grid::before {
    display: none;
  }

  .cadeau-buying__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 5.3125rem;
  }

  .cadeau-buying__article {
    margin-bottom: 4.0625rem;
  }

  .buying-cadeau-article__title {
    font-size: 2.5rem;
  }

  .cadeau-formulas__card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 1.375rem;
    padding-bottom: 2.75rem;
  }

  .cadeau-price__title {
    font-size: 2.5rem;
  }

  .cadeau-price__count {
    font-size: 4.0625rem;
  }

  .cadeau-using {
    margin-bottom: 0;
  }

  .cadeau-using__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-using__wrapper::before {
    width: 180%;
  }

  .cadeau-using__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }

  .cadeau-using__image {
    margin: 0rem 0rem 0rem -1.25rem;
  }

  .cadeau-reasons {
    margin-bottom: 1.25rem;
  }

  .cadeau-reasons__wrapper {
    padding: 6.5625rem 0rem 6.875rem 0rem;
  }

  .cadeau-reasons__wrapper::before {
    width: 18.75rem;
    bottom: -6.5625rem;
    left: unset;
    right: 0rem;
  }

  .cadeau-reasons__text {
    max-width: none;
  }

  .cadeau-reasons__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-reasons__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 3.125rem;
  }

  .cadeau-reasons__column:last-child {
    margin-bottom: 0;
  }

  .cadeau-reserver__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cadeau-reserver__wrapper::before {
    width: 180%;
    right: -45%;
    top: 30%;
  }

  .cadeau-reserver__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }

  .cadeau-reserver__image {
    margin: -2.8125rem -5.625rem -10.625rem -4.375rem;
  }

  .error__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .error__content {
    padding: 10rem 0rem 0rem 0rem;
    -ms-flex-preferred-size: 30rem;
        flex-basis: 30rem;
    max-width: 30rem;
    text-align: center;
  }

  .error__content::after {
    height: 15rem;
    left: -19%;
    bottom: 6%;
  }

  .error__title {
    margin-bottom: 2rem;
  }

  .error__image {
    position: static;
    -webkit-transform: scale(1.1) translate(0.625rem, -5.9375rem);
        -ms-transform: scale(1.1) translate(0.625rem, -5.9375rem);
            transform: scale(1.1) translate(0.625rem, -5.9375rem);
    margin-bottom: -4.0625rem;
  }

  .adulte-main {
    padding-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .adulte-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .adulte-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-right: 0;
    margin-bottom: 0;
  }

  .adulte-main__breadcrumbs {
    margin-bottom: 1.875rem;
  }

  .adulte-main__image::after {
    width: 100%;
    right: -25%;
    top: 0%;
  }

  .adulte-main__image {
    margin: 0rem -5rem;
  }

  .adulte-principe {
    padding-bottom: 0;
  }

  .adulte-principe::before {
    height: 100%;
  }

  .adulte-principe__wrapper::before,
  .adulte-principe__wrapper::after {
    display: none;
  }

  .adulte-principe__page {
    padding: 6.25rem 1.25rem 0rem;
    margin: 0 -1.25rem;
  }

  .adulte-principe__content {
    margin-bottom: 2rem;
  }

  .adulte-principe__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .adulte-principe__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 -3.75rem;
    padding: 0 5.625rem 0 4.375rem;
  }

  .adulte-principe__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-left: 0;
    margin-bottom: 3.75rem;
  }

  .adulte-quests {
    padding: 10.625rem 0rem 5.3125rem;
  }

  .adulte-quests__content {
    max-width: none;
    margin-bottom: 3.125rem;
  }

  .adulte-quests__title {
    padding: 0;
  }

  .adulte-quests__body {
    margin-bottom: 2.1875rem;
  }

  .adulte-quests__block {
    margin-bottom: 5rem;
  }

  .adulte-quests__attention {
    max-width: none;
    text-align: left;
  }

  .quest-adulte {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .quest-adulte:nth-child(odd) .quest-adulte__images::after {
    right: unset;
  }

  .quest-adulte:nth-child(odd) .quest-adulte__images::before {
    top: -45%;
    right: 5%;
  }

  .quest-adulte__images {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin: 0 0 4.375rem !important;
    padding: 0 3.75rem;
  }

  .quest-adulte__images::after {
    width: 120% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
  }

  .quest-adulte__images::before {
    top: -55%;
    left: 0%;
    width: 90%;
  }

  .quest-adulte__text {
    padding: 0 !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .adulte-ocassions__wrapper::before {
    top: 70%;
    left: 55%;
    width: 150%;
  }

  .adulte-ocassions-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .adulte-ocassions-block__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2.5rem;
  }

  .adulte-ocassions-block__images {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 4.0625rem;
    margin-left: -1.875rem;
  }

  .adulte-ocassions-block__images::before {
    right: unset;
    width: 110%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .adulte-ocassions-block__images::after {
    top: 0%;
    width: 125%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .adulte-ocassions-block__image {
    padding-left: 1rem;
  }

  .adulte-tariffs::before {
    display: none;
  }

  .adulte-tariffs__wrapper::before {
    width: 13.75rem;
    top: -23%;
    left: -8%;
  }

  .adulte-tariffs__content {
    margin-bottom: 2.25rem;
  }

  .adulte-tariffs__title {
    max-width: none;
  }

  .adulte-tariffs__text {
    max-width: none;
  }

  .adulte-tariffs__body::before {
    display: block;
  }

  .adulte-reserver {
    padding-top: 1.25rem;
  }

  .adulte-reserver__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .adulte-reserver__wrapper::before {
    width: 180%;
    right: -40%;
    top: 10%;
  }

  .adulte-reserver__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }

  .adulte-reserver__title {
    margin-right: 0;
  }

  .adulte-reserver__image {
    margin: -2.8125rem -4.375rem -6.25rem -5.625rem;
  }

  .famille-main {
    padding-top: 6.25rem;
    margin-bottom: 4.0625rem;
  }

  .famille-main::after {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    top: -18.75rem;
    background-position: center;
  }

  .famille-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .famille-main__images {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-right: 0;
  }

  .famille-main__image--left {
    margin: 0 40% 0 0;
  }

  .famille-main__image--right {
    margin: -54% -1% 0 44%;
  }

  .famille-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-bottom: 1.875rem;
  }

  .famille-main__breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .famille-main__button {
    margin: 0 0.625rem;
  }

  .famille-activity {
    margin: -6.25rem 0 -3.125rem;
    padding: 13.75rem 0 6.25rem;
  }

  .famille-activity__content {
    max-width: none;
  }

  .famille-activity__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .activity-famille {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .activity-famille__circle {
    margin-right: 1.875rem;
    margin-bottom: 0rem;
  }

  .activity-famille__text {
    text-align: left;
  }

  .famille-quests {
    padding-top: 0;
    margin-bottom: 4.0625rem;
  }

  .famille-quests::before {
    background-position: left;
  }

  .famille-quests__content {
    margin-bottom: 2.5rem;
  }

  .famille-quests__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .famille-quests__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 3.75rem;
  }

  .quest-famille::before {
    width: 105%;
  }

  .quest-famille:first-child::before {
    top: -30%;
    left: -45%;
  }

  .quest-famille:last-child::before {
    right: -55%;
  }

  .quest-famille__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.6875rem;
  }

  .quest-famille__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    margin: 0;
    padding: 0rem 1.5625rem;
  }

  .quest-famille__image--steampunk {
    -webkit-transform: rotate(-3.88deg);
        -ms-transform: rotate(-3.88deg);
            transform: rotate(-3.88deg);
    margin-right: 1.25rem;
  }

  .quest-famille__image--potter {
    margin-left: 1.25rem;
  }

  .quest-famille__image::after {
    width: 1.25rem;
    height: 1.875rem;
    left: 3.125rem;
  }

  .quest-famille__image::before {
    width: 6.25rem;
    height: 1.75rem;
    right: 0rem;
  }

  .quest-famille__image--paper::before {
    width: 100%;
  }

  .quest-famille__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding-top: 2.1875rem;
  }

  .famille-about {
    margin-bottom: 0rem;
  }

  .famille-about__main {
    margin-bottom: 1.875rem;
  }

  .famille-about__content {
    max-width: 70%;
    margin-bottom: 1.875rem;
  }

  .famille-about__grid {
    gap: 1.5625rem;
  }

  .famille-about__image {
    left: -6.875rem;
    bottom: -3.75rem;
    width: 200%;
    max-width: 42.5rem;
  }

  .famille-about__image img {
    opacity: 0.7;
  }

  .famille-about__image::after {
    top: 20%;
    left: 19%;
    width: 50%;
  }

  .about-famille-item__icon {
    margin-right: 0.75rem;
  }

  .info-famille {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-famille__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }

  .info-famille__image {
    margin-right: 1.25rem;
    max-width: 50%;
    padding-right: 1.875rem;
  }

  .info-famille__image img {
    border-width: 0.5rem;
  }

  .famille-comment__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 1.875rem;
  }

  .famille-comment__title {
    margin-right: -11.25rem;
  }

  .famille-comment__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin: 0;
    padding: 6.25rem 0.625rem 0rem 3.125rem;
  }

  .famille-comment__image::before {
    top: 8%;
    right: -51%;
    width: 160%;
  }

  .famille-comment__body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }

  .famille-comment__types {
    gap: 1.875rem 1.125rem;
  }

  .game06-main {
    padding: 6.5rem 0rem 0rem 0rem;
    margin-bottom: 8.75rem;
  }

  .game06-main__background {
    left: -75%;
    bottom: -4.375rem;
  }

  .game06-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .game06-main__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-bottom: 4.0625rem;
  }

  .game06-main__breadcrumbs {
    margin-bottom: 3rem;
  }

  .game06-main__text {
    padding-right: 0;
  }

  .game06-main__image::before {
    right: 0rem;
    bottom: -5.625rem;
    -webkit-transform: rotate(20.44deg);
        -ms-transform: rotate(20.44deg);
            transform: rotate(20.44deg);
  }

  .game06-main__image {
    -webkit-transform: rotate(-20.44deg);
        -ms-transform: rotate(-20.44deg);
            transform: rotate(-20.44deg);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    max-width: 25.625rem;
    margin-left: 3.125rem;
  }

  .game06-presentation {
    margin-bottom: 4.375rem;
  }

  .game06-presentation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .game06-presentation__wrapper::before {
    top: 0%;
    left: 50%;
    width: 150%;
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
        -ms-transform: translate(-50%, 0%) rotate(180deg);
            transform: translate(-50%, 0%) rotate(180deg);
  }

  .game06-presentation__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin: 0rem 44% 0rem 2.1875rem;
  }

  .game06-presentation__image::before {
    right: -75%;
    bottom: -10%;
  }

  .game06-presentation__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    margin-bottom: 1.25rem;
  }

  .game06-everyone {
    margin-bottom: 3.75rem;
  }

  .game06-everyone__content {
    max-width: none;
    text-align: left;
    margin-bottom: 1.25rem;
  }

  .game06-everyone__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .game06-everyone__card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1.875rem;
  }

  .game06-everyone__column {
    padding-left: 0;
  }

  .everyone-card-06__wrapper {
    padding: 2.25rem 2rem 2.25rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .game06-potter {
    padding-bottom: 1.875rem;
  }

  .game06-potter__wrapper .quest-game06__images::before {
    width: 190%;
    bottom: -31%;
    left: -27%;
  }

  .game06-steampunk__wrapper .quest-game06__image--left {
    -webkit-transform: matrix(-1, -0.06, -0.06, 1, 0, 0);
        -ms-transform: matrix(-1, -0.06, -0.06, 1, 0, 0);
            transform: matrix(-1, -0.06, -0.06, 1, 0, 0);
  }

  .game06-steampunk__wrapper .quest-game06__image--right {
    -webkit-transform: rotate(-15.41deg) translate(8.75rem, 2.5rem);
        -ms-transform: rotate(-15.41deg) translate(8.75rem, 2.5rem);
            transform: rotate(-15.41deg) translate(8.75rem, 2.5rem);
  }

  .game06-occasions {
    padding-top: 6.5625rem;
    margin-bottom: 18.75rem;
  }

  .game06-occasions__content {
    max-width: none;
  }

  .game06-occasions__title {
    padding: 0 1.875rem;
  }

  .game06-occasions__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem;
  }

  .game06-occasions__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .game06-occasions__images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5.625rem -18.75rem -14.375rem;
  }

  .game06-occasions__image--top {
    -webkit-transform: rotate(-10.26deg) translate(67%, 0%);
        -ms-transform: rotate(-10.26deg) translate(67%, 0%);
            transform: rotate(-10.26deg) translate(67%, 0%);
  }

  .game06-occasions__image--center {
    -webkit-transform: rotate(15.85deg) translate(12%, 32%);
        -ms-transform: rotate(15.85deg) translate(12%, 32%);
            transform: rotate(15.85deg) translate(12%, 32%);
  }

  .game06-occasions__image--bottom {
    -webkit-transform: rotate(16.01deg) translate(-90%, 11%);
        -ms-transform: rotate(16.01deg) translate(-90%, 11%);
            transform: rotate(16.01deg) translate(-90%, 11%);
  }

  .game06-reviews__content {
    max-width: none;
    margin-bottom: 1.75rem;
  }

  .game06-reserver {
    margin-bottom: 9.375rem;
  }

  .game06-reserver__content {
    max-width: none;
    text-align: left;
  }

  .game06-reserver__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .game06-reserver__images {
    margin-right: 0;
  }

  .game06-reserver__image--small {
    bottom: -38%;
  }

  .game06-reserver__information {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 39.99875em) {
  .purpose__image {
    margin-bottom: -7.1875rem;
  }

  .quests__section:first-child {
    padding-bottom: 1.25rem;
  }

  .enfants-principle__column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .adulte-ocassions-block__image:first-child {
    -webkit-transform: translateY(2.1875rem);
        -ms-transform: translateY(2.1875rem);
            transform: translateY(2.1875rem);
  }
}

@media (max-width: 39.99875em) {
  body {
    font-size: 1rem;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: calc(100% + 0.75rem);
    height: calc(100% + 0.75rem);
    border-width: 2px;
  }

  .swiper-button-next::before,
  .swiper-button-prev::before {
    font-size: 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 1.875rem;
    height: 1.875rem;
  }

  .swiper-button-next {
    right: 1.5rem;
  }

  .swiper-button-prev {
    left: 1.5rem;
  }

  .popup__close {
    font-size: 1.25rem;
    padding: 0.25rem;
  }

  .reservation-popup__wrapper {
    padding: 3rem 1.25rem;
  }

  .reservation-popup__title {
    margin-bottom: 1.875rem;
  }

  .reservation-popup__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .reservation-popup__label {
    font-size: inherit;
    margin-bottom: 0.25rem;
  }

  .reservation-popup__row {
    margin-bottom: 1.875rem;
  }

  .reservation-popup__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .reservation-popup__button {
    margin: 1.875rem 0rem 0rem 0.625rem;
  }

  .success-popup__wrapper {
    padding: 3rem 1.875rem;
  }

  .success-popup__title {
    margin-bottom: 1rem;
  }

  .success-popup__text {
    margin-bottom: 1.875rem;
  }

  .title {
    font-size: 2.1875rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .text-with-line {
    font-size: 1.125rem;
    padding: 0rem 0rem 0rem 1rem;
  }

  #scrollBtn::after {
    width: calc(100% + 0.75rem);
    height: calc(100% + 0.75rem);
    border-width: 2px;
  }

  #scrollBtn::before {
    font-size: 1rem;
  }

  #scrollBtn {
    display: none;
  }

  .breadcrumbs__item {
    font-size: 0.875rem;
  }

  .tariffs-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .tariffs-item__wrapper {
    padding: 1.75rem;
  }

  .tariffs-item__price--heading {
    font-size: 1.875rem;
  }

  .tariffs-item__price--heading > span {
    font-size: 1rem;
  }

  .routing-type__icon {
    font-size: 3.25rem;
    margin-right: 1rem;
  }

  .review-slider__slide {
    padding: 0;
  }

  .review-slide__wrapper {
    padding: 2.6875rem 1.75rem;
  }

  .review-slide__wrapper::after {
    width: 5rem;
    bottom: -1.5rem;
    right: 1.5rem;
  }

  .comments-block {
    margin-bottom: 4.375rem;
  }

  .comments-block__title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 1.625rem;
  }

  .comment-card__wrapper {
    margin-right: 2.25rem;
  }

  .comment-card__title {
    font-size: 1.25rem;
  }

  .comment-card__text {
    margin: 1.25rem -2.25rem 0rem 1rem;
    padding: 1.375rem 1.25rem 3.75rem;
  }

  .comment-card__text::after {
    font-size: 4.6875rem;
  }

  .checklist-block__wrapper {
    padding: 2.75rem 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .checklist-block__item {
    margin-bottom: 1.5rem;
  }

  .advantages-section__wrapper {
    padding: 5rem 0rem 5.3125rem 0rem;
  }

  .advantages-section__wrapper::before {
    width: 12.8125rem;
    bottom: -5rem;
    right: 0.625rem;
  }

  .advantages-section__title {
    margin-bottom: 1rem;
  }

  .advantages-section__column {
    margin-bottom: 1.5625rem;
  }

  .advantages-section__item {
    margin-bottom: 1.5625rem;
  }

  .advantages-item__icon {
    margin-right: 0.875rem;
  }

  .advantages-item__title {
    margin-bottom: 1rem;
  }

  .quest-game06__title {
    margin-bottom: 1rem;
  }

  .quest-game06__images {
    margin: 0rem 4.375rem 0rem 0rem;
  }

  .quest-game06__image img {
    border-width: 0.5rem;
  }

  .quest-game06__image--right {
    -webkit-transform: rotate(-15.41deg) translate(4.375rem, 1.875rem);
        -ms-transform: rotate(-15.41deg) translate(4.375rem, 1.875rem);
            transform: rotate(-15.41deg) translate(4.375rem, 1.875rem);
  }

  .quest-game06__comment--potter::after {
    width: 200%;
    top: -70%;
    left: -60%;
  }

  .quest-game06__comment .comment-card__wrapper {
    margin-right: 1.25rem;
  }

  .quest-game06__comment .comment-card__title {
    padding: 1.625rem 1.375rem 0;
    font-size: 1.5rem;
  }

  .quest-game06__comment .comment-card__text {
    margin-left: 1.25rem;
    margin-right: -1.25rem;
  }

  .header__body {
    min-height: 3.125rem;
  }

  .actions-header__item-call {
    margin-right: 1.5rem;
  }

  .actions-header__item-call span {
    display: none;
  }

  .actions-header__item-call > i {
    font-size: 2.25rem;
    margin-right: 0;
  }

  .footer {
    padding: 2.5rem 0;
  }

  .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main-footer__contacts {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .main-footer__social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 2.25rem 0 2.5rem;
  }

  .main-footer__copyright {
    text-align: left;
  }

  .main-section {
    padding-top: 5.9375rem;
    margin-bottom: 0;
  }

  .main-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-section__wrapper::before {
    -webkit-transform: scale(4);
        -ms-transform: scale(4);
            transform: scale(4);
    background-position: 0 58%;
  }

  .main-section__quest {
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-height: 20.625rem;
  }

  .main-section__quest:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .main-section__quest:first-child .main-quest__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: -55%;
    -webkit-transform: translate(-1.25rem, 0);
        -ms-transform: translate(-1.25rem, 0);
            transform: translate(-1.25rem, 0);
  }

  .main-section__quest:first-child .main-quest__figcaption {
    padding: 4.6875rem 0rem 0rem 2.5rem;
    margin-left: auto;
  }

  .no-webp .main-section__quest:first-child .main-quest__figcaption::after{
    background-image: url("../img/decorations/clouds.png"); }

  .main-section__quest:first-child .main-quest__figcaption::after {
    content: "";
    position: absolute;
    width: 33.4375rem;
    aspect-ratio: 2.2;
    left: -100%;
    top: 25%;
    opacity: 0.9;
    -webkit-transform: rotate(-71.71deg);
        -ms-transform: rotate(-71.71deg);
            transform: rotate(-71.71deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
  }

  .main-section__quest:last-child,
  .main-section__quest:nth-last-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .main-section__quest:last-child .main-quest__image,
  .main-section__quest:nth-last-child(2) .main-quest__image {
    margin-left: 30%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-right: -50%;
    -webkit-transform: translate(-0.8125rem, 0);
        -ms-transform: translate(-0.8125rem, 0);
            transform: translate(-0.8125rem, 0);
    z-index: 2;
  }

  .main-section__quest:last-child .main-quest__figcaption,
  .main-section__quest:nth-last-child(2) .main-quest__figcaption {
    padding: 6.5625rem 2.5rem 0rem 0rem;
    margin-right: auto;
  }

  .main-section__content {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .main-section__title {
    margin-bottom: 1.25rem;
  }

  .main-section__text {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }

  .main-section__location {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .main-quest__figure {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-quest__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .main-quest__figcaption {
    top: 0;
    right: 0;
    padding: 0;
    max-width: 12.5rem;
    height: 100%;
  }

  .main-quest-figcaption__title {
    font-size: 1.5rem;
  }

  .main-location {
    margin-top: 30%;
  }

  .main-location::after {
    width: 20rem;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    top: 1.25rem;
  }

  .main-location__info {
    font-size: 1rem;
  }

  .main-location__address {
    margin-bottom: 3.75rem;
  }

  .main-location__parking {
    left: 5rem;
  }

  .about {
    padding-top: 6.25rem;
  }

  .about__page {
    background-position: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__content {
    padding: 2.625rem 1.5rem;
    min-height: auto;
  }

  .about__decorations::before {
    width: 10.625rem;
    height: 5rem;
    right: auto;
    top: auto;
    bottom: 5.25rem;
    left: 0.75rem;
  }

  .about__image {
    width: 14.375rem;
    height: 15.25rem;
    right: -1.75rem;
    bottom: -5.875rem;
  }

  .about__text {
    margin: 0rem 0rem 2.125rem 0rem;
  }

  .about__subtext {
    max-width: none;
    font-size: 1rem;
    margin: 0rem 0rem 6rem 0rem;
  }

  .about-benefits__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem 0rem;
  }

  .missions-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3.75rem;
  }

  .mission-card__wrapper {
    margin-bottom: 0.75rem;
  }

  .mission-card__wrapper::after {
    display: block;
    left: 0.3125rem;
    width: 97%;
    height: 100%;
    top: 0;
    border-radius: 0.625rem;
    -webkit-transform: rotate(-4.2deg);
        -ms-transform: rotate(-4.2deg);
            transform: rotate(-4.2deg);
    background-color: var(--fiolet-color);
    background-image: none;
  }

  .mission-card__title {
    font-size: 1.5rem;
  }

  .mission-card__image {
    max-height: 9.125rem;
    margin-bottom: 0.75rem;
  }

  .occasions__content {
    margin-bottom: 5.625rem;
  }

  .occasions__title {
    max-width: none;
  }

  .occasions__text {
    max-width: none;
    font-size: 1rem;
  }

  .occasions-types__item {
    margin-bottom: 0rem;
  }

  .occasions-type > div:first-child {
    margin-right: 0;
  }

  .occasions-type:nth-child(2) {
    margin-left: 0;
  }

  .occasions-type:nth-child(3) .occasions-type__image {
    padding: 0 1.25rem;
  }

  .occasions-type:nth-child(3) {
    margin-right: 0;
  }

  .occasions-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }

  .occasions-type__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .occasions-type__title {
    font-size: 1.5rem;
  }

  .occasions-type__text {
    padding-bottom: 3.75rem;
  }

  .occasions-type__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 3.25rem;
  }

  .occasions-type__image .evg-image,
  .occasions-type__image .anniversary-image {
    width: 100%;
    height: auto;
    aspect-ratio: 560/400;
  }

  .occasions-type__image .team-image {
    width: 100%;
    height: auto;
    aspect-ratio: 464/585;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .occasions-type__image .team-image::after,
  .occasions-type__image .team-image::before {
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 11.875rem;
    height: 2.5rem;
  }

  .tariffs__content {
    margin-bottom: 1.5rem;
  }

  .tariffs__title {
    margin-bottom: 0.875rem;
  }

  .tariffs__cards::before {
    display: none;
  }

  .routing {
    margin-bottom: 5rem;
  }

  .routing__wrapper::before,
  .routing__wrapper::after {
    width: 500%;
  }

  .routing__wrapper::before {
    top: 5%;
    right: -95%;
  }

  .routing__wrapper::after {
    left: -300%;
    bottom: -95%;
  }

  .routing__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .routing__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0;
  }

  .routing__image img {
    top: -6.25rem;
    left: calc(50% - 1.875rem);
    width: 200%;
    position: relative;
  }

  .routing__image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0;
    max-width: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: -5rem;
  }

  .routing__types {
    max-width: none;
  }

  .routing__map--image {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 -1.25rem;
    aspect-ratio: 37/34;
  }

  .routing__map--image img {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }

  .routing__steps::after {
    bottom: 170%;
    left: 40%;
    width: 17.1875rem;
    -webkit-transform: rotate(-85deg);
        -ms-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }

  .main-reservation-infos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }

  .purpose__image img {
    top: -7.8125rem;
    left: calc(50% + 2.3125rem);
    width: 175%;
  }

  .purpose-types {
    margin: 0rem 0rem -2.375rem 0rem;
  }

  .purpose-types__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0rem 0rem 2.375rem 0rem;
  }

  .purpose-type__icon {
    font-size: 2.25rem;
  }

  .puzzles {
    padding-top: 5.25rem;
  }

  .puzzles__content {
    margin-bottom: 1.5rem;
  }

  .puzzles__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .puzzles__title {
    margin-bottom: 1rem;
  }

  .puzzles__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    padding: 0.75rem 2rem 7.8125rem 2.625rem;
  }

  .puzzles__image::after {
    width: 1.125rem;
    height: 1.625rem;
  }

  .puzzles__image::before {
    width: 5.5rem;
    height: 1.5rem;
    right: 0.75rem;
  }

  .puzzles__image--paper::before {
    left: calc(50% + 0.3125rem);
    bottom: 4.375rem;
    width: calc(100% - 2.1875rem);
  }

  .puzzles__types {
    max-width: none;
  }

  .puzzles__map--image {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 -1.25rem;
    aspect-ratio: 37/34;
  }

  .puzzles__map--image img {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }

  .puzzles__steps::after {
    bottom: 170%;
    left: 40%;
    width: 17.1875rem;
    -webkit-transform: rotate(-85deg);
        -ms-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }

  .quests {
    padding-top: 5rem;
  }

  .quests__section {
    padding-top: 0.9375rem;
  }

  .quests__divider {
    max-width: none;
    margin: 0 1.25rem;
    background-size: contain;
  }

  .quests__content {
    margin-bottom: 3rem;
  }

  .quests__decorations::before {
    display: none;
  }

  .quests-articles__item:last-child {
    margin-bottom: 6.25rem;
  }

  .article-quest__image {
    margin-bottom: 1.125rem !important;
  }

  .article-quest__image--secondary {
    aspect-ratio: 1.2;
  }

  .article-quest__title {
    font-size: 1.25rem;
  }

  .article-quest__button {
    margin-top: 1.625rem;
  }

  .padlocks__title {
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .padlocks-content::after {
    top: -10%;
    left: -50%;
    width: 300%;
  }

  .padlocks-content::before {
    bottom: -20%;
    right: -85%;
    width: 250%;
  }

  .padlocks-content__infos {
    margin-bottom: 3rem;
  }

  .padlocks-content__image {
    margin-left: 2.25rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }

  .padlocks-content__image::before {
    width: 1rem;
    height: 4.75rem;
    right: 5rem;
    top: -2.8125rem;
  }

  .padlocks-content__image::after {
    width: calc(100% - 1.25rem);
    left: -1rem;
    top: -1rem;
  }

  .padlocks-infos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .padlock-info__icon {
    font-size: 2rem;
    margin-right: 1rem;
  }

  .padlocks-occasions__content {
    margin-bottom: 2rem;
    padding-top: 0.875rem;
  }

  .padlocks-occasions__title {
    font-size: 1.25rem;
  }

  .padlock-event {
    margin-bottom: 7rem;
  }

  .padlock-event__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin-left: 3rem;
    margin-right: 2rem;
  }

  .padlock-event__img::after {
    width: 6.25rem;
    height: 1.5625rem;
    left: -2.1875rem;
  }

  .padlock-event__img::before {
    width: 5rem;
    height: 1.625rem;
    bottom: 0.3125rem;
    right: -0.5625rem;
  }

  .padlock-event__paper::before {
    bottom: -2.1875rem;
    width: calc(100% + 1.5rem);
  }

  .padlock-how-long {
    margin-bottom: -13.75rem;
  }

  .padlock-how-long__img {
    -ms-flex-preferred-size: 34.375rem;
        flex-basis: 34.375rem;
    -webkit-transform: translate(0.9375rem, -5.625rem);
        -ms-transform: translate(0.9375rem, -5.625rem);
            transform: translate(0.9375rem, -5.625rem);
    margin: 0 -20%;
  }

  .padlock-solving__img {
    margin: 0 0.25rem 0 0.625rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }

  .padlock-solving__img::before {
    width: 250%;
    left: calc(50% - 0.625rem);
    top: calc(50% + 2.5rem);
  }

  .quest-reservation__main {
    margin-bottom: 4.6875rem;
  }

  .quest-reservation__content {
    margin-bottom: 2rem;
  }

  .quest-reservation__title {
    margin-bottom: 1rem;
  }

  .quest-reservation__images::after {
    width: 250%;
  }

  .quest-reservation__images::after {
    left: -65%;
  }

  .quest-reservation__decoration {
    width: 250%;
    left: -35%;
    top: -80%;
  }

  .quest-reservation-cards {
    grid-auto-rows: auto;
    gap: 5.75rem;
  }

  .quest-reservation-card {
    padding: 4.5rem 1.75rem 1.875rem;
  }

  .quest-reservation-card::before {
    width: 9.375rem;
    height: 8.75rem;
    top: -4.6875rem;
    left: 1.5625rem;
  }

  .quest-reservation-card::after {
    background-size: cover;
  }

  .quest-reservation-card__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-left: 0;
  }

  .quest-reservation-card__text::before {
    width: 6.25rem;
    bottom: -1.75rem;
    right: -1.75rem;
  }

  .tournage-main {
    padding: 5.25rem 0rem 18.75rem 0rem;
  }

  .no-webp .tournage-main::before{
    background-image: url("../img/tournage/tournage-main-bg-mobile.png"); }

  .tournage-main::before {
    background-size: contain;
    background-position: 100% 180%;
    height: 50%;
  }

  .tournage-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14.375rem;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 159, 71, 0.4)), to(rgba(192, 159, 71, 0)));
    background-image: -o-linear-gradient(top, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
    background-image: linear-gradient(180deg, rgba(192, 159, 71, 0.4) 0%, rgba(192, 159, 71, 0) 100%);
  }

  .tournage-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .tournage-main__title {
    margin-bottom: 1rem;
  }

  .tournage-main__text {
    max-width: none;
  }

  .tournage-location__wrapper::after {
    top: 40%;
    right: -170%;
    width: 370%;
  }

  .tournage-location__wrapper::before {
    top: -15%;
    left: -80%;
    width: 400%;
  }

  .tournage-location__title {
    margin-bottom: 0.875rem;
  }

  .tournage-location__text {
    font-size: 1rem;
  }

  .tournage-location-cards {
    gap: 2.5rem;
  }

  .tournage-location-card {
    padding: 2.8125rem 1.75rem 2.25rem 1.75rem;
  }

  .tournage-location-card__title {
    font-size: 1.25rem;
  }

  .tournage-location-card__icon {
    position: absolute;
    top: -3.625rem;
    left: 0;
    padding-right: 0;
  }

  .tournage-causes__wrapper::before {
    top: -30%;
    right: -65%;
    width: 500%;
  }

  .tournage-causes__wrapper::after {
    left: -185%;
    width: 550%;
  }

  .tournage-causes__title {
    margin-bottom: 0.875rem;
  }

  .tournage-causes__main {
    -ms-grid-rows: auto 1.875rem auto 1.875rem auto 1.875rem auto;
        grid-template-areas: "tc-item-1" "tc-item-2" "tc-item-3" "tc-image";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .tournage-causes__item--image {
    padding: 0rem 2.25rem 2.25rem 0rem;
    -webkit-transform: rotate(4.6deg) translate(-0.625rem, 1.25rem);
        -ms-transform: rotate(4.6deg) translate(-0.625rem, 1.25rem);
            transform: rotate(4.6deg) translate(-0.625rem, 1.25rem);
    aspect-ratio: 1.3;
  }

  .tournage-causes__item--image::before {
    top: -3.125rem;
    right: -5rem;
  }

  .tournage-support {
    margin-bottom: 0rem;
  }

  .tournage-support__wrapper {
    padding: 4rem 1.25rem 5rem;
  }

  .tournage-support__content {
    margin-bottom: 1.125rem;
  }

  .tournage-support__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tournage-support__col.stc-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .support-tournage-col__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: -1rem -0.875rem 2.625rem 2rem;
  }

  .support-tournage-col__image img {
    border-width: 0.5625rem;
  }

  .support-tournage-col__image::before {
    top: -0.625rem;
    left: -2rem;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  .support-tournage-col__text {
    margin-bottom: 1.25rem;
  }

  .tournage-rent {
    margin-bottom: 8.75rem;
  }

  .tournage-rent__content {
    margin-bottom: 0rem;
  }

  .tournage-rent__title {
    margin-bottom: 1rem;
  }

  .tournage-rent__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .tournage-rent__item--image {
    -webkit-transform: scale(2.2) translate(-0.5rem, -0.1875rem);
        -ms-transform: scale(2.2) translate(-0.5rem, -0.1875rem);
            transform: scale(2.2) translate(-0.5rem, -0.1875rem);
  }

  .rent-tournage::after {
    font-size: 4.6875rem;
  }

  .rent-tournage__head {
    padding: 2.5rem 0 1.25rem;
    min-height: auto;
    margin-bottom: 1.75rem;
  }

  .rent-tournage__title {
    font-size: 1.25rem;
  }

  .tournage-price {
    margin-bottom: 7.5rem;
  }

  .tournage-price__wrapper::after {
    left: -185%;
    width: 550%;
  }

  .tournage-price__image {
    top: 63%;
    left: -45%;
    width: 225%;
  }

  .tournage-price__masonry {
    margin: 0 0rem;
  }

  .tournage-price__content {
    margin-bottom: 0.5rem;
  }

  .tournage-price__title {
    margin-bottom: 1rem;
  }

  .tournage-price__button {
    margin-top: 0.75rem;
  }

  .masonry-tournage {
    gap: 0.9375rem;
  }

  .masonry-tournage__item:nth-child(odd) {
    -webkit-transform: translateY(2.1875rem);
        -ms-transform: translateY(2.1875rem);
            transform: translateY(2.1875rem);
  }

  .tournage-reservation {
    margin-bottom: 3.75rem;
  }

  .tournage-reservation__content {
    margin-bottom: 4.375rem;
  }

  .tournage-reservation__checklist {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 -1.25rem;
  }

  .tournage-reservation__title {
    margin-bottom: 1rem;
  }

  .tournage-reservation__text {
    margin-bottom: 1rem;
  }

  .tournage-reservation__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .tournage-reservation__address {
    margin-bottom: 2rem;
  }

  .tournage-reservation__address--text {
    font-size: initial;
  }

  .tournage-reservation__button {
    margin-right: 0;
  }

  .potter-main {
    padding-top: 5.25rem;
    margin-bottom: 0.5rem;
  }

  .potter-main::after {
    display: none;
  }

  .potter-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .potter-main__content {
    text-align: left;
  }

  .potter-main__title {
    margin-bottom: 1rem;
  }

  .potter-main__text {
    margin-bottom: 1.75rem;
  }

  .potter-background__item--dragon {
    -webkit-transform: translate(16.5625rem, 6.5625rem) scale(-1, 1);
        -ms-transform: translate(16.5625rem, 6.5625rem) scale(-1, 1);
            transform: translate(16.5625rem, 6.5625rem) scale(-1, 1);
    margin: 0 -3.125rem;
  }

  .potter-background__item--sign {
    display: none;
  }

  .potter-images {
    margin: 0 -6.875rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .potter-images__item:nth-child(1) {
    display: none;
  }

  .potter-images__item:nth-child(2) {
    -webkit-transform: rotate(-9.46deg) translate(5rem, 0.3125rem);
        -ms-transform: rotate(-9.46deg) translate(5rem, 0.3125rem);
            transform: rotate(-9.46deg) translate(5rem, 0.3125rem);
  }

  .potter-images__item:nth-child(3) {
    -webkit-transform: rotate(19.15deg) translate(-0.9375rem, 1.5625rem);
        -ms-transform: rotate(19.15deg) translate(-0.9375rem, 1.5625rem);
            transform: rotate(19.15deg) translate(-0.9375rem, 1.5625rem);
  }

  .potter-images__item img {
    border-width: 0.375rem;
  }

  .potter-access {
    margin-bottom: 3.125rem;
  }

  .potter-access__wrapper::before {
    top: -10%;
    left: -50%;
    width: 300%;
  }

  .potter-access__content {
    margin-bottom: 1.875rem;
  }

  .potter-access__title {
    margin-bottom: 1rem;
  }

  .potter-access__text + .text-with-line {
    margin: 1rem 0;
  }

  .potter-wizard {
    margin-bottom: 5rem;
  }

  .potter-wizard__content {
    margin-bottom: 1.75rem;
  }

  .potter-wizard__title {
    margin-bottom: 1rem;
  }

  .wizard-infos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .wizard-infos__icon {
    margin-right: 0.75rem;
    font-size: 2.75rem;
  }

  .potter-scenario__container::before {
    top: -60%;
    right: -265%;
    width: 500%;
  }

  .potter-scenario__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.25rem 1.75rem 0rem 1.75rem;
  }

  .potter-scenario__content {
    padding-right: 0rem;
  }

  .potter-scenario__title {
    margin-bottom: 1rem;
  }

  .potter-scenario__images {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .potter-scenario__images::after {
    top: 2.8125rem;
    right: unset;
    left: 0rem;
    z-index: -1;
  }

  .potter-scenario__img {
    border-width: 0.625rem;
    border-bottom-width: 2.5rem;
  }

  .potter-scenario__img--left {
    display: none;
  }

  .potter-scenario__img--right {
    margin-left: 4.6875rem;
    -webkit-transform: rotate(17.87deg) translate(15%, 10%);
        -ms-transform: rotate(17.87deg) translate(15%, 10%);
            transform: rotate(17.87deg) translate(15%, 10%);
  }

  .potter-schedule__wrapper {
    padding: 0 0 0.625rem;
  }

  .potter-gallery {
    margin-bottom: 1.25rem;
  }

  .potter-gallery__content {
    margin-bottom: 1.25rem;
  }

  .potter-gallery__title {
    text-align: center;
  }

  .potter-reviews {
    margin-bottom: 2.8125rem;
  }

  .potter-reviews__wrapper::after {
    width: 200%;
    top: 80%;
  }

  .potter-reviews__wrapper::before {
    top: 40%;
    left: -35%;
    width: 190%;
  }

  .potter-reviews__content {
    margin-bottom: 0.625rem;
  }

  .potter-routing__wrapper::before {
    width: 450%;
    top: -30%;
    left: -105%;
  }

  .potter-routing__content {
    text-align: left;
    margin-bottom: 1.25rem;
  }

  .potter-routing__title {
    margin-bottom: 1rem;
  }

  .potter-routing__types.routing-types {
    margin-bottom: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.875rem;
  }

  .potter-routing__steps::after {
    bottom: 170%;
    left: 40%;
    width: 17.1875rem;
    -webkit-transform: rotate(-85deg);
        -ms-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }

  .potter-comments {
    margin-bottom: 2.8125rem;
  }

  .potter-comments__content {
    margin-bottom: 0.625rem;
  }

  .potter-scenery {
    margin-bottom: 4.375rem;
  }

  .potter-scenery__title {
    margin-bottom: 1rem;
  }

  .potter-scenery__text + .text-with-line {
    margin: 1rem 0;
  }

  .potter-occasions__wrapper::before {
    top: -18%;
    right: -25%;
    bottom: unset;
    width: 70%;
  }

  .potter-occasions__content {
    margin-bottom: 1.25rem;
    text-align: left;
  }

  .potter-occasions__title {
    margin-bottom: 1rem;
  }

  .potter-occasions__types {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }

  .potter-occasion-type__icon {
    margin-right: 0.75rem;
    font-size: 2.75rem;
  }

  .steampunk-main {
    padding-top: 5.25rem;
    margin-bottom: 2.5rem;
  }

  .steampunk-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .steampunk-main__content {
    text-align: left;
  }

  .steampunk-main__title {
    margin-bottom: 1rem;
  }

  .steampunk-main__text {
    margin-bottom: 1.75rem;
  }

  .steampunk-background__item--cypher {
    display: none;
  }

  .steampunk-background__item--mecanisation {
    -webkit-transform: translate(9.0625rem, 16.875rem);
        -ms-transform: translate(9.0625rem, 16.875rem);
            transform: translate(9.0625rem, 16.875rem);
  }

  .steampunk-images {
    margin: 0 -6.875rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .steampunk-images__item:nth-child(1) {
    -webkit-transform: rotate(-9.46deg) translate(2.5rem, 0rem);
        -ms-transform: rotate(-9.46deg) translate(2.5rem, 0rem);
            transform: rotate(-9.46deg) translate(2.5rem, 0rem);
    z-index: 2;
  }

  .steampunk-images__item:nth-child(2) {
    display: none;
  }

  .steampunk-images__item:nth-child(3) {
    -webkit-transform: rotate(19.15deg) translate(-2.8125rem, 3.75rem);
        -ms-transform: rotate(19.15deg) translate(-2.8125rem, 3.75rem);
            transform: rotate(19.15deg) translate(-2.8125rem, 3.75rem);
  }

  .steampunk-images__item img {
    border-width: 0.375rem;
  }

  .steampunk-age {
    margin-bottom: 6.25rem;
  }

  .steampunk-age__wrapper::before {
    top: 40%;
    left: 20%;
    width: 300%;
  }

  .steampunk-age__image {
    padding: 0;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .steampunk-age__title {
    margin-bottom: 1rem;
  }

  .steampunk-age__text + .text-with-line {
    margin: 1rem 0;
  }

  .steampunk-scenario__wrapper::after {
    display: none;
  }

  .steampunk-scenario__wrapper::before {
    bottom: -20%;
    right: -85%;
    width: 250%;
  }

  .steampunk-scenario-page__wrapper {
    padding: 2.25rem 1.75rem 0rem 1.75rem;
  }

  .steampunk-scenario-page__content {
    padding-right: 0rem;
  }

  .steampunk-scenario-page__title {
    margin-bottom: 1rem;
  }

  .steampunk-scenario-page__image {
    padding: 0;
    margin: 1.25rem -2.8125rem -2.5rem -2.8125rem;
  }

  .steampunk-scenario-page__image::after {
    width: 9.0625rem;
    right: 2.25rem;
  }

  .steampunk-schedule__wrapper {
    padding: 0 0 0.625rem;
  }

  .steampunk-gallery {
    margin-bottom: 1.25rem;
  }

  .steampunk-gallery__content {
    margin-bottom: 1.25rem;
  }

  .steampunk-gallery__title {
    text-align: center;
  }

  .steampunk-routing__wrapper::before {
    width: 450%;
    top: -30%;
    left: -105%;
  }

  .steampunk-routing__content {
    text-align: left;
    margin-bottom: 1.25rem;
  }

  .steampunk-routing__title {
    margin-bottom: 1rem;
  }

  .steampunk-routing__types.routing-types {
    margin-bottom: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.875rem;
  }

  .steampunk-reviews {
    margin-bottom: 2.8125rem;
  }

  .steampunk-reviews__content {
    margin-bottom: 0.625rem;
  }

  .steampunk-comments__wrapper::before {
    width: 250%;
    left: -100%;
  }

  .steampunk-about {
    padding-top: 6.25rem;
    margin-bottom: 5.625rem;
  }

  .steampunk-about__wrapper::before {
    top: 45%;
    width: 400%;
  }

  .steampunk-about__title {
    text-align: left;
    margin-bottom: 1.875rem;
  }

  .steampunk-about__block {
    margin-bottom: 3.75rem;
  }

  .steampunk-about-block__title {
    padding-top: 0;
    font-size: 1.5rem;
  }

  .steampunk-about-block__image--recalling {
    padding: 0;
    margin: 0 -2.5rem;
  }

  .steampunk-about-block__image--recalling::before {
    left: 60%;
  }

  .steampunk-about-block__image--genre {
    padding: 0;
    margin: -1.25rem -3.75rem 0;
  }

  .steampunk-about-block__image--genre::before {
    width: 130%;
  }

  .steampunk-occasions {
    margin-bottom: -7.5rem;
  }

  .steampunk-occasions__title {
    margin-bottom: 1rem;
  }

  .steampunk-occasions__background {
    margin: -3.125rem -9.375rem 0rem;
  }

  .enfants-main {
    padding-top: 5.625rem;
    margin-bottom: 1.875rem;
  }

  .enfants-main__content {
    margin-bottom: 1.5rem;
  }

  .enfants-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .enfants-main__title {
    margin-bottom: 1rem;
  }

  .enfants-main__text {
    font-size: inherit;
  }

  .enfants-main__image {
    margin: -1.875rem -3.75rem 0rem -5rem;
  }

  .enfants-principle {
    margin-bottom: 5.3125rem;
  }

  .enfants-principle__page {
    padding: 5.625rem 1.25rem 3.125rem;
  }

  .enfants-principle__content {
    margin-bottom: 2.1875rem;
  }

  .enfants-principle__image {
    margin: -1.25rem 0.625rem 3.75rem 0rem;
    padding: 0 1.25rem;
  }

  .enfants-principle__image img {
    border-width: 0.375rem;
  }

  .enfants-principle__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 1.25rem;
  }

  .enfants-activity {
    padding-bottom: 6.25rem;
  }

  .enfants-activity__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .enfants-activity__content {
    margin-bottom: 3.125rem;
  }

  .enfants-activity__title {
    margin-bottom: 1rem;
  }

  .enfants-activity__image {
    margin: 0rem 1.25rem 0rem 2.1875rem;
  }

  .enfants-activity__image::after {
    width: 5rem;
    height: 1.5625rem;
    bottom: -0.9375rem;
    left: -1.5625rem;
  }

  .enfants-activity__image::before {
    width: 6.25rem;
    height: 1.875rem;
    right: -0.9375rem;
  }

  .enfants-activity__paper::before {
    left: 50%;
    bottom: -1.875rem;
    width: calc(100% + 1.5rem);
  }

  .enfants-activity__clock::before {
    width: 90%;
    right: -2.8125rem;
    bottom: -1.875rem;
  }

  .enfants-quests {
    padding: 5.625rem 0rem 6.25rem;
  }

  .enfants-quests__content {
    text-align: left;
    margin-bottom: 2.5rem;
  }

  .enfants-quests__title {
    padding: 0;
  }

  .enfants-quests__block {
    margin-bottom: 4.375rem;
  }

  .quest-enfants::after {
    width: 200%;
    top: -10%;
  }

  .quest-enfants::before {
    top: -11%;
    left: -90%;
    width: 190%;
  }

  .quest-enfants:nth-child(even)::before {
    top: -10%;
    right: -80%;
    width: 190%;
  }

  .quest-enfants:nth-child(even)::after {
    width: 200%;
    top: -5%;
  }

  .quest-enfants:nth-child(even) .quest-enfants__image--top {
    -webkit-transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0);
        -ms-transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0);
            transform: matrix(-0.99, 0.14, 0.14, 0.99, 0, 0);
  }

  .quest-enfants:nth-child(even) .quest-enfants__image--bottom {
    -webkit-transform: matrix(-0.97, -0.24, -0.24, 0.97, 0, 0) translate(6.5625rem, -2.5rem);
        -ms-transform: matrix(-0.97, -0.24, -0.24, 0.97, 0, 0) translate(6.5625rem, -2.5rem);
            transform: matrix(-0.97, -0.24, -0.24, 0.97, 0, 0) translate(6.5625rem, -2.5rem);
  }

  .quest-enfants__images {
    margin-left: 1.875rem;
    margin-right: 5rem;
    margin-bottom: -0.9375rem;
  }

  .quest-enfants__image img {
    border-width: 0.5rem;
    border-bottom-width: 1.5rem;
  }

  .quest-enfants__image--bottom {
    -webkit-transform: rotate(-13.79deg) translate(5.3125rem, -2.8125rem);
        -ms-transform: rotate(-13.79deg) translate(5.3125rem, -2.8125rem);
            transform: rotate(-13.79deg) translate(5.3125rem, -2.8125rem);
  }

  .quest-enfants__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .quest-enfants__title {
    font-size: 1.5rem;
  }

  .enfants-celebration {
    margin-bottom: -3.125rem;
  }

  .enfants-celebration__image {
    margin: -5.625rem -3.75rem 0rem;
  }

  .enfants-celebration__content {
    margin-bottom: 0rem;
  }

  .enfants-celebration__title {
    margin-bottom: 1rem;
  }

  .enfants-celebration__baloons::after,
  .enfants-celebration__baloons::before {
    height: 11.25rem;
  }

  .enfants-celebration__baloons::after {
    bottom: 5.3125rem;
    left: 3.125rem;
  }

  .enfants-celebration__baloons::before {
    top: 4.375rem;
    right: 2.1875rem;
  }

  .enfants-session {
    margin-bottom: 5.3125rem;
  }

  .enfants-session__wrapper::before,
  .enfants-session__wrapper::after {
    width: 225% !important;
  }

  .enfants-session__wrapper::before {
    top: 55%;
    left: -100%;
  }

  .enfants-session__wrapper::after {
    top: 5%;
    right: -100%;
  }

  .enfants-session__content {
    margin-bottom: 0rem;
  }

  .enfants-session__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .session-enfants::before {
    font-size: 6.25rem;
    top: -5%;
  }

  .enfants-information {
    margin-bottom: 3.125rem;
  }

  .enfants-information__content {
    margin-bottom: 1.875rem;
  }

  .enfants-information__title {
    text-align: center;
  }

  .enfants-information__checklist {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0rem -1.25rem 4.375rem;
  }

  .contacts-enfants__text {
    font-size: initial;
  }

  .team-main {
    margin-bottom: 7.8125rem;
  }

  .team-main__wrapper::before {
    top: 50%;
    bottom: unset;
    right: 50%;
  }

  .team-main__content {
    margin-bottom: 3.375rem;
  }

  .team-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .team-main__title {
    margin-bottom: 1rem;
  }

  .team-main__text {
    font-size: inherit;
  }

  .team-main__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin: 0rem 0.625rem 0rem -1.125rem;
  }

  .team-main__image::after {
    width: 2rem;
    height: 2.875rem;
    top: -1.5625rem;
    right: 0.625rem;
  }

  .team-main__image::before {
    width: 6.25rem;
    height: 2.375rem;
    left: 1.25rem;
    bottom: -0.9375rem;
  }

  .team-main__image--paper::before {
    left: calc(50% + 1.125rem);
    bottom: -3rem;
    width: calc(100% - 0.5rem);
  }

  .team-about__title {
    margin-bottom: 1rem;
  }

  .team-about__sign {
    margin: -3.75rem -1.25rem -2.5rem;
  }

  .team-games__title {
    margin-bottom: 1rem;
  }

  .team-games__row--bomb::before {
    width: 400%;
    top: 115%;
  }

  .team-games__row--bomb .team-games__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: -3.125rem -4.375rem -5rem;
  }

  .games-column__title {
    font-size: 1.5rem;
  }

  .team-request {
    padding-top: 4.375rem;
    margin-bottom: 3.125rem;
  }

  .team-request__image {
    margin: -6.25rem;
  }

  .team-request__title {
    margin-bottom: 1rem;
  }

  .team-form::before {
    width: 19.6875rem;
    bottom: -4.6875rem;
    right: -8.75rem;
  }

  .team-form__wrapper {
    padding: 2.5rem 1.25rem;
  }

  .team-form__content {
    margin-bottom: 1.25rem;
  }

  .team-form__title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }

  .team-form__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.9375rem;
  }

  .team-form__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }

  .team-form__column:last-child {
    margin-bottom: 0;
  }

  .team-form__row {
    margin-bottom: 0.9375rem;
  }

  .cadeau-main {
    margin-bottom: 1.875rem;
  }

  .cadeau-main__wrapper::after {
    width: 200%;
    right: -55%;
    top: 50%;
  }

  .cadeau-main__content {
    margin-bottom: 1.5rem;
  }

  .cadeau-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .cadeau-main__title {
    margin-bottom: 1rem;
  }

  .cadeau-main__text {
    font-size: inherit;
  }

  .cadeau-main__images--responsive {
    margin: -4.6875rem -5.625rem 0rem -4.375rem;
  }

  .cadeau-ocassions {
    padding-bottom: 4.6875rem;
  }

  .cadeau-ocassions::before {
    height: 27.5rem;
  }

  .cadeau-ocassions__content {
    margin-bottom: 16.25rem;
  }

  .cadeau-ocassions__grid::before {
    width: 200%;
    top: 60%;
  }

  .cadeau-ocassions__card {
    margin-bottom: 13.4375rem;
  }

  .cadeau-ocassions__attention {
    padding: 1.875rem 0;
  }

  .cadeau-ocassion-card {
    padding: 1.875rem 1.25rem 2.1875rem;
  }

  .cadeau-ocassion-card::before {
    width: 14.375rem;
    top: -17.1875rem;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }

  .cadeau-ocassion-card::after {
    background-size: cover;
  }

  .cadeau-ocassion-card:nth-child(even)::before {
    top: -15.3125rem;
  }

  .cadeau-ocassion-card__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .cadeau-ocassions-block__content {
    padding-top: 0;
    margin-bottom: 1.875rem;
  }

  .cadeau-ocassions-block__title {
    font-size: 1.5rem;
  }

  .cadeau-ocassions-block__image {
    padding: 0rem 0.625rem;
    margin-right: 0;
  }

  .cadeau-ocassions-block__image::before {
    width: 120%;
  }

  .cadeau-ocassions-block__image img {
    border-width: 0.8125rem;
    border-bottom-width: 2.375rem;
  }

  .cadeau-buying {
    padding-top: 5.3125rem;
  }

  .cadeau-buying__wrapper::after {
    width: 200%;
    top: 80%;
  }

  .cadeau-buying__wrapper::before {
    top: 40%;
    left: -35%;
    width: 190%;
  }

  .cadeau-buying__title {
    margin-bottom: 1rem;
  }

  .cadeau-buying__grid {
    padding: 3.125rem 0 5rem;
  }

  .cadeau-buying__column {
    margin-bottom: 4.0625rem;
  }

  .buying-cadeau-article__title {
    font-size: 1.5rem;
  }

  .cadeau-formulas {
    margin-bottom: 2.8125rem;
  }

  .cadeau-formulas__content {
    margin-bottom: 2.5rem;
  }

  .cadeau-formulas__grid {
    margin: 0;
  }

  .cadeau-formulas__card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .cadeau-formulas__card:last-child {
    margin-bottom: 0;
  }

  .cadeau-price__wrapper::after {
    width: 95%;
    height: 13.75rem;
    aspect-ratio: auto;
    top: 1.25rem;
    left: 0.3125rem;
  }

  .cadeau-price__title {
    font-size: 1.875rem;
  }

  .cadeau-price__count {
    font-size: 2.1875rem;
    margin-bottom: 1.125rem;
  }

  .cadeau-using__wrapper::before {
    width: 220%;
    left: -50%;
    top: 25%;
  }

  .cadeau-using__title {
    margin-bottom: 1rem;
  }

  .cadeau-using__text {
    margin-bottom: 1.875rem;
  }

  .cadeau-using__image {
    margin: 0.625rem -4.375rem 0rem -5.625rem;
  }

  .cadeau-using-attention__icon {
    margin-right: 0.75rem;
  }

  .cadeau-using-attention__text {
    padding-left: 3.125rem;
  }

  .cadeau-reasons {
    margin-bottom: 0;
  }

  .cadeau-reasons__wrapper {
    padding: 5rem 0rem 5.3125rem 0rem;
  }

  .cadeau-reasons__wrapper::before {
    width: 13.75rem;
    bottom: -4.0625rem;
    right: -4.375rem;
  }

  .cadeau-reasons__content {
    margin: 0 auto 2.1875rem;
  }

  .cadeau-reasons__title {
    margin-bottom: 1rem;
  }

  .cadeau-reasons__column {
    margin-bottom: 1.875rem;
  }

  .cadeau-reasons__item {
    margin-bottom: 1.875rem;
  }

  .cadeau-reason-item::after {
    font-size: 6.25rem;
    top: -3.125rem;
    right: -0.625rem;
  }

  .cadeau-reason-item__title {
    margin-bottom: 1rem;
  }

  .cadeau-reason-item__title {
    max-width: 18.75rem;
  }

  .cadeau-reserver__wrapper::before {
    width: 220%;
    left: -70%;
    top: 40%;
  }

  .cadeau-reserver__title {
    margin-bottom: 1rem;
  }

  .cadeau-reserver__text {
    margin-bottom: 1.875rem;
  }

  .cadeau-reserver__image {
    margin: 0.625rem -6.25rem -4.375rem -5.625rem;
  }

  .error__content {
    padding-top: 7.8125rem;
  }

  .error__content::after {
    display: none;
  }

  .error__image {
    -webkit-transform: scale(1.75) translate(0.625rem, -5.625rem);
        -ms-transform: scale(1.75) translate(0.625rem, -5.625rem);
            transform: scale(1.75) translate(0.625rem, -5.625rem);
    margin-bottom: -10.3125rem;
  }

  .adulte-main {
    padding-top: 5.625rem;
    margin-bottom: 0rem;
  }

  .adulte-main__content {
    margin-bottom: 1.5rem;
  }

  .adulte-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .adulte-main__title {
    margin-bottom: 1rem;
  }

  .adulte-main__text {
    font-size: inherit;
  }

  .adulte-main__image::after {
    width: 150%;
  }

  .adulte-main__image {
    margin: -8.75rem -2.5rem -4.375rem;
  }

  .adulte-principe__page {
    padding: 5rem 1.25rem 0rem;
  }

  .adulte-principe__image {
    padding: 0;
    margin: 0 0 -2.5rem;
  }

  .adulte-principe__image img {
    border-width: 0.5rem;
  }

  .adulte-principe__text {
    margin-bottom: 1.875rem;
  }

  .adulte-quests {
    padding: 6.5625rem 0rem 5rem;
  }

  .adulte-quests__content {
    margin-bottom: 1.5625rem;
  }

  .adulte-quests__body {
    margin-bottom: 1.5625rem;
  }

  .adulte-quests__block {
    margin-bottom: 3.75rem;
  }

  .quest-adulte:nth-child(odd) .quest-adulte__images::after {
    width: 200%;
    top: -5%;
  }

  .quest-adulte:nth-child(odd) .quest-adulte__images::before {
    top: -10%;
    right: -40%;
  }

  .quest-adulte__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0.9375rem;
    margin-bottom: 0 !important;
  }

  .quest-adulte__images::before {
    width: 200%;
    top: -10%;
    left: -60%;
  }

  .quest-adulte__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .quest-adulte__image--right {
    -webkit-transform: rotate(-13.79deg) translate(0.9375rem, -3.75rem);
        -ms-transform: rotate(-13.79deg) translate(0.9375rem, -3.75rem);
            transform: rotate(-13.79deg) translate(0.9375rem, -3.75rem);
  }

  .adulte-ocassions__wrapper::before {
    top: 100%;
    left: 55%;
    width: 280%;
  }

  .adulte-ocassions__title {
    margin-bottom: 1rem;
  }

  .adulte-ocassions-block__content {
    margin-bottom: 1.5625rem;
  }

  .adulte-ocassions-block__images {
    margin-left: -1rem;
    padding: 0;
  }

  .adulte-ocassions-block__images::before {
    width: 190%;
  }

  .adulte-ocassions-block__images::after {
    width: 250%;
    top: -20%;
  }

  .adulte-tariffs__wrapper::before {
    display: none;
  }

  .adulte-tariffs__content {
    margin-bottom: 1.5rem;
  }

  .adulte-tariffs__title {
    margin-bottom: 0.875rem;
  }

  .adulte-tariffs__body::before {
    display: none;
  }

  .adulte-reserver {
    padding-top: 0.625rem;
  }

  .adulte-reserver__wrapper::before {
    width: 230%;
    left: -75%;
    top: 35%;
  }

  .adulte-reserver__title {
    margin-bottom: 1rem;
  }

  .adulte-reserver__text {
    margin-bottom: 1.875rem;
  }

  .adulte-reserver__image {
    margin: 0.625rem -6.25rem -4.375rem -5.625rem;
  }

  .famille-main {
    padding-top: 5rem;
    margin-bottom: 1.875rem;
  }

  .famille-main::after {
    top: -10.625rem;
  }

  .famille-main__image img {
    border-width: 0.5rem;
  }

  .famille-main__image--left {
    margin: 0 20% 0 0;
  }

  .famille-main__image--right {
    margin: -70% -30% 0 55%;
  }

  .famille-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .famille-main__title {
    margin-bottom: 1rem;
    padding-right: 1.25rem;
  }

  .famille-activity {
    margin: -6.25rem 0 -5rem;
    padding: 13.125rem 0 9.375rem;
  }

  .famille-activity__content {
    text-align: left;
    margin-bottom: 2.8125rem;
  }

  .famille-activity__title {
    margin-bottom: 1rem;
  }

  .famille-activity__body {
    gap: 1.25rem;
  }

  .activity-famille {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .activity-famille__circle {
    max-width: 3.75rem;
    padding: 1rem;
    margin-right: 0.75rem;
  }

  .activity-famille__icon {
    font-size: 1.625rem;
  }

  .famille-quests__content {
    text-align: left;
    margin-bottom: 1.875rem;
  }

  .famille-quests__title {
    margin-bottom: 1rem;
  }

  .famille-quests__item {
    margin-bottom: 5rem;
  }

  .quest-famille::before {
    width: 200%;
  }

  .quest-famille:first-child::before {
    top: -13%;
    left: -82%;
  }

  .quest-famille:last-child::before {
    right: -110%;
    top: -20%;
  }

  .quest-famille__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding: 0;
  }

  .quest-famille__image--steampunk {
    margin: 0 1.875rem 0 0.9375rem;
  }

  .quest-famille__image--potter {
    -webkit-transform: rotate(4.09deg);
        -ms-transform: rotate(4.09deg);
            transform: rotate(4.09deg);
    margin: 0 0.9375rem 0 1.875rem;
  }

  .quest-famille__image::after {
    left: 1.5625rem;
  }

  .quest-famille__image::before {
    right: -1.25rem;
  }

  .quest-famille__image--paper::before {
    width: calc(100% + 2.25rem);
    bottom: -3.125rem;
  }

  .quest-famille__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding-top: 0;
    margin-bottom: 1.125rem;
  }

  .famille-about {
    margin-bottom: 1.875rem;
  }

  .famille-about__content {
    max-width: none;
  }

  .famille-about__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .famille-about__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .famille-about__image {
    position: static;
    max-width: none;
    width: 100%;
    -webkit-transform: scale(2.25) translate(0.75rem, 1.25rem);
        -ms-transform: scale(2.25) translate(0.75rem, 1.25rem);
            transform: scale(2.25) translate(0.75rem, 1.25rem);
    margin-bottom: 8.75rem;
  }

  .famille-about__image::after {
    top: 23%;
    left: 21%;
    width: 47%;
  }

  .info-famille__col {
    margin-bottom: 1.25rem;
  }

  .info-famille__text {
    margin-bottom: 1.5625rem;
  }

  .info-famille__image {
    margin-left: 0;
    margin-right: 0;
    padding: 0rem 0.625rem;
    max-width: none;
  }

  .info-famille__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .info-famille__button {
    margin-bottom: 2.8125rem;
  }

  .famille-comment__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }

  .famille-comment__title {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .famille-comment__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    padding: 3.75rem 1.25rem 0rem 0rem;
    margin-left: -0.9375rem;
  }

  .famille-comment__image::before {
    top: -19%;
    right: -81%;
    width: 210%;
  }

  .famille-comment__types {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .comment-famille__head {
    margin-bottom: 0.5rem;
  }

  .game06-main {
    padding: 5.25rem 0rem 0rem;
    margin-bottom: 7.1875rem;
  }

  .game06-main__background {
    left: -205%;
    bottom: -5.625rem;
  }

  .game06-main__content {
    margin-bottom: 6.5625rem;
  }

  .game06-main__breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .game06-main__title {
    margin-bottom: 1rem;
  }

  .game06-main__text {
    max-width: none;
  }

  .game06-main__image::before {
    bottom: -3.75rem;
  }

  .game06-main__image {
    margin-left: -1.5625rem;
    margin-right: 4.0625rem;
  }

  .game06-presentation {
    margin-bottom: 7.1875rem;
  }

  .game06-presentation__image {
    margin: 0rem 30% 0rem 0rem;
  }

  .game06-presentation__image::before {
    right: -50%;
    bottom: -30%;
  }

  .game06-presentation__content {
    margin-bottom: 1.5625rem;
  }

  .game06-presentation__title {
    margin-bottom: 1rem;
  }

  .presentation-paper-06__wrapper {
    padding: 1.6875rem 1.25rem 2.9375rem 2rem;
  }

  .presentation-paper-06__icon {
    padding-right: 0.625rem;
  }

  .presentation-paper-06__text {
    padding-left: 0;
  }

  .game06-everyone {
    margin-bottom: 4.6875rem;
  }

  .game06-everyone__content {
    margin-bottom: 2.5rem;
  }

  .everyone-card-06__wrapper {
    padding: 2.75rem 1.5rem 1.5rem 1.5rem;
  }

  .everyone-card-06__circle {
    max-width: 3.75rem;
    padding: 0.75rem;
    top: -1.875rem;
    left: 1.5625rem;
  }

  .everyone-card-06__icon {
    font-size: 2.1875rem;
  }

  .game06-potter__wrapper .quest-game06__images::before {
    width: 270%;
    bottom: -40%;
    left: -70%;
  }

  .game06-steampunk__wrapper .quest-game06__image--right {
    -webkit-transform: rotate(-15.41deg) translate(4.375rem, 1.875rem);
        -ms-transform: rotate(-15.41deg) translate(4.375rem, 1.875rem);
            transform: rotate(-15.41deg) translate(4.375rem, 1.875rem);
  }

  .game06-occasions {
    margin-bottom: 15.3125rem;
  }

  .game06-occasions__content {
    margin-bottom: 1.25rem;
  }

  .game06-occasions__title {
    padding: 0;
  }

  .game06-occasions__body {
    padding: 1.875rem 1.25rem;
  }

  .game06-occasions__images {
    margin: 3.75rem -13.4375rem -7.1875rem;
  }

  .game06-occasions__image img {
    border-width: 0.625rem;
    border-bottom-width: 2.5rem;
    max-width: 11.5625rem;
  }

  .game06-occasions__image--top {
    -webkit-transform: rotate(-10.26deg) translate(88%, 0%);
        -ms-transform: rotate(-10.26deg) translate(88%, 0%);
            transform: rotate(-10.26deg) translate(88%, 0%);
  }

  .game06-occasions__image--center {
    -webkit-transform: rotate(15.85deg) translate(6%, 75%);
        -ms-transform: rotate(15.85deg) translate(6%, 75%);
            transform: rotate(15.85deg) translate(6%, 75%);
    max-width: 19.375rem;
  }

  .game06-occasions__image--bottom {
    -webkit-transform: rotate(16.01deg) translate(-100%, 50%);
        -ms-transform: rotate(16.01deg) translate(-100%, 50%);
            transform: rotate(16.01deg) translate(-100%, 50%);
  }

  .game06-reviews {
    margin-bottom: 2.8125rem;
  }

  .game06-reviews__content {
    margin-bottom: 0.625rem;
  }

  .game06-reserver {
    padding-top: 7.1875rem;
    margin-bottom: 1.25rem;
  }

  .game06-reserver__content {
    margin-bottom: 1rem;
  }

  .game06-reserver__images {
    display: none;
  }

  .game06-reserver__image img {
    border-width: 0.5rem;
  }

  .game06-reserver__information {
    margin-bottom: 0;
  }

  .game06-reserver__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .game06-reserver__button {
    margin: 0rem 0.625rem 1.875rem 0.625rem;
  }

  .tournage-causes__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .tournage-causes__item:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .tournage-causes__item:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .tournage-causes__item--image {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media (max-width: 61.99875em) and (min-width: 39.99875em) {
  .review-slider__btn {
    display: block;
  }

  .review-slider__btn--prev {
    left: 1.25rem;
  }

  .review-slider__btn--next {
    right: 1.25rem;
  }

  .everyone-card-06__circle {
    position: static;
    margin-right: 1.875rem;
  }
}

@media (min-width: 20em) and (max-width: 78.75em) {
@supports (width: clamp( 9.375rem , 0.6515957447rem  +  43.6170212766vw , 35rem )) {
    .occasions-type__image .evg-image,
    .occasions-type__image .anniversary-image {
      width: clamp( 9.375rem , 0.6515957447rem  +  43.6170212766vw , 35rem );
    }
}

@supports not (width: clamp( 9.375rem , 0.6515957447rem  +  43.6170212766vw , 35rem )) {
    .occasions-type__image .evg-image,
    .occasions-type__image .anniversary-image {
      width: calc(9.375rem + 25.625 * (100vw - 20rem) / 58.75);
    }
}

@supports (height: clamp( 8.125rem , 2.3803191489rem  +  28.7234042553vw , 25rem )) {
    .occasions-type__image .evg-image,
    .occasions-type__image .anniversary-image {
      height: clamp( 8.125rem , 2.3803191489rem  +  28.7234042553vw , 25rem );
    }
}

@supports not (height: clamp( 8.125rem , 2.3803191489rem  +  28.7234042553vw , 25rem )) {
    .occasions-type__image .evg-image,
    .occasions-type__image .anniversary-image {
      height: calc(8.125rem + 16.875 * (100vw - 20rem) / 58.75);
    }
}

@supports (height: clamp( 17.1875rem , 10.5917553191rem  +  32.9787234043vw , 36.5625rem )) {
    .occasions-type__image .team-image {
      height: clamp( 17.1875rem , 10.5917553191rem  +  32.9787234043vw , 36.5625rem );
    }
}

@supports not (height: clamp( 17.1875rem , 10.5917553191rem  +  32.9787234043vw , 36.5625rem )) {
    .occasions-type__image .team-image {
      height: calc(17.1875rem + 19.375 * (100vw - 20rem) / 58.75);
    }
}

@supports (width: clamp( 14.375rem , 9.3962765957rem  +  24.8936170213vw , 29rem )) {
    .occasions-type__image .team-image {
      width: clamp( 14.375rem , 9.3962765957rem  +  24.8936170213vw , 29rem );
    }
}

@supports not (width: clamp( 14.375rem , 9.3962765957rem  +  24.8936170213vw , 29rem )) {
    .occasions-type__image .team-image {
      width: calc(14.375rem + 14.625 * (100vw - 20rem) / 58.75);
    }
}

@supports (margin-right: clamp( 1.875rem , -0.039893617rem  +  9.5744680851vw , 7.5rem )) {
    .quests-articles__item {
      margin-right: clamp( 1.875rem , -0.039893617rem  +  9.5744680851vw , 7.5rem );
    }
}

@supports not (margin-right: clamp( 1.875rem , -0.039893617rem  +  9.5744680851vw , 7.5rem )) {
    .quests-articles__item {
      margin-right: calc(1.875rem + 5.625 * (100vw - 20rem) / 58.75);
    }
}

@supports (margin-bottom: clamp( 0.0000000625rem , -4.4680850226rem  +  22.3404254255vw , 13.125rem )) {
    .padlocks__content {
      margin-bottom: clamp( 0.0000000625rem , -4.4680850226rem  +  22.3404254255vw , 13.125rem );
    }
}

@supports not (margin-bottom: clamp( 0.0000000625rem , -4.4680850226rem  +  22.3404254255vw , 13.125rem )) {
    .padlocks__content {
      margin-bottom: calc(0.0000000625rem + 13.1249999375 * (100vw - 20rem) / 58.75);
    }
}

@supports (width: clamp( 5.625rem , 2.8590425532rem  +  13.829787234vw , 13.75rem )) {
    .quest-reservation-card::before {
      width: clamp( 5.625rem , 2.8590425532rem  +  13.829787234vw , 13.75rem );
    }
}

@supports not (width: clamp( 5.625rem , 2.8590425532rem  +  13.829787234vw , 13.75rem )) {
    .quest-reservation-card::before {
      width: calc(5.625rem + 8.125 * (100vw - 20rem) / 58.75);
    }
}

@supports (width: clamp( 13.4375rem , 10.5651595745rem  +  14.3617021277vw , 21.875rem )) {
    .tournage-causes__item--image::before {
      width: clamp( 13.4375rem , 10.5651595745rem  +  14.3617021277vw , 21.875rem );
    }
}

@supports not (width: clamp( 13.4375rem , 10.5651595745rem  +  14.3617021277vw , 21.875rem )) {
    .tournage-causes__item--image::before {
      width: calc(13.4375rem + 8.4375 * (100vw - 20rem) / 58.75);
    }
}

@supports (max-width: clamp( -50rem , -95.7446808511rem  +  228.7234042553vw , 84.375rem )) {
    .steampunk-occasions__background {
      max-width: clamp( -50rem , -95.7446808511rem  +  228.7234042553vw , 84.375rem );
    }
}

@supports not (max-width: clamp( -50rem , -95.7446808511rem  +  228.7234042553vw , 84.375rem )) {
    .steampunk-occasions__background {
      max-width: calc(-50rem + 134.375 * (100vw - 20rem) / 58.75);
    }
}

@supports (width: clamp( 0.0000000625rem , -9.2553190652rem  +  46.2765956383vw , 27.1875rem )) {
    .enfants-information__content::after {
      width: clamp( 0.0000000625rem , -9.2553190652rem  +  46.2765956383vw , 27.1875rem );
    }
}

@supports not (width: clamp( 0.0000000625rem , -9.2553190652rem  +  46.2765956383vw , 27.1875rem )) {
    .enfants-information__content::after {
      width: calc(0.0000000625rem + 27.1874999375 * (100vw - 20rem) / 58.75);
    }
}

/* @supports (width: clamp( 5.625rem , 2.6462765957rem  +  14.8936170213vw , 14.375rem )) {
    .cadeau-ocassion-card::before {
      width: clamp( 5.625rem , 2.6462765957rem  +  14.8936170213vw , 14.375rem );
    }
} */

@supports not (width: clamp( 5.625rem , 2.6462765957rem  +  14.8936170213vw , 14.375rem )) {
    .cadeau-ocassion-card::before {
      width: calc(5.625rem + 8.75 * (100vw - 20rem) / 58.75);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 61.99875em) {
  .cadeau-main__images--computers::before,
  .cadeau-main__images--computers::after {
    display: none;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background-image: -o-linear-gradient(355.07deg, var(--yellow-light-color) 0.97%, var(--yellow-color) 105.17%);
    background-image: linear-gradient(94.93deg, var(--yellow-light-color) 0.97%, var(--yellow-color) 105.17%);
  }

  .select__option:hover {
    background-color: var(--yellow-color);
    color: var(--secondary-text-color);
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-image: -o-linear-gradient(355.07deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
    background-image: linear-gradient(94.93deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
  }

  .popup__close:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .link-light:hover {
    color: var(--fiolet-color);
  }

  .link-dark:hover {
    color: var(--yellow-color);
  }

  #scrollBtn:hover {
    background-image: -o-linear-gradient(355.07deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
    background-image: linear-gradient(94.93deg, var(--fiolet-light-color) 0.97%, var(--fiolet-color) 105.17%);
  }

  .breadcrumbs__link:hover {
    color: var(--fiolet-color);
  }

  .menu__item:not(._active):hover .menu__sub-list {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__item:not(._active):hover .menu__arrow {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .menu__item:not(._active):hover .menu__arrow,
  .menu__item:not(._active):hover .menu__link {
    color: var(--yellow-color);
  }

  .menu__sub-link:hover {
    text-decoration: underline;
  }

  .actions-header__item:hover {
    color: var(--yellow-color);
  }

  .footer-contacts__item:hover {
    color: var(--yellow-color);
  }

  .social__item:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .rent-tournage__contacts--tile:hover {
    color: var(--yellow-color);
  }
}

.webp .reservation-popup__wrapper::before{ background-image: url(../img/decorations/popup-bg.webp); }

.webp .success-popup__wrapper::before{ background-image: url(../img/decorations/success-popup-bg.webp); }

.webp .tariffs-item__wrapper::before{ background-image: url(../img/main/tarrifs-item-background.webp); }

.webp .review-slide__wrapper::before{ background-image: url(../img/decorations/yellow-page-background.webp); }

.webp .review-slide__wrapper::after{ background-image: url(../img/decorations/quotes.webp); }

.webp .comment-card__wrapper::before{ background-image: url(../img/decorations/yellow-page-background.webp); }

.webp .comment-card__text::before{ background-image: url(../img/decorations/comment-bg.webp); }

.webp .checklist-block__wrapper::before{ background-image: url(../img/tournage/tournage-checklist-bg.webp); }

.webp .advantages-section::before{ background-image: url(../img/decorations/advantages-bg.webp); }

.webp .advantages-section__wrapper::before{ background-image: url(../img/decorations/steampunk-glasses-2.webp); }

.webp .quest-game06__comment--potter::before{ background-image: url(../img/decorations/harry-potter-compass.webp); }

.webp .quest-game06__comment--potter::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .footer::before{ background-image: url(../img/decorations/footer-background.webp); }

.webp .main-section__wrapper::before{ background-image: url(../img/decorations/main-background-map.webp); }

.webp .about::before{ background-image: url(../img/decorations/footer-background.webp); }

.webp .about__page{ background-image: url("../img/decorations/wrinkled page-with-logo.png"); }

.webp .about__decorations::before{ background-image: url(../img/main/flying-ball-orange.webp); }

.webp .mission-card__wrapper::before{ background-image: url(../img/main/mission-page-card.webp); }

.webp .mission-card__wrapper::after{ background-image: url(../img/main/mission-background-card.webp); }

.webp .occasions__wrapper::before, .webp .occasions__wrapper::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .occasions-type:nth-child(2) .occasions-type__image::after{ background-image: url(../img/decorations/harry-potter-chess.webp); }

.webp .occasions-type:nth-child(3) .occasions-type__image::after{ background-image: url(../img/decorations/map-decoration.webp); }

.webp .occasions-type__image .evg-image::after{ background-image: url(../img/decorations/mini-tape.webp); }

.webp .occasions-type__image .team-image::after{ background-image: url(../img/decorations/long-tape-2.webp); }

.webp .occasions-type__image .team-image::before{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .routing__wrapper::before, .webp .routing__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .routing__map::after{ background-image: url(../img/decorations/routing-stick.webp); }

.webp .routing__steps::before, .webp .routing__steps::after{ background-image: url(../img/decorations/steps.webp); }

.webp .puzzles::before{ background-image: url(../img/enigme/puzzle-background.webp); }

.webp .puzzles__image::after{ background-image: url(../img/decorations/mini-tape.webp); }

.webp .puzzles__image::before{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .puzzles__image--paper::before{ background-image: url(../img/decorations/torn-piece-of-paper.webp); }

.webp .puzzles__map::after{ background-image: url(../img/decorations/puzzles-stick.webp); }

.webp .puzzles__steps::before, .webp .puzzles__steps::after{ background-image: url(../img/decorations/steps.webp); }

.webp .quests::before{ background-image: url(../img/enigme/quest-background.webp); }

.webp .quests__divider::before{ background-image: url(../img/decorations/quests-divider.webp); }

.webp .quests__decorations::before{ background-image: url(../img/decorations/harry-potter-wordmark.webp); }

.webp .padlocks-content::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .padlocks-content::before{ background-image: url(../img/decorations/padlock-sign.webp); }

.webp .padlocks-content__image::before{ background-image: url(../img/decorations/paper-clip.webp); }

.webp .padlocks-content__image::after{ background-image: url(../img/decorations/paper-check-out.webp); }

.webp .padlocks-occasions::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .padlock-event__img::after{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .padlock-event__img::before{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .padlock-event__paper::before{ background-image: url(../img/decorations/torn-piece-of-paper.webp); }

.webp .padlock-solving__img::before{ background-image: url(../img/decorations/map-decoration.webp); }

.webp .quest-reservation__images::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .quest-reservation-card::after{ background-image: url(../img/enigme/quest-reservation-card-bg.webp); }

.webp .quest-reservation-card.qrc-location::before{ background-image: url(../img/enigme/quest-reservation-map.webp); }

.webp .quest-reservation-card.qrc-decorations::before{ background-image: url(../img/enigme/quest-reservation-camera.webp); }

.webp .quest-reservation-card.qrc-parking::before{ background-image: url(../img/enigme/quest-reservation-car.webp); }

.webp .quest-reservation-card.qrc-friends::before{ background-image: url(../img/enigme/quest-reservation-photos.webp); }

.webp .tournage-location__wrapper::after{ background-image: url(../img/decorations/reservation-knight.webp); }

.webp .tournage-location__wrapper::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .tournage-location-card::before{ background-image: url(../img/tournage/tournage-location-card.webp); }

.webp .tournage-causes__wrapper::before{ background-image: url(../img/decorations/clouds.webp); }

.webp .tournage-causes__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .tournage-causes__item--image::before{ background-image: url(../img/tournage/clapperboard.webp); }

.webp .tournage-support__wrapper::after{ background-image: url(../img/decorations/steampunk-chess-decoration.webp); }

.webp .tournage-support__wrapper::before{ background-image: url(../img/tournage/tournage-support-bg.webp); }

.webp .tournage-support__body::before{ background-image: url(../img/tournage/tournage-stamp.webp); }

.webp .support-tournage-col__image::before{ background-image: url(../img/tournage/lieu-de-tournage-back.webp); }

.webp .tournage-price__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .potter-main::after{ background-image: url(../img/decorations/hogwarts-sign.webp); }

.webp .potter-images::after{ background-image: url(../img/decorations/routing-stick.webp); }

.webp .potter-access__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .potter-scenario__container::before{ background-image: url(../img/decorations/reservation-knight.webp); }

.webp .potter-scenario__wrapper::before{ background-image: url(../img/decorations/scenario-bg.webp); }

.webp .potter-scenario__wrapper::after{ background-image: url(../img/decorations/harry-potter-wordmark.webp); }

.webp .potter-scenario__images::after{ background-image: url(../img/decorations/harry-potter-compass.webp); }

.webp .potter-schedule::before{ background-image: url(../img/harry-potter/harry-potter-schedule-bg.webp); }

.webp .potter-gallery{ background-image: url(../img/harry-potter/harry-potter-gallery-bg.webp); }

.webp .potter-reviews__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .potter-reviews__wrapper::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .potter-routing__wrapper::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .potter-routing__steps::before, .webp .potter-routing__steps::after{ background-image: url(../img/decorations/steps.webp); }

.webp .potter-occasions__wrapper::before{ background-image: url(../img/decorations/harry-potter-train.webp); }

.webp .steampunk-main__wrapper::before{ background-image: url(../img/decorations/clouds.webp); }

.webp .steampunk-images::after{ background-image: url(../img/decorations/steampunk-clock.webp); }

.webp .steampunk-age__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .steampunk-age__image::before{ background-image: url(../img/decorations/map-decoration.webp); }

.webp .steampunk-scenario__wrapper::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .steampunk-scenario__wrapper::before{ background-image: url(../img/decorations/padlock-sign.webp); }

.webp .steampunk-scenario-page__wrapper::before{ background-image: url(../img/decorations/scenario-bg.webp); }

.webp .steampunk-scenario-page__image::after{ background-image: url(../img/decorations/handprint.webp); }

.webp .steampunk-schedule::before{ background-image: url(../img/steampunk/steampunk-schedule-bg.webp); }

.webp .steampunk-gallery{ background-image: url(../img/steampunk/steampunk-gallery-bg.webp); }

.webp .steampunk-routing__wrapper::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .steampunk-routing__tire::before{ background-image: url(../img/decorations/tire-track.webp); }

.webp .steampunk-comments__wrapper::before{ background-image: url(../img/decorations/steampunk-chess-decoration.webp); }

.webp .steampunk-about__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .steampunk-about-block__image--recalling::before{ background-image: url(../img/decorations/map-decoration.webp); }

.webp .steampunk-about-block__image--genre::before{ background-image: url(../img/decorations/steampunk-sphere.webp); }

.webp .enfants-principle__wrapper::before{ background-image: url(../img/decorations/reservation-knight.webp); }

.webp .enfants-principle__wrapper::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .enfants-principle__page::before{ background-image: url(../img/enfants/enfants-principle-bg.webp); }

.webp .enfants-activity::before{ background-image: url(../img/decorations/footer-background.webp); }

.webp .enfants-activity__image::after{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .enfants-activity__image::before{ background-image: url(../img/decorations/long-tape-2.webp); }

.webp .enfants-activity__paper::before{ background-image: url(../img/decorations/torn-piece-of-paper.webp); }

.webp .enfants-activity__clock::before{ background-image: url(../img/decorations/steampunk-clock.webp); }

.webp .enfants-quests::after{ background-image: url(../img/decorations/footer-background.webp); }

.webp .quest-enfants::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .quest-enfants::before{ background-image: url(../img/decorations/harry-potter-express.webp); }

.webp .quest-enfants:nth-child(even)::before{ background-image: url(../img/steampunk/steampunk-cypher.webp); }

.webp .quest-enfants:nth-child(even)::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .enfants-celebration__image::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .enfants-celebration__baloons::after, .webp .enfants-celebration__baloons::before{ background-image: url(../img/decorations/baloon.webp); }

.webp .enfants-session__wrapper::before, .webp .enfants-session__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .enfants-information__content::after{ background-image: url(../img/decorations/harry-potter-glasses.webp); }

.webp .team-main__wrapper::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .team-main__image::after{ background-image: url(../img/decorations/mini-tape.webp); }

.webp .team-main__image::before{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .team-main__image--paper::before{ background-image: url(../img/decorations/torn-piece-of-paper-2.webp); }

.webp .team-about::before{ background-image: url(../img/decorations/footer-background.webp); }

.webp .team-games__wrapper::before{ background-image: url(../img/team-building/steampunk-hat.webp); }

.webp .team-games__row--posters::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .team-games__row--bomb::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .team-request__image::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .team-form::before{ background-image: url(../img/team-building/flying-broom.webp); }

.webp .team-form__wrapper::before{ background-image: url(../img/team-building/team-form-bg.webp); }

.webp .cadeau-main__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .cadeau-ocassions::before{ background-image: url(../img/decorations/footer-background.webp); }

.webp .cadeau-ocassions__grid::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .cadeau-ocassions__attention::before{ background-image: url(../img/decorations/clouds.webp); }

.webp .cadeau-ocassion-card::after{ background-image: url(../img/decorations/white-paper-bg.webp); }

.webp .cadeau-ocassion-card:first-child::before{ background-image: url(../img/carte-cadeau/cadeu-photos.webp); }

.webp .cadeau-ocassion-card:last-child::before{ background-image: url(../img/decorations/steampunk-cub.webp); }

.webp .cadeau-ocassions-block__image::before{ background-image: url(../img/decorations/steampunk-circle-sign.webp); }

.webp .cadeau-buying__container::before{ background-image: url(../img/decorations/owl.webp); }

.webp .cadeau-buying__wrapper::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .cadeau-buying__wrapper::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .cadeau-buying__grid::before{ background-image: url(../img/decorations/stick-2.webp); }

.webp .cadeau-price__wrapper::before{ background-image: url(../img/carte-cadeau/cadeau-price-bg.webp); }

.webp .cadeau-price__wrapper::after{ background-image: url(../img/carte-cadeau/cadeau-price-decoration.webp); }

.webp .cadeau-using__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .cadeau-reasons::before{ background-image: url(../img/decorations/advantages-bg.webp); }

.webp .cadeau-reasons__wrapper::before{ background-image: url(../img/decorations/harry-potter-hat.webp); }

.webp .cadeau-reserver__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .error::after{ background-image: url(../img/404/404-bg.webp); }

.webp .error__content::before{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .error__content::after{ background-image: url(../img/decorations/steps-dark.webp); }

.webp .adulte-main__image::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .adulte-principe::before{ background-image: url(../img/decorations/footer-background.webp); }

.webp .adulte-principe__wrapper::before{ background-image: url(../img/decorations/reservation-knight.webp); }

.webp .adulte-principe__wrapper::after{ background-image: url(../img/decorations/pocket-watch.webp); }

.webp .adulte-principe__page::before{ background-image: url(../img/decorations/advantages-bg.webp); }

.webp .quest-adulte:nth-child(odd) .quest-adulte__images::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .quest-adulte:nth-child(odd) .quest-adulte__images::before{ background-image: url(../img/decorations/harry-potter-express.webp); }

.webp .quest-adulte__images::after{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .quest-adulte__images::before{ background-image: url(../img/steampunk/steampunk-cypher.webp); }

.webp .adulte-ocassions__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .adulte-ocassions-block__images::before{ background-image: url(../img/decorations/reservation-knight.webp); }

.webp .adulte-ocassions-block__images::after{ background-image: url(../img/decorations/clouds.webp); }

.webp .adulte-tariffs__wrapper::before{ background-image: url(../img/decorations/steps.webp); }

.webp .adulte-reserver__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .famille-main::after{ background-image: url(../img/famille/famille-main-bg.webp); }

.webp .famille-activity::before{ background-image: url(../img/famille/famille-activity-bg.webp); }

.webp .famille-quests::before{ background-image: url(../img/famille/famille-quests-bg.webp); }

.webp .quest-famille:first-child::before{ background-image: url(../img/steampunk/steampunk-cypher.webp); }

.webp .quest-famille:last-child::before{ background-image: url(../img/decorations/harry-potter-knight.webp); }

.webp .quest-famille__image::after{ background-image: url(../img/decorations/mini-tape.webp); }

.webp .quest-famille__image::before{ background-image: url(../img/decorations/long-tape-1.webp); }

.webp .quest-famille__image--paper::before{ background-image: url(../img/decorations/torn-piece-of-paper.webp); }

.webp .famille-about::before{ background-image: url(../img/famille/famille-about-bg.webp); }

.webp .famille-about__image::after{ background-image: url(../img/decorations/routing-stick.webp); }

.webp .famille-comment__image::before{ background-image: url(../img/decorations/padlock-sign.webp); }

.webp .game06-main__image::before{ background-image: url(../img/decorations/harry-potter-compass.webp); }

.webp .game06-presentation__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .game06-presentation__image::before{ background-image: url(../img/decorations/steampunk-glasses.webp); }

.webp .presentation-paper-06__wrapper::before{ background-image: url(../img/decorations/torn-piece-of-paper.webp); }

.webp .everyone-card-06__wrapper::before{ background-image: url(../img/game06/everyone-card-bg.webp); }

.webp .game06-potter__wrapper .quest-game06__images::before{ background-image: url(../img/decorations/platform-ticket-decoration.webp); }

.webp .game06-steampunk::before{ background-image: url(../img/steampunk/steampunk-gallery-bg.webp); }

.webp .game06-occasions::before{ background-image: url(../img/game06/game06-occasions-bg.webp); }

.webp .game06-occasions__body::before{ background-image: url(../img/decorations/scenario-bg.webp); }

.webp .game06-reviews__wrapper::after{ background-image: url(../img/decorations/yellow-decoration.webp); }

.webp .game06-reviews__wrapper::before{ background-image: url(../img/decorations/yellow-red-decoration.webp); }

.webp .lg-outer .lg-item:not(.lg-start-end-progress){ background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==) no-repeat scroll center center transparent; }

@media (min-width: 61.99875em){

  .webp .cadeau-main__images--computers::after{ background-image: url(../img/decorations/steps.webp); }
}

@media (min-width: 61.99875em){

  .webp .cadeau-main__images--computers::before{ background-image: url(../img/decorations/reservation-knight.webp); }
}

@media (max-width: 61.99875em){

  .webp .menu__body::before{ background-image: url(../img/decorations/menu-background.webp); }
}

@media (max-width: 61.99875em){

  .webp .puzzles::before{ background-image: url(../img/enigme/puzzle-background-mobile.webp); }
}

@media (max-width: 61.99875em){

  .webp .tournage-main::before{ background-image: url(../img/tournage/tournage-main-bg-tablet.webp); }
}

@media (max-width: 39.99875em){

  .webp .main-section__quest:first-child .main-quest__figcaption::after{ background-image: url(../img/decorations/clouds.webp); }
}

@media (max-width: 39.99875em){

  .webp .tournage-main::before{ background-image: url(../img/tournage/tournage-main-bg-mobile.webp); }
}

.modal h2 {
  color: black;
  margin-bottom: 20px;
}

.modal textarea {
  margin-top: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 8888;   
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-backdrop-filter: blur(15px); /* assure la compatibilité avec safari */
  backdrop-filter: blur(15px);
}


.modal-content {
  background-color: rgba(192, 159, 71, .7);
  position: relative;
  margin: 10vh auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 800px;
}

.modal-content:before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .4; 
  z-index: -1;
  background-image: url(../img/carte-cadeau/popup-bg.png);
}

.modal-content h2 {
  font-size: 50px;
}

.modal-header {
  text-align: center;
}

.modal-checkbox {
  display: flex;
}

.modal-checkbox input {
  width: unset;
  height: unset;
}

.modal-checkbox input:first-child {
  margin-right: .5rem;
}

.modal form {
  padding: 25px;
  margin: 25px;
}

input {
  font-family: sans-serif;
  width: calc(100% - 18px);
  height: 30px;
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #666;
  outline: none;
  opacity: .7;
}

.cadeau-modal-button {
  opacity: 1;
  display: block;
  padding: 0;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
